|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getServiceName () |
| void | setServiceName (String value) |
| long | getNumberOfLabels () |
| void | setNumberOfLabels (long value) |
| ReturnQR | getReturnQR () |
| void | setReturnQR (ReturnQR value) |
Protected Attributes | |
| String | serviceName |
| long | numberOfLabels |
| ReturnQR | returnQR |
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"/>
<element name="ReturnQR" type="{http://fpcs.gls-group.eu/v1/Common}ReturnQR" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 42 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 81 of file gls_group/fpcs/v1/common/ShopReturnService.java.
| ReturnQR eu.gls_group.fpcs.v1.common.ShopReturnService.getReturnQR | ( | ) |
Gets the value of the returnQR property.
Definition at line 101 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 61 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 89 of file gls_group/fpcs/v1/common/ShopReturnService.java.
| void eu.gls_group.fpcs.v1.common.ShopReturnService.setReturnQR | ( | ReturnQR | value | ) |
Sets the value of the returnQR property.
| value | allowed object is ReturnQR |
Definition at line 113 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 73 of file gls_group/fpcs/v1/common/ShopReturnService.java.
|
protected |
Definition at line 48 of file gls_group/fpcs/v1/common/ShopReturnService.java.
|
protected |
Definition at line 51 of file gls_group/fpcs/v1/common/ShopReturnService.java.
|
protected |
Definition at line 45 of file gls_group/fpcs/v1/common/ShopReturnService.java.
1.8.13