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 --- .../at/gv/util/xsd/ur_V2/search/Rechtsform.java | 23 ++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/ur_V2/search/Rechtsform.java') diff --git a/src/main/java/at/gv/util/xsd/ur_V2/search/Rechtsform.java b/src/main/java/at/gv/util/xsd/ur_V2/search/Rechtsform.java index 341094d..a994a5f 100644 --- a/src/main/java/at/gv/util/xsd/ur_V2/search/Rechtsform.java +++ b/src/main/java/at/gv/util/xsd/ur_V2/search/Rechtsform.java @@ -4,14 +4,15 @@ 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.XmlElement; +import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; /** - *

Java class for Rechtsform complex type. + *

Java-Klasse für Rechtsform 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="Rechtsform">
@@ -43,16 +44,18 @@ import javax.xml.bind.annotation.XmlType;
 public abstract class Rechtsform {
 
     @XmlElement(name = "ReForm")
+    @XmlSchemaType(name = "integer")
     protected Integer reForm;
     @XmlElement(name = "ReFormText")
     protected String reFormText;
     @XmlElement(name = "ReFormExtern")
+    @XmlSchemaType(name = "integer")
     protected int reFormExtern;
     @XmlElement(name = "ReFormExternText")
     protected String reFormExternText;
 
     /**
-     * Gets the value of the reForm property.
+     * Ruft den Wert der reForm-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -64,7 +67,7 @@ public abstract class Rechtsform {
     }
 
     /**
-     * Sets the value of the reForm property.
+     * Legt den Wert der reForm-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -76,7 +79,7 @@ public abstract class Rechtsform {
     }
 
     /**
-     * Gets the value of the reFormText property.
+     * Ruft den Wert der reFormText-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -88,7 +91,7 @@ public abstract class Rechtsform {
     }
 
     /**
-     * Sets the value of the reFormText property.
+     * Legt den Wert der reFormText-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -100,7 +103,7 @@ public abstract class Rechtsform {
     }
 
     /**
-     * Gets the value of the reFormExtern property.
+     * Ruft den Wert der reFormExtern-Eigenschaft ab.
      * 
      */
     public int getReFormExtern() {
@@ -108,7 +111,7 @@ public abstract class Rechtsform {
     }
 
     /**
-     * Sets the value of the reFormExtern property.
+     * Legt den Wert der reFormExtern-Eigenschaft fest.
      * 
      */
     public void setReFormExtern(int value) {
@@ -116,7 +119,7 @@ public abstract class Rechtsform {
     }
 
     /**
-     * Gets the value of the reFormExternText property.
+     * Ruft den Wert der reFormExternText-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -128,7 +131,7 @@ public abstract class Rechtsform {
     }
 
     /**
-     * Sets the value of the reFormExternText property.
+     * Legt den Wert der reFormExternText-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3