GLS ShipIT
2.7.11
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 47 of file IdentService.java.
Date eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.getBirthdate | ( | ) |
Gets the value of the birthdate property.
Definition at line 90 of file IdentService.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.getFirstname | ( | ) |
Gets the value of the firstname property.
Definition at line 112 of file IdentService.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.getLastname | ( | ) |
Gets the value of the lastname property.
Definition at line 134 of file IdentService.java.
Nationality eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.getNationality | ( | ) |
Gets the value of the nationality property.
Definition at line 156 of file IdentService.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.getServiceName | ( | ) |
Gets the value of the serviceName property.
Definition at line 68 of file IdentService.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.setBirthdate | ( | Date | value | ) |
Sets the value of the birthdate property.
value | allowed object is String |
Definition at line 101 of file IdentService.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.setFirstname | ( | String | value | ) |
Sets the value of the firstname property.
value | allowed object is String |
Definition at line 123 of file IdentService.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.setLastname | ( | String | value | ) |
Sets the value of the lastname property.
value | allowed object is String |
Definition at line 145 of file IdentService.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.setNationality | ( | Nationality | value | ) |
Sets the value of the nationality property.
value | allowed object is Nationality |
Definition at line 167 of file IdentService.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.setServiceName | ( | String | value | ) |
Sets the value of the serviceName property.
value | allowed object is String |
Definition at line 79 of file IdentService.java.
|
protected |
Definition at line 54 of file IdentService.java.
|
protected |
Definition at line 56 of file IdentService.java.
|
protected |
Definition at line 58 of file IdentService.java.
|
protected |
Definition at line 60 of file IdentService.java.
|
protected |
Definition at line 50 of file IdentService.java.