|
GLS ShipIT
3.5.15
GLS ShipIT - SOAP 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) |
| BigDecimal | getWeight () |
| void | setWeight (BigDecimal value) |
Protected Attributes | |
| String | trackID |
| String | shipmentReference |
| String | shipmentUnitReference |
| String | parcelNumber |
| String | partnerParcelNumber |
| 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"/>
</choice>
<element name="Weight" type="{http://fpcs.gls-group.eu/v1/Common}Weight"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 56 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.UpdateParcelWeightRequestParameter.getParcelNumber | ( | ) |
Gets the value of the parcelNumber property.
Definition at line 153 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.UpdateParcelWeightRequestParameter.getPartnerParcelNumber | ( | ) |
Gets the value of the partnerParcelNumber property.
Definition at line 177 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.UpdateParcelWeightRequestParameter.getShipmentReference | ( | ) |
Gets the value of the shipmentReference property.
Definition at line 105 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.UpdateParcelWeightRequestParameter.getShipmentUnitReference | ( | ) |
Gets the value of the shipmentUnitReference property.
Definition at line 129 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.UpdateParcelWeightRequestParameter.getTrackID | ( | ) |
Gets the value of the trackID property.
Definition at line 81 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
| BigDecimal eu.gls_group.fpcs.v1.shipmentprocessing.types.UpdateParcelWeightRequestParameter.getWeight | ( | ) |
Gets the value of the weight property.
Definition at line 201 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.UpdateParcelWeightRequestParameter.setParcelNumber | ( | String | value | ) |
Sets the value of the parcelNumber property.
| value | allowed object is String |
Definition at line 165 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.UpdateParcelWeightRequestParameter.setPartnerParcelNumber | ( | String | value | ) |
Sets the value of the partnerParcelNumber property.
| value | allowed object is String |
Definition at line 189 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.UpdateParcelWeightRequestParameter.setShipmentReference | ( | String | value | ) |
Sets the value of the shipmentReference property.
| value | allowed object is String |
Definition at line 117 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.UpdateParcelWeightRequestParameter.setShipmentUnitReference | ( | String | value | ) |
Sets the value of the shipmentUnitReference property.
| value | allowed object is String |
Definition at line 141 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.UpdateParcelWeightRequestParameter.setTrackID | ( | String | value | ) |
Sets the value of the trackID property.
| value | allowed object is String |
Definition at line 93 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.UpdateParcelWeightRequestParameter.setWeight | ( | BigDecimal | value | ) |
Sets the value of the weight property.
| value | allowed object is String |
Definition at line 213 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 65 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 67 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 61 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 63 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 59 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 71 of file gls_group/fpcs/v1/shipmentprocessing/types/UpdateParcelWeightRequestParameter.java.
1.8.13