|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| String | getTrackID () |
| void | setTrackID (String value) |
| byte [] | getImageData () |
| void | setImageData (byte[] value) |
Protected Attributes | |
| String | trackID |
| 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="TrackID" type="{http://fpcs.gls-group.eu/v1/Common}ReferenceNumber"/>
<element name="ImageData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 38 of file tracking/PODItem.java.
| byte [] eu.glsgroup.fpcs.datatypes.soap.v1.tracking.PODItem.getImageData | ( | ) |
Gets the value of the imageData property.
Definition at line 76 of file tracking/PODItem.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.PODItem.getTrackID | ( | ) |
Gets the value of the trackID property.
Definition at line 53 of file tracking/PODItem.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.PODItem.setImageData | ( | byte [] | value | ) |
Sets the value of the imageData property.
| value | allowed object is byte[] |
Definition at line 87 of file tracking/PODItem.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.PODItem.setTrackID | ( | String | value | ) |
Sets the value of the trackID property.
| value | allowed object is String |
Definition at line 65 of file tracking/PODItem.java.
|
protected |
Definition at line 43 of file tracking/PODItem.java.
|
protected |
Definition at line 41 of file tracking/PODItem.java.
1.8.13