|
GLS ShipIT
3.3.20
GLS ShipIT - SOAP services
|
Public Member Functions | |
| String | getTrackID () |
| void | setTrackID (String value) |
| String | getShipmentReference () |
| void | setShipmentReference (String value) |
| String | getShipmentUnitReference () |
| void | setShipmentUnitReference (String value) |
| Date | getDateFrom () |
| void | setDateFrom (Date value) |
| Date | getDateTo () |
| void | setDateTo (Date value) |
Protected Attributes | |
| String | trackID |
| String | shipmentReference |
| String | shipmentUnitReference |
| Date | dateFrom |
| Date | dateTo |
ReferenceData attributes (searchParcelStatus 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>
<element name="TrackID" type="{http://fpcs.gls-group.eu/v1/Common}ReferenceNumber" minOccurs="0"/>
<element name="ShipmentReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber" minOccurs="0"/>
<element name="ShipmentUnitReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber" minOccurs="0"/>
<element name="DateFrom" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="DateTo" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 50 of file TULReferenceData.java.
| Date eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.getDateFrom | ( | ) |
Gets the value of the dateFrom property.
Definition at line 147 of file TULReferenceData.java.
| Date eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.getDateTo | ( | ) |
Gets the value of the dateTo property.
Definition at line 171 of file TULReferenceData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.getShipmentReference | ( | ) |
Gets the value of the shipmentReference property.
Definition at line 99 of file TULReferenceData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.getShipmentUnitReference | ( | ) |
Gets the value of the shipmentUnitReference property.
Definition at line 123 of file TULReferenceData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.getTrackID | ( | ) |
Gets the value of the trackID property.
Definition at line 75 of file TULReferenceData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.setDateFrom | ( | Date | value | ) |
Sets the value of the dateFrom property.
| value | allowed object is String |
Definition at line 159 of file TULReferenceData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.setDateTo | ( | Date | value | ) |
Sets the value of the dateTo property.
| value | allowed object is String |
Definition at line 183 of file TULReferenceData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.setShipmentReference | ( | String | value | ) |
Sets the value of the shipmentReference property.
| value | allowed object is String |
Definition at line 111 of file TULReferenceData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.setShipmentUnitReference | ( | String | value | ) |
Sets the value of the shipmentUnitReference property.
| value | allowed object is String |
Definition at line 135 of file TULReferenceData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.setTrackID | ( | String | value | ) |
Sets the value of the trackID property.
| value | allowed object is String |
Definition at line 87 of file TULReferenceData.java.
|
protected |
Definition at line 61 of file TULReferenceData.java.
|
protected |
Definition at line 65 of file TULReferenceData.java.
|
protected |
Definition at line 55 of file TULReferenceData.java.
|
protected |
Definition at line 57 of file TULReferenceData.java.
|
protected |
Definition at line 53 of file TULReferenceData.java.
1.8.13