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/IdentificationType.java | 42 +++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/ersb/personendata1/IdentificationType.java') diff --git a/src/main/java/at/gv/util/xsd/ersb/personendata1/IdentificationType.java b/src/main/java/at/gv/util/xsd/ersb/personendata1/IdentificationType.java index e170204..3e602eb 100644 --- a/src/main/java/at/gv/util/xsd/ersb/personendata1/IdentificationType.java +++ b/src/main/java/at/gv/util/xsd/ersb/personendata1/IdentificationType.java @@ -15,11 +15,11 @@ import javax.xml.datatype.XMLGregorianCalendar; /** - * Container für beliebige Identifikationsmerkmale, besteht aus Type und Value Unterelementen, aus technischen Gründen nur auf Englisch verfügbar + * Container für beliebige Identifikationsmerkmale, besteht aus Type und Value Unterelementen, aus technischen Gründen nur auf Englisch verfügbar * - *

Java class for IdentificationType complex type. + *

Java-Klasse für IdentificationType 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="IdentificationType">
@@ -77,7 +77,7 @@ public class IdentificationType {
     protected String aktion;
 
     /**
-     * Gets the value of the value property.
+     * Ruft den Wert der value-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -89,7 +89,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the value property.
+     * Legt den Wert der value-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -101,7 +101,7 @@ public class IdentificationType {
     }
 
     /**
-     * Gets the value of the type property.
+     * Ruft den Wert der type-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -113,7 +113,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the type property.
+     * Legt den Wert der type-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -125,7 +125,7 @@ public class IdentificationType {
     }
 
     /**
-     * Gets the value of the beginn property.
+     * Ruft den Wert der beginn-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -137,7 +137,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the beginn property.
+     * Legt den Wert der beginn-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -149,7 +149,7 @@ public class IdentificationType {
     }
 
     /**
-     * Gets the value of the ende property.
+     * Ruft den Wert der ende-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -161,7 +161,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the ende property.
+     * Legt den Wert der ende-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -173,7 +173,7 @@ public class IdentificationType {
     }
 
     /**
-     * Gets the value of the id property.
+     * Ruft den Wert der id-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -185,7 +185,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the id property.
+     * Legt den Wert der id-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -197,7 +197,7 @@ public class IdentificationType {
     }
 
     /**
-     * Gets the value of the aktion property.
+     * Ruft den Wert der aktion-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -209,7 +209,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the aktion property.
+     * Legt den Wert der aktion-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -222,9 +222,9 @@ public class IdentificationType {
 
 
     /**
-     * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
@@ -253,7 +253,7 @@ public class IdentificationType {
         protected String id;
 
         /**
-         * Gets the value of the value property.
+         * Ruft den Wert der value-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -265,7 +265,7 @@ public class IdentificationType {
         }
 
         /**
-         * Sets the value of the value property.
+         * Legt den Wert der value-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -277,7 +277,7 @@ public class IdentificationType {
         }
 
         /**
-         * Gets the value of the id property.
+         * Ruft den Wert der id-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -289,7 +289,7 @@ public class IdentificationType {
         }
 
         /**
-         * Sets the value of the id property.
+         * Legt den Wert der id-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
-- 
cgit v1.2.3