GLS ShipIT 4.0.f2
GLS ShipIT - REST services
|
Public Member Functions | |
String | getTrackID () |
void | setTrackID (String value) |
String | getShipmentReference () |
void | setShipmentReference (String value) |
String | getShipmentUnitReference () |
void | setShipmentUnitReference (String value) |
String | getParcelNumber () |
void | setParcelNumber (String value) |
String | getPartnerParcelNumber () |
void | setPartnerParcelNumber (String value) |
String | getNationalParcelNumber () |
void | setNationalParcelNumber (String value) |
BigDecimal | getWeight () |
void | setWeight (BigDecimal value) |
Protected Attributes | |
String | trackID |
String | shipmentReference |
String | shipmentUnitReference |
String | parcelNumber |
String | partnerParcelNumber |
String | nationalParcelNumber |
BigDecimal | weight |
Request (input) parameters for updateParcelWeight 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> <choice> <element name="TrackID" type="{http://fpcs.gls-group.eu/v1/Common}ReferenceNumber"/> <element name="ShipmentReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber"/> <element name="ShipmentUnitReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber"/> <element name="ParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="PartnerParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="NationalParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element name="Weight" type="{http://fpcs.gls-group.eu/v1/Common}Weight"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 58 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.getNationalParcelNumber | ( | ) |
Gets the value of the nationalParcelNumber property.
String
Definition at line 205 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.getParcelNumber | ( | ) |
Gets the value of the parcelNumber property.
String
Definition at line 157 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.getPartnerParcelNumber | ( | ) |
Gets the value of the partnerParcelNumber property.
String
Definition at line 181 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.getShipmentReference | ( | ) |
Gets the value of the shipmentReference property.
String
Definition at line 109 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.getShipmentUnitReference | ( | ) |
Gets the value of the shipmentUnitReference property.
String
Definition at line 133 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.getTrackID | ( | ) |
Gets the value of the trackID property.
String
Definition at line 85 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
BigDecimal eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.getWeight | ( | ) |
Gets the value of the weight property.
String
Definition at line 229 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.setNationalParcelNumber | ( | String | value | ) |
Sets the value of the nationalParcelNumber property.
value | allowed object is String |
Definition at line 217 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.setParcelNumber | ( | String | value | ) |
Sets the value of the parcelNumber property.
value | allowed object is String |
Definition at line 169 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.setPartnerParcelNumber | ( | String | value | ) |
Sets the value of the partnerParcelNumber property.
value | allowed object is String |
Definition at line 193 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.setShipmentReference | ( | String | value | ) |
Sets the value of the shipmentReference property.
value | allowed object is String |
Definition at line 121 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.setShipmentUnitReference | ( | String | value | ) |
Sets the value of the shipmentUnitReference property.
value | allowed object is String |
Definition at line 145 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.setTrackID | ( | String | value | ) |
Sets the value of the trackID property.
value | allowed object is String |
Definition at line 97 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.UpdateParcelWeightRequestParameter.setWeight | ( | BigDecimal | value | ) |
Sets the value of the weight property.
value | allowed object is String |
Definition at line 241 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 71 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 67 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 69 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 63 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 65 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 61 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 75 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/UpdateParcelWeightRequestParameter.java.