|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getServiceName () |
| void | setServiceName (String value) |
| Date | getBirthdate () |
| void | setBirthdate (Date value) |
| String | getFirstname () |
| void | setFirstname (String value) |
| String | getLastname () |
| void | setLastname (String value) |
| Nationality | getNationality () |
| void | setNationality (Nationality value) |
Protected Attributes | |
| String | serviceName |
| Date | birthdate |
| String | firstname |
| String | lastname |
| Nationality | nationality |
Ident service attributes
Java class for IdentService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Birthdate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Firstname" type="{http://fpcs.gls-group.eu/v1/Common}Name"/>
<element name="Lastname" type="{http://fpcs.gls-group.eu/v1/Common}Name"/>
<element name="Nationality" type="{http://fpcs.gls-group.eu/v1/Common}Nationality"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 48 of file IdentService.java.
| Date eu.gls_group.fpcs.v1.common.IdentService.getBirthdate | ( | ) |
Gets the value of the birthdate property.
Definition at line 95 of file IdentService.java.
| String eu.gls_group.fpcs.v1.common.IdentService.getFirstname | ( | ) |
Gets the value of the firstname property.
Definition at line 119 of file IdentService.java.
| String eu.gls_group.fpcs.v1.common.IdentService.getLastname | ( | ) |
Gets the value of the lastname property.
Definition at line 143 of file IdentService.java.
| Nationality eu.gls_group.fpcs.v1.common.IdentService.getNationality | ( | ) |
Gets the value of the nationality property.
Definition at line 167 of file IdentService.java.
| String eu.gls_group.fpcs.v1.common.IdentService.getServiceName | ( | ) |
Gets the value of the serviceName property.
Definition at line 71 of file IdentService.java.
| void eu.gls_group.fpcs.v1.common.IdentService.setBirthdate | ( | Date | value | ) |
Sets the value of the birthdate property.
| value | allowed object is String |
Definition at line 107 of file IdentService.java.
| void eu.gls_group.fpcs.v1.common.IdentService.setFirstname | ( | String | value | ) |
Sets the value of the firstname property.
| value | allowed object is String |
Definition at line 131 of file IdentService.java.
| void eu.gls_group.fpcs.v1.common.IdentService.setLastname | ( | String | value | ) |
Sets the value of the lastname property.
| value | allowed object is String |
Definition at line 155 of file IdentService.java.
| void eu.gls_group.fpcs.v1.common.IdentService.setNationality | ( | Nationality | value | ) |
Sets the value of the nationality property.
| value | allowed object is Nationality |
Definition at line 179 of file IdentService.java.
| void eu.gls_group.fpcs.v1.common.IdentService.setServiceName | ( | String | value | ) |
Sets the value of the serviceName property.
| value | allowed object is String |
Definition at line 83 of file IdentService.java.
|
protected |
Definition at line 55 of file IdentService.java.
|
protected |
Definition at line 57 of file IdentService.java.
|
protected |
Definition at line 59 of file IdentService.java.
|
protected |
Definition at line 61 of file IdentService.java.
|
protected |
Definition at line 51 of file IdentService.java.
1.8.13