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 --- .../personendata1/NichtNatuerlichePersonTyp.java | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/ersb/personendata1/NichtNatuerlichePersonTyp.java') diff --git a/src/main/java/at/gv/util/xsd/ersb/personendata1/NichtNatuerlichePersonTyp.java b/src/main/java/at/gv/util/xsd/ersb/personendata1/NichtNatuerlichePersonTyp.java index 987d70a..f32d1ff 100644 --- a/src/main/java/at/gv/util/xsd/ersb/personendata1/NichtNatuerlichePersonTyp.java +++ b/src/main/java/at/gv/util/xsd/ersb/personendata1/NichtNatuerlichePersonTyp.java @@ -17,9 +17,9 @@ import at.gv.util.xsd.ersb.UntNameErsb; /** * entspricht CorporateBodyType * - *

Java class for NichtNatuerlichePersonTyp complex type. + *

Java-Klasse für NichtNatuerlichePersonTyp 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="NichtNatuerlichePersonTyp">
@@ -48,26 +48,26 @@ public class NichtNatuerlichePersonTyp
 {
 
     @XmlElementRefs({
-        @XmlElementRef(name = "UntName", namespace = "http://statistik.at/namespace/ersb/1#", type = JAXBElement.class),
-        @XmlElementRef(name = "VollerName", namespace = "http://statistik.at/namespace/ersb/persondata/1#", type = JAXBElement.class),
-        @XmlElementRef(name = "Rechtsform", namespace = "http://statistik.at/namespace/ersb/1#", type = JAXBElement.class),
-        @XmlElementRef(name = "Rechtsform", namespace = "http://statistik.at/namespace/ersb/persondata/1#", type = JAXBElement.class)
+        @XmlElementRef(name = "Rechtsform", namespace = "http://statistik.at/namespace/ersb/1#", type = JAXBElement.class, required = false),
+        @XmlElementRef(name = "UntName", namespace = "http://statistik.at/namespace/ersb/1#", type = JAXBElement.class, required = false),
+        @XmlElementRef(name = "Rechtsform", namespace = "http://statistik.at/namespace/ersb/persondata/1#", type = JAXBElement.class, required = false),
+        @XmlElementRef(name = "VollerName", namespace = "http://statistik.at/namespace/ersb/persondata/1#", type = JAXBElement.class, required = false)
     })
     protected List> rest;
     @XmlAttribute(name = "aktion", namespace = "http://statistik.at/namespace/ersb/1#")
     protected String aktion;
 
     /**
-     * Gets the rest of the content model. 
+     * Ruft das restliche Contentmodell ab. 
      * 
      * 

- * You are getting this "catch-all" property because of the following reason: - * The field name "Rechtsform" is used by two different parts of a schema. See: - * line 268 of file:/D:/Projekte/svn/online-vollmachten/egovutils/src/main/resources/wsdl/ERsB/1.1/PersonData_Ersb.xsd - * line 260 of file:/D:/Projekte/svn/online-vollmachten/egovutils/src/main/resources/wsdl/ERsB/1.1/PersonData_Ersb.xsd + * Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab: + * Der Feldname "Rechtsform" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe: + * Zeile 268 von file:/D:/Projekte/svn/online-vollmachten/egovutils/src/main/resources/wsdl/ERsB/1.1/PersonData_Ersb.xsd + * Zeile 260 von file:/D:/Projekte/svn/online-vollmachten/egovutils/src/main/resources/wsdl/ERsB/1.1/PersonData_Ersb.xsd *

- * To get rid of this property, apply a property customization to one - * of both of the following declarations to change their names: + * Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine + * der beiden folgenden Deklarationen an, um deren Namen zu ändern: * Gets the value of the rest property. * *

@@ -85,10 +85,10 @@ public class NichtNatuerlichePersonTyp * *

* Objects of the following type(s) are allowed in the list + * {@link JAXBElement }{@code <}{@link RechtsformErsb }{@code >} * {@link JAXBElement }{@code <}{@link UntNameErsb }{@code >} * {@link JAXBElement }{@code <}{@link String }{@code >} * {@link JAXBElement }{@code <}{@link String }{@code >} - * {@link JAXBElement }{@code <}{@link RechtsformErsb }{@code >} * * */ @@ -100,7 +100,7 @@ public class NichtNatuerlichePersonTyp } /** - * Gets the value of the aktion property. + * Ruft den Wert der aktion-Eigenschaft ab. * * @return * possible object is @@ -112,7 +112,7 @@ public class NichtNatuerlichePersonTyp } /** - * Sets the value of the aktion property. + * Legt den Wert der aktion-Eigenschaft fest. * * @param value * allowed object is -- cgit v1.2.3