summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/persondata/PhysicalPersonType.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/persondata/PhysicalPersonType.java')
-rw-r--r--src/main/java/at/gv/util/xsd/persondata/PhysicalPersonType.java48
1 files changed, 26 insertions, 22 deletions
diff --git a/src/main/java/at/gv/util/xsd/persondata/PhysicalPersonType.java b/src/main/java/at/gv/util/xsd/persondata/PhysicalPersonType.java
index 4c5a5e3..386dbe7 100644
--- a/src/main/java/at/gv/util/xsd/persondata/PhysicalPersonType.java
+++ b/src/main/java/at/gv/util/xsd/persondata/PhysicalPersonType.java
@@ -17,9 +17,9 @@ import org.w3c.dom.Element;
/**
* physical person, compare NatuerlichePersonTyp
*
- * <p>Java class for PhysicalPersonType complex type.
+ * <p>Java-Klasse für PhysicalPersonType 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="PhysicalPersonType">
@@ -77,10 +77,13 @@ public class PhysicalPersonType
@XmlElement(name = "AlternativeName")
protected List<AlternativeName> alternativeName;
@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)
@@ -95,6 +98,7 @@ public class PhysicalPersonType
@XmlSchemaType(name = "token")
protected String countryOfBirth;
@XmlElement(name = "DateOfDeath")
+ @XmlSchemaType(name = "anySimpleType")
protected String dateOfDeath;
@XmlElement(name = "Nationality")
protected List<NationalityType> nationality;
@@ -111,7 +115,7 @@ public class PhysicalPersonType
protected List<Object> any;
/**
- * Gets the value of the name property.
+ * Ruft den Wert der name-Eigenschaft ab.
*
* @return
* possible object is
@@ -123,7 +127,7 @@ public class PhysicalPersonType
}
/**
- * Sets the value of the name property.
+ * Legt den Wert der name-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -164,7 +168,7 @@ public class PhysicalPersonType
}
/**
- * Gets the value of the maritalStatus property.
+ * Ruft den Wert der maritalStatus-Eigenschaft ab.
*
* @return
* possible object is
@@ -176,7 +180,7 @@ public class PhysicalPersonType
}
/**
- * Sets the value of the maritalStatus property.
+ * Legt den Wert der maritalStatus-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -188,7 +192,7 @@ public class PhysicalPersonType
}
/**
- * Gets the value of the sex property.
+ * Ruft den Wert der sex-Eigenschaft ab.
*
* @return
* possible object is
@@ -200,7 +204,7 @@ public class PhysicalPersonType
}
/**
- * Sets the value of the sex property.
+ * Legt den Wert der sex-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -212,7 +216,7 @@ public class PhysicalPersonType
}
/**
- * Gets the value of the dateOfBirth property.
+ * Ruft den Wert der dateOfBirth-Eigenschaft ab.
*
* @return
* possible object is
@@ -224,7 +228,7 @@ public class PhysicalPersonType
}
/**
- * Sets the value of the dateOfBirth property.
+ * Legt den Wert der dateOfBirth-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -236,7 +240,7 @@ public class PhysicalPersonType
}
/**
- * Gets the value of the placeOfBirth property.
+ * Ruft den Wert der placeOfBirth-Eigenschaft ab.
*
* @return
* possible object is
@@ -248,7 +252,7 @@ public class PhysicalPersonType
}
/**
- * Sets the value of the placeOfBirth property.
+ * Legt den Wert der placeOfBirth-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -260,7 +264,7 @@ public class PhysicalPersonType
}
/**
- * Gets the value of the stateOfBirth property.
+ * Ruft den Wert der stateOfBirth-Eigenschaft ab.
*
* @return
* possible object is
@@ -272,7 +276,7 @@ public class PhysicalPersonType
}
/**
- * Sets the value of the stateOfBirth property.
+ * Legt den Wert der stateOfBirth-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -284,7 +288,7 @@ public class PhysicalPersonType
}
/**
- * Gets the value of the countryOfBirth property.
+ * Ruft den Wert der countryOfBirth-Eigenschaft ab.
*
* @return
* possible object is
@@ -296,7 +300,7 @@ public class PhysicalPersonType
}
/**
- * Sets the value of the countryOfBirth property.
+ * Legt den Wert der countryOfBirth-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -308,7 +312,7 @@ public class PhysicalPersonType
}
/**
- * Gets the value of the dateOfDeath property.
+ * Ruft den Wert der dateOfDeath-Eigenschaft ab.
*
* @return
* possible object is
@@ -320,7 +324,7 @@ public class PhysicalPersonType
}
/**
- * Sets the value of the dateOfDeath property.
+ * Legt den Wert der dateOfDeath-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -361,7 +365,7 @@ public class PhysicalPersonType
}
/**
- * Gets the value of the confession property.
+ * Ruft den Wert der confession-Eigenschaft ab.
*
* @return
* possible object is
@@ -373,7 +377,7 @@ public class PhysicalPersonType
}
/**
- * Sets the value of the confession property.
+ * Legt den Wert der confession-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -385,7 +389,7 @@ public class PhysicalPersonType
}
/**
- * Gets the value of the occupation property.
+ * Ruft den Wert der occupation-Eigenschaft ab.
*
* @return
* possible object is
@@ -397,7 +401,7 @@ public class PhysicalPersonType
}
/**
- * Sets the value of the occupation property.
+ * Legt den Wert der occupation-Eigenschaft fest.
*
* @param value
* allowed object is