|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getTrackID () |
| void | setTrackID (String value) |
| String | getShipmentReference () |
| void | setShipmentReference (String value) |
| String | getShipmentUnitReference () |
| void | setShipmentUnitReference (String value) |
| String | getParcelNumber () |
| void | setParcelNumber (String value) |
| String | getPartnerParcelNumber () |
| void | setPartnerParcelNumber (String value) |
Protected Attributes | |
| String | trackID |
| String | shipmentReference |
| String | shipmentUnitReference |
| String | parcelNumber |
| String | partnerParcelNumber |
ReferenceData attributes (getTUPOD request)
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="TrackID" type="{http://fpcs.gls-group.eu/v1/Common}ReferenceNumber"/>
<element name="ShipmentReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber"/>
<element name="ShipmentUnitReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber"/>
<element name="ParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PartnerParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 48 of file TUPReferenceData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TUPReferenceData.getParcelNumber | ( | ) |
Gets the value of the parcelNumber property.
Definition at line 141 of file TUPReferenceData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TUPReferenceData.getPartnerParcelNumber | ( | ) |
Gets the value of the partnerParcelNumber property.
Definition at line 165 of file TUPReferenceData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TUPReferenceData.getShipmentReference | ( | ) |
Gets the value of the shipmentReference property.
Definition at line 93 of file TUPReferenceData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TUPReferenceData.getShipmentUnitReference | ( | ) |
Gets the value of the shipmentUnitReference property.
Definition at line 117 of file TUPReferenceData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TUPReferenceData.getTrackID | ( | ) |
Gets the value of the trackID property.
Definition at line 69 of file TUPReferenceData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TUPReferenceData.setParcelNumber | ( | String | value | ) |
Sets the value of the parcelNumber property.
| value | allowed object is String |
Definition at line 153 of file TUPReferenceData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TUPReferenceData.setPartnerParcelNumber | ( | String | value | ) |
Sets the value of the partnerParcelNumber property.
| value | allowed object is String |
Definition at line 177 of file TUPReferenceData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TUPReferenceData.setShipmentReference | ( | String | value | ) |
Sets the value of the shipmentReference property.
| value | allowed object is String |
Definition at line 105 of file TUPReferenceData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TUPReferenceData.setShipmentUnitReference | ( | String | value | ) |
Sets the value of the shipmentUnitReference property.
| value | allowed object is String |
Definition at line 129 of file TUPReferenceData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TUPReferenceData.setTrackID | ( | String | value | ) |
Sets the value of the trackID property.
| value | allowed object is String |
Definition at line 81 of file TUPReferenceData.java.
|
protected |
Definition at line 57 of file TUPReferenceData.java.
|
protected |
Definition at line 59 of file TUPReferenceData.java.
|
protected |
Definition at line 53 of file TUPReferenceData.java.
|
protected |
Definition at line 55 of file TUPReferenceData.java.
|
protected |
Definition at line 51 of file TUPReferenceData.java.
1.8.13