GLS ShipIT
2.8.11
GLS ShipIT - REST services
|
Public Member Functions | |
String | getServiceName () |
void | setServiceName (String value) |
String | getPIN () |
void | setPIN (String value) |
Date | getBirthdate () |
void | setBirthdate (Date value) |
Protected Attributes | |
String | serviceName |
String | pin |
Date | birthdate |
Ident PIN service attributes
Java class for IdentPINService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentPINService"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="PIN" type="{http://fpcs.gls-group.eu/v1/Common}IdentPIN"/> <element name="Birthdate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 44 of file IdentPINService.java.
Date eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentPINService.getBirthdate | ( | ) |
Gets the value of the birthdate property.
Definition at line 111 of file IdentPINService.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentPINService.getPIN | ( | ) |
Gets the value of the pin property.
Definition at line 87 of file IdentPINService.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentPINService.getServiceName | ( | ) |
Gets the value of the serviceName property.
Definition at line 63 of file IdentPINService.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentPINService.setBirthdate | ( | Date | value | ) |
Sets the value of the birthdate property.
value | allowed object is String |
Definition at line 123 of file IdentPINService.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentPINService.setPIN | ( | String | value | ) |
Sets the value of the pin property.
value | allowed object is String |
Definition at line 99 of file IdentPINService.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentPINService.setServiceName | ( | String | value | ) |
Sets the value of the serviceName property.
value | allowed object is String |
Definition at line 75 of file IdentPINService.java.
|
protected |
Definition at line 53 of file IdentPINService.java.
|
protected |
Definition at line 49 of file IdentPINService.java.
|
protected |
Definition at line 47 of file IdentPINService.java.