|
GLS ShipIT
3.5.15
GLS ShipIT - SOAP services
|
Public Member Functions | |
| Service | getService () |
| void | setService (Service value) |
| ShopDeliveryService | getShopDelivery () |
| void | setShopDelivery (ShopDeliveryService value) |
| ShopReturnService | getShopReturn () |
| void | setShopReturn (ShopReturnService value) |
| IntercompanyService | getIntercompany () |
| void | setIntercompany (IntercompanyService value) |
| ExchangeService | getExchange () |
| void | setExchange (ExchangeService value) |
| DeliveryAtWorkService | getDeliveryAtWork () |
| void | setDeliveryAtWork (DeliveryAtWorkService value) |
| DepositService | getDeposit () |
| void | setDeposit (DepositService value) |
| IdentPINService | getIdentPin () |
| void | setIdentPin (IdentPINService value) |
| IdentService | getIdent () |
| void | setIdent (IdentService value) |
| PickAndShipService | getPickAndShip () |
| void | setPickAndShip (PickAndShipService value) |
| PickAndReturnService | getPickAndReturn () |
| void | setPickAndReturn (PickAndReturnService value) |
Abstract shipment service container covers the available services on shipment level
Java class for ShipmentService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShipmentService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Service" type="{http://fpcs.gls-group.eu/v1/Common}Service"/>
<element name="ShopDelivery" type="{http://fpcs.gls-group.eu/v1/Common}ShopDeliveryService"/>
<element name="ShopReturn" type="{http://fpcs.gls-group.eu/v1/Common}ShopReturnService"/>
<element name="Intercompany" type="{http://fpcs.gls-group.eu/v1/Common}IntercompanyService"/>
<element name="Exchange" type="{http://fpcs.gls-group.eu/v1/Common}ExchangeService"/>
<element name="DeliveryAtWork" type="{http://fpcs.gls-group.eu/v1/Common}DeliveryAtWorkService"/>
<element name="Deposit" type="{http://fpcs.gls-group.eu/v1/Common}DepositService"/>
<element name="IdentPin" type="{http://fpcs.gls-group.eu/v1/Common}IdentPINService"/>
<element name="Ident" type="{http://fpcs.gls-group.eu/v1/Common}IdentService"/>
<element name="PickAndShip" type="{http://fpcs.gls-group.eu/v1/Common}PickAndShipService"/>
<element name="PickAndReturn" type="{http://fpcs.gls-group.eu/v1/Common}PickAndReturnService"/>
</choice>
</restriction>
</complexContent>
</complexType>
Definition at line 58 of file ShipmentService.java.
| DeliveryAtWorkService eu.gls_group.fpcs.v1.common.ShipmentService.getDeliveryAtWork | ( | ) |
Gets the value of the deliveryAtWork property.
Definition at line 211 of file ShipmentService.java.
| DepositService eu.gls_group.fpcs.v1.common.ShipmentService.getDeposit | ( | ) |
Gets the value of the deposit property.
Definition at line 235 of file ShipmentService.java.
| ExchangeService eu.gls_group.fpcs.v1.common.ShipmentService.getExchange | ( | ) |
Gets the value of the exchange property.
Definition at line 187 of file ShipmentService.java.
| IdentService eu.gls_group.fpcs.v1.common.ShipmentService.getIdent | ( | ) |
Gets the value of the ident property.
Definition at line 283 of file ShipmentService.java.
| IdentPINService eu.gls_group.fpcs.v1.common.ShipmentService.getIdentPin | ( | ) |
Gets the value of the identPin property.
Definition at line 259 of file ShipmentService.java.
| IntercompanyService eu.gls_group.fpcs.v1.common.ShipmentService.getIntercompany | ( | ) |
Gets the value of the intercompany property.
Definition at line 163 of file ShipmentService.java.
| PickAndReturnService eu.gls_group.fpcs.v1.common.ShipmentService.getPickAndReturn | ( | ) |
Gets the value of the pickAndReturn property.
Definition at line 331 of file ShipmentService.java.
| PickAndShipService eu.gls_group.fpcs.v1.common.ShipmentService.getPickAndShip | ( | ) |
Gets the value of the pickAndShip property.
Definition at line 307 of file ShipmentService.java.
| Service eu.gls_group.fpcs.v1.common.ShipmentService.getService | ( | ) |
Gets the value of the service property.
Definition at line 91 of file ShipmentService.java.
| ShopDeliveryService eu.gls_group.fpcs.v1.common.ShipmentService.getShopDelivery | ( | ) |
Gets the value of the shopDelivery property.
Definition at line 115 of file ShipmentService.java.
| ShopReturnService eu.gls_group.fpcs.v1.common.ShipmentService.getShopReturn | ( | ) |
Gets the value of the shopReturn property.
Definition at line 139 of file ShipmentService.java.
| void eu.gls_group.fpcs.v1.common.ShipmentService.setDeliveryAtWork | ( | DeliveryAtWorkService | value | ) |
Sets the value of the deliveryAtWork property.
| value | allowed object is DeliveryAtWorkService |
Definition at line 223 of file ShipmentService.java.
| void eu.gls_group.fpcs.v1.common.ShipmentService.setDeposit | ( | DepositService | value | ) |
Sets the value of the deposit property.
| value | allowed object is DepositService |
Definition at line 247 of file ShipmentService.java.
| void eu.gls_group.fpcs.v1.common.ShipmentService.setExchange | ( | ExchangeService | value | ) |
Sets the value of the exchange property.
| value | allowed object is ExchangeService |
Definition at line 199 of file ShipmentService.java.
| void eu.gls_group.fpcs.v1.common.ShipmentService.setIdent | ( | IdentService | value | ) |
Sets the value of the ident property.
| value | allowed object is IdentService |
Definition at line 295 of file ShipmentService.java.
| void eu.gls_group.fpcs.v1.common.ShipmentService.setIdentPin | ( | IdentPINService | value | ) |
Sets the value of the identPin property.
| value | allowed object is IdentPINService |
Definition at line 271 of file ShipmentService.java.
| void eu.gls_group.fpcs.v1.common.ShipmentService.setIntercompany | ( | IntercompanyService | value | ) |
Sets the value of the intercompany property.
| value | allowed object is IntercompanyService |
Definition at line 175 of file ShipmentService.java.
| void eu.gls_group.fpcs.v1.common.ShipmentService.setPickAndReturn | ( | PickAndReturnService | value | ) |
Sets the value of the pickAndReturn property.
| value | allowed object is PickAndReturnService |
Definition at line 343 of file ShipmentService.java.
| void eu.gls_group.fpcs.v1.common.ShipmentService.setPickAndShip | ( | PickAndShipService | value | ) |
Sets the value of the pickAndShip property.
| value | allowed object is PickAndShipService |
Definition at line 319 of file ShipmentService.java.
| void eu.gls_group.fpcs.v1.common.ShipmentService.setService | ( | Service | value | ) |
Sets the value of the service property.
| value | allowed object is Service |
Definition at line 103 of file ShipmentService.java.
| void eu.gls_group.fpcs.v1.common.ShipmentService.setShopDelivery | ( | ShopDeliveryService | value | ) |
Sets the value of the shopDelivery property.
| value | allowed object is ShopDeliveryService |
Definition at line 127 of file ShipmentService.java.
| void eu.gls_group.fpcs.v1.common.ShipmentService.setShopReturn | ( | ShopReturnService | value | ) |
Sets the value of the shopReturn property.
| value | allowed object is ShopReturnService |
Definition at line 151 of file ShipmentService.java.
|
protected |
Definition at line 71 of file ShipmentService.java.
|
protected |
Definition at line 73 of file ShipmentService.java.
|
protected |
Definition at line 69 of file ShipmentService.java.
|
protected |
Definition at line 77 of file ShipmentService.java.
|
protected |
Definition at line 75 of file ShipmentService.java.
|
protected |
Definition at line 67 of file ShipmentService.java.
|
protected |
Definition at line 81 of file ShipmentService.java.
|
protected |
Definition at line 79 of file ShipmentService.java.
|
protected |
Definition at line 61 of file ShipmentService.java.
|
protected |
Definition at line 63 of file ShipmentService.java.
|
protected |
Definition at line 65 of file ShipmentService.java.
1.8.13