diff options
Diffstat (limited to 'src/main/java/at/gv/util/xsd/szr/persondata')
7 files changed, 81 insertions, 81 deletions
diff --git a/src/main/java/at/gv/util/xsd/szr/persondata/AlternativeNameType.java b/src/main/java/at/gv/util/xsd/szr/persondata/AlternativeNameType.java index 34b3bdf..bf7c3c6 100644 --- a/src/main/java/at/gv/util/xsd/szr/persondata/AlternativeNameType.java +++ b/src/main/java/at/gv/util/xsd/szr/persondata/AlternativeNameType.java @@ -10,9 +10,9 @@ import javax.xml.bind.annotation.XmlType; /** - * <p>Java class for AlternativeNameType complex type. + * <p>Java-Klasse für AlternativeNameType 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> * <complexType name="AlternativeNameType"> @@ -42,7 +42,7 @@ public class AlternativeNameType { protected String type; /** - * Gets the value of the familyName property. + * Ruft den Wert der familyName-Eigenschaft ab. * * @return * possible object is @@ -54,7 +54,7 @@ public class AlternativeNameType { } /** - * Sets the value of the familyName property. + * Legt den Wert der familyName-Eigenschaft fest. * * @param value * allowed object is @@ -66,7 +66,7 @@ public class AlternativeNameType { } /** - * Gets the value of the type property. + * Ruft den Wert der type-Eigenschaft ab. * * @return * possible object is @@ -82,7 +82,7 @@ public class AlternativeNameType { } /** - * Sets the value of the type property. + * Legt den Wert der type-Eigenschaft fest. * * @param value * allowed object is diff --git a/src/main/java/at/gv/util/xsd/szr/persondata/DeliveryAddressType.java b/src/main/java/at/gv/util/xsd/szr/persondata/DeliveryAddressType.java index 02ce4d9..89759e9 100644 --- a/src/main/java/at/gv/util/xsd/szr/persondata/DeliveryAddressType.java +++ b/src/main/java/at/gv/util/xsd/szr/persondata/DeliveryAddressType.java @@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType; /** - * <p>Java class for DeliveryAddressType complex type. + * <p>Java-Klasse für DeliveryAddressType 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> * <complexType name="DeliveryAddressType"> @@ -52,7 +52,7 @@ public class DeliveryAddressType { protected String doorNumber; /** - * Gets the value of the addressLine property. + * Ruft den Wert der addressLine-Eigenschaft ab. * * @return * possible object is @@ -64,7 +64,7 @@ public class DeliveryAddressType { } /** - * Sets the value of the addressLine property. + * Legt den Wert der addressLine-Eigenschaft fest. * * @param value * allowed object is @@ -76,7 +76,7 @@ public class DeliveryAddressType { } /** - * Gets the value of the streetName property. + * Ruft den Wert der streetName-Eigenschaft ab. * * @return * possible object is @@ -88,7 +88,7 @@ public class DeliveryAddressType { } /** - * Sets the value of the streetName property. + * Legt den Wert der streetName-Eigenschaft fest. * * @param value * allowed object is @@ -100,7 +100,7 @@ public class DeliveryAddressType { } /** - * Gets the value of the buildingNumber property. + * Ruft den Wert der buildingNumber-Eigenschaft ab. * * @return * possible object is @@ -112,7 +112,7 @@ public class DeliveryAddressType { } /** - * Sets the value of the buildingNumber property. + * Legt den Wert der buildingNumber-Eigenschaft fest. * * @param value * allowed object is @@ -124,7 +124,7 @@ public class DeliveryAddressType { } /** - * Gets the value of the unit property. + * Ruft den Wert der unit-Eigenschaft ab. * * @return * possible object is @@ -136,7 +136,7 @@ public class DeliveryAddressType { } /** - * Sets the value of the unit property. + * Legt den Wert der unit-Eigenschaft fest. * * @param value * allowed object is @@ -148,7 +148,7 @@ public class DeliveryAddressType { } /** - * Gets the value of the doorNumber property. + * Ruft den Wert der doorNumber-Eigenschaft ab. * * @return * possible object is @@ -160,7 +160,7 @@ public class DeliveryAddressType { } /** - * Sets the value of the doorNumber property. + * Legt den Wert der doorNumber-Eigenschaft fest. * * @param value * allowed object is diff --git a/src/main/java/at/gv/util/xsd/szr/persondata/IdentificationType.java b/src/main/java/at/gv/util/xsd/szr/persondata/IdentificationType.java index 861528e..7318306 100644 --- a/src/main/java/at/gv/util/xsd/szr/persondata/IdentificationType.java +++ b/src/main/java/at/gv/util/xsd/szr/persondata/IdentificationType.java @@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType; /** - * <p>Java class for IdentificationType complex type. + * <p>Java-Klasse für IdentificationType 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> * <complexType name="IdentificationType"> @@ -40,7 +40,7 @@ public class IdentificationType { protected String type; /** - * Gets the value of the value property. + * Ruft den Wert der value-Eigenschaft ab. * * @return * possible object is @@ -52,7 +52,7 @@ public class IdentificationType { } /** - * Sets the value of the value property. + * Legt den Wert der value-Eigenschaft fest. * * @param value * allowed object is @@ -64,7 +64,7 @@ public class IdentificationType { } /** - * Gets the value of the type property. + * Ruft den Wert der type-Eigenschaft ab. * * @return * possible object is @@ -76,7 +76,7 @@ public class IdentificationType { } /** - * Sets the value of the type property. + * Legt den Wert der type-Eigenschaft fest. * * @param value * allowed object is diff --git a/src/main/java/at/gv/util/xsd/szr/persondata/ObjectFactory.java b/src/main/java/at/gv/util/xsd/szr/persondata/ObjectFactory.java index 94788d8..40d8384 100644 --- a/src/main/java/at/gv/util/xsd/szr/persondata/ObjectFactory.java +++ b/src/main/java/at/gv/util/xsd/szr/persondata/ObjectFactory.java @@ -30,19 +30,11 @@ public class ObjectFactory { } /** - * Create an instance of {@link IdentificationType } - * - */ - public IdentificationType createIdentificationType() { - return new IdentificationType(); - } - - /** - * Create an instance of {@link PostalAddressType } + * Create an instance of {@link PhysicalPersonType } * */ - public PostalAddressType createPostalAddressType() { - return new PostalAddressType(); + public PhysicalPersonType createPhysicalPersonType() { + return new PhysicalPersonType(); } /** @@ -54,19 +46,19 @@ public class ObjectFactory { } /** - * Create an instance of {@link PersonNameType } + * Create an instance of {@link PostalAddressType } * */ - public PersonNameType createPersonNameType() { - return new PersonNameType(); + public PostalAddressType createPostalAddressType() { + return new PostalAddressType(); } /** - * Create an instance of {@link PhysicalPersonType } + * Create an instance of {@link IdentificationType } * */ - public PhysicalPersonType createPhysicalPersonType() { - return new PhysicalPersonType(); + public IdentificationType createIdentificationType() { + return new IdentificationType(); } /** @@ -77,4 +69,12 @@ public class ObjectFactory { return new DeliveryAddressType(); } + /** + * Create an instance of {@link PersonNameType } + * + */ + public PersonNameType createPersonNameType() { + return new PersonNameType(); + } + } diff --git a/src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java b/src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java index 0914b6b..28ec874 100644 --- a/src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java +++ b/src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java @@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType; /** - * <p>Java class for PersonNameType complex type. + * <p>Java-Klasse für PersonNameType 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> * <complexType name="PersonNameType"> @@ -48,7 +48,7 @@ public class PersonNameType { protected String suffixedDegree; /** - * Gets the value of the prefixedDegree property. + * Ruft den Wert der prefixedDegree-Eigenschaft ab. * * @return * possible object is @@ -60,7 +60,7 @@ public class PersonNameType { } /** - * Sets the value of the prefixedDegree property. + * Legt den Wert der prefixedDegree-Eigenschaft fest. * * @param value * allowed object is @@ -72,7 +72,7 @@ public class PersonNameType { } /** - * Gets the value of the givenName property. + * Ruft den Wert der givenName-Eigenschaft ab. * * @return * possible object is @@ -84,7 +84,7 @@ public class PersonNameType { } /** - * Sets the value of the givenName property. + * Legt den Wert der givenName-Eigenschaft fest. * * @param value * allowed object is @@ -96,7 +96,7 @@ public class PersonNameType { } /** - * Gets the value of the familyName property. + * Ruft den Wert der familyName-Eigenschaft ab. * * @return * possible object is @@ -108,7 +108,7 @@ public class PersonNameType { } /** - * Sets the value of the familyName property. + * Legt den Wert der familyName-Eigenschaft fest. * * @param value * allowed object is @@ -120,7 +120,7 @@ public class PersonNameType { } /** - * Gets the value of the suffixedDegree property. + * Ruft den Wert der suffixedDegree-Eigenschaft ab. * * @return * possible object is @@ -132,7 +132,7 @@ public class PersonNameType { } /** - * Sets the value of the suffixedDegree property. + * Legt den Wert der suffixedDegree-Eigenschaft fest. * * @param value * allowed object is diff --git a/src/main/java/at/gv/util/xsd/szr/persondata/PhysicalPersonType.java b/src/main/java/at/gv/util/xsd/szr/persondata/PhysicalPersonType.java index 123c50e..7e235f8 100644 --- a/src/main/java/at/gv/util/xsd/szr/persondata/PhysicalPersonType.java +++ b/src/main/java/at/gv/util/xsd/szr/persondata/PhysicalPersonType.java @@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType; /** - * <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> * <complexType name="PhysicalPersonType"> @@ -64,7 +64,7 @@ public class PhysicalPersonType { protected String nationality; /** - * Gets the value of the identification property. + * Ruft den Wert der identification-Eigenschaft ab. * * @return * possible object is @@ -76,7 +76,7 @@ public class PhysicalPersonType { } /** - * Sets the value of the identification property. + * Legt den Wert der identification-Eigenschaft fest. * * @param value * allowed object is @@ -88,7 +88,7 @@ public class PhysicalPersonType { } /** - * Gets the value of the name property. + * Ruft den Wert der name-Eigenschaft ab. * * @return * possible object is @@ -100,7 +100,7 @@ public class PhysicalPersonType { } /** - * Sets the value of the name property. + * Legt den Wert der name-Eigenschaft fest. * * @param value * allowed object is @@ -112,7 +112,7 @@ public class PhysicalPersonType { } /** - * Gets the value of the alternativeName property. + * Ruft den Wert der alternativeName-Eigenschaft ab. * * @return * possible object is @@ -124,7 +124,7 @@ public class PhysicalPersonType { } /** - * Sets the value of the alternativeName property. + * Legt den Wert der alternativeName-Eigenschaft fest. * * @param value * allowed object is @@ -136,7 +136,7 @@ public class PhysicalPersonType { } /** - * Gets the value of the sex property. + * Ruft den Wert der sex-Eigenschaft ab. * * @return * possible object is @@ -148,7 +148,7 @@ public class PhysicalPersonType { } /** - * Sets the value of the sex property. + * Legt den Wert der sex-Eigenschaft fest. * * @param value * allowed object is @@ -160,7 +160,7 @@ public class PhysicalPersonType { } /** - * Gets the value of the dateOfBirth property. + * Ruft den Wert der dateOfBirth-Eigenschaft ab. * * @return * possible object is @@ -172,7 +172,7 @@ public class PhysicalPersonType { } /** - * Sets the value of the dateOfBirth property. + * Legt den Wert der dateOfBirth-Eigenschaft fest. * * @param value * allowed object is @@ -184,7 +184,7 @@ public class PhysicalPersonType { } /** - * Gets the value of the placeOfBirth property. + * Ruft den Wert der placeOfBirth-Eigenschaft ab. * * @return * possible object is @@ -196,7 +196,7 @@ public class PhysicalPersonType { } /** - * Sets the value of the placeOfBirth property. + * Legt den Wert der placeOfBirth-Eigenschaft fest. * * @param value * allowed object is @@ -208,7 +208,7 @@ public class PhysicalPersonType { } /** - * Gets the value of the countryOfBirth property. + * Ruft den Wert der countryOfBirth-Eigenschaft ab. * * @return * possible object is @@ -220,7 +220,7 @@ public class PhysicalPersonType { } /** - * Sets the value of the countryOfBirth property. + * Legt den Wert der countryOfBirth-Eigenschaft fest. * * @param value * allowed object is @@ -232,7 +232,7 @@ public class PhysicalPersonType { } /** - * Gets the value of the nationality property. + * Ruft den Wert der nationality-Eigenschaft ab. * * @return * possible object is @@ -244,7 +244,7 @@ public class PhysicalPersonType { } /** - * Sets the value of the nationality property. + * Legt den Wert der nationality-Eigenschaft fest. * * @param value * allowed object is diff --git a/src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java b/src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java index eb10a12..3fbc0c2 100644 --- a/src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java +++ b/src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java @@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType; /** - * <p>Java class for PostalAddressType complex type. + * <p>Java-Klasse für PostalAddressType 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> * <complexType name="PostalAddressType"> @@ -52,7 +52,7 @@ public class PostalAddressType { protected DeliveryAddressType deliveryAddress; /** - * Gets the value of the postalCode property. + * Ruft den Wert der postalCode-Eigenschaft ab. * * @return * possible object is @@ -64,7 +64,7 @@ public class PostalAddressType { } /** - * Sets the value of the postalCode property. + * Legt den Wert der postalCode-Eigenschaft fest. * * @param value * allowed object is @@ -76,7 +76,7 @@ public class PostalAddressType { } /** - * Gets the value of the municipality property. + * Ruft den Wert der municipality-Eigenschaft ab. * * @return * possible object is @@ -88,7 +88,7 @@ public class PostalAddressType { } /** - * Sets the value of the municipality property. + * Legt den Wert der municipality-Eigenschaft fest. * * @param value * allowed object is @@ -100,7 +100,7 @@ public class PostalAddressType { } /** - * Gets the value of the locality property. + * Ruft den Wert der locality-Eigenschaft ab. * * @return * possible object is @@ -112,7 +112,7 @@ public class PostalAddressType { } /** - * Sets the value of the locality property. + * Legt den Wert der locality-Eigenschaft fest. * * @param value * allowed object is @@ -124,7 +124,7 @@ public class PostalAddressType { } /** - * Gets the value of the stateCode3 property. + * Ruft den Wert der stateCode3-Eigenschaft ab. * * @return * possible object is @@ -136,7 +136,7 @@ public class PostalAddressType { } /** - * Sets the value of the stateCode3 property. + * Legt den Wert der stateCode3-Eigenschaft fest. * * @param value * allowed object is @@ -148,7 +148,7 @@ public class PostalAddressType { } /** - * Gets the value of the deliveryAddress property. + * Ruft den Wert der deliveryAddress-Eigenschaft ab. * * @return * possible object is @@ -160,7 +160,7 @@ public class PostalAddressType { } /** - * Sets the value of the deliveryAddress property. + * Legt den Wert der deliveryAddress-Eigenschaft fest. * * @param value * allowed object is |