GLS ShipIT
2.8.11
GLS ShipIT - SOAP services
|
Public Member Functions | |
String | getReferenceNumber () |
void | setReferenceNumber (String value) |
String | getImageName () |
void | setImageName (String value) |
byte [] | getImageData () |
void | setImageData (byte[] value) |
Protected Attributes | |
String | referenceNumber |
String | imageName |
byte [] | imageData |
Proof of delivery attributes (of a tracked item)
Java class for PODItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PODItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ReferenceNumber" type="{http://fpcs.gls-group.eu/v1/Common}ReferenceNumber"/> <element name="ImageName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ImageData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 38 of file parcelshop/PODItem.java.
byte [] eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.PODItem.getImageData | ( | ) |
Gets the value of the imageData property.
Definition at line 102 of file parcelshop/PODItem.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.PODItem.getImageName | ( | ) |
Gets the value of the imageName property.
Definition at line 79 of file parcelshop/PODItem.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.PODItem.getReferenceNumber | ( | ) |
Gets the value of the referenceNumber property.
Definition at line 55 of file parcelshop/PODItem.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.PODItem.setImageData | ( | byte [] | value | ) |
Sets the value of the imageData property.
value | allowed object is byte[] |
Definition at line 113 of file parcelshop/PODItem.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.PODItem.setImageName | ( | String | value | ) |
Sets the value of the imageName property.
value | allowed object is String |
Definition at line 91 of file parcelshop/PODItem.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.PODItem.setReferenceNumber | ( | String | value | ) |
Sets the value of the referenceNumber property.
value | allowed object is String |
Definition at line 67 of file parcelshop/PODItem.java.
|
protected |
Definition at line 45 of file parcelshop/PODItem.java.
|
protected |
Definition at line 43 of file parcelshop/PODItem.java.
|
protected |
Definition at line 41 of file parcelshop/PODItem.java.