diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/AbstraktesEreignisStatusAenderungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/AbstraktesEreignisStatusAenderungType.java deleted file mode 100644 index 8d47776e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/AbstraktesEreignisStatusAenderungType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_5_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstraktes Ereignis einer Statusänderung - * - *
Java-Klasse für AbstraktesEreignisStatusAenderung_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="AbstraktesEreignisStatusAenderung_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "AbstraktesEreignisStatusAenderung_Type")
-public abstract class AbstraktesEreignisStatusAenderungType {
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/AbtretungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/AbtretungType.java
deleted file mode 100644
index 8932ab70..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/AbtretungType.java
+++ /dev/null
@@ -1,66 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Sicherstellung vom Typ Abtretung / Zession
- *
- * Java-Klasse für Abtretung_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="Abtretung_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Sicherstellung_Type">
- * <sequence>
- * <element name="Zessionar" type="{urn:omds3CommonServiceTypes-1-1-0}GlaeubigerSicherstellung_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "Abtretung_Type", propOrder = {
- "zessionar"
-})
-public class AbtretungType
- extends SicherstellungType
-{
-
- @XmlElement(name = "Zessionar", required = true)
- protected GlaeubigerSicherstellungType zessionar;
-
- /**
- * Ruft den Wert der zessionar-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link GlaeubigerSicherstellungType }
- *
- */
- public GlaeubigerSicherstellungType getZessionar() {
- return zessionar;
- }
-
- /**
- * Legt den Wert der zessionar-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link GlaeubigerSicherstellungType }
- *
- */
- public void setZessionar(GlaeubigerSicherstellungType value) {
- this.zessionar = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungGesetzlicheErbenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungGesetzlicheErbenType.java
deleted file mode 100644
index 638cb174..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungGesetzlicheErbenType.java
+++ /dev/null
@@ -1,34 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Bezugsberechtigung gesetzliche Erben
- *
- * Java-Klasse für BezugsberechtigungGesetzlicheErben_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="BezugsberechtigungGesetzlicheErben_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BezugsberechtigungGesetzlicheErben_Type")
-public class BezugsberechtigungGesetzlicheErbenType
- extends BezugsberechtigungType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungIndividuell.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungIndividuell.java
deleted file mode 100644
index 5c5a9e28..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungIndividuell.java
+++ /dev/null
@@ -1,66 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Bezugsberechtigung Individuell
- *
- * Java-Klasse für BezugsberechtigungIndividuell complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="BezugsberechtigungIndividuell">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- * <sequence>
- * <element name="Beschreibung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BezugsberechtigungIndividuell", propOrder = {
- "beschreibung"
-})
-public class BezugsberechtigungIndividuell
- extends BezugsberechtigungType
-{
-
- @XmlElement(name = "Beschreibung", required = true)
- protected String beschreibung;
-
- /**
- * Ruft den Wert der beschreibung-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getBeschreibung() {
- return beschreibung;
- }
-
- /**
- * Legt den Wert der beschreibung-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setBeschreibung(String value) {
- this.beschreibung = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungNamentlich.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungNamentlich.java
deleted file mode 100644
index 5926f018..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungNamentlich.java
+++ /dev/null
@@ -1,108 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Bezugsberechtigung namentlich
- *
- * Java-Klasse für BezugsberechtigungNamentlich complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="BezugsberechtigungNamentlich">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- * <sequence>
- * <element name="PersonRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- * <element name="Prozentsatz" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
- * <element name="Unwiderruflich" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BezugsberechtigungNamentlich", propOrder = {
- "personRefLfnr",
- "prozentsatz",
- "unwiderruflich"
-})
-public class BezugsberechtigungNamentlich
- extends BezugsberechtigungType
-{
-
- @XmlElement(name = "PersonRefLfnr")
- @XmlSchemaType(name = "unsignedShort")
- protected int personRefLfnr;
- @XmlElement(name = "Prozentsatz")
- protected Double prozentsatz;
- @XmlElement(name = "Unwiderruflich")
- protected boolean unwiderruflich;
-
- /**
- * Ruft den Wert der personRefLfnr-Eigenschaft ab.
- *
- */
- public int getPersonRefLfnr() {
- return personRefLfnr;
- }
-
- /**
- * Legt den Wert der personRefLfnr-Eigenschaft fest.
- *
- */
- public void setPersonRefLfnr(int value) {
- this.personRefLfnr = value;
- }
-
- /**
- * Ruft den Wert der prozentsatz-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Double }
- *
- */
- public Double getProzentsatz() {
- return prozentsatz;
- }
-
- /**
- * Legt den Wert der prozentsatz-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Double }
- *
- */
- public void setProzentsatz(Double value) {
- this.prozentsatz = value;
- }
-
- /**
- * Ruft den Wert der unwiderruflich-Eigenschaft ab.
- *
- */
- public boolean isUnwiderruflich() {
- return unwiderruflich;
- }
-
- /**
- * Legt den Wert der unwiderruflich-Eigenschaft fest.
- *
- */
- public void setUnwiderruflich(boolean value) {
- this.unwiderruflich = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungTestamentarischeErbenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungTestamentarischeErbenType.java
deleted file mode 100644
index 72cfd67c..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungTestamentarischeErbenType.java
+++ /dev/null
@@ -1,34 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Bezugsberechtigung testamentarische Erben
- *
- * Java-Klasse für BezugsberechtigungTestamentarischeErben_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="BezugsberechtigungTestamentarischeErben_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BezugsberechtigungTestamentarischeErben_Type")
-public class BezugsberechtigungTestamentarischeErbenType
- extends BezugsberechtigungType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungType.java
deleted file mode 100644
index 6d2f759c..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungType.java
+++ /dev/null
@@ -1,73 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Abstrakter Type Bezugsrecht, von diesem erben die unterschiedlichen Typen: Gesetzliche Erben, Überbringer, Namentlich, Individuell
- *
- * Java-Klasse für Bezugsberechtigung_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="Bezugsberechtigung_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Art">
- * <simpleType>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedByte">
- * <enumeration value="0"/>
- * <enumeration value="1"/>
- * </restriction>
- * </simpleType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "Bezugsberechtigung_Type", propOrder = {
- "art"
-})
-@XmlSeeAlso({
- BezugsberechtigungGesetzlicheErbenType.class,
- BezugsberechtigungTestamentarischeErbenType.class,
- BezugsberechtigungUeberbringerType.class,
- BezugsberechtigungNamentlich.class,
- BezugsberechtigungVersicherungsnehmerType.class,
- BezugsberechtigungVersichertePersonType.class,
- BezugsberechtigungIndividuell.class
-})
-public abstract class BezugsberechtigungType {
-
- @XmlElement(name = "Art")
- protected short art;
-
- /**
- * Ruft den Wert der art-Eigenschaft ab.
- *
- */
- public short getArt() {
- return art;
- }
-
- /**
- * Legt den Wert der art-Eigenschaft fest.
- *
- */
- public void setArt(short value) {
- this.art = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungUeberbringerType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungUeberbringerType.java
deleted file mode 100644
index 34fa37a0..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungUeberbringerType.java
+++ /dev/null
@@ -1,34 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Bezugsberechtigung Überbringer
- *
- * Java-Klasse für BezugsberechtigungUeberbringer_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="BezugsberechtigungUeberbringer_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BezugsberechtigungUeberbringer_Type")
-public class BezugsberechtigungUeberbringerType
- extends BezugsberechtigungType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungVersichertePersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungVersichertePersonType.java
deleted file mode 100644
index d8e28931..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungVersichertePersonType.java
+++ /dev/null
@@ -1,34 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Bezugsberechtigung VersichertePerson
- *
- * Java-Klasse für BezugsberechtigungVersichertePerson_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="BezugsberechtigungVersichertePerson_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BezugsberechtigungVersichertePerson_Type")
-public class BezugsberechtigungVersichertePersonType
- extends BezugsberechtigungType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungVersicherungsnehmerType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungVersicherungsnehmerType.java
deleted file mode 100644
index 22c463ff..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsberechtigungVersicherungsnehmerType.java
+++ /dev/null
@@ -1,34 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Bezugsberechtigung Versicherungsnehmer
- *
- * Java-Klasse für BezugsberechtigungVersicherungsnehmer_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="BezugsberechtigungVersicherungsnehmer_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BezugsberechtigungVersicherungsnehmer_Type")
-public class BezugsberechtigungVersicherungsnehmerType
- extends BezugsberechtigungType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsrechtType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsrechtType.java
index b9a7b167..404e1970 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsrechtType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BezugsrechtType.java
@@ -9,7 +9,7 @@ import at.vvo.omds.types.omds2Types.v2_11.PERSONType;
/**
- * Type Bezugsrecht fuer Kfz
+ * Type Bezugsrecht (nur Kontext Kfz)
*
* Java-Klasse für Bezugsrecht_Type complex type. * diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/FATCANatPersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/FATCANatPersonType.java deleted file mode 100644 index 2f0df0be..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/FATCANatPersonType.java +++ /dev/null @@ -1,132 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_5_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Fragen FATCA bei natürlichen Personen - * - *
Java-Klasse für FATCA_NatPersonType complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="FATCA_NatPersonType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Geburtsland" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type"/>
- * <element name="US_Indizien" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * <element name="US_Steuerpflicht" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * <element name="US_TIN" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "FATCA_NatPersonType", propOrder = {
- "geburtsland",
- "usIndizien",
- "usSteuerpflicht",
- "ustin"
-})
-public class FATCANatPersonType {
-
- @XmlElement(name = "Geburtsland", required = true)
- protected AttributEnumType geburtsland;
- @XmlElement(name = "US_Indizien")
- protected boolean usIndizien;
- @XmlElement(name = "US_Steuerpflicht")
- protected boolean usSteuerpflicht;
- @XmlElement(name = "US_TIN", required = true)
- protected String ustin;
-
- /**
- * Ruft den Wert der geburtsland-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link AttributEnumType }
- *
- */
- public AttributEnumType getGeburtsland() {
- return geburtsland;
- }
-
- /**
- * Legt den Wert der geburtsland-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link AttributEnumType }
- *
- */
- public void setGeburtsland(AttributEnumType value) {
- this.geburtsland = value;
- }
-
- /**
- * Ruft den Wert der usIndizien-Eigenschaft ab.
- *
- */
- public boolean isUSIndizien() {
- return usIndizien;
- }
-
- /**
- * Legt den Wert der usIndizien-Eigenschaft fest.
- *
- */
- public void setUSIndizien(boolean value) {
- this.usIndizien = value;
- }
-
- /**
- * Ruft den Wert der usSteuerpflicht-Eigenschaft ab.
- *
- */
- public boolean isUSSteuerpflicht() {
- return usSteuerpflicht;
- }
-
- /**
- * Legt den Wert der usSteuerpflicht-Eigenschaft fest.
- *
- */
- public void setUSSteuerpflicht(boolean value) {
- this.usSteuerpflicht = value;
- }
-
- /**
- * Ruft den Wert der ustin-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getUSTIN() {
- return ustin;
- }
-
- /**
- * Legt den Wert der ustin-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setUSTIN(String value) {
- this.ustin = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/FATCASonstPersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/FATCASonstPersonType.java
deleted file mode 100644
index 8c9615dc..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/FATCASonstPersonType.java
+++ /dev/null
@@ -1,132 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Fragen FATCA bei sonstigen Personen
- *
- * Java-Klasse für FATCA_SonstPersonType complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="FATCA_SonstPersonType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="LandFirmensitz" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type"/>
- * <element name="GIIN" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="KonzessionFinanzen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * <element name="NichtFinanzielleDienstleistungen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "FATCA_SonstPersonType", propOrder = {
- "landFirmensitz",
- "giin",
- "konzessionFinanzen",
- "nichtFinanzielleDienstleistungen"
-})
-public class FATCASonstPersonType {
-
- @XmlElement(name = "LandFirmensitz", required = true)
- protected AttributEnumType landFirmensitz;
- @XmlElement(name = "GIIN", required = true)
- protected String giin;
- @XmlElement(name = "KonzessionFinanzen")
- protected boolean konzessionFinanzen;
- @XmlElement(name = "NichtFinanzielleDienstleistungen")
- protected boolean nichtFinanzielleDienstleistungen;
-
- /**
- * Ruft den Wert der landFirmensitz-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link AttributEnumType }
- *
- */
- public AttributEnumType getLandFirmensitz() {
- return landFirmensitz;
- }
-
- /**
- * Legt den Wert der landFirmensitz-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link AttributEnumType }
- *
- */
- public void setLandFirmensitz(AttributEnumType value) {
- this.landFirmensitz = value;
- }
-
- /**
- * Ruft den Wert der giin-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getGIIN() {
- return giin;
- }
-
- /**
- * Legt den Wert der giin-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setGIIN(String value) {
- this.giin = value;
- }
-
- /**
- * Ruft den Wert der konzessionFinanzen-Eigenschaft ab.
- *
- */
- public boolean isKonzessionFinanzen() {
- return konzessionFinanzen;
- }
-
- /**
- * Legt den Wert der konzessionFinanzen-Eigenschaft fest.
- *
- */
- public void setKonzessionFinanzen(boolean value) {
- this.konzessionFinanzen = value;
- }
-
- /**
- * Ruft den Wert der nichtFinanzielleDienstleistungen-Eigenschaft ab.
- *
- */
- public boolean isNichtFinanzielleDienstleistungen() {
- return nichtFinanzielleDienstleistungen;
- }
-
- /**
- * Legt den Wert der nichtFinanzielleDienstleistungen-Eigenschaft fest.
- *
- */
- public void setNichtFinanzielleDienstleistungen(boolean value) {
- this.nichtFinanzielleDienstleistungen = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/FATCAType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/FATCAType.java
deleted file mode 100644
index c166b057..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/FATCAType.java
+++ /dev/null
@@ -1,92 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Fragen gemäß FATCA
- *
- * Java-Klasse für FATCA_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="FATCA_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice>
- * <element name="FATCA_NatPerson" type="{urn:omds3CommonServiceTypes-1-1-0}FATCA_NatPersonType"/>
- * <element name="FATCA_SonstPerson" type="{urn:omds3CommonServiceTypes-1-1-0}FATCA_SonstPersonType"/>
- * </choice>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "FATCA_Type", propOrder = {
- "fatcaNatPerson",
- "fatcaSonstPerson"
-})
-public class FATCAType {
-
- @XmlElement(name = "FATCA_NatPerson")
- protected FATCANatPersonType fatcaNatPerson;
- @XmlElement(name = "FATCA_SonstPerson")
- protected FATCASonstPersonType fatcaSonstPerson;
-
- /**
- * Ruft den Wert der fatcaNatPerson-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link FATCANatPersonType }
- *
- */
- public FATCANatPersonType getFATCANatPerson() {
- return fatcaNatPerson;
- }
-
- /**
- * Legt den Wert der fatcaNatPerson-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link FATCANatPersonType }
- *
- */
- public void setFATCANatPerson(FATCANatPersonType value) {
- this.fatcaNatPerson = value;
- }
-
- /**
- * Ruft den Wert der fatcaSonstPerson-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link FATCASonstPersonType }
- *
- */
- public FATCASonstPersonType getFATCASonstPerson() {
- return fatcaSonstPerson;
- }
-
- /**
- * Legt den Wert der fatcaSonstPerson-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link FATCASonstPersonType }
- *
- */
- public void setFATCASonstPerson(FATCASonstPersonType value) {
- this.fatcaSonstPerson = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/GMSGType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/GMSGType.java
deleted file mode 100644
index d121de5b..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/GMSGType.java
+++ /dev/null
@@ -1,165 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Fragen gemäß dem Gemeinsamen Meldestandard-Gesetz
- *
- * Java-Klasse für GMSG_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="GMSG_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="SteuerlichAnsaessig" maxOccurs="unbounded">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Land" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type"/>
- * <element name="Steuernummer" type="{urn:omds3CommonServiceTypes-1-1-0}AttributString_Type" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "GMSG_Type", propOrder = {
- "steuerlichAnsaessig"
-})
-public class GMSGType {
-
- @XmlElement(name = "SteuerlichAnsaessig", required = true)
- protected List
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set method for the steuerlichAnsaessig property.
- *
- *
- * For example, to add a new item, do as follows: - *
- * getSteuerlichAnsaessig().add(newItem); - *- * - * - *
- * Objects of the following type(s) are allowed in the list
- * {@link GMSGType.SteuerlichAnsaessig }
- *
- *
- */
- public List Java-Klasse für anonymous complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für GlaeubigerSicherstellung_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für PEP_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für Pfandglaeubiger_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für Sicherstellung_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für Treuhaenderfrage_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für Verpfaendung_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link PfandglaeubigerType }
- *
- *
- */
- public List Java-Klasse für VersicherteLiegenschaft_Type complex type.
+ *
+ * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * Java-Klasse für VersichertePerson_Type complex type.
*
@@ -20,7 +19,6 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type">
* <sequence>
- * <element name="RefPersonLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
* <choice minOccurs="0">
* <element name="RisikoNatPerson" type="{urn:omds3CommonServiceTypes-1-1-0}RisikoNatPerson_Type"/>
* <element name="RisikoSonstPerson" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
@@ -35,7 +33,6 @@ import javax.xml.bind.annotation.XmlType;
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "VersichertePerson_Type", propOrder = {
- "refPersonLfnr",
"risikoNatPerson",
"risikoSonstPerson"
})
@@ -43,30 +40,11 @@ public class VersichertePersonType
extends VersichertesInteresseMitAttributMetadatenType
{
- @XmlElement(name = "RefPersonLfnr")
- @XmlSchemaType(name = "unsignedShort")
- protected int refPersonLfnr;
@XmlElement(name = "RisikoNatPerson")
protected RisikoNatPersonType risikoNatPerson;
@XmlElement(name = "RisikoSonstPerson")
protected Object risikoSonstPerson;
- /**
- * Ruft den Wert der refPersonLfnr-Eigenschaft ab.
- *
- */
- public int getRefPersonLfnr() {
- return refPersonLfnr;
- }
-
- /**
- * Legt den Wert der refPersonLfnr-Eigenschaft fest.
- *
- */
- public void setRefPersonLfnr(int value) {
- this.refPersonLfnr = value;
- }
-
/**
* Ruft den Wert der risikoNatPerson-Eigenschaft ab.
*
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VersicherteVeranstaltungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VersicherteVeranstaltungType.java
deleted file mode 100644
index cd96b5ea..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VersicherteVeranstaltungType.java
+++ /dev/null
@@ -1,36 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Versicherte Veranstaltung basierend auf VersichertesInteresse_Type
- *
- * Java-Klasse für VersicherteVeranstaltung_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für VinkulierungPersonen_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für ZustimmungGesundheitsdaten_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SpezAntragBasis_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link BeteiligtePersonVertragType }
- *
- *
- */
- public List
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Integer }
- *
- *
- */
- public List
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link VertragspersonType }
- *
- *
- */
- public List
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link KontierungType }
- *
- *
- */
- public List
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link String }
- *
- *
- */
- public List
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ZusaetzlicheAntragsdatenType }
- *
- *
- */
- public List Java-Klasse für SpezAntragPersonen_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link BezugsberechtigungType }
- *
+ * Ruft den Wert der antragsart-Eigenschaft ab.
*
+ * @return
+ * possible object is
+ * {@link AntragsartType }
+ *
*/
- public List
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link SicherstellungType }
- *
+ * Legt den Wert der antragsart-Eigenschaft fest.
*
+ * @param value
+ * allowed object is
+ * {@link AntragsartType }
+ *
*/
- public List
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
- * This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
- * {@link ZustimmungGesundheitsdatenType }
+ * {@link BeteiligtePersonVertragType }
*
*
*/
- public List
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a
+ * For example, to add a new item, do as follows:
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link Integer }
+ *
+ *
+ */
+ public List
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a
+ * For example, to add a new item, do as follows:
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link VertragspersonType }
+ *
+ *
+ */
+ public List
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a
+ * For example, to add a new item, do as follows:
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link KontierungType }
+ *
+ *
+ */
+ public List
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a
+ * For example, to add a new item, do as follows:
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link String }
+ *
+ *
+ */
+ public List
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a
+ * For example, to add a new item, do as follows:
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link ZusaetzlicheAntragsdatenType }
+ *
+ *
+ */
+ public List
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Land" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type"/>
- * <element name="Steuernummer" type="{urn:omds3CommonServiceTypes-1-1-0}AttributString_Type" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "land",
- "steuernummer"
- })
- public static class SteuerlichAnsaessig {
-
- @XmlElement(name = "Land", required = true)
- protected AttributEnumType land;
- @XmlElement(name = "Steuernummer")
- protected AttributStringType steuernummer;
-
- /**
- * Ruft den Wert der land-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link AttributEnumType }
- *
- */
- public AttributEnumType getLand() {
- return land;
- }
-
- /**
- * Legt den Wert der land-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link AttributEnumType }
- *
- */
- public void setLand(AttributEnumType value) {
- this.land = value;
- }
-
- /**
- * Ruft den Wert der steuernummer-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link AttributStringType }
- *
- */
- public AttributStringType getSteuernummer() {
- return steuernummer;
- }
-
- /**
- * Legt den Wert der steuernummer-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link AttributStringType }
- *
- */
- public void setSteuernummer(AttributStringType value) {
- this.steuernummer = value;
- }
-
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/GlaeubigerSicherstellungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/GlaeubigerSicherstellungType.java
deleted file mode 100644
index a3264cca..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/GlaeubigerSicherstellungType.java
+++ /dev/null
@@ -1,148 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Gläubiger einer Sicherstellung
- *
- *
- * <complexType name="GlaeubigerSicherstellung_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Institut" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="PLZ" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="Strasse" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="Vertragsnummer" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "GlaeubigerSicherstellung_Type", propOrder = {
- "institut",
- "plz",
- "strasse",
- "vertragsnummer"
-})
-public class GlaeubigerSicherstellungType {
-
- @XmlElement(name = "Institut", required = true)
- protected String institut;
- @XmlElement(name = "PLZ", required = true)
- protected String plz;
- @XmlElement(name = "Strasse", required = true)
- protected String strasse;
- @XmlElement(name = "Vertragsnummer", required = true)
- protected String vertragsnummer;
-
- /**
- * Ruft den Wert der institut-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getInstitut() {
- return institut;
- }
-
- /**
- * Legt den Wert der institut-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setInstitut(String value) {
- this.institut = value;
- }
-
- /**
- * Ruft den Wert der plz-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getPLZ() {
- return plz;
- }
-
- /**
- * Legt den Wert der plz-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setPLZ(String value) {
- this.plz = value;
- }
-
- /**
- * Ruft den Wert der strasse-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStrasse() {
- return strasse;
- }
-
- /**
- * Legt den Wert der strasse-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStrasse(String value) {
- this.strasse = value;
- }
-
- /**
- * Ruft den Wert der vertragsnummer-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getVertragsnummer() {
- return vertragsnummer;
- }
-
- /**
- * Legt den Wert der vertragsnummer-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setVertragsnummer(String value) {
- this.vertragsnummer = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ObjectFactory.java
index 183c5d96..bad4a2ab 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ObjectFactory.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ObjectFactory.java
@@ -37,14 +37,6 @@ public class ObjectFactory {
public ObjectFactory() {
}
- /**
- * Create an instance of {@link GMSGType }
- *
- */
- public GMSGType createGMSGType() {
- return new GMSGType();
- }
-
/**
* Create an instance of {@link ZahlwegType }
*
@@ -181,14 +173,6 @@ public class ObjectFactory {
return new VinkulierungType();
}
- /**
- * Create an instance of {@link VinkularglaeubigerType }
- *
- */
- public VinkularglaeubigerType createVinkularglaeubigerType() {
- return new VinkularglaeubigerType();
- }
-
/**
* Create an instance of {@link BezugsrechtType }
*
@@ -198,59 +182,11 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link BezugsberechtigungGesetzlicheErbenType }
+ * Create an instance of {@link VinkularglaeubigerType }
*
*/
- public BezugsberechtigungGesetzlicheErbenType createBezugsberechtigungGesetzlicheErbenType() {
- return new BezugsberechtigungGesetzlicheErbenType();
- }
-
- /**
- * Create an instance of {@link BezugsberechtigungTestamentarischeErbenType }
- *
- */
- public BezugsberechtigungTestamentarischeErbenType createBezugsberechtigungTestamentarischeErbenType() {
- return new BezugsberechtigungTestamentarischeErbenType();
- }
-
- /**
- * Create an instance of {@link BezugsberechtigungUeberbringerType }
- *
- */
- public BezugsberechtigungUeberbringerType createBezugsberechtigungUeberbringerType() {
- return new BezugsberechtigungUeberbringerType();
- }
-
- /**
- * Create an instance of {@link BezugsberechtigungNamentlich }
- *
- */
- public BezugsberechtigungNamentlich createBezugsberechtigungNamentlich() {
- return new BezugsberechtigungNamentlich();
- }
-
- /**
- * Create an instance of {@link BezugsberechtigungVersicherungsnehmerType }
- *
- */
- public BezugsberechtigungVersicherungsnehmerType createBezugsberechtigungVersicherungsnehmerType() {
- return new BezugsberechtigungVersicherungsnehmerType();
- }
-
- /**
- * Create an instance of {@link BezugsberechtigungVersichertePersonType }
- *
- */
- public BezugsberechtigungVersichertePersonType createBezugsberechtigungVersichertePersonType() {
- return new BezugsberechtigungVersichertePersonType();
- }
-
- /**
- * Create an instance of {@link BezugsberechtigungIndividuell }
- *
- */
- public BezugsberechtigungIndividuell createBezugsberechtigungIndividuell() {
- return new BezugsberechtigungIndividuell();
+ public VinkularglaeubigerType createVinkularglaeubigerType() {
+ return new VinkularglaeubigerType();
}
/**
@@ -373,14 +309,6 @@ public class ObjectFactory {
return new RisikoNatPersonType();
}
- /**
- * Create an instance of {@link VersicherteVeranstaltungType }
- *
- */
- public VersicherteVeranstaltungType createVersicherteVeranstaltungType() {
- return new VersicherteVeranstaltungType();
- }
-
/**
* Create an instance of {@link FahrzeugType }
*
@@ -397,6 +325,14 @@ public class ObjectFactory {
return new ZulassungsdatenType();
}
+ /**
+ * Create an instance of {@link VersicherteLiegenschaftType }
+ *
+ */
+ public VersicherteLiegenschaftType createVersicherteLiegenschaftType() {
+ return new VersicherteLiegenschaftType();
+ }
+
/**
* Create an instance of {@link KostenFixOderProzentType }
*
@@ -565,102 +501,6 @@ public class ObjectFactory {
return new AttributMultiEnumType();
}
- /**
- * Create an instance of {@link AbtretungType }
- *
- */
- public AbtretungType createAbtretungType() {
- return new AbtretungType();
- }
-
- /**
- * Create an instance of {@link VerpfaendungType }
- *
- */
- public VerpfaendungType createVerpfaendungType() {
- return new VerpfaendungType();
- }
-
- /**
- * Create an instance of {@link PfandglaeubigerType }
- *
- */
- public PfandglaeubigerType createPfandglaeubigerType() {
- return new PfandglaeubigerType();
- }
-
- /**
- * Create an instance of {@link VinkulierungPersonenType }
- *
- */
- public VinkulierungPersonenType createVinkulierungPersonenType() {
- return new VinkulierungPersonenType();
- }
-
- /**
- * Create an instance of {@link GlaeubigerSicherstellungType }
- *
- */
- public GlaeubigerSicherstellungType createGlaeubigerSicherstellungType() {
- return new GlaeubigerSicherstellungType();
- }
-
- /**
- * Create an instance of {@link ZustimmungGesundheitsdatenType }
- *
- */
- public ZustimmungGesundheitsdatenType createZustimmungGesundheitsdatenType() {
- return new ZustimmungGesundheitsdatenType();
- }
-
- /**
- * Create an instance of {@link FATCAType }
- *
- */
- public FATCAType createFATCAType() {
- return new FATCAType();
- }
-
- /**
- * Create an instance of {@link FATCANatPersonType }
- *
- */
- public FATCANatPersonType createFATCANatPersonType() {
- return new FATCANatPersonType();
- }
-
- /**
- * Create an instance of {@link FATCASonstPersonType }
- *
- */
- public FATCASonstPersonType createFATCASonstPersonType() {
- return new FATCASonstPersonType();
- }
-
- /**
- * Create an instance of {@link PEPType }
- *
- */
- public PEPType createPEPType() {
- return new PEPType();
- }
-
- /**
- * Create an instance of {@link TreuhaenderfrageType }
- *
- */
- public TreuhaenderfrageType createTreuhaenderfrageType() {
- return new TreuhaenderfrageType();
- }
-
- /**
- * Create an instance of {@link GMSGType.SteuerlichAnsaessig }
- *
- */
- public GMSGType.SteuerlichAnsaessig createGMSGTypeSteuerlichAnsaessig() {
- return new GMSGType.SteuerlichAnsaessig();
- }
-
/**
* Create an instance of {@link ZahlwegType.Kundenkonto }
*
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/PEPType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/PEPType.java
deleted file mode 100644
index e30c937a..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/PEPType.java
+++ /dev/null
@@ -1,64 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Beschreibung einer PEP
- *
- *
- * <complexType name="PEP_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Beschreibung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "PEP_Type", propOrder = {
- "beschreibung"
-})
-public class PEPType {
-
- @XmlElement(name = "Beschreibung", required = true)
- protected String beschreibung;
-
- /**
- * Ruft den Wert der beschreibung-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getBeschreibung() {
- return beschreibung;
- }
-
- /**
- * Legt den Wert der beschreibung-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setBeschreibung(String value) {
- this.beschreibung = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/PfandglaeubigerType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/PfandglaeubigerType.java
deleted file mode 100644
index 366b9bc4..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/PfandglaeubigerType.java
+++ /dev/null
@@ -1,84 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Eigenschaften Pfandgläubiger
- *
- *
- * <complexType name="Pfandglaeubiger_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Anteil" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="Glaeubiger" type="{urn:omds3CommonServiceTypes-1-1-0}GlaeubigerSicherstellung_Type"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "Pfandglaeubiger_Type", propOrder = {
- "anteil",
- "glaeubiger"
-})
-public class PfandglaeubigerType {
-
- @XmlElement(name = "Anteil")
- protected double anteil;
- @XmlElement(name = "Glaeubiger", required = true)
- protected GlaeubigerSicherstellungType glaeubiger;
-
- /**
- * Ruft den Wert der anteil-Eigenschaft ab.
- *
- */
- public double getAnteil() {
- return anteil;
- }
-
- /**
- * Legt den Wert der anteil-Eigenschaft fest.
- *
- */
- public void setAnteil(double value) {
- this.anteil = value;
- }
-
- /**
- * Ruft den Wert der glaeubiger-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link GlaeubigerSicherstellungType }
- *
- */
- public GlaeubigerSicherstellungType getGlaeubiger() {
- return glaeubiger;
- }
-
- /**
- * Legt den Wert der glaeubiger-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link GlaeubigerSicherstellungType }
- *
- */
- public void setGlaeubiger(GlaeubigerSicherstellungType value) {
- this.glaeubiger = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/SicherstellungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/SicherstellungType.java
deleted file mode 100644
index 2fe74795..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/SicherstellungType.java
+++ /dev/null
@@ -1,121 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import java.math.BigDecimal;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Abstrakter Typ fuer Sicherstellungen
- *
- *
- * <complexType name="Sicherstellung_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Lfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- * <element name="Betrag" type="{urn:omds20}decimal" minOccurs="0"/>
- * <element name="Unanfechtbarkeitssumme" type="{urn:omds20}decimal" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "Sicherstellung_Type", propOrder = {
- "lfnr",
- "betrag",
- "unanfechtbarkeitssumme"
-})
-@XmlSeeAlso({
- AbtretungType.class,
- VerpfaendungType.class,
- VinkulierungPersonenType.class
-})
-public abstract class SicherstellungType {
-
- @XmlElement(name = "Lfnr")
- @XmlSchemaType(name = "unsignedShort")
- protected int lfnr;
- @XmlElement(name = "Betrag")
- protected BigDecimal betrag;
- @XmlElement(name = "Unanfechtbarkeitssumme")
- protected BigDecimal unanfechtbarkeitssumme;
-
- /**
- * Ruft den Wert der lfnr-Eigenschaft ab.
- *
- */
- public int getLfnr() {
- return lfnr;
- }
-
- /**
- * Legt den Wert der lfnr-Eigenschaft fest.
- *
- */
- public void setLfnr(int value) {
- this.lfnr = value;
- }
-
- /**
- * Ruft den Wert der betrag-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BigDecimal }
- *
- */
- public BigDecimal getBetrag() {
- return betrag;
- }
-
- /**
- * Legt den Wert der betrag-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BigDecimal }
- *
- */
- public void setBetrag(BigDecimal value) {
- this.betrag = value;
- }
-
- /**
- * Ruft den Wert der unanfechtbarkeitssumme-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BigDecimal }
- *
- */
- public BigDecimal getUnanfechtbarkeitssumme() {
- return unanfechtbarkeitssumme;
- }
-
- /**
- * Legt den Wert der unanfechtbarkeitssumme-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BigDecimal }
- *
- */
- public void setUnanfechtbarkeitssumme(BigDecimal value) {
- this.unanfechtbarkeitssumme = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/TreuhaenderfrageType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/TreuhaenderfrageType.java
deleted file mode 100644
index c7bf4bab..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/TreuhaenderfrageType.java
+++ /dev/null
@@ -1,56 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Details zur Treuhaenderfrage
- *
- *
- * <complexType name="Treuhaenderfrage_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Treuhaender" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "Treuhaenderfrage_Type", propOrder = {
- "treuhaender"
-})
-public class TreuhaenderfrageType {
-
- @XmlElement(name = "Treuhaender")
- protected boolean treuhaender;
-
- /**
- * Ruft den Wert der treuhaender-Eigenschaft ab.
- *
- */
- public boolean isTreuhaender() {
- return treuhaender;
- }
-
- /**
- * Legt den Wert der treuhaender-Eigenschaft fest.
- *
- */
- public void setTreuhaender(boolean value) {
- this.treuhaender = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VerpfaendungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VerpfaendungType.java
deleted file mode 100644
index 54622e84..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VerpfaendungType.java
+++ /dev/null
@@ -1,73 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Sicherstellung vom Typ Verpfändung
- *
- *
- * <complexType name="Verpfaendung_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Sicherstellung_Type">
- * <sequence>
- * <element name="Pfandglaeubiger" type="{urn:omds3CommonServiceTypes-1-1-0}Pfandglaeubiger_Type" maxOccurs="unbounded"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "Verpfaendung_Type", propOrder = {
- "pfandglaeubiger"
-})
-public class VerpfaendungType
- extends SicherstellungType
-{
-
- @XmlElement(name = "Pfandglaeubiger", required = true)
- protected Listset method for the pfandglaeubiger property.
- *
- *
- * getPfandglaeubiger().add(newItem);
- *
- *
- *
- *
+ * <complexType name="VersicherteLiegenschaft_Type">
+ * <complexContent>
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type">
+ * <sequence>
+ * <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId"/>
+ * <element name="Adresse" type="{urn:omds20}ADRESSE_Type"/>
+ * <element name="BebauteFlaecheInQm" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
+ * <element name="UeberdachteFlaecheInQm" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "VersicherteLiegenschaft_Type", propOrder = {
+ "objektId",
+ "adresse",
+ "bebauteFlaecheInQm",
+ "ueberdachteFlaecheInQm"
+})
+public class VersicherteLiegenschaftType
+ extends VersichertesInteresseMitAttributMetadatenType
+{
+
+ @XmlElement(name = "ObjektId", required = true)
+ protected ObjektIdType objektId;
+ @XmlElement(name = "Adresse", required = true)
+ protected ADRESSEType adresse;
+ @XmlElement(name = "BebauteFlaecheInQm")
+ @XmlSchemaType(name = "unsignedShort")
+ protected int bebauteFlaecheInQm;
+ @XmlElement(name = "UeberdachteFlaecheInQm")
+ @XmlSchemaType(name = "unsignedShort")
+ protected int ueberdachteFlaecheInQm;
+
+ /**
+ * Ruft den Wert der objektId-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link ObjektIdType }
+ *
+ */
+ public ObjektIdType getObjektId() {
+ return objektId;
+ }
+
+ /**
+ * Legt den Wert der objektId-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link ObjektIdType }
+ *
+ */
+ public void setObjektId(ObjektIdType value) {
+ this.objektId = value;
+ }
+
+ /**
+ * Ruft den Wert der adresse-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link ADRESSEType }
+ *
+ */
+ public ADRESSEType getAdresse() {
+ return adresse;
+ }
+
+ /**
+ * Legt den Wert der adresse-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link ADRESSEType }
+ *
+ */
+ public void setAdresse(ADRESSEType value) {
+ this.adresse = value;
+ }
+
+ /**
+ * Ruft den Wert der bebauteFlaecheInQm-Eigenschaft ab.
+ *
+ */
+ public int getBebauteFlaecheInQm() {
+ return bebauteFlaecheInQm;
+ }
+
+ /**
+ * Legt den Wert der bebauteFlaecheInQm-Eigenschaft fest.
+ *
+ */
+ public void setBebauteFlaecheInQm(int value) {
+ this.bebauteFlaecheInQm = value;
+ }
+
+ /**
+ * Ruft den Wert der ueberdachteFlaecheInQm-Eigenschaft ab.
+ *
+ */
+ public int getUeberdachteFlaecheInQm() {
+ return ueberdachteFlaecheInQm;
+ }
+
+ /**
+ * Legt den Wert der ueberdachteFlaecheInQm-Eigenschaft fest.
+ *
+ */
+ public void setUeberdachteFlaecheInQm(int value) {
+ this.ueberdachteFlaecheInQm = value;
+ }
+
+}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VersichertePersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VersichertePersonType.java
index 48610895..97e68096 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VersichertePersonType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VersichertePersonType.java
@@ -4,12 +4,11 @@ package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
/**
- * Versicherte Person basierend auf VersichertesInteresse_Type
+ * Versicherte Person basierend auf VersichertesInteresse_Type. Lfnr muss mit Lfnr der Person übereinstimmen.
*
*
- * <complexType name="VersicherteVeranstaltung_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type">
- * <sequence>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "VersicherteVeranstaltung_Type")
-public class VersicherteVeranstaltungType
- extends VersichertesInteresseMitAttributMetadatenType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VersichertesInteresseMitAttributMetadatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VersichertesInteresseMitAttributMetadatenType.java
index 2ec2a90a..5ad5f560 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VersichertesInteresseMitAttributMetadatenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VersichertesInteresseMitAttributMetadatenType.java
@@ -40,7 +40,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.VersichertesObje
})
@XmlSeeAlso({
VersichertePersonType.class,
- VersicherteVeranstaltungType.class,
+ VersicherteLiegenschaftType.class,
VersichertesObjektSachPrivatType.class,
RisikoHaushaltType.class,
RisikoGebaeudeType.class
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VinkulierungPersonenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VinkulierungPersonenType.java
deleted file mode 100644
index 75c1c807..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VinkulierungPersonenType.java
+++ /dev/null
@@ -1,66 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Sicherstellung vom Typ Vinkulierung
- *
- *
- * <complexType name="VinkulierungPersonen_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Sicherstellung_Type">
- * <sequence>
- * <element name="Vinkularglaeubiger" type="{urn:omds3CommonServiceTypes-1-1-0}Vinkularglaeubiger_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "VinkulierungPersonen_Type", propOrder = {
- "vinkularglaeubiger"
-})
-public class VinkulierungPersonenType
- extends SicherstellungType
-{
-
- @XmlElement(name = "Vinkularglaeubiger", required = true)
- protected VinkularglaeubigerType vinkularglaeubiger;
-
- /**
- * Ruft den Wert der vinkularglaeubiger-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link VinkularglaeubigerType }
- *
- */
- public VinkularglaeubigerType getVinkularglaeubiger() {
- return vinkularglaeubiger;
- }
-
- /**
- * Legt den Wert der vinkularglaeubiger-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link VinkularglaeubigerType }
- *
- */
- public void setVinkularglaeubiger(VinkularglaeubigerType value) {
- this.vinkularglaeubiger = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ZustimmungGesundheitsdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ZustimmungGesundheitsdatenType.java
deleted file mode 100644
index 0a56032e..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ZustimmungGesundheitsdatenType.java
+++ /dev/null
@@ -1,127 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.common;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Zustimmung Gesundheitsdaten
- *
- *
- * <complexType name="ZustimmungGesundheitsdaten_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="PersonRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- * <element name="Type" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- * <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Zustimmung" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ZustimmungGesundheitsdaten_Type", propOrder = {
- "personRefLfnr",
- "type",
- "text",
- "zustimmung"
-})
-public class ZustimmungGesundheitsdatenType {
-
- @XmlElement(name = "PersonRefLfnr")
- @XmlSchemaType(name = "unsignedShort")
- protected int personRefLfnr;
- @XmlElement(name = "Type")
- @XmlSchemaType(name = "unsignedShort")
- protected int type;
- @XmlElement(name = "Text")
- protected String text;
- @XmlElement(name = "Zustimmung")
- protected boolean zustimmung;
-
- /**
- * Ruft den Wert der personRefLfnr-Eigenschaft ab.
- *
- */
- public int getPersonRefLfnr() {
- return personRefLfnr;
- }
-
- /**
- * Legt den Wert der personRefLfnr-Eigenschaft fest.
- *
- */
- public void setPersonRefLfnr(int value) {
- this.personRefLfnr = value;
- }
-
- /**
- * Ruft den Wert der type-Eigenschaft ab.
- *
- */
- public int getType() {
- return type;
- }
-
- /**
- * Legt den Wert der type-Eigenschaft fest.
- *
- */
- public void setType(int value) {
- this.type = value;
- }
-
- /**
- * Ruft den Wert der text-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getText() {
- return text;
- }
-
- /**
- * Legt den Wert der text-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setText(String value) {
- this.text = value;
- }
-
- /**
- * Ruft den Wert der zustimmung-Eigenschaft ab.
- *
- */
- public boolean isZustimmung() {
- return zustimmung;
- }
-
- /**
- * Legt den Wert der zustimmung-Eigenschaft fest.
- *
- */
- public void setZustimmung(boolean value) {
- this.zustimmung = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/SpezAntragBasisType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/SpezAntragBasisType.java
deleted file mode 100644
index 46d49899..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/SpezAntragBasisType.java
+++ /dev/null
@@ -1,531 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.AbgelehnteRisikenType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.AntragsartType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.BeteiligtePersonVertragType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.DatenverwendungType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.ErsatzpolizzenType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.KontierungType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.PolizzenversandType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.VertragspersonType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.VorversicherungenType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.ZahlungsdatenType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.SpezAntragKfzType;
-
-
-/**
- * Abstrakter Basistyp für Antrag, der bei Request und bei Response gleich ist
- *
- *
- * <complexType name="SpezAntragBasis_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Antragsart" type="{urn:omds3CommonServiceTypes-1-1-0}Antragsart_Type" minOccurs="0"/>
- * <element name="Personen" type="{urn:omds3CommonServiceTypes-1-1-0}BeteiligtePersonVertrag_Type" maxOccurs="unbounded"/>
- * <element name="Versicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- * <element name="AbweichenderPraemienzahler" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- * <element name="WeitereVersicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="WeitereVertragspersonen" type="{urn:omds3CommonServiceTypes-1-1-0}Vertragsperson_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="AbgelehnteRisiken" type="{urn:omds3CommonServiceTypes-1-1-0}AbgelehnteRisiken_Type" minOccurs="0"/>
- * <element name="Vorversicherungen" type="{urn:omds3CommonServiceTypes-1-1-0}Vorversicherungen_Type" minOccurs="0"/>
- * <element name="Zahlungsdaten" type="{urn:omds3CommonServiceTypes-1-1-0}Zahlungsdaten_Type"/>
- * <element name="Sepa" type="{urn:omds3CommonServiceTypes-1-1-0}SepaCd_Type" minOccurs="0"/>
- * <element name="Polizzenversand" type="{urn:omds3CommonServiceTypes-1-1-0}PolizzenversandType" minOccurs="0"/>
- * <element name="Datenschutzbestimmungen" type="{urn:omds3CommonServiceTypes-1-1-0}Datenverwendung_Type"/>
- * <element name="Kontierung" type="{urn:omds3CommonServiceTypes-1-1-0}Kontierung_Type" maxOccurs="3" minOccurs="0"/>
- * <element name="Ersatzpolizzennummer" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizzen_Type" minOccurs="0"/>
- * <element name="ZusendungWeitereDokumente" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="ZusaetzlicheAntragsdaten" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}ZusaetzlicheAntragsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SpezAntragBasis_Type", propOrder = {
- "antragsart",
- "personen",
- "versicherungsnehmer",
- "abweichenderPraemienzahler",
- "weitereVersicherungsnehmer",
- "weitereVertragspersonen",
- "abgelehnteRisiken",
- "vorversicherungen",
- "zahlungsdaten",
- "sepa",
- "polizzenversand",
- "datenschutzbestimmungen",
- "kontierung",
- "ersatzpolizzennummer",
- "zusendungWeitereDokumente",
- "zusaetzlicheAntragsdaten"
-})
-@XmlSeeAlso({
- SpezAntragKfzType.class,
- SpezAntragType.class
-})
-public abstract class SpezAntragBasisType {
-
- @XmlElement(name = "Antragsart")
- @XmlSchemaType(name = "string")
- protected AntragsartType antragsart;
- @XmlElement(name = "Personen", required = true)
- protected Listset method for the personen property.
- *
- *
- * getPersonen().add(newItem);
- *
- *
- *
- * set method for the weitereVersicherungsnehmer property.
- *
- *
- * getWeitereVersicherungsnehmer().add(newItem);
- *
- *
- *
- * set method for the weitereVertragspersonen property.
- *
- *
- * getWeitereVertragspersonen().add(newItem);
- *
- *
- *
- * set method for the kontierung property.
- *
- *
- * getKontierung().add(newItem);
- *
- *
- *
- * set method for the zusendungWeitereDokumente property.
- *
- *
- * getZusendungWeitereDokumente().add(newItem);
- *
- *
- *
- * set method for the zusaetzlicheAntragsdaten property.
- *
- *
- * getZusaetzlicheAntragsdaten().add(newItem);
- *
- *
- *
- *
- * <complexType name="SpezAntragPersonen_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
- * <sequence>
- * <element name="FATCA" type="{urn:omds3CommonServiceTypes-1-1-0}FATCA_Type" minOccurs="0"/>
- * <element name="GSGM" type="{urn:omds3CommonServiceTypes-1-1-0}GMSG_Type" minOccurs="0"/>
- * <element name="PEP" type="{urn:omds3CommonServiceTypes-1-1-0}PEP_Type" minOccurs="0"/>
- * <element name="Treuhaenderfrage" type="{urn:omds3CommonServiceTypes-1-1-0}Treuhaenderfrage_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SpezAntragPersonen_Type", propOrder = {
- "fatca",
- "gsgm",
- "pep",
- "treuhaenderfrage"
-})
-public abstract class SpezAntragPersonenType
- extends SpezAntragType
-{
-
- @XmlElement(name = "FATCA")
- protected FATCAType fatca;
- @XmlElement(name = "GSGM")
- protected GMSGType gsgm;
- @XmlElement(name = "PEP")
- protected PEPType pep;
- @XmlElement(name = "Treuhaenderfrage", required = true)
- protected TreuhaenderfrageType treuhaenderfrage;
-
- /**
- * Ruft den Wert der fatca-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link FATCAType }
- *
- */
- public FATCAType getFATCA() {
- return fatca;
- }
-
- /**
- * Legt den Wert der fatca-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link FATCAType }
- *
- */
- public void setFATCA(FATCAType value) {
- this.fatca = value;
- }
-
- /**
- * Ruft den Wert der gsgm-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link GMSGType }
- *
- */
- public GMSGType getGSGM() {
- return gsgm;
- }
-
- /**
- * Legt den Wert der gsgm-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link GMSGType }
- *
- */
- public void setGSGM(GMSGType value) {
- this.gsgm = value;
- }
-
- /**
- * Ruft den Wert der pep-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link PEPType }
- *
- */
- public PEPType getPEP() {
- return pep;
- }
-
- /**
- * Legt den Wert der pep-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link PEPType }
- *
- */
- public void setPEP(PEPType value) {
- this.pep = value;
- }
-
- /**
- * Ruft den Wert der treuhaenderfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link TreuhaenderfrageType }
- *
- */
- public TreuhaenderfrageType getTreuhaenderfrage() {
- return treuhaenderfrage;
- }
-
- /**
- * Legt den Wert der treuhaenderfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link TreuhaenderfrageType }
- *
- */
- public void setTreuhaenderfrage(TreuhaenderfrageType value) {
- this.treuhaenderfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/SpezAntragType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/SpezAntragType.java
index a325294e..26bd9fe7 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/SpezAntragType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/SpezAntragType.java
@@ -6,11 +6,20 @@ import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.BezugsberechtigungType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.SicherstellungType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.ZustimmungGesundheitsdatenType;
+import at.vvo.omds.types.omds3Types.r1_5_0.common.AbgelehnteRisikenType;
+import at.vvo.omds.types.omds3Types.r1_5_0.common.AntragsartType;
+import at.vvo.omds.types.omds3Types.r1_5_0.common.BeteiligtePersonVertragType;
+import at.vvo.omds.types.omds3Types.r1_5_0.common.DatenverwendungType;
+import at.vvo.omds.types.omds3Types.r1_5_0.common.ErsatzpolizzenType;
+import at.vvo.omds.types.omds3Types.r1_5_0.common.KontierungType;
+import at.vvo.omds.types.omds3Types.r1_5_0.common.PolizzenversandType;
+import at.vvo.omds.types.omds3Types.r1_5_0.common.VertragspersonType;
+import at.vvo.omds.types.omds3Types.r1_5_0.common.VorversicherungenType;
+import at.vvo.omds.types.omds3Types.r1_5_0.common.ZahlungsdatenType;
+import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.SpezAntragKfzType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.AntragSachPrivatType;
@@ -24,13 +33,26 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.AntragSachPrivat
*
* <complexType name="SpezAntrag_Type">
* <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntragBasis_Type">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element name="Bezugsberechtigungen" type="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="Sicherstellungen" type="{urn:omds3CommonServiceTypes-1-1-0}Sicherstellung_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="ZustimmungGesundheitsdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZustimmungGesundheitsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="Antragsart" type="{urn:omds3CommonServiceTypes-1-1-0}Antragsart_Type" minOccurs="0"/>
+ * <element name="Personen" type="{urn:omds3CommonServiceTypes-1-1-0}BeteiligtePersonVertrag_Type" maxOccurs="unbounded"/>
+ * <element name="Versicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
+ * <element name="AbweichenderPraemienzahler" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
+ * <element name="WeitereVersicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="WeitereVertragspersonen" type="{urn:omds3CommonServiceTypes-1-1-0}Vertragsperson_Type" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="AbgelehnteRisiken" type="{urn:omds3CommonServiceTypes-1-1-0}AbgelehnteRisiken_Type" minOccurs="0"/>
+ * <element name="Vorversicherungen" type="{urn:omds3CommonServiceTypes-1-1-0}Vorversicherungen_Type" minOccurs="0"/>
+ * <element name="Zahlungsdaten" type="{urn:omds3CommonServiceTypes-1-1-0}Zahlungsdaten_Type"/>
+ * <element name="Sepa" type="{urn:omds3CommonServiceTypes-1-1-0}SepaCd_Type" minOccurs="0"/>
+ * <element name="Polizzenversand" type="{urn:omds3CommonServiceTypes-1-1-0}PolizzenversandType" minOccurs="0"/>
+ * <element name="Datenschutzbestimmungen" type="{urn:omds3CommonServiceTypes-1-1-0}Datenverwendung_Type"/>
+ * <element name="Kontierung" type="{urn:omds3CommonServiceTypes-1-1-0}Kontierung_Type" maxOccurs="3" minOccurs="0"/>
+ * <element name="Ersatzpolizzennummer" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizzen_Type" minOccurs="0"/>
+ * <element name="ZusendungWeitereDokumente" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="ZusaetzlicheAntragsdaten" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}ZusaetzlicheAntragsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
- * </extension>
+ * </restriction>
* </complexContent>
* </complexType>
*
@@ -39,110 +61,472 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.AntragSachPrivat
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SpezAntrag_Type", propOrder = {
- "bezugsberechtigungen",
- "sicherstellungen",
- "zustimmungGesundheitsdaten"
+ "antragsart",
+ "personen",
+ "versicherungsnehmer",
+ "abweichenderPraemienzahler",
+ "weitereVersicherungsnehmer",
+ "weitereVertragspersonen",
+ "abgelehnteRisiken",
+ "vorversicherungen",
+ "zahlungsdaten",
+ "sepa",
+ "polizzenversand",
+ "datenschutzbestimmungen",
+ "kontierung",
+ "ersatzpolizzennummer",
+ "zusendungWeitereDokumente",
+ "zusaetzlicheAntragsdaten"
})
@XmlSeeAlso({
- SpezAntragPersonenType.class,
+ SpezAntragKfzType.class,
AntragSachPrivatType.class
})
-public abstract class SpezAntragType
- extends SpezAntragBasisType
-{
+public abstract class SpezAntragType {
- @XmlElement(name = "Bezugsberechtigungen")
- protected Listset method for the bezugsberechtigungen property.
- *
- *
- * getBezugsberechtigungen().add(newItem);
- *
- *
- *
- * set method for the sicherstellungen property.
- *
- *
- * getSicherstellungen().add(newItem);
- *
- *
- *
- * set method for the zustimmungGesundheitsdaten property.
+ * This is why there is not a set method for the personen property.
*
*
- * getZustimmungGesundheitsdaten().add(newItem);
+ * getPersonen().add(newItem);
*
*
*
* set method for the weitereVersicherungsnehmer property.
+ *
+ *
+ * getWeitereVersicherungsnehmer().add(newItem);
+ *
+ *
+ *
+ * set method for the weitereVertragspersonen property.
+ *
+ *
+ * getWeitereVertragspersonen().add(newItem);
+ *
+ *
+ *
+ * set method for the kontierung property.
+ *
+ *
+ * getKontierung().add(newItem);
+ *
+ *
+ *
+ * set method for the zusendungWeitereDokumente property.
+ *
+ *
+ * getZusendungWeitereDokumente().add(newItem);
+ *
+ *
+ *
+ * set method for the zusaetzlicheAntragsdaten property.
+ *
+ *
+ * getZusaetzlicheAntragsdaten().add(newItem);
+ *
+ *
+ *
+ *
* <complexType name="SpezAntragKfz_Type">
* <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntragBasis_Type">
+ * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
* <sequence>
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VerkaufsproduktKfz_Type"/>
* <element name="BonusMalus" type="{urn:omds3CommonServiceTypes-1-1-0}BonusMalusSystem_Type" minOccurs="0"/>
@@ -42,7 +42,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.SpezAntragBasisType;
"zusaetzlicheKfzDaten"
})
public class SpezAntragKfzType
- extends SpezAntragBasisType
+ extends SpezAntragType
{
@XmlElement(name = "Verkaufsprodukt", required = true)
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsServicePortImpl.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsServicePortImpl.java
index 370aae55..53679fb5 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsServicePortImpl.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsServicePortImpl.java
@@ -160,22 +160,6 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
//throw new ServiceFaultMsg("ServiceFaultMsg...");
}
- /* (non-Javadoc)
- * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#getStateChanges(at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesResponseType getStateChanges(at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation getStateChanges");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesResponseType _return = null;
- return _return;
- } catch (java.lang.Exception ex) {
- ex.printStackTrace();
- throw new RuntimeException(ex);
- }
- //throw new ServiceFaultMsg("ServiceFaultMsg...");
- }
-
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#getUserData(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.UserDataRequest parameters)*
*/
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsServicePortType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsServicePortType.java
index 56815091..60bb3b83 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsServicePortType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsServicePortType.java
@@ -74,13 +74,6 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SearchClaimRequestType parameters
) throws ServiceFaultMsg;
- @WebMethod(action = "urn:getStateChanges")
- @WebResult(name = "GetStateChangesResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesResponseType getStateChanges(
- @WebParam(partName = "parameters", name = "GetStateChangesRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
- at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesRequestType parameters
- ) throws ServiceFaultMsg;
-
@WebMethod(action = "urn:getUserData")
@WebResult(name = "getUserDataResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.UserDataResponse getUserData(
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsServicePortType_OmdsServicePort_Client.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsServicePortType_OmdsServicePort_Client.java
index c9162ade..ade82939 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsServicePortType_OmdsServicePort_Client.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsServicePortType_OmdsServicePort_Client.java
@@ -142,18 +142,6 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SearchClaimResponseType _searchClaim__return = port.searchClaim(_searchClaim_parameters);
System.out.println("searchClaim.result=" + _searchClaim__return);
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking getStateChanges...");
- at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesRequestType _getStateChanges_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesResponseType _getStateChanges__return = port.getStateChanges(_getStateChanges_parameters);
- System.out.println("getStateChanges.result=" + _getStateChanges__return);
-
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
System.out.println(e.toString());
diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/ReleaseNotes-1-5-0.txt b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/ReleaseNotes-1-5-0.txt
index d9cb05bc..663d473b 100644
--- a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/ReleaseNotes-1-5-0.txt
+++ b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/ReleaseNotes-1-5-0.txt
@@ -5,7 +5,7 @@ Version 1.5.0
Was ist neu oder anders in Version 1.5.0 im Vergleich zur Version 1.4.0?
=====================================================================================
1. Sach-Privat erbt von neuen "generischen" Produktklassen
-
+2. Schadenmeldung wurde überarbeitet
=============
Version 1.4.0
diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3CommonServiceTypes.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3CommonServiceTypes.xsd
index c122c304..ba408ef0 100644
--- a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3CommonServiceTypes.xsd
+++ b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3CommonServiceTypes.xsd
@@ -1142,6 +1142,14 @@