|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getServiceName () |
| void | setServiceName (String value) |
Protected Attributes | |
| String | serviceName |
Defines a service that does not need any specific attribute
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">
<sequence>
<element name="ServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 37 of file gls_group/fpcs/v1/common/Service.java.
| String eu.gls_group.fpcs.v1.common.Service.getServiceName | ( | ) |
Gets the value of the serviceName property.
Definition at line 50 of file gls_group/fpcs/v1/common/Service.java.
| void eu.gls_group.fpcs.v1.common.Service.setServiceName | ( | String | value | ) |
Sets the value of the serviceName property.
| value | allowed object is String |
Definition at line 62 of file gls_group/fpcs/v1/common/Service.java.
|
protected |
Definition at line 40 of file gls_group/fpcs/v1/common/Service.java.
1.8.13