|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| String | getTrackID () |
| void | setTrackID (String value) |
| String | getParcelNumber () |
| void | setParcelNumber (String value) |
| String | getShipmentReference () |
| void | setShipmentReference (String value) |
| String | getShipmentUnitReference () |
| void | setShipmentUnitReference (String value) |
| String | getPartnerParcelNumber () |
| void | setPartnerParcelNumber (String value) |
| String | getNationalParcelNumber () |
| void | setNationalParcelNumber (String value) |
| NationalParcelData | getNationalParcelData () |
| void | setNationalParcelData (NationalParcelData value) |
| Date | getCreationDate () |
| void | setCreationDate (Date value) |
| PrintingOptions | getPrintingOptions () |
| void | setPrintingOptions (PrintingOptions value) |
| ReturnOptions | getReturnOptions () |
| void | setReturnOptions (ReturnOptions value) |
| CustomContent | getCustomContent () |
| void | setCustomContent (CustomContent value) |
Protected Attributes | |
| String | trackID |
| String | parcelNumber |
| String | shipmentReference |
| String | shipmentUnitReference |
| String | partnerParcelNumber |
| String | nationalParcelNumber |
| NationalParcelData | nationalParcelData |
| Date | creationDate |
| PrintingOptions | printingOptions |
| ReturnOptions | returnOptions |
| CustomContent | customContent |
Request (input) parameters for reprintParcel 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="ParcelNumber" 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="PartnerParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NationalParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NationalParcelData" type="{http://fpcs.gls-group.eu/v1/Common}NationalParcelData" minOccurs="0"/>
<element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="PrintingOptions" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}PrintingOptions" minOccurs="0"/>
<element name="ReturnOptions" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}ReturnOptions" minOccurs="0"/>
<element name="CustomContent" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}CustomContent" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 63 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| Date eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.getCreationDate | ( | ) |
Gets the value of the creationDate property.
Definition at line 266 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| CustomContent eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.getCustomContent | ( | ) |
Gets the value of the customContent property.
Definition at line 338 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| NationalParcelData eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.getNationalParcelData | ( | ) |
Gets the value of the nationalParcelData property.
Definition at line 242 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.getNationalParcelNumber | ( | ) |
Gets the value of the nationalParcelNumber property.
Definition at line 218 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.getParcelNumber | ( | ) |
Gets the value of the parcelNumber property.
Definition at line 122 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.getPartnerParcelNumber | ( | ) |
Gets the value of the partnerParcelNumber property.
Definition at line 194 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| PrintingOptions eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.getPrintingOptions | ( | ) |
Gets the value of the printingOptions property.
Definition at line 290 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| ReturnOptions eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.getReturnOptions | ( | ) |
Gets the value of the returnOptions property.
Definition at line 314 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.getShipmentReference | ( | ) |
Gets the value of the shipmentReference property.
Definition at line 146 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.getShipmentUnitReference | ( | ) |
Gets the value of the shipmentUnitReference property.
Definition at line 170 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.getTrackID | ( | ) |
Gets the value of the trackID property.
Definition at line 98 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.setCreationDate | ( | Date | value | ) |
Sets the value of the creationDate property.
| value | allowed object is String |
Definition at line 278 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.setCustomContent | ( | CustomContent | value | ) |
Sets the value of the customContent property.
| value | allowed object is CustomContent |
Definition at line 350 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.setNationalParcelData | ( | NationalParcelData | value | ) |
Sets the value of the nationalParcelData property.
| value | allowed object is NationalParcelData |
Definition at line 254 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.setNationalParcelNumber | ( | String | value | ) |
Sets the value of the nationalParcelNumber property.
| value | allowed object is String |
Definition at line 230 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.setParcelNumber | ( | String | value | ) |
Sets the value of the parcelNumber property.
| value | allowed object is String |
Definition at line 134 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.setPartnerParcelNumber | ( | String | value | ) |
Sets the value of the partnerParcelNumber property.
| value | allowed object is String |
Definition at line 206 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.setPrintingOptions | ( | PrintingOptions | value | ) |
Sets the value of the printingOptions property.
| value | allowed object is PrintingOptions |
Definition at line 302 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.setReturnOptions | ( | ReturnOptions | value | ) |
Sets the value of the returnOptions property.
| value | allowed object is ReturnOptions |
Definition at line 326 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.setShipmentReference | ( | String | value | ) |
Sets the value of the shipmentReference property.
| value | allowed object is String |
Definition at line 158 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.setShipmentUnitReference | ( | String | value | ) |
Sets the value of the shipmentUnitReference property.
| value | allowed object is String |
Definition at line 182 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ReprintParcelRequestParameter.setTrackID | ( | String | value | ) |
Sets the value of the trackID property.
| value | allowed object is String |
Definition at line 110 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
|
protected |
Definition at line 82 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
|
protected |
Definition at line 88 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
|
protected |
Definition at line 78 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
|
protected |
Definition at line 76 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
|
protected |
Definition at line 68 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
|
protected |
Definition at line 74 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
|
protected |
Definition at line 84 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
|
protected |
Definition at line 86 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
|
protected |
Definition at line 70 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
|
protected |
Definition at line 72 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
|
protected |
Definition at line 66 of file gls_group/fpcs/v1/shipmentprocessing/types/ReprintParcelRequestParameter.java.
1.8.13