|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| ReturnShipment | getShipment () |
| void | setShipment (ReturnShipment value) |
| PrintingOptions | getPrintingOptions () |
| void | setPrintingOptions (PrintingOptions value) |
| CustomContent | getCustomContent () |
| void | setCustomContent (CustomContent value) |
Protected Attributes | |
| ReturnShipment | shipment |
| PrintingOptions | printingOptions |
| CustomContent | customContent |
Create return 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/v2/ShipmentProcessing/types}ReturnShipment"/>
<element name="PrintingOptions" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}PrintingOptions"/>
<element name="CustomContent" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}CustomContent" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 43 of file CreateReturnRequestParameter.java.
| CustomContent eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreateReturnRequestParameter.getCustomContent | ( | ) |
Gets the value of the customContent property.
Definition at line 108 of file CreateReturnRequestParameter.java.
| PrintingOptions eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreateReturnRequestParameter.getPrintingOptions | ( | ) |
Gets the value of the printingOptions property.
Definition at line 84 of file CreateReturnRequestParameter.java.
| ReturnShipment eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreateReturnRequestParameter.getShipment | ( | ) |
Gets the value of the shipment property.
Definition at line 60 of file CreateReturnRequestParameter.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreateReturnRequestParameter.setCustomContent | ( | CustomContent | value | ) |
Sets the value of the customContent property.
| value | allowed object is CustomContent |
Definition at line 120 of file CreateReturnRequestParameter.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreateReturnRequestParameter.setPrintingOptions | ( | PrintingOptions | value | ) |
Sets the value of the printingOptions property.
| value | allowed object is PrintingOptions |
Definition at line 96 of file CreateReturnRequestParameter.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreateReturnRequestParameter.setShipment | ( | ReturnShipment | value | ) |
Sets the value of the shipment property.
| value | allowed object is ReturnShipment |
Definition at line 72 of file CreateReturnRequestParameter.java.
|
protected |
Definition at line 50 of file CreateReturnRequestParameter.java.
|
protected |
Definition at line 48 of file CreateReturnRequestParameter.java.
|
protected |
Definition at line 46 of file CreateReturnRequestParameter.java.
1.8.13