summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/persondata/CompactPhysicalPersonType.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/persondata/CompactPhysicalPersonType.java')
-rw-r--r--src/main/java/at/gv/util/xsd/persondata/CompactPhysicalPersonType.java27
1 files changed, 15 insertions, 12 deletions
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
*
- * <p>Java class for CompactPhysicalPersonType complex type.
+ * <p>Java-Klasse für CompactPhysicalPersonType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;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<Object> 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