summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/ersb/personendata1/TypisiertePostAdresseTyp.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/ersb/personendata1/TypisiertePostAdresseTyp.java')
-rw-r--r--src/main/java/at/gv/util/xsd/ersb/personendata1/TypisiertePostAdresseTyp.java18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/main/java/at/gv/util/xsd/ersb/personendata1/TypisiertePostAdresseTyp.java b/src/main/java/at/gv/util/xsd/ersb/personendata1/TypisiertePostAdresseTyp.java
index ac6cf74..4b267cc 100644
--- a/src/main/java/at/gv/util/xsd/ersb/personendata1/TypisiertePostAdresseTyp.java
+++ b/src/main/java/at/gv/util/xsd/ersb/personendata1/TypisiertePostAdresseTyp.java
@@ -5,6 +5,7 @@ import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import at.gv.util.xsd.ersb.simpletypes.AdressTyp;
@@ -12,9 +13,9 @@ import at.gv.util.xsd.ersb.simpletypes.AdressTyp;
/**
* entspricht TypedPostalAddressType
*
- * <p>Java class for TypisiertePostAdresseTyp complex type.
+ * <p>Java-Klasse für TypisiertePostAdresseTyp 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="TypisiertePostAdresseTyp">
@@ -44,12 +45,13 @@ public class TypisiertePostAdresseTyp
@XmlElement(name = "PostAdresse")
protected PostAdresseTyp postAdresse;
@XmlElement(name = "Typ", namespace = "http://statistik.at/namespace/ur/stammdaten/2#")
+ @XmlSchemaType(name = "string")
protected AdressTyp typ;
@XmlAttribute(name = "aktion", namespace = "http://statistik.at/namespace/ersb/1#")
protected String aktion;
/**
- * Gets the value of the postAdresse property.
+ * Ruft den Wert der postAdresse-Eigenschaft ab.
*
* @return
* possible object is
@@ -61,7 +63,7 @@ public class TypisiertePostAdresseTyp
}
/**
- * Sets the value of the postAdresse property.
+ * Legt den Wert der postAdresse-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -73,7 +75,7 @@ public class TypisiertePostAdresseTyp
}
/**
- * Gets the value of the typ property.
+ * Ruft den Wert der typ-Eigenschaft ab.
*
* @return
* possible object is
@@ -85,7 +87,7 @@ public class TypisiertePostAdresseTyp
}
/**
- * Sets the value of the typ property.
+ * Legt den Wert der typ-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -97,7 +99,7 @@ public class TypisiertePostAdresseTyp
}
/**
- * Gets the value of the aktion property.
+ * Ruft den Wert der aktion-Eigenschaft ab.
*
* @return
* possible object is
@@ -109,7 +111,7 @@ public class TypisiertePostAdresseTyp
}
/**
- * Sets the value of the aktion property.
+ * Legt den Wert der aktion-Eigenschaft fest.
*
* @param value
* allowed object is