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/ur_V2/search/SucheUnternehmensdaten.java | 51 ++++++++++++---------- 1 file changed, 27 insertions(+), 24 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/ur_V2/search/SucheUnternehmensdaten.java') diff --git a/src/main/java/at/gv/util/xsd/ur_V2/search/SucheUnternehmensdaten.java b/src/main/java/at/gv/util/xsd/ur_V2/search/SucheUnternehmensdaten.java index dd53227..86c0a67 100644 --- a/src/main/java/at/gv/util/xsd/ur_V2/search/SucheUnternehmensdaten.java +++ b/src/main/java/at/gv/util/xsd/ur_V2/search/SucheUnternehmensdaten.java @@ -3,13 +3,14 @@ package at.gv.util.xsd.ur_V2.search; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; /** - *

Java class for SucheUnternehmensdaten complex type. + *

Java-Klasse für SucheUnternehmensdaten 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="SucheUnternehmensdaten">
@@ -53,18 +54,20 @@ public class SucheUnternehmensdaten {
 
     protected Boolean phonetisch;
     protected String untName;
+    @XmlSchemaType(name = "integer")
     protected Integer rechtsform;
     protected String id;
     protected String idArt;
     protected String strasse;
     protected String hNr;
     protected String ort;
+    @XmlSchemaType(name = "integer")
     protected Integer gemnr;
     protected String plz;
     protected String land;
 
     /**
-     * Gets the value of the phonetisch property.
+     * Ruft den Wert der phonetisch-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -76,7 +79,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Sets the value of the phonetisch property.
+     * Legt den Wert der phonetisch-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -88,7 +91,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Gets the value of the untName property.
+     * Ruft den Wert der untName-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -100,7 +103,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Sets the value of the untName property.
+     * Legt den Wert der untName-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -112,7 +115,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Gets the value of the rechtsform property.
+     * Ruft den Wert der rechtsform-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -124,7 +127,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Sets the value of the rechtsform property.
+     * Legt den Wert der rechtsform-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -136,7 +139,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Gets the value of the id property.
+     * Ruft den Wert der id-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -148,7 +151,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Sets the value of the id property.
+     * Legt den Wert der id-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -160,7 +163,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Gets the value of the idArt property.
+     * Ruft den Wert der idArt-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -172,7 +175,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Sets the value of the idArt property.
+     * Legt den Wert der idArt-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -184,7 +187,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Gets the value of the strasse property.
+     * Ruft den Wert der strasse-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -196,7 +199,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Sets the value of the strasse property.
+     * Legt den Wert der strasse-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -208,7 +211,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Gets the value of the hNr property.
+     * Ruft den Wert der hNr-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -220,7 +223,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Sets the value of the hNr property.
+     * Legt den Wert der hNr-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -232,7 +235,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Gets the value of the ort property.
+     * Ruft den Wert der ort-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -244,7 +247,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Sets the value of the ort property.
+     * Legt den Wert der ort-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -256,7 +259,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Gets the value of the gemnr property.
+     * Ruft den Wert der gemnr-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -268,7 +271,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Sets the value of the gemnr property.
+     * Legt den Wert der gemnr-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -280,7 +283,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Gets the value of the plz property.
+     * Ruft den Wert der plz-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -292,7 +295,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Sets the value of the plz property.
+     * Legt den Wert der plz-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -304,7 +307,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Gets the value of the land property.
+     * Ruft den Wert der land-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -316,7 +319,7 @@ public class SucheUnternehmensdaten {
     }
 
     /**
-     * Sets the value of the land property.
+     * Legt den Wert der land-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3