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 --- src/main/java/at/gv/util/xsd/ur_V5/search/OenaceType.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/ur_V5/search/OenaceType.java') diff --git a/src/main/java/at/gv/util/xsd/ur_V5/search/OenaceType.java b/src/main/java/at/gv/util/xsd/ur_V5/search/OenaceType.java index cb6b455..cbd44b5 100644 --- a/src/main/java/at/gv/util/xsd/ur_V5/search/OenaceType.java +++ b/src/main/java/at/gv/util/xsd/ur_V5/search/OenaceType.java @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlValue; /** - *

Java class for OenaceType complex type. + *

Java-Klasse für OenaceType 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="OenaceType">
@@ -38,7 +38,7 @@ public class OenaceType {
 
     /**
      * 
-     * 				Ö\u0096NACE - Branchenkennzahl
+     * 				Ö\u0096NACE - Branchenkennzahl
      * 			
      * 
      * @return
@@ -51,7 +51,7 @@ public class OenaceType {
     }
 
     /**
-     * Sets the value of the value property.
+     * Legt den Wert der value-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -63,7 +63,7 @@ public class OenaceType {
     }
 
     /**
-     * Gets the value of the jahr property.
+     * Ruft den Wert der jahr-Eigenschaft ab.
      * 
      */
     public int getJahr() {
@@ -71,7 +71,7 @@ public class OenaceType {
     }
 
     /**
-     * Sets the value of the jahr property.
+     * Legt den Wert der jahr-Eigenschaft fest.
      * 
      */
     public void setJahr(int value) {
-- 
cgit v1.2.3