|
GLS ShipIT
3.5.15
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getServiceName () |
| void | setServiceName (String value) |
| long | getNumberOfLabels () |
| void | setNumberOfLabels (long value) |
Protected Attributes | |
| String | serviceName |
| long | numberOfLabels |
Shop return service attributes
Java class for ShopReturnService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShopReturnService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NumberOfLabels" type="{http://fpcs.gls-group.eu/v1/Common}NumberOfLabels"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 40 of file gls_group/fpcs/v1/common/ShopReturnService.java.
| long eu.gls_group.fpcs.v1.common.ShopReturnService.getNumberOfLabels | ( | ) |
Gets the value of the numberOfLabels property.
Definition at line 76 of file gls_group/fpcs/v1/common/ShopReturnService.java.
| String eu.gls_group.fpcs.v1.common.ShopReturnService.getServiceName | ( | ) |
Gets the value of the serviceName property.
Definition at line 56 of file gls_group/fpcs/v1/common/ShopReturnService.java.
| void eu.gls_group.fpcs.v1.common.ShopReturnService.setNumberOfLabels | ( | long | value | ) |
Sets the value of the numberOfLabels property.
Definition at line 84 of file gls_group/fpcs/v1/common/ShopReturnService.java.
| void eu.gls_group.fpcs.v1.common.ShopReturnService.setServiceName | ( | String | value | ) |
Sets the value of the serviceName property.
| value | allowed object is String |
Definition at line 68 of file gls_group/fpcs/v1/common/ShopReturnService.java.
|
protected |
Definition at line 46 of file gls_group/fpcs/v1/common/ShopReturnService.java.
|
protected |
Definition at line 43 of file gls_group/fpcs/v1/common/ShopReturnService.java.
1.8.13