GLS ShipIT
3.5.15
GLS ShipIT - REST services
|
Public Member Functions | |
ShopReturnService | getShopReturn () |
void | setShopReturn (ShopReturnService value) |
Protected Attributes | |
ShopReturnService | shopReturn |
Allowed services objects f.e. Parcel -> cash, ident, ...
Java class for Service complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Service"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="ShopReturn" type="{http://fpcs.gls-group.eu/v1/Common}ShopReturnService"/> </choice> </restriction> </complexContent> </complexType>
Definition at line 39 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/Service.java.
ShopReturnService eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Service.getShopReturn | ( | ) |
Gets the value of the shopReturn property.
Definition at line 52 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/Service.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Service.setShopReturn | ( | ShopReturnService | value | ) |
Sets the value of the shopReturn property.
value | allowed object is ShopReturnService |
Definition at line 64 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/Service.java.
|
protected |
Definition at line 42 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/Service.java.