|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| String | getServiceName () |
| void | setServiceName (String value) |
| String | getParcelShopID () |
| void | setParcelShopID (String value) |
Protected Attributes | |
| String | serviceName |
| String | parcelShopID |
Shop delivery service attributes
Java class for ShopDeliveryService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShopDeliveryService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ParcelShopID" type="{http://fpcs.gls-group.eu/v1/Common}ParcelShopID"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 39 of file ShopDeliveryService.java.
| String eu.gls_group.fpcs.v1.common.ShopDeliveryService.getParcelShopID | ( | ) |
Gets the value of the parcelShopID property.
Definition at line 78 of file ShopDeliveryService.java.
| String eu.gls_group.fpcs.v1.common.ShopDeliveryService.getServiceName | ( | ) |
Gets the value of the serviceName property.
Definition at line 54 of file ShopDeliveryService.java.
| void eu.gls_group.fpcs.v1.common.ShopDeliveryService.setParcelShopID | ( | String | value | ) |
Sets the value of the parcelShopID property.
| value | allowed object is String |
Definition at line 90 of file ShopDeliveryService.java.
| void eu.gls_group.fpcs.v1.common.ShopDeliveryService.setServiceName | ( | String | value | ) |
Sets the value of the serviceName property.
| value | allowed object is String |
Definition at line 66 of file ShopDeliveryService.java.
|
protected |
Definition at line 44 of file ShopDeliveryService.java.
|
protected |
Definition at line 42 of file ShopDeliveryService.java.
1.8.13