2 package eu.glsgroup.fpcs.datatypes.soap.v1.common;
 
    5 import javax.xml.bind.annotation.XmlAccessType;
 
    6 import javax.xml.bind.annotation.XmlAccessorType;
 
    7 import javax.xml.bind.annotation.XmlElement;
 
    8 import javax.xml.bind.annotation.XmlSchemaType;
 
    9 import javax.xml.bind.annotation.XmlType;
 
   10 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 
   11 import org.w3._2001.xmlschema.Adapter2;
 
   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;