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/ur_V2/pd/NichtNatuerlichePersonTyp.java | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/ur_V2/pd/NichtNatuerlichePersonTyp.java') diff --git a/src/main/java/at/gv/util/xsd/ur_V2/pd/NichtNatuerlichePersonTyp.java b/src/main/java/at/gv/util/xsd/ur_V2/pd/NichtNatuerlichePersonTyp.java index 758dfbd..fc8be72 100644 --- a/src/main/java/at/gv/util/xsd/ur_V2/pd/NichtNatuerlichePersonTyp.java +++ b/src/main/java/at/gv/util/xsd/ur_V2/pd/NichtNatuerlichePersonTyp.java @@ -19,9 +19,9 @@ import at.gv.util.xsd.ur_V2.search.UntNameVollzug; /** * 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">
@@ -50,10 +50,10 @@ public class NichtNatuerlichePersonTyp
 {
 
     @XmlElementRefs({
-        @XmlElementRef(name = "UntName", namespace = "http://statistik.at/namespace/ur/stammdaten/2#", type = JAXBElement.class),
-        @XmlElementRef(name = "Rechtsform", namespace = "http://statistik.at/namespace/ur/stammdaten/2#", type = JAXBElement.class),
-        @XmlElementRef(name = "Rechtsform", namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", type = JAXBElement.class),
-        @XmlElementRef(name = "VollerName", namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", type = JAXBElement.class)
+        @XmlElementRef(name = "Rechtsform", namespace = "http://statistik.at/namespace/ur/stammdaten/2#", type = JAXBElement.class, required = false),
+        @XmlElementRef(name = "Rechtsform", namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", type = JAXBElement.class, required = false),
+        @XmlElementRef(name = "UntName", namespace = "http://statistik.at/namespace/ur/stammdaten/2#", type = JAXBElement.class, required = false),
+        @XmlElementRef(name = "VollerName", namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", type = JAXBElement.class, required = false)
     })
     protected List> rest;
     @XmlAttribute(name = "vollzugBeginn", namespace = "http://statistik.at/namespace/ur/stammdaten/2#")
@@ -66,16 +66,16 @@ public class NichtNatuerlichePersonTyp
     protected Object vollzugEnde;
 
     /**
-     * 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 317 of file:/D:/Projekte/svn/online-vollmachten/egovutils/src/main/resources/wsdl/ur_V2/schema/PersonData_URSuche.xsd - * line 306 of file:/D:/Projekte/svn/online-vollmachten/egovutils/src/main/resources/wsdl/ur_V2/schema/PersonData_URSuche.xsd + * Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab: + * Der Feldname "Rechtsform" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe: + * Zeile 316 von file:/D:/Projekte/svn/online-vollmachten/egovutils/src/main/resources/wsdl/ur_V2/schema/PersonData_URSuche.xsd + * Zeile 305 von file:/D:/Projekte/svn/online-vollmachten/egovutils/src/main/resources/wsdl/ur_V2/schema/PersonData_URSuche.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. * *

@@ -94,9 +94,9 @@ public class NichtNatuerlichePersonTyp *

* Objects of the following type(s) are allowed in the list * {@link JAXBElement }{@code <}{@link UntNameVollzug }{@code >} + * {@link JAXBElement }{@code <}{@link RechtsformVollzug }{@code >} * {@link JAXBElement }{@code <}{@link String }{@code >} * {@link JAXBElement }{@code <}{@link String }{@code >} - * {@link JAXBElement }{@code <}{@link RechtsformVollzug }{@code >} * * */ @@ -108,7 +108,7 @@ public class NichtNatuerlichePersonTyp } /** - * Gets the value of the vollzugBeginn property. + * Ruft den Wert der vollzugBeginn-Eigenschaft ab. * * @return * possible object is @@ -120,7 +120,7 @@ public class NichtNatuerlichePersonTyp } /** - * Sets the value of the vollzugBeginn property. + * Legt den Wert der vollzugBeginn-Eigenschaft fest. * * @param value * allowed object is @@ -132,7 +132,7 @@ public class NichtNatuerlichePersonTyp } /** - * Gets the value of the vollzugEnde property. + * Ruft den Wert der vollzugEnde-Eigenschaft ab. * * @return * possible object is @@ -144,7 +144,7 @@ public class NichtNatuerlichePersonTyp } /** - * Sets the value of the vollzugEnde property. + * Legt den Wert der vollzugEnde-Eigenschaft fest. * * @param value * allowed object is -- cgit v1.2.3