From 7a5b350a93990956106d91679240b6e8326cb110 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 5 Nov 2014 08:07:15 +0100 Subject: change more client implementations to APACHE CXF --- .../xsd/persondata/CompactPhysicalPersonType.java | 27 ++++++++++++---------- 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/persondata/CompactPhysicalPersonType.java') diff --git a/src/main/java/at/gv/util/xsd/persondata/CompactPhysicalPersonType.java b/src/main/java/at/gv/util/xsd/persondata/CompactPhysicalPersonType.java index 1e37799..01b56d6 100644 --- a/src/main/java/at/gv/util/xsd/persondata/CompactPhysicalPersonType.java +++ b/src/main/java/at/gv/util/xsd/persondata/CompactPhysicalPersonType.java @@ -17,9 +17,9 @@ import org.w3c.dom.Element; /** * physical person, compare NatuerlichePersonTyp * - *

Java class for CompactPhysicalPersonType complex type. + *

Java-Klasse für CompactPhysicalPersonType 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="CompactPhysicalPersonType">
@@ -59,10 +59,13 @@ public class CompactPhysicalPersonType
     @XmlElement(name = "CompactName")
     protected CompactPersonNameType compactName;
     @XmlElement(name = "MaritalStatus")
+    @XmlSchemaType(name = "token")
     protected MaritalStatusType maritalStatus;
     @XmlElement(name = "Sex")
+    @XmlSchemaType(name = "token")
     protected SexType sex;
     @XmlElement(name = "DateOfBirth")
+    @XmlSchemaType(name = "anySimpleType")
     protected String dateOfBirth;
     @XmlElement(name = "PlaceOfBirth")
     @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@@ -74,7 +77,7 @@ public class CompactPhysicalPersonType
     protected List any;
 
     /**
-     * Gets the value of the compactName property.
+     * Ruft den Wert der compactName-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -86,7 +89,7 @@ public class CompactPhysicalPersonType
     }
 
     /**
-     * Sets the value of the compactName property.
+     * Legt den Wert der compactName-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -98,7 +101,7 @@ public class CompactPhysicalPersonType
     }
 
     /**
-     * Gets the value of the maritalStatus property.
+     * Ruft den Wert der maritalStatus-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -110,7 +113,7 @@ public class CompactPhysicalPersonType
     }
 
     /**
-     * Sets the value of the maritalStatus property.
+     * Legt den Wert der maritalStatus-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -122,7 +125,7 @@ public class CompactPhysicalPersonType
     }
 
     /**
-     * Gets the value of the sex property.
+     * Ruft den Wert der sex-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -134,7 +137,7 @@ public class CompactPhysicalPersonType
     }
 
     /**
-     * Sets the value of the sex property.
+     * Legt den Wert der sex-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -146,7 +149,7 @@ public class CompactPhysicalPersonType
     }
 
     /**
-     * Gets the value of the dateOfBirth property.
+     * Ruft den Wert der dateOfBirth-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -158,7 +161,7 @@ public class CompactPhysicalPersonType
     }
 
     /**
-     * Sets the value of the dateOfBirth property.
+     * Legt den Wert der dateOfBirth-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -170,7 +173,7 @@ public class CompactPhysicalPersonType
     }
 
     /**
-     * Gets the value of the placeOfBirth property.
+     * Ruft den Wert der placeOfBirth-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -182,7 +185,7 @@ public class CompactPhysicalPersonType
     }
 
     /**
-     * Sets the value of the placeOfBirth property.
+     * Legt den Wert der placeOfBirth-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3