From e2150f22562b4bc06307f4ac7b842687390e4856 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 16 Oct 2014 13:42:04 +0200 Subject: change webservice implementation to Apache CXF --- .../xsd/ersb/personendata1/NatuerlichePersonTyp.java | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/ersb/personendata1/NatuerlichePersonTyp.java') diff --git a/src/main/java/at/gv/util/xsd/ersb/personendata1/NatuerlichePersonTyp.java b/src/main/java/at/gv/util/xsd/ersb/personendata1/NatuerlichePersonTyp.java index c1c5fee..c24eeb0 100644 --- a/src/main/java/at/gv/util/xsd/ersb/personendata1/NatuerlichePersonTyp.java +++ b/src/main/java/at/gv/util/xsd/ersb/personendata1/NatuerlichePersonTyp.java @@ -5,15 +5,16 @@ import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; /** * entspricht PhysicalPersonType * - *

Java class for NatuerlichePersonTyp complex type. + *

Java-Klasse für NatuerlichePersonTyp 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="NatuerlichePersonTyp">
@@ -43,12 +44,13 @@ public class NatuerlichePersonTyp
     @XmlElement(name = "PersonenName")
     protected PersonenNameTyp personenName;
     @XmlElement(name = "Geburtsdatum")
+    @XmlSchemaType(name = "anySimpleType")
     protected String geburtsdatum;
     @XmlAttribute(name = "aktion", namespace = "http://statistik.at/namespace/ersb/1#")
     protected String aktion;
 
     /**
-     * Gets the value of the personenName property.
+     * Ruft den Wert der personenName-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -60,7 +62,7 @@ public class NatuerlichePersonTyp
     }
 
     /**
-     * Sets the value of the personenName property.
+     * Legt den Wert der personenName-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -72,7 +74,7 @@ public class NatuerlichePersonTyp
     }
 
     /**
-     * Gets the value of the geburtsdatum property.
+     * Ruft den Wert der geburtsdatum-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -84,7 +86,7 @@ public class NatuerlichePersonTyp
     }
 
     /**
-     * Sets the value of the geburtsdatum property.
+     * Legt den Wert der geburtsdatum-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -96,7 +98,7 @@ public class NatuerlichePersonTyp
     }
 
     /**
-     * Gets the value of the aktion property.
+     * Ruft den Wert der aktion-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -108,7 +110,7 @@ public class NatuerlichePersonTyp
     }
 
     /**
-     * Sets the value of the aktion property.
+     * Legt den Wert der aktion-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3