GLS ShipIT
3.5.15
GLS ShipIT - REST services
|
Public Member Functions | |
String | getServiceName () |
void | setServiceName (String value) |
String | getRecipientName () |
void | setRecipientName (String value) |
String | getAlternateRecipientName () |
void | setAlternateRecipientName (String value) |
String | getBuilding () |
void | setBuilding (String value) |
String | getFloor () |
void | setFloor (String value) |
String | getRoom () |
void | setRoom (String value) |
String | getPhonenumber () |
void | setPhonenumber (String value) |
Protected Attributes | |
String | serviceName |
String | recipientName |
String | alternateRecipientName |
String | building |
String | floor |
String | room |
String | phonenumber |
Delivery at work service attributes
Java class for DeliveryAtWorkService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryAtWorkService"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="RecipientName" type="{http://fpcs.gls-group.eu/v1/Common}Name"/> <element name="AlternateRecipientName" type="{http://fpcs.gls-group.eu/v1/Common}Name" minOccurs="0"/> <element name="Building" type="{http://fpcs.gls-group.eu/v1/Common}Building"/> <element name="Floor" type="{http://fpcs.gls-group.eu/v1/Common}Floor"/> <element name="Room" type="{http://fpcs.gls-group.eu/v1/Common}Room" minOccurs="0"/> <element name="Phonenumber" type="{http://fpcs.gls-group.eu/v1/Common}Phonenumber" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 49 of file DeliveryAtWorkService.java.
String eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.getAlternateRecipientName | ( | ) |
Gets the value of the alternateRecipientName property.
Definition at line 122 of file DeliveryAtWorkService.java.
String eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.getBuilding | ( | ) |
Gets the value of the building property.
Definition at line 146 of file DeliveryAtWorkService.java.
String eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.getFloor | ( | ) |
Gets the value of the floor property.
Definition at line 170 of file DeliveryAtWorkService.java.
String eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.getPhonenumber | ( | ) |
Gets the value of the phonenumber property.
Definition at line 218 of file DeliveryAtWorkService.java.
String eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.getRecipientName | ( | ) |
Gets the value of the recipientName property.
Definition at line 98 of file DeliveryAtWorkService.java.
String eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.getRoom | ( | ) |
Gets the value of the room property.
Definition at line 194 of file DeliveryAtWorkService.java.
String eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.getServiceName | ( | ) |
Gets the value of the serviceName property.
Definition at line 74 of file DeliveryAtWorkService.java.
void eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.setAlternateRecipientName | ( | String | value | ) |
Sets the value of the alternateRecipientName property.
value | allowed object is String |
Definition at line 134 of file DeliveryAtWorkService.java.
void eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.setBuilding | ( | String | value | ) |
Sets the value of the building property.
value | allowed object is String |
Definition at line 158 of file DeliveryAtWorkService.java.
void eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.setFloor | ( | String | value | ) |
Sets the value of the floor property.
value | allowed object is String |
Definition at line 182 of file DeliveryAtWorkService.java.
void eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.setPhonenumber | ( | String | value | ) |
Sets the value of the phonenumber property.
value | allowed object is String |
Definition at line 230 of file DeliveryAtWorkService.java.
void eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.setRecipientName | ( | String | value | ) |
Sets the value of the recipientName property.
value | allowed object is String |
Definition at line 110 of file DeliveryAtWorkService.java.
void eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.setRoom | ( | String | value | ) |
Sets the value of the room property.
value | allowed object is String |
Definition at line 206 of file DeliveryAtWorkService.java.
void eu.gls_group.fpcs.v1.common.DeliveryAtWorkService.setServiceName | ( | String | value | ) |
Sets the value of the serviceName property.
value | allowed object is String |
Definition at line 86 of file DeliveryAtWorkService.java.
|
protected |
Definition at line 56 of file DeliveryAtWorkService.java.
|
protected |
Definition at line 58 of file DeliveryAtWorkService.java.
|
protected |
Definition at line 60 of file DeliveryAtWorkService.java.
|
protected |
Definition at line 64 of file DeliveryAtWorkService.java.
|
protected |
Definition at line 54 of file DeliveryAtWorkService.java.
|
protected |
Definition at line 62 of file DeliveryAtWorkService.java.
|
protected |
Definition at line 52 of file DeliveryAtWorkService.java.