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/ersb/basicTypes/Vollzug.java | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/ersb/basicTypes/Vollzug.java') diff --git a/src/main/java/at/gv/util/xsd/ersb/basicTypes/Vollzug.java b/src/main/java/at/gv/util/xsd/ersb/basicTypes/Vollzug.java index bb955e1..8934833 100644 --- a/src/main/java/at/gv/util/xsd/ersb/basicTypes/Vollzug.java +++ b/src/main/java/at/gv/util/xsd/ersb/basicTypes/Vollzug.java @@ -15,9 +15,9 @@ import at.gv.util.xsd.ersb.simpletypes.VollzugStatusTyp; /** - *

Java class for Vollzug complex type. + *

Java-Klasse für Vollzug 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="Vollzug">
@@ -63,7 +63,7 @@ public class Vollzug {
     protected VollzugStatusTyp status;
 
     /**
-     * Gets the value of the antrag property.
+     * Ruft den Wert der antrag-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -75,7 +75,7 @@ public class Vollzug {
     }
 
     /**
-     * Sets the value of the antrag property.
+     * Legt den Wert der antrag-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -87,7 +87,7 @@ public class Vollzug {
     }
 
     /**
-     * Gets the value of the vollzug property.
+     * Ruft den Wert der vollzug-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -99,7 +99,7 @@ public class Vollzug {
     }
 
     /**
-     * Sets the value of the vollzug property.
+     * Legt den Wert der vollzug-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -111,7 +111,7 @@ public class Vollzug {
     }
 
     /**
-     * Gets the value of the zurueckstellung property.
+     * Ruft den Wert der zurueckstellung-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -123,7 +123,7 @@ public class Vollzug {
     }
 
     /**
-     * Sets the value of the zurueckstellung property.
+     * Legt den Wert der zurueckstellung-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -135,7 +135,7 @@ public class Vollzug {
     }
 
     /**
-     * Gets the value of the id property.
+     * Ruft den Wert der id-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -147,7 +147,7 @@ public class Vollzug {
     }
 
     /**
-     * Sets the value of the id property.
+     * Legt den Wert der id-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -159,7 +159,7 @@ public class Vollzug {
     }
 
     /**
-     * Gets the value of the nummer property.
+     * Ruft den Wert der nummer-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -171,7 +171,7 @@ public class Vollzug {
     }
 
     /**
-     * Sets the value of the nummer property.
+     * Legt den Wert der nummer-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -183,7 +183,7 @@ public class Vollzug {
     }
 
     /**
-     * Gets the value of the status property.
+     * Ruft den Wert der status-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -195,7 +195,7 @@ public class Vollzug {
     }
 
     /**
-     * Sets the value of the status property.
+     * Legt den Wert der status-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3