|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| Shipment | getShipment () |
| void | setShipment (Shipment value) |
| PrintingOptions | getPrintingOptions () |
| void | setPrintingOptions (PrintingOptions value) |
| CustomContent | getCustomContent () |
| void | setCustomContent (CustomContent value) |
| ReturnOptions | getReturnOptions () |
| void | setReturnOptions (ReturnOptions value) |
| String | getPartnerReference () |
| void | setPartnerReference (String value) |
Protected Attributes | |
| Shipment | shipment |
| PrintingOptions | printingOptions |
| CustomContent | customContent |
| ReturnOptions | returnOptions |
| String | partnerReference |
Create shipment request attributes
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="Shipment" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}Shipment"/>
<element name="PrintingOptions" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}PrintingOptions"/>
<element name="CustomContent" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}CustomContent" minOccurs="0"/>
<element name="ReturnOptions" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}ReturnOptions" minOccurs="0"/>
</sequence>
<attribute name="PartnerReference" type="{http://fpcs.gls-group.eu/v1/Common}PartnerReference" />
</restriction>
</complexContent>
</complexType>
Definition at line 49 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
| CustomContent eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.getCustomContent | ( | ) |
Gets the value of the customContent property.
Definition at line 118 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.getPartnerReference | ( | ) |
Gets the value of the partnerReference property.
Definition at line 166 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
| PrintingOptions eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.getPrintingOptions | ( | ) |
Gets the value of the printingOptions property.
Definition at line 94 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
| ReturnOptions eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.getReturnOptions | ( | ) |
Gets the value of the returnOptions property.
Definition at line 142 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
| Shipment eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.getShipment | ( | ) |
Gets the value of the shipment property.
Definition at line 70 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.setCustomContent | ( | CustomContent | value | ) |
Sets the value of the customContent property.
| value | allowed object is CustomContent |
Definition at line 130 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.setPartnerReference | ( | String | value | ) |
Sets the value of the partnerReference property.
| value | allowed object is String |
Definition at line 178 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.setPrintingOptions | ( | PrintingOptions | value | ) |
Sets the value of the printingOptions property.
| value | allowed object is PrintingOptions |
Definition at line 106 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.setReturnOptions | ( | ReturnOptions | value | ) |
Sets the value of the returnOptions property.
| value | allowed object is ReturnOptions |
Definition at line 154 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.setShipment | ( | Shipment | value | ) |
Sets the value of the shipment property.
| value | allowed object is Shipment |
Definition at line 82 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
|
protected |
Definition at line 56 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
|
protected |
Definition at line 60 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
|
protected |
Definition at line 54 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
|
protected |
Definition at line 58 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
|
protected |
Definition at line 52 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.
1.8.13