GLS ShipIT 4.0.f2
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) |
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 |
Date | creationDate |
PrintingOptions | printingOptions |
ReturnOptions | returnOptions |
CustomContent | customContent |
Request (input) parameters for relabelParcel 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="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 61 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
Date eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.getCreationDate | ( | ) |
Gets the value of the creationDate property.
String
Definition at line 238 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
CustomContent eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.getCustomContent | ( | ) |
Gets the value of the customContent property.
CustomContent
Definition at line 310 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.getNationalParcelNumber | ( | ) |
Gets the value of the nationalParcelNumber property.
String
Definition at line 214 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.getParcelNumber | ( | ) |
Gets the value of the parcelNumber property.
String
Definition at line 118 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.getPartnerParcelNumber | ( | ) |
Gets the value of the partnerParcelNumber property.
String
Definition at line 190 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
PrintingOptions eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.getPrintingOptions | ( | ) |
Gets the value of the printingOptions property.
PrintingOptions
Definition at line 262 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
ReturnOptions eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.getReturnOptions | ( | ) |
Gets the value of the returnOptions property.
ReturnOptions
Definition at line 286 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.getShipmentReference | ( | ) |
Gets the value of the shipmentReference property.
String
Definition at line 142 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.getShipmentUnitReference | ( | ) |
Gets the value of the shipmentUnitReference property.
String
Definition at line 166 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.getTrackID | ( | ) |
Gets the value of the trackID property.
String
Definition at line 94 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.setCreationDate | ( | Date | value | ) |
Sets the value of the creationDate property.
value | allowed object is String |
Definition at line 250 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.setCustomContent | ( | CustomContent | value | ) |
Sets the value of the customContent property.
value | allowed object is CustomContent |
Definition at line 322 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.setNationalParcelNumber | ( | String | value | ) |
Sets the value of the nationalParcelNumber property.
value | allowed object is String |
Definition at line 226 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.setParcelNumber | ( | String | value | ) |
Sets the value of the parcelNumber property.
value | allowed object is String |
Definition at line 130 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.setPartnerParcelNumber | ( | String | value | ) |
Sets the value of the partnerParcelNumber property.
value | allowed object is String |
Definition at line 202 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.setPrintingOptions | ( | PrintingOptions | value | ) |
Sets the value of the printingOptions property.
value | allowed object is PrintingOptions |
Definition at line 274 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.setReturnOptions | ( | ReturnOptions | value | ) |
Sets the value of the returnOptions property.
value | allowed object is ReturnOptions |
Definition at line 298 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.setShipmentReference | ( | String | value | ) |
Sets the value of the shipmentReference property.
value | allowed object is String |
Definition at line 154 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.setShipmentUnitReference | ( | String | value | ) |
Sets the value of the shipmentUnitReference property.
value | allowed object is String |
Definition at line 178 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RelabelParcelRequestParameter.setTrackID | ( | String | value | ) |
Sets the value of the trackID property.
value | allowed object is String |
Definition at line 106 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
|
protected |
Definition at line 78 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
|
protected |
Definition at line 84 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
|
protected |
Definition at line 74 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
|
protected |
Definition at line 66 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
|
protected |
Definition at line 72 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
|
protected |
Definition at line 80 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
|
protected |
Definition at line 82 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
|
protected |
Definition at line 68 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
|
protected |
Definition at line 70 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.
|
protected |
Definition at line 64 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RelabelParcelRequestParameter.java.