|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getTrackID () |
| void | setTrackID (String value) |
| List< String > | getShipmentReference () |
| List< String > | getShipmentUnitReference () |
| BigDecimal | getWeight () |
| void | setWeight (BigDecimal value) |
| Date | getDeliveryDate () |
| void | setDeliveryDate (Date value) |
| String | getSignature () |
| void | setSignature (String value) |
| ProductType | getProduct () |
| void | setProduct (ProductType value) |
| Consignee | getConsignee () |
| void | setConsignee (Consignee value) |
| Shipper | getShipper () |
| void | setShipper (Shipper value) |
| List< UnitService > | getService () |
| List< ShipmentService > | getShipmentService () |
| List< TUHistory > | getHistory () |
Protected Attributes | |
| String | trackID |
| List< String > | shipmentReference |
| List< String > | shipmentUnitReference |
| BigDecimal | weight |
| Date | deliveryDate |
| String | signature |
| ProductType | product |
| Consignee | consignee |
| Shipper | shipper |
| List< UnitService > | service |
| List< ShipmentService > | shipmentService |
| List< TUHistory > | history |
Unit details (of a tracked item)
Java class for UnitDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnitDetail">
<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="ShipmentReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber" maxOccurs="unbounded" minOccurs="0"/>
<element name="ShipmentUnitReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber" maxOccurs="unbounded" minOccurs="0"/>
<element name="Weight" type="{http://fpcs.gls-group.eu/v1/Common}Weight"/>
<element name="DeliveryDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Signature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Product" type="{http://fpcs.gls-group.eu/v1/Common}ProductType"/>
<element name="Consignee" type="{http://fpcs.gls-group.eu/v1/Common}Consignee"/>
<element name="Shipper" type="{http://fpcs.gls-group.eu/v1/Common}Shipper"/>
<element name="Service" type="{http://fpcs.gls-group.eu/v1/Common}UnitService" maxOccurs="unbounded" minOccurs="0"/>
<element name="ShipmentService" type="{http://fpcs.gls-group.eu/v1/Common}ShipmentService" maxOccurs="unbounded" minOccurs="0"/>
<element name="History" type="{http://fpcs.gls-group.eu/v1/Tracking}TUHistory" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 70 of file UnitDetail.java.
| Consignee eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.getConsignee | ( | ) |
Gets the value of the consignee property.
Definition at line 288 of file UnitDetail.java.
| Date eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.getDeliveryDate | ( | ) |
Gets the value of the deliveryDate property.
Definition at line 216 of file UnitDetail.java.
| List<TUHistory> eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.getHistory | ( | ) |
Gets the value of the history property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the history property.
For example, to add a new item, do as follows:
getHistory().add(newItem);
Objects of the following type(s) are allowed in the list TUHistory
Definition at line 408 of file UnitDetail.java.
| ProductType eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.getProduct | ( | ) |
Gets the value of the product property.
Definition at line 264 of file UnitDetail.java.
| List<UnitService> eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.getService | ( | ) |
Gets the value of the service property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the service property.
For example, to add a new item, do as follows:
getService().add(newItem);
Objects of the following type(s) are allowed in the list UnitService
Definition at line 350 of file UnitDetail.java.
| List<String> eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.getShipmentReference | ( | ) |
Gets the value of the shipmentReference property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the shipmentReference property.
For example, to add a new item, do as follows:
getShipmentReference().add(newItem);
Objects of the following type(s) are allowed in the list String
Definition at line 148 of file UnitDetail.java.
| List<ShipmentService> eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.getShipmentService | ( | ) |
Gets the value of the shipmentService property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the shipmentService property.
For example, to add a new item, do as follows:
getShipmentService().add(newItem);
Objects of the following type(s) are allowed in the list ShipmentService
Definition at line 379 of file UnitDetail.java.
| List<String> eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.getShipmentUnitReference | ( | ) |
Gets the value of the shipmentUnitReference property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the shipmentUnitReference property.
For example, to add a new item, do as follows:
getShipmentUnitReference().add(newItem);
Objects of the following type(s) are allowed in the list String
Definition at line 177 of file UnitDetail.java.
| Shipper eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.getShipper | ( | ) |
Gets the value of the shipper property.
Definition at line 312 of file UnitDetail.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.getSignature | ( | ) |
Gets the value of the signature property.
Definition at line 240 of file UnitDetail.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.getTrackID | ( | ) |
Gets the value of the trackID property.
Definition at line 110 of file UnitDetail.java.
| BigDecimal eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.getWeight | ( | ) |
Gets the value of the weight property.
Definition at line 192 of file UnitDetail.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.setConsignee | ( | Consignee | value | ) |
Sets the value of the consignee property.
| value | allowed object is Consignee |
Definition at line 300 of file UnitDetail.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.setDeliveryDate | ( | Date | value | ) |
Sets the value of the deliveryDate property.
| value | allowed object is String |
Definition at line 228 of file UnitDetail.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.setProduct | ( | ProductType | value | ) |
Sets the value of the product property.
| value | allowed object is ProductType |
Definition at line 276 of file UnitDetail.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.setShipper | ( | Shipper | value | ) |
Sets the value of the shipper property.
| value | allowed object is Shipper |
Definition at line 324 of file UnitDetail.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.setSignature | ( | String | value | ) |
Sets the value of the signature property.
| value | allowed object is String |
Definition at line 252 of file UnitDetail.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.setTrackID | ( | String | value | ) |
Sets the value of the trackID property.
| value | allowed object is String |
Definition at line 122 of file UnitDetail.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.UnitDetail.setWeight | ( | BigDecimal | value | ) |
Sets the value of the weight property.
| value | allowed object is String |
Definition at line 204 of file UnitDetail.java.
|
protected |
Definition at line 92 of file UnitDetail.java.
|
protected |
Definition at line 85 of file UnitDetail.java.
|
protected |
Definition at line 100 of file UnitDetail.java.
|
protected |
Definition at line 90 of file UnitDetail.java.
|
protected |
Definition at line 96 of file UnitDetail.java.
|
protected |
Definition at line 75 of file UnitDetail.java.
|
protected |
Definition at line 98 of file UnitDetail.java.
|
protected |
Definition at line 77 of file UnitDetail.java.
|
protected |
Definition at line 94 of file UnitDetail.java.
|
protected |
Definition at line 87 of file UnitDetail.java.
|
protected |
Definition at line 73 of file UnitDetail.java.
|
protected |
Definition at line 81 of file UnitDetail.java.
1.8.13