2package eu.gls_group.fpcs.v1.common;
5import javax.xml.bind.annotation.XmlAccessType;
6import javax.xml.bind.annotation.XmlAccessorType;
7import javax.xml.bind.annotation.XmlElement;
8import javax.xml.bind.annotation.XmlSchemaType;
9import javax.xml.bind.annotation.XmlType;
10import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
11import org.w3._2001.xmlschema.Adapter3;
39@XmlAccessorType(XmlAccessType.FIELD)
40@XmlType(name =
"IdentPINService", propOrder = {
47 @XmlElement(name =
"ServiceName", required =
true)
48 protected String serviceName;
49 @XmlElement(name = "PIN", required = true)
51 @XmlElement(name = "Birthdate", type = String.class)
53 @XmlSchemaType(name = "date")
54 protected Date birthdate;
64 public String getServiceName() {
77 this.serviceName = value;
125 this.birthdate = value;
void setBirthdate(Date value)
void setServiceName(String value)
void setPIN(String value)