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 --- .../util/xsd/ur_V5/search/SuchePersonendaten.java | 53 +++++++++++----------- 1 file changed, 27 insertions(+), 26 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/ur_V5/search/SuchePersonendaten.java') diff --git a/src/main/java/at/gv/util/xsd/ur_V5/search/SuchePersonendaten.java b/src/main/java/at/gv/util/xsd/ur_V5/search/SuchePersonendaten.java index 8e2f6e2..1f8c563 100644 --- a/src/main/java/at/gv/util/xsd/ur_V5/search/SuchePersonendaten.java +++ b/src/main/java/at/gv/util/xsd/ur_V5/search/SuchePersonendaten.java @@ -9,9 +9,9 @@ import javax.xml.datatype.XMLGregorianCalendar; /** - *

Java class for SuchePersonendaten complex type. + *

Java-Klasse für SuchePersonendaten 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="SuchePersonendaten">
@@ -63,6 +63,7 @@ public class SuchePersonendaten {
     protected String strasse;
     protected String hNr;
     protected String ort;
+    @XmlSchemaType(name = "integer")
     protected Integer gemnr;
     protected String plz;
     protected String land;
@@ -70,7 +71,7 @@ public class SuchePersonendaten {
     protected String stammregister;
 
     /**
-     * Gets the value of the phonetisch property.
+     * Ruft den Wert der phonetisch-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -82,7 +83,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Sets the value of the phonetisch property.
+     * Legt den Wert der phonetisch-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -94,7 +95,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Gets the value of the nachname property.
+     * Ruft den Wert der nachname-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -106,7 +107,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Sets the value of the nachname property.
+     * Legt den Wert der nachname-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -118,7 +119,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Gets the value of the vorname property.
+     * Ruft den Wert der vorname-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -130,7 +131,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Sets the value of the vorname property.
+     * Legt den Wert der vorname-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -142,7 +143,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Gets the value of the gebDatum property.
+     * Ruft den Wert der gebDatum-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -154,7 +155,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Sets the value of the gebDatum property.
+     * Legt den Wert der gebDatum-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -166,7 +167,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Gets the value of the strasse property.
+     * Ruft den Wert der strasse-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -178,7 +179,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Sets the value of the strasse property.
+     * Legt den Wert der strasse-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -190,7 +191,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Gets the value of the hNr property.
+     * Ruft den Wert der hNr-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -202,7 +203,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Sets the value of the hNr property.
+     * Legt den Wert der hNr-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -214,7 +215,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Gets the value of the ort property.
+     * Ruft den Wert der ort-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -226,7 +227,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Sets the value of the ort property.
+     * Legt den Wert der ort-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -238,7 +239,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Gets the value of the gemnr property.
+     * Ruft den Wert der gemnr-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -250,7 +251,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Sets the value of the gemnr property.
+     * Legt den Wert der gemnr-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -262,7 +263,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Gets the value of the plz property.
+     * Ruft den Wert der plz-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -274,7 +275,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Sets the value of the plz property.
+     * Legt den Wert der plz-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -286,7 +287,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Gets the value of the land property.
+     * Ruft den Wert der land-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -298,7 +299,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Sets the value of the land property.
+     * Legt den Wert der land-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -310,7 +311,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Gets the value of the stammzahl property.
+     * Ruft den Wert der stammzahl-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -322,7 +323,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Sets the value of the stammzahl property.
+     * Legt den Wert der stammzahl-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -334,7 +335,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Gets the value of the stammregister property.
+     * Ruft den Wert der stammregister-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -346,7 +347,7 @@ public class SuchePersonendaten {
     }
 
     /**
-     * Sets the value of the stammregister property.
+     * Legt den Wert der stammregister-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3