|
GLS ShipIT
4.0.f3
GLS ShipIT - REST 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 40 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 104 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 81 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 57 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 115 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 93 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 69 of file parcelshop/PODItem.java.
|
protected |
Definition at line 47 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.
1.8.13