|
GLS ShipIT
3.3.20
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getTrackID () |
| void | setTrackID (String value) |
| BigDecimal | getWeight () |
| void | setWeight (BigDecimal value) |
Protected Attributes | |
| String | trackID |
| 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>
<element name="TrackID" type="{http://fpcs.gls-group.eu/v1/Common}ReferenceNumber"/>
<element name="Weight" type="{http://fpcs.gls-group.eu/v1/Common}Weight"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 46 of file UpdateParcelWeightRequestParameter.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.UpdateParcelWeightRequestParameter.getTrackID | ( | ) |
Gets the value of the trackID property.
Definition at line 63 of file UpdateParcelWeightRequestParameter.java.
| BigDecimal eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.UpdateParcelWeightRequestParameter.getWeight | ( | ) |
Gets the value of the weight property.
Definition at line 87 of file 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 75 of file 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 99 of file UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 49 of file UpdateParcelWeightRequestParameter.java.
|
protected |
Definition at line 53 of file UpdateParcelWeightRequestParameter.java.
1.8.13