|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| Boolean | isReturnPrintData () |
| void | setReturnPrintData (Boolean value) |
| Boolean | isReturnRoutingInfo () |
| void | setReturnRoutingInfo (Boolean value) |
Protected Attributes | |
| Boolean | returnPrintData |
| Boolean | returnRoutingInfo |
Data to specify if PrintData and/or RoutingInfo should be returned in the response
Java class for ReturnOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReturnOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="ReturnPrintData" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}ReturnPrintData" minOccurs="0"/>
<element name="ReturnRoutingInfo" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}ReturnRoutingInfo" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
Definition at line 39 of file gls_group/fpcs/v1/shipmentprocessing/types/ReturnOptions.java.
| Boolean eu.gls_group.fpcs.v1.shipmentprocessing.types.ReturnOptions.isReturnPrintData | ( | ) |
Gets the value of the returnPrintData property.
Definition at line 54 of file gls_group/fpcs/v1/shipmentprocessing/types/ReturnOptions.java.
| Boolean eu.gls_group.fpcs.v1.shipmentprocessing.types.ReturnOptions.isReturnRoutingInfo | ( | ) |
Gets the value of the returnRoutingInfo property.
Definition at line 78 of file gls_group/fpcs/v1/shipmentprocessing/types/ReturnOptions.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ReturnOptions.setReturnPrintData | ( | Boolean | value | ) |
Sets the value of the returnPrintData property.
| value | allowed object is Boolean |
Definition at line 66 of file gls_group/fpcs/v1/shipmentprocessing/types/ReturnOptions.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ReturnOptions.setReturnRoutingInfo | ( | Boolean | value | ) |
Sets the value of the returnRoutingInfo property.
| value | allowed object is Boolean |
Definition at line 90 of file gls_group/fpcs/v1/shipmentprocessing/types/ReturnOptions.java.
|
protected |
Definition at line 42 of file gls_group/fpcs/v1/shipmentprocessing/types/ReturnOptions.java.
|
protected |
Definition at line 44 of file gls_group/fpcs/v1/shipmentprocessing/types/ReturnOptions.java.
1.8.13