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/pd/IdentificationType.java | 46 +++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/ersb/pd/IdentificationType.java') diff --git a/src/main/java/at/gv/util/xsd/ersb/pd/IdentificationType.java b/src/main/java/at/gv/util/xsd/ersb/pd/IdentificationType.java index d060774..9455f83 100644 --- a/src/main/java/at/gv/util/xsd/ersb/pd/IdentificationType.java +++ b/src/main/java/at/gv/util/xsd/ersb/pd/IdentificationType.java @@ -15,13 +15,13 @@ import at.gv.util.xsd.ersb.basicTypes.QuellenType; /** - * 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">
@@ -78,7 +78,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
@@ -90,7 +90,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the value property.
+     * Legt den Wert der value-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -102,7 +102,7 @@ public class IdentificationType {
     }
 
     /**
-     * Gets the value of the type property.
+     * Ruft den Wert der type-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -114,7 +114,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the type property.
+     * Legt den Wert der type-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -126,7 +126,7 @@ public class IdentificationType {
     }
 
     /**
-     * Gets the value of the typeText property.
+     * Ruft den Wert der typeText-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -138,7 +138,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the typeText property.
+     * Legt den Wert der typeText-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -150,7 +150,7 @@ public class IdentificationType {
     }
 
     /**
-     * Gets the value of the beginn property.
+     * Ruft den Wert der beginn-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -162,7 +162,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the beginn property.
+     * Legt den Wert der beginn-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -174,7 +174,7 @@ public class IdentificationType {
     }
 
     /**
-     * Gets the value of the ende property.
+     * Ruft den Wert der ende-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -186,7 +186,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the ende property.
+     * Legt den Wert der ende-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -198,7 +198,7 @@ public class IdentificationType {
     }
 
     /**
-     * Gets the value of the id property.
+     * Ruft den Wert der id-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -210,7 +210,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the id property.
+     * Legt den Wert der id-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -223,9 +223,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>
@@ -254,7 +254,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
@@ -266,7 +266,7 @@ public class IdentificationType {
         }
 
         /**
-         * Sets the value of the value property.
+         * Legt den Wert der value-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -278,7 +278,7 @@ public class IdentificationType {
         }
 
         /**
-         * Gets the value of the id property.
+         * Ruft den Wert der id-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -290,7 +290,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