|
GLS ShipIT
4.0.f3
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/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.UpdateParcelWeightRequestParameter.getNationalParcelNumber | ( | ) |
Gets the value of the nationalParcelNumber property.
Definition at line 205 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.UpdateParcelWeightRequestParameter.getParcelNumber | ( | ) |
Gets the value of the parcelNumber property.
Definition at line 157 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.UpdateParcelWeightRequestParameter.getPartnerParcelNumber | ( | ) |
Gets the value of the partnerParcelNumber property.
Definition at line 181 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.UpdateParcelWeightRequestParameter.getShipmentReference | ( | ) |
Gets the value of the shipmentReference property.
Definition at line 109 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.UpdateParcelWeightRequestParameter.getShipmentUnitReference | ( | ) |
Gets the value of the shipmentUnitReference property.
Definition at line 133 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.UpdateParcelWeightRequestParameter.getTrackID | ( | ) |
Gets the value of the trackID property.
Definition at line 85 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| BigDecimal eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.UpdateParcelWeightRequestParameter.getWeight | ( | ) |
Gets the value of the weight property.
Definition at line 229 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.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/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.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/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.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/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.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/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.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/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.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/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.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/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 71 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 67 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 69 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 63 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 65 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 61 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 75 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/UpdateParcelWeightRequestParameter.java.
1.8.13