|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getTrackID () |
| void | setTrackID (String value) |
| String | getResult () |
| void | setResult (String value) |
Protected Attributes | |
| String | trackID |
| String | result |
Response attributes of cancelShipment 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 ref="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}TrackID"/>
<element name="result" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 42 of file gls_group/fpcs/v1/shipmentprocessing/types/CancelParcelResponse.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.CancelParcelResponse.getResult | ( | ) |
Gets the value of the result property.
Definition at line 81 of file gls_group/fpcs/v1/shipmentprocessing/types/CancelParcelResponse.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.CancelParcelResponse.getTrackID | ( | ) |
Gets the value of the trackID property.
Definition at line 57 of file gls_group/fpcs/v1/shipmentprocessing/types/CancelParcelResponse.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.CancelParcelResponse.setResult | ( | String | value | ) |
Sets the value of the result property.
| value | allowed object is String |
Definition at line 93 of file gls_group/fpcs/v1/shipmentprocessing/types/CancelParcelResponse.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.CancelParcelResponse.setTrackID | ( | String | value | ) |
Sets the value of the trackID property.
| value | allowed object is String |
Definition at line 69 of file gls_group/fpcs/v1/shipmentprocessing/types/CancelParcelResponse.java.
|
protected |
Definition at line 47 of file gls_group/fpcs/v1/shipmentprocessing/types/CancelParcelResponse.java.
|
protected |
Definition at line 45 of file gls_group/fpcs/v1/shipmentprocessing/types/CancelParcelResponse.java.
1.8.13