From 7a5b350a93990956106d91679240b6e8326cb110 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 5 Nov 2014 08:07:15 +0100 Subject: change more client implementations to APACHE CXF --- .../java/at/gv/util/xsd/szr/PersonInfoType.java | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/szr/PersonInfoType.java') diff --git a/src/main/java/at/gv/util/xsd/szr/PersonInfoType.java b/src/main/java/at/gv/util/xsd/szr/PersonInfoType.java index 84b7248..44d30c8 100644 --- a/src/main/java/at/gv/util/xsd/szr/PersonInfoType.java +++ b/src/main/java/at/gv/util/xsd/szr/PersonInfoType.java @@ -12,9 +12,9 @@ import at.gv.util.xsd.szr.persondata.PostalAddressType; /** - *

Java class for PersonInfoType complex type. + *

Java-Klasse für PersonInfoType complex type. * - *

The following schema fragment specifies the expected content contained within this class. + *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

  * <complexType name="PersonInfoType">
@@ -50,13 +50,13 @@ public class PersonInfoType {
     protected PostalAddressType regularDomicile;
     @XmlElement(name = "AddressCodes")
     protected AddressCodesType addressCodes;
-    @XmlElementRef(name = "TravelDocument", namespace = "urn:SZRServices", type = JAXBElement.class)
+    @XmlElementRef(name = "TravelDocument", namespace = "urn:SZRServices", type = JAXBElement.class, required = false)
     protected JAXBElement travelDocument;
-    @XmlElementRef(name = "DateOfBirthWildcard", namespace = "urn:SZRServices", type = JAXBElement.class)
+    @XmlElementRef(name = "DateOfBirthWildcard", namespace = "urn:SZRServices", type = JAXBElement.class, required = false)
     protected JAXBElement dateOfBirthWildcard;
 
     /**
-     * Gets the value of the person property.
+     * Ruft den Wert der person-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -68,7 +68,7 @@ public class PersonInfoType {
     }
 
     /**
-     * Sets the value of the person property.
+     * Legt den Wert der person-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -80,7 +80,7 @@ public class PersonInfoType {
     }
 
     /**
-     * Gets the value of the regularDomicile property.
+     * Ruft den Wert der regularDomicile-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -92,7 +92,7 @@ public class PersonInfoType {
     }
 
     /**
-     * Sets the value of the regularDomicile property.
+     * Legt den Wert der regularDomicile-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -104,7 +104,7 @@ public class PersonInfoType {
     }
 
     /**
-     * Gets the value of the addressCodes property.
+     * Ruft den Wert der addressCodes-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -116,7 +116,7 @@ public class PersonInfoType {
     }
 
     /**
-     * Sets the value of the addressCodes property.
+     * Legt den Wert der addressCodes-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -128,7 +128,7 @@ public class PersonInfoType {
     }
 
     /**
-     * Gets the value of the travelDocument property.
+     * Ruft den Wert der travelDocument-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -140,7 +140,7 @@ public class PersonInfoType {
     }
 
     /**
-     * Sets the value of the travelDocument property.
+     * Legt den Wert der travelDocument-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -148,11 +148,11 @@ public class PersonInfoType {
      *     
      */
     public void setTravelDocument(JAXBElement value) {
-        this.travelDocument = ((JAXBElement ) value);
+        this.travelDocument = value;
     }
 
     /**
-     * Gets the value of the dateOfBirthWildcard property.
+     * Ruft den Wert der dateOfBirthWildcard-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -164,7 +164,7 @@ public class PersonInfoType {
     }
 
     /**
-     * Sets the value of the dateOfBirthWildcard property.
+     * Legt den Wert der dateOfBirthWildcard-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -172,7 +172,7 @@ public class PersonInfoType {
      *     
      */
     public void setDateOfBirthWildcard(JAXBElement value) {
-        this.dateOfBirthWildcard = ((JAXBElement ) value);
+        this.dateOfBirthWildcard = value;
     }
 
 }
-- 
cgit v1.2.3