|
GLS ShipIT
5.2.5
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getTrackID () |
| void | setTrackID (String value) |
| String | getPartnerParcelNumber () |
| void | setPartnerParcelNumber (String value) |
| String | getExchangeParcelID () |
| void | setExchangeParcelID (String value) |
| List< String > | getShipmentUnitReference () |
| String | getParcelNumber () |
| void | setParcelNumber (String value) |
| Barcodes | getBarcodes () |
| void | setBarcodes (Barcodes value) |
| ItalianData | getItalianData () |
| void | setItalianData (ItalianData value) |
| RoutingInfo | getRoutingInfo () |
| void | setRoutingInfo (RoutingInfo value) |
| ExpressData | getExpressData () |
| void | setExpressData (ExpressData value) |
| ServiceArea | getServiceArea () |
| void | setServiceArea (ServiceArea value) |
| NDIArea | getNDIArea () |
| void | setNDIArea (NDIArea value) |
| String | getHandlingInformation () |
| void | setHandlingInformation (String value) |
| MondialRelayArea | getMondialRelayArea () |
| void | setMondialRelayArea (MondialRelayArea value) |
| BelgianLuxData | getBelgianLuxData () |
| void | setBelgianLuxData (BelgianLuxData value) |
Protected Attributes | |
| String | trackID |
| String | partnerParcelNumber |
| String | exchangeParcelID |
| List< String > | shipmentUnitReference |
| String | parcelNumber |
| Barcodes | barcodes |
| ItalianData | italianData |
| RoutingInfo | routingInfo |
| ExpressData | expressData |
| ServiceArea | serviceArea |
| NDIArea | ndiArea |
| String | handlingInformation |
| MondialRelayArea | mondialRelayArea |
| BelgianLuxData | belgianLuxData |
Parcel data being returned from createShipment request (meta data, label, pdf, ...)
Java class for ParcelData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParcelData">
<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="PartnerParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExchangeParcelID" type="{http://fpcs.gls-group.eu/v1/Common}ReferenceNumber" minOccurs="0"/>
<element name="ShipmentUnitReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber" maxOccurs="unbounded" minOccurs="0"/>
<element name="ParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Barcodes" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}Barcodes" minOccurs="0"/>
<element name="ItalianData" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}ItalianData" minOccurs="0"/>
<element name="RoutingInfo" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}RoutingInfo" minOccurs="0"/>
<element name="ExpressData" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}ExpressData" minOccurs="0"/>
<element name="ServiceArea" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}ServiceArea" minOccurs="0"/>
<element name="NDIArea" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}NDIArea" minOccurs="0"/>
<element name="HandlingInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MondialRelayArea" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}MondialRelayArea" minOccurs="0"/>
<element name="BelgianLuxData" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}BelgianLuxData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 66 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| Barcodes eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getBarcodes | ( | ) |
Gets the value of the barcodes property.
Definition at line 230 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| BelgianLuxData eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getBelgianLuxData | ( | ) |
Gets the value of the belgianLuxData property.
Definition at line 422 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getExchangeParcelID | ( | ) |
Gets the value of the exchangeParcelID property.
Definition at line 153 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| ExpressData eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getExpressData | ( | ) |
Gets the value of the expressData property.
Definition at line 302 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getHandlingInformation | ( | ) |
Gets the value of the handlingInformation property.
Definition at line 374 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| ItalianData eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getItalianData | ( | ) |
Gets the value of the italianData property.
Definition at line 254 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| MondialRelayArea eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getMondialRelayArea | ( | ) |
Gets the value of the mondialRelayArea property.
Definition at line 398 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| NDIArea eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getNDIArea | ( | ) |
Gets the value of the ndiArea property.
Definition at line 350 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getParcelNumber | ( | ) |
Gets the value of the parcelNumber property.
Definition at line 206 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getPartnerParcelNumber | ( | ) |
Gets the value of the partnerParcelNumber property.
Definition at line 129 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| RoutingInfo eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getRoutingInfo | ( | ) |
Gets the value of the routingInfo property.
Definition at line 278 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| ServiceArea eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getServiceArea | ( | ) |
Gets the value of the serviceArea property.
Definition at line 326 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| List<String> eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.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 191 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getTrackID | ( | ) |
Gets the value of the trackID property.
Definition at line 105 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setBarcodes | ( | Barcodes | value | ) |
Sets the value of the barcodes property.
| value | allowed object is Barcodes |
Definition at line 242 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setBelgianLuxData | ( | BelgianLuxData | value | ) |
Sets the value of the belgianLuxData property.
| value | allowed object is BelgianLuxData |
Definition at line 434 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setExchangeParcelID | ( | String | value | ) |
Sets the value of the exchangeParcelID property.
| value | allowed object is String |
Definition at line 165 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setExpressData | ( | ExpressData | value | ) |
Sets the value of the expressData property.
| value | allowed object is ExpressData |
Definition at line 314 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setHandlingInformation | ( | String | value | ) |
Sets the value of the handlingInformation property.
| value | allowed object is String |
Definition at line 386 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setItalianData | ( | ItalianData | value | ) |
Sets the value of the italianData property.
| value | allowed object is ItalianData |
Definition at line 266 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setMondialRelayArea | ( | MondialRelayArea | value | ) |
Sets the value of the mondialRelayArea property.
| value | allowed object is MondialRelayArea |
Definition at line 410 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setNDIArea | ( | NDIArea | value | ) |
Sets the value of the ndiArea property.
| value | allowed object is NDIArea |
Definition at line 362 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setParcelNumber | ( | String | value | ) |
Sets the value of the parcelNumber property.
| value | allowed object is String |
Definition at line 218 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setPartnerParcelNumber | ( | String | value | ) |
Sets the value of the partnerParcelNumber property.
| value | allowed object is String |
Definition at line 141 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setRoutingInfo | ( | RoutingInfo | value | ) |
Sets the value of the routingInfo property.
| value | allowed object is RoutingInfo |
Definition at line 290 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setServiceArea | ( | ServiceArea | value | ) |
Sets the value of the serviceArea property.
| value | allowed object is ServiceArea |
Definition at line 338 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setTrackID | ( | String | value | ) |
Sets the value of the trackID property.
| value | allowed object is String |
Definition at line 117 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 79 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 95 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 73 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 85 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 91 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 81 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 93 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 89 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 77 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 71 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 83 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 87 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 75 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
|
protected |
Definition at line 69 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.
1.8.13