GLS ShipIT
3.5.15
GLS ShipIT - REST services
|
Public Member Functions | |
ShopReturnService | getShopReturn () |
void | setShopReturn (ShopReturnService value) |
IntercompanyService | getIntercompany () |
void | setIntercompany (IntercompanyService value) |
Protected Attributes | |
ShopReturnService | shopReturn |
IntercompanyService | intercompany |
Abstract shipment service container covers the available services on shipment level
Java class for CreateReturnService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateReturnService"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="ShopReturn" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}ShopReturnService"/> <element name="Intercompany" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}IntercompanyService"/> </choice> </restriction> </complexContent> </complexType>
Definition at line 40 of file CreateReturnService.java.
IntercompanyService eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreateReturnService.getIntercompany | ( | ) |
Gets the value of the intercompany property.
Definition at line 79 of file CreateReturnService.java.
ShopReturnService eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreateReturnService.getShopReturn | ( | ) |
Gets the value of the shopReturn property.
Definition at line 55 of file CreateReturnService.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreateReturnService.setIntercompany | ( | IntercompanyService | value | ) |
Sets the value of the intercompany property.
value | allowed object is IntercompanyService |
Definition at line 91 of file CreateReturnService.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreateReturnService.setShopReturn | ( | ShopReturnService | value | ) |
Sets the value of the shopReturn property.
value | allowed object is ShopReturnService |
Definition at line 67 of file CreateReturnService.java.
|
protected |
Definition at line 45 of file CreateReturnService.java.
|
protected |
Definition at line 43 of file CreateReturnService.java.