diff --git a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.0_BOA_allgemein.docx b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.0_BOA_allgemein.docx
index bc179dcf..6da2fd82 100644
Binary files a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.0_BOA_allgemein.docx and b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.0_BOA_allgemein.docx differ
diff --git a/OMDSServiceDefinition/pom.xml b/OMDSServiceDefinition/pom.xml
index 9f585c9d..ffa1f4b6 100644
--- a/OMDSServiceDefinition/pom.xml
+++ b/OMDSServiceDefinition/pom.xml
@@ -294,8 +294,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
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/AttributDatumType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/AttributDatumType.java
new file mode 100644
index 00000000..7cbfa2c0
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/AttributDatumType.java
@@ -0,0 +1,192 @@
+
+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.XmlSchemaType;
+import javax.xml.bind.annotation.XmlType;
+import javax.xml.datatype.XMLGregorianCalendar;
+
+
+/**
+ * Auf xsd:date basierendes Attribut mit Metadaten
+ *
+ * Java-Klasse für AttributDatum_Type complex type. + * + *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * + *
+ * <complexType name="AttributDatum_Type">
+ * <complexContent>
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type">
+ * <sequence>
+ * <element name="Value" type="{http://www.w3.org/2001/XMLSchema}date"/>
+ * <element name="Default" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
+ * <element name="Values" type="{http://www.w3.org/2001/XMLSchema}date" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="Min" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
+ * <element name="Max" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "AttributDatum_Type", propOrder = {
+ "value",
+ "_default",
+ "values",
+ "min",
+ "max"
+})
+public class AttributDatumType
+ extends AttributType
+{
+
+ @XmlElement(name = "Value", required = true)
+ @XmlSchemaType(name = "date")
+ protected XMLGregorianCalendar value;
+ @XmlElement(name = "Default")
+ @XmlSchemaType(name = "date")
+ protected XMLGregorianCalendar _default;
+ @XmlElement(name = "Values")
+ @XmlSchemaType(name = "date")
+ 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 values property.
+ *
+ *
+ * For example, to add a new item, do as follows: + *
+ * getValues().add(newItem); + *+ * + * + *
+ * Objects of the following type(s) are allowed in the list
+ * {@link XMLGregorianCalendar }
+ *
+ *
+ */
+ public List Java-Klasse für AttributDezimal_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 BigDecimal }
+ *
+ *
+ */
+ public List Java-Klasse für AttributDouble_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 Double }
+ *
+ *
+ */
+ public List Java-Klasse für AttributEnum_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 EintragSchluessellisteType }
+ *
+ *
+ */
+ public List Java-Klasse für AttributInt_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 Integer }
+ *
+ *
+ */
+ public List Java-Klasse für AttributMsg_Type complex type.
+ *
+ * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * Java-Klasse für AttributMultiEnum_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 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 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 EintragSchluessellisteType }
+ *
+ *
+ */
+ public List Java-Klasse für AttributString_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 String }
+ *
+ *
+ */
+ public List Java-Klasse für Attribut_Type complex type.
+ *
+ * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * Java-Klasse für Elementarprodukt_Type complex type.
*
@@ -42,9 +42,9 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.VerkehrsrechtsschutzKfz
"zusaetzlicheElementarproduktdaten"
})
@XmlSeeAlso({
+ ElementarproduktGenerischType.class,
ElementarproduktKfzType.class,
- VerkehrsrechtsschutzKfzType.class,
- ElementarproduktGenerischType.class
+ VerkehrsrechtsschutzKfzType.class
})
public abstract class ElementarproduktType
extends ProduktbausteinType
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
new file mode 100644
index 00000000..0c3ca19e
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/FATCANatPersonType.java
@@ -0,0 +1,104 @@
+
+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.
+ *
+ * Java-Klasse für FATCA_SonstPersonType complex type.
+ *
+ * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * Java-Klasse für FATCA_Type complex type.
+ *
+ * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * Java-Klasse für GMSG_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 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 Gruppe 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 ModellelementType }
+ *
+ *
+ */
+ public List Java-Klasse für Modellelement_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 Produkt_Type complex type.
*
@@ -50,9 +50,9 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.ZusatzproduktKfzType;
"zusaetzlicheProduktdaten"
})
@XmlSeeAlso({
+ ProduktGenerischType.class,
ProduktKfzType.class,
- ZusatzproduktKfzType.class,
- ProduktGenerischType.class
+ ZusatzproduktKfzType.class
})
public abstract class ProduktType
extends ProduktbausteinType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ProduktbausteinType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ProduktbausteinType.java
index 8449e1e6..3190c39d 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ProduktbausteinType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ProduktbausteinType.java
@@ -44,6 +44,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
})
@XmlSeeAlso({
ProduktbausteinGenerischType.class,
+ ZusatzproduktType.class,
VerkaufsproduktType.class,
ProduktType.class,
ElementarproduktType.class
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/RaucherType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/RaucherType.java
new file mode 100644
index 00000000..9252893c
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/RaucherType.java
@@ -0,0 +1,34 @@
+
+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 Element, welches Antworten auf die Frage "Raucher?" enthält, z.B. in Leben
+ *
+ * Java-Klasse für Raucher_Type complex type.
+ *
+ * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * Java-Klasse für RisikoNatPerson_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 ZusaetzlicheRisikodatenType }
+ *
+ *
+ */
+ public List 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 Verkaufsprodukt_Type complex type.
*
@@ -50,8 +50,8 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.VerkaufsproduktKfzType;
"zusaetzlicheVerkaufproduktdaten"
})
@XmlSeeAlso({
- VerkaufsproduktKfzType.class,
- VerkaufsproduktGenerischType.class
+ VerkaufsproduktGenerischType.class,
+ VerkaufsproduktKfzType.class
})
public abstract class VerkaufsproduktType
extends ProduktbausteinType
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
new file mode 100644
index 00000000..54622e84
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VerpfaendungType.java
@@ -0,0 +1,73 @@
+
+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
+ *
+ * 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 VinkulierungPersonen_Type complex type.
+ *
+ * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * Java-Klasse für ZusaetzlicheRisikodaten_Type complex type.
+ *
+ * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * Java-Klasse für ZusaetzlicheZusatzproduktdaten_Type complex type.
+ *
+ * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * Java-Klasse für ZusatzproduktGenerisch_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 AttributMetadatenType }
+ *
+ *
+ */
+ public List Java-Klasse für Zusatzprodukt_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 ZusaetzlicheZusatzproduktdatenType }
+ *
+ *
+ */
+ public List 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 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 CalculateLebenRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CalculateLebenResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CreateApplicationLebenRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CreateApplicationLebenResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CreateOfferLebenRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CreateOfferLebenResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für ElementarproduktLeben_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
-@XmlRegistry
-public class ObjectFactory {
-
- private final static QName _CalculateLebenRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "CalculateLebenRequest");
- private final static QName _CalculateLebenResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "CalculateLebenResponse");
- private final static QName _CreateOfferLebenRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "CreateOfferLebenRequest");
- private final static QName _CreateOfferLebenResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "CreateOfferLebenResponse");
- private final static QName _CreateApplicationLebenRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "CreateApplicationLebenRequest");
- private final static QName _CreateApplicationLebenResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "CreateApplicationLebenResponse");
- private final static QName _SubmitApplicationLebenRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "SubmitApplicationLebenRequest");
- private final static QName _SubmitApplicationLebenResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "SubmitApplicationLebenResponse");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link CalculateLebenRequestType }
- *
- */
- public CalculateLebenRequestType createCalculateLebenRequestType() {
- return new CalculateLebenRequestType();
- }
-
- /**
- * Create an instance of {@link CalculateLebenResponseType }
- *
- */
- public CalculateLebenResponseType createCalculateLebenResponseType() {
- return new CalculateLebenResponseType();
- }
-
- /**
- * Create an instance of {@link CreateOfferLebenRequestType }
- *
- */
- public CreateOfferLebenRequestType createCreateOfferLebenRequestType() {
- return new CreateOfferLebenRequestType();
- }
-
- /**
- * Create an instance of {@link CreateOfferLebenResponseType }
- *
- */
- public CreateOfferLebenResponseType createCreateOfferLebenResponseType() {
- return new CreateOfferLebenResponseType();
- }
-
- /**
- * Create an instance of {@link CreateApplicationLebenRequestType }
- *
- */
- public CreateApplicationLebenRequestType createCreateApplicationLebenRequestType() {
- return new CreateApplicationLebenRequestType();
- }
-
- /**
- * Create an instance of {@link CreateApplicationLebenResponseType }
- *
- */
- public CreateApplicationLebenResponseType createCreateApplicationLebenResponseType() {
- return new CreateApplicationLebenResponseType();
- }
-
- /**
- * Create an instance of {@link SubmitApplicationLebenResponseType }
- *
- */
- public SubmitApplicationLebenResponseType createSubmitApplicationLebenResponseType() {
- return new SubmitApplicationLebenResponseType();
- }
-
- /**
- * Create an instance of {@link VerkaufsproduktLebenType }
- *
- */
- public VerkaufsproduktLebenType createVerkaufsproduktLebenType() {
- return new VerkaufsproduktLebenType();
- }
-
- /**
- * Create an instance of {@link ProduktLebenType }
- *
- */
- public ProduktLebenType createProduktLebenType() {
- return new ProduktLebenType();
- }
-
- /**
- * Create an instance of {@link ElementarproduktLebenType }
- *
- */
- public ElementarproduktLebenType createElementarproduktLebenType() {
- return new ElementarproduktLebenType();
- }
-
- /**
- * Create an instance of {@link SpezBerechnungLebenType }
- *
- */
- public SpezBerechnungLebenType createSpezBerechnungLebenType() {
- return new SpezBerechnungLebenType();
- }
-
- /**
- * Create an instance of {@link SpezOffertLebenType }
- *
- */
- public SpezOffertLebenType createSpezOffertLebenType() {
- return new SpezOffertLebenType();
- }
-
- /**
- * Create an instance of {@link SpezAntragLebenType }
- *
- */
- public SpezAntragLebenType createSpezAntragLebenType() {
- return new SpezAntragLebenType();
- }
-
- /**
- * Create an instance of {@link SubmitApplicationLebenRequestType }
- *
- */
- public SubmitApplicationLebenRequestType createSubmitApplicationLebenRequestType() {
- return new SubmitApplicationLebenRequestType();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link CalculateLebenRequestType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", name = "CalculateLebenRequest")
- public JAXBElement Java-Klasse für ProduktLeben_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 ElementarproduktLebenType }
- *
- *
- */
- public List Java-Klasse für SpezAntragLeben_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 ELBezugsberechtigungType }
- *
- *
- */
- public List Java-Klasse für SpezBerechnungLeben_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SpezOffertLeben_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SubmitApplicationLebenRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SubmitApplicationLebenResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für VerkaufsproduktLeben_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 ProduktLebenType }
- *
- *
- */
- 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 VersichertePersonType }
- *
- *
- */
- public List
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
* Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
- * Zeile 298 von file:/C:/Users/Jens/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON2_Antrag_SachPrivat.xsd
- * Zeile 891 von file:/C:/Users/Jens/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3CommonServiceTypes.xsd
+ * Zeile 301 von file:/C:/Users/Jens/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON2_Antrag_SachPrivat.xsd
+ * Zeile 912 von file:/C:/Users/Jens/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3CommonServiceTypes.xsd
*
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine
* der beiden folgenden Deklarationen an, um deren Namen zu ändern:
@@ -91,14 +91,14 @@ public class GenElementarproduktGebaeudeType
*
* Objects of the following type(s) are allowed in the list
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
- * {@link JAXBElement }{@code <}{@link String }{@code >}
- * {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
- * {@link JAXBElement }{@code <}{@link KostenFixOderProzentType }{@code >}
- * {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
* {@link JAXBElement }{@code <}{@link Long }{@code >}
+ * {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
* {@link JAXBElement }{@code <}{@link KostenFixOderProzentType }{@code >}
- * {@link JAXBElement }{@code <}{@link SelbstbehaltType }{@code >}
+ * {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
+ * {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link SelbstbehaltType }{@code >}
+ * {@link JAXBElement }{@code <}{@link KostenFixOderProzentType }{@code >}
*
*
*/
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/sachPrivat/GenElementarproduktHaushaltType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/sachPrivat/GenElementarproduktHaushaltType.java
index 9d6907bb..2f7573c1 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/sachPrivat/GenElementarproduktHaushaltType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/sachPrivat/GenElementarproduktHaushaltType.java
@@ -50,15 +50,15 @@ public class GenElementarproduktHaushaltType
{
@XmlElementRefs({
- @XmlElementRef(name = "Vorsorge", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "Sparte", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "Hoechsthaftungssumme", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "Pauschalbetrag", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false),
@XmlElementRef(name = "ProzentVersicherungssumme", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Nebenkosten", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false),
+ @XmlElementRef(name = "Hoechsthaftungssumme", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false),
+ @XmlElementRef(name = "Vorsorge", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Versicherungssumme", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "Selbstbehalt", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "Unterversicherungsverzicht", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false)
+ @XmlElementRef(name = "Sparte", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false),
+ @XmlElementRef(name = "Unterversicherungsverzicht", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false),
+ @XmlElementRef(name = "Pauschalbetrag", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false),
+ @XmlElementRef(name = "Selbstbehalt", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", type = JAXBElement.class, required = false)
})
protected List
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
* Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
- * Zeile 313 von file:/C:/Users/Jens/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON2_Antrag_SachPrivat.xsd
- * Zeile 891 von file:/C:/Users/Jens/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3CommonServiceTypes.xsd
+ * Zeile 316 von file:/C:/Users/Jens/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON2_Antrag_SachPrivat.xsd
+ * Zeile 912 von file:/C:/Users/Jens/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3CommonServiceTypes.xsd
*
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine
* der beiden folgenden Deklarationen an, um deren Namen zu ändern:
@@ -90,15 +90,15 @@ public class GenElementarproduktHaushaltType
*
*
* Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link KostenFixOderProzentType }{@code >}
- * {@link JAXBElement }{@code <}{@link String }{@code >}
- * {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
- * {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
* {@link JAXBElement }{@code <}{@link Long }{@code >}
* {@link JAXBElement }{@code <}{@link KostenFixOderProzentType }{@code >}
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
- * {@link JAXBElement }{@code <}{@link SelbstbehaltType }{@code >}
+ * {@link JAXBElement }{@code <}{@link KostenFixOderProzentType }{@code >}
+ * {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
+ * {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
+ * {@link JAXBElement }{@code <}{@link SelbstbehaltType }{@code >}
*
*
*/
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/sachPrivat/ProduktSachPrivatType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/sachPrivat/ProduktSachPrivatType.java
index c790471b..1cbf5fbb 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/sachPrivat/ProduktSachPrivatType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/sachPrivat/ProduktSachPrivatType.java
@@ -1,12 +1,15 @@
package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat;
+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.Gruppe;
import at.vvo.omds.types.omds3Types.r1_5_0.common.ProduktGenerischType;
@@ -21,6 +24,8 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.ProduktGenerischType;
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type">
* <sequence>
* <element name="VersObjekteRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
+ * <element name="Elementarprodukte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktSachPrivat_Type" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="Gruppen" type="{urn:omds3CommonServiceTypes-1-1-0}Gruppe" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
@@ -31,7 +36,9 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.ProduktGenerischType;
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ProduktSachPrivat_Type", propOrder = {
- "versObjekteRefLfnr"
+ "versObjekteRefLfnr",
+ "elementarprodukte",
+ "gruppen"
})
@XmlSeeAlso({
ProduktGebaeudeversicherungType.class,
@@ -44,6 +51,10 @@ public abstract class ProduktSachPrivatType
@XmlElement(name = "VersObjekteRefLfnr")
@XmlSchemaType(name = "unsignedShort")
protected int versObjekteRefLfnr;
+ @XmlElement(name = "Elementarprodukte")
+ 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
+ * For example, to add a new item, do as follows:
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link ElementarproduktSachPrivatType }
+ *
+ *
+ */
+ 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 Gruppe }
+ *
+ *
+ */
+ 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 Gruppe }
+ *
+ *
+ */
+ public List Java-Klasse für CalculateUnfallRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CalculateUnfallResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CreateApplicationUnfallRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CreateApplicationUnfallResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CreateOfferUnfallRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CreateOfferUnfallResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für LeistungsartUnfall_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
-@XmlRegistry
-public class ObjectFactory {
-
- private final static QName _CalculateUnfallRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CalculateUnfallRequest");
- private final static QName _CalculateUnfallResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CalculateUnfallResponse");
- private final static QName _CreateOfferUnfallRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CreateOfferUnfallRequest");
- private final static QName _CreateOfferUnfallResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CreateOfferUnfallResponse");
- private final static QName _CreateApplicationUnfallRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CreateApplicationUnfallRequest");
- private final static QName _CreateApplicationUnfallResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CreateApplicationUnfallResponse");
- private final static QName _SubmitApplicationUnfallRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "SubmitApplicationUnfallRequest");
- private final static QName _SubmitApplicationUnfallResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "SubmitApplicationUnfallResponse");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link CalculateUnfallRequestType }
- *
- */
- public CalculateUnfallRequestType createCalculateUnfallRequestType() {
- return new CalculateUnfallRequestType();
- }
-
- /**
- * Create an instance of {@link CalculateUnfallResponseType }
- *
- */
- public CalculateUnfallResponseType createCalculateUnfallResponseType() {
- return new CalculateUnfallResponseType();
- }
-
- /**
- * Create an instance of {@link CreateOfferUnfallRequestType }
- *
- */
- public CreateOfferUnfallRequestType createCreateOfferUnfallRequestType() {
- return new CreateOfferUnfallRequestType();
- }
-
- /**
- * Create an instance of {@link CreateOfferUnfallResponseType }
- *
- */
- public CreateOfferUnfallResponseType createCreateOfferUnfallResponseType() {
- return new CreateOfferUnfallResponseType();
- }
-
- /**
- * Create an instance of {@link CreateApplicationUnfallRequestType }
- *
- */
- public CreateApplicationUnfallRequestType createCreateApplicationUnfallRequestType() {
- return new CreateApplicationUnfallRequestType();
- }
-
- /**
- * Create an instance of {@link CreateApplicationUnfallResponseType }
- *
- */
- public CreateApplicationUnfallResponseType createCreateApplicationUnfallResponseType() {
- return new CreateApplicationUnfallResponseType();
- }
-
- /**
- * Create an instance of {@link SubmitApplicationUnfallResponseType }
- *
- */
- public SubmitApplicationUnfallResponseType createSubmitApplicationUnfallResponseType() {
- return new SubmitApplicationUnfallResponseType();
- }
-
- /**
- * Create an instance of {@link VerkaufsproduktUnfallType }
- *
- */
- public VerkaufsproduktUnfallType createVerkaufsproduktUnfallType() {
- return new VerkaufsproduktUnfallType();
- }
-
- /**
- * Create an instance of {@link VersichertePersonUnfallType }
- *
- */
- public VersichertePersonUnfallType createVersichertePersonUnfallType() {
- return new VersichertePersonUnfallType();
- }
-
- /**
- * Create an instance of {@link LeistungsartUnfallType }
- *
- */
- public LeistungsartUnfallType createLeistungsartUnfallType() {
- return new LeistungsartUnfallType();
- }
-
- /**
- * Create an instance of {@link SpezBerechnungUnfallType }
- *
- */
- public SpezBerechnungUnfallType createSpezBerechnungUnfallType() {
- return new SpezBerechnungUnfallType();
- }
-
- /**
- * Create an instance of {@link SpezOffertUnfallType }
- *
- */
- public SpezOffertUnfallType createSpezOffertUnfallType() {
- return new SpezOffertUnfallType();
- }
-
- /**
- * Create an instance of {@link SpezAntragUnfallType }
- *
- */
- public SpezAntragUnfallType createSpezAntragUnfallType() {
- return new SpezAntragUnfallType();
- }
-
- /**
- * Create an instance of {@link SubmitApplicationUnfallRequestType }
- *
- */
- public SubmitApplicationUnfallRequestType createSubmitApplicationUnfallRequestType() {
- return new SubmitApplicationUnfallRequestType();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link CalculateUnfallRequestType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "CalculateUnfallRequest")
- public JAXBElement Java-Klasse für SpezAntragUnfall_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SpezBerechnungUnfall_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SpezOffertUnfall_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SubmitApplicationUnfallRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SubmitApplicationUnfallResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für VerkaufsproduktUnfall_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 VersichertePersonUnfallType }
- *
- *
- */
- 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 VersichertePersonType }
- *
- *
- */
- public List Java-Klasse für VersichertePersonUnfall_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 LeistungsartUnfallType }
- *
- *
- */
- public List Java-Klasse für NatPerson_Type complex type.
*
* Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/ObjectFactory.java
index 195bb05a..a475b1a9 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/ObjectFactory.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/ObjectFactory.java
@@ -33,9 +33,9 @@ public class ObjectFactory {
private final static QName _GetClaimResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "GetClaimResponse");
private final static QName _SearchClaimRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "SearchClaimRequest");
private final static QName _SearchClaimResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "SearchClaimResponse");
- private final static QName _Schadenzuordnung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "Schadenzuordnung");
private final static QName _GeschaeftsfallSchadenereignis_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "GeschaeftsfallSchadenereignis");
private final static QName _GeschaeftsfallSchadenanlage_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "GeschaeftsfallSchadenanlage");
+ private final static QName _Schadenzuordnung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "Schadenzuordnung");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_5_0.on7schaden
@@ -356,15 +356,6 @@ public class ObjectFactory {
return new JAXBElement Java-Klasse für ReferenzAufBeteiligtePersonSchaden_Type complex type.
*
* Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SchadenereignisType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SchadenereignisType.java
index 31f40f3d..7dcd193f 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SchadenereignisType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SchadenereignisType.java
@@ -28,7 +28,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.PersBankverbindungType;
* <element name="GeschaedigteInteressen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaedigtesInteresse_Type" maxOccurs="unbounded" minOccurs="0"/>
* <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type" maxOccurs="unbounded" minOccurs="0"/>
* <element name="Schadenmelder" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenmelder_Type" minOccurs="0"/>
- * <element name="Bankverbindung" type="{urn:omds3CommonServiceTypes-1-1-0}PersBankverbindung_Type" minOccurs="0"/>
+ * <element name="Bankverbindung" type="{urn:omds3CommonServiceTypes-1-1-0}PersBankverbindung_Type" maxOccurs="unbounded" minOccurs="0"/>
* <element name="Schaeden" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schaden_Type" maxOccurs="unbounded"/>
* </sequence>
* </extension>
@@ -63,7 +63,7 @@ public class SchadenereignisType
@XmlElement(name = "Schadenmelder")
protected SchadenmelderType schadenmelder;
@XmlElement(name = "Bankverbindung")
- protected PersBankverbindungType bankverbindung;
+ 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
+ * For example, to add a new item, do as follows:
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link PersBankverbindungType }
*
- * @return
- * possible object is
- * {@link PersBankverbindungType }
- *
- */
- public PersBankverbindungType getBankverbindung() {
- return bankverbindung;
- }
-
- /**
- * Legt den Wert der bankverbindung-Eigenschaft fest.
*
- * @param value
- * allowed object is
- * {@link PersBankverbindungType }
- *
*/
- public void setBankverbindung(PersBankverbindungType value) {
- this.bankverbindung = value;
+ public List Java-Klasse für SearchClaimResponseResult_Type complex type.
*
* Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsService.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsService.java
index 6f6c8dbf..5eb297c0 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsService.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/OmdsService.java
@@ -10,7 +10,7 @@ import javax.xml.ws.Service;
/**
* This class was generated by Apache CXF 3.2.0
- * 2019-11-14T08:41:36.190+01:00
+ * 2020-02-28T15:55:32.344+01:00
* Generated source version: 3.2.0
*
*/
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 4bf0f2ae..7f19b954 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
@@ -7,11 +7,16 @@
package at.vvo.omds.types.omds3Types.r1_5_0.service;
import java.util.logging.Logger;
-import javax.xml.ws.soap.MTOM;
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 3.2.0
- * 2019-11-14T08:41:36.122+01:00
+ * 2020-02-28T15:55:32.235+01:00
* Generated source version: 3.2.0
*
*/
@@ -22,20 +27,19 @@ import javax.xml.ws.soap.MTOM;
targetNamespace = "urn:omds3Services-1-4-0",
wsdlLocation = "file:/C:/Users/Jens/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3Services.wsdl",
endpointInterface = "at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType")
-
-@MTOM(enabled = true, threshold = 1024)
+
public class OmdsServicePortImpl implements OmdsServicePortType {
private static final Logger LOG = Logger.getLogger(OmdsServicePortImpl.class.getName());
/* (non-Javadoc)
- * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#calculateLeben(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CalculateLebenRequestType parameters)*
+ * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListRequest parameters)*
*/
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CalculateLebenResponseType calculateLeben(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CalculateLebenRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation calculateLeben");
+ public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListRequest parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation getOMDSPackageList");
System.out.println(parameters);
try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CalculateLebenResponseType _return = null;
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -76,6 +80,22 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
//throw new ServiceFaultMsg("ServiceFaultMsg...");
}
+ /* (non-Javadoc)
+ * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters)*
+ */
+ public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation calculateSachPrivat");
+ System.out.println(parameters);
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _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#addCommunicationObject(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.AddCommunicationObjectRequestType parameters)*
*/
@@ -108,6 +128,22 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
//throw new ServiceFaultMsg("ServiceFaultMsg...");
}
+ /* (non-Javadoc)
+ * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#createApplicationRechtsschutz(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType parameters)*
+ */
+ public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType createApplicationRechtsschutz(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation createApplicationRechtsschutz");
+ System.out.println(parameters);
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType _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#createApplicationKfz(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.CreateApplicationKfzRequestType parameters)*
*/
@@ -141,13 +177,29 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
- * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.SubmitApplicationLebenResponseType parameters)*
+ * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#deepLinkPartner(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPartnerRequest parameters)*
*/
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.SubmitApplicationLebenResponseType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation submitApplicationLeben");
+ public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPartnerRequest parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation deepLinkPartner");
System.out.println(parameters);
try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.SubmitApplicationLebenResponseType _return = null;
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _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#deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPolicyRequest parameters)*
+ */
+ public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPolicyRequest parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation deepLinkPolicy");
+ System.out.println(parameters);
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -204,342 +256,6 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
//throw new ServiceFaultMsg("ServiceFaultMsg...");
}
- /* (non-Javadoc)
- * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#changePersonData(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataResponseType changePersonData(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation changePersonData");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataResponseType _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#initiateClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.InitiateClaimRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.InitiateClaimResponseType initiateClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.InitiateClaimRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation initiateClaim");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.InitiateClaimResponseType _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#submitClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimResponseType submitClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation submitClaim");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimResponseType _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#deepLinkOffer(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkOfferRequest parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkOfferRequest parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation deepLinkOffer");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _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#getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation getDocumentsOfPeriod");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodResponseType _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#getClaimLight(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SpezifikationSchadenType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimResponseLightType getClaimLight(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SpezifikationSchadenType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation getClaimLight");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimResponseLightType _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#getPoliciesOfPartner(at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerResponseType getPoliciesOfPartner(at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation getPoliciesOfPartner");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerResponseType _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#createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateApplicationUnfallRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateApplicationUnfallRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation createApplicationUnfall");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateApplicationUnfallResponseType _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#deleteCommunicationObject(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectResponseType deleteCommunicationObject(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation deleteCommunicationObject");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectResponseType _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#checkClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimResponseType checkClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation checkClaim");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimResponseType _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#getChangedClaimsList(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.ChangedClaimsListRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.ChangedClaimsListResponseType getChangedClaimsList(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.ChangedClaimsListRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation getChangedClaimsList");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.ChangedClaimsListResponseType _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#getPartner(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerResponseType getPartner(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation getPartner");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerResponseType _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#createApplicationLeben(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateApplicationLebenRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateApplicationLebenRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation createApplicationLeben");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateApplicationLebenResponseType _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#createOfferUnfall(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateOfferUnfallRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateOfferUnfallRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation createOfferUnfall");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateOfferUnfallResponseType _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#getArcImageInfos(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosRequest parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosResponse getArcImageInfos(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosRequest parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation getArcImageInfos");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosResponse _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#getLossEventList(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventListRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventListResponseType getLossEventList(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventListRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation getLossEventList");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventListResponseType _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#getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListRequest parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListRequest parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation getOMDSPackageList");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListResponse _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#calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation calculateSachPrivat");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _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#createApplicationRechtsschutz(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType createApplicationRechtsschutz(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation createApplicationRechtsschutz");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType _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#deepLinkPartner(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPartnerRequest parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPartnerRequest parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation deepLinkPartner");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _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#deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPolicyRequest parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPolicyRequest parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation deepLinkPolicy");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _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)*
*/
@@ -556,6 +272,22 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
//throw new ServiceFaultMsg("ServiceFaultMsg...");
}
+ /* (non-Javadoc)
+ * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#changePersonData(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataRequestType parameters)*
+ */
+ public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataResponseType changePersonData(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataRequestType parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation changePersonData");
+ System.out.println(parameters);
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataResponseType _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#deepLinkClaim(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkClaimRequest parameters)*
*/
@@ -572,6 +304,22 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
//throw new ServiceFaultMsg("ServiceFaultMsg...");
}
+ /* (non-Javadoc)
+ * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#submitClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimRequestType parameters)*
+ */
+ public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimResponseType submitClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimRequestType parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation submitClaim");
+ System.out.println(parameters);
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimResponseType _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#collectionChange(at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.CollectionChangeRequestType parameters)*
*/
@@ -621,13 +369,13 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
- * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#calculateUnfall(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CalculateUnfallRequestType parameters)*
+ * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#deepLinkOffer(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkOfferRequest parameters)*
*/
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CalculateUnfallResponseType calculateUnfall(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CalculateUnfallRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation calculateUnfall");
+ public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkOfferRequest parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation deepLinkOffer");
System.out.println(parameters);
try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CalculateUnfallResponseType _return = null;
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -637,13 +385,13 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
- * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.SubmitApplicationUnfallResponseType parameters)*
+ * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodRequestType parameters)*
*/
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.SubmitApplicationUnfallResponseType submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.SubmitApplicationUnfallResponseType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation submitApplicationUnfall");
+ public at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodRequestType parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation getDocumentsOfPeriod");
System.out.println(parameters);
try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.SubmitApplicationUnfallResponseType _return = null;
+ at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -684,6 +432,22 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
//throw new ServiceFaultMsg("ServiceFaultMsg...");
}
+ /* (non-Javadoc)
+ * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#getPoliciesOfPartner(at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerRequestType parameters)*
+ */
+ public at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerResponseType getPoliciesOfPartner(at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerRequestType parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation getPoliciesOfPartner");
+ System.out.println(parameters);
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerResponseType _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#changeCommunicationObject(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangeCommunicationObjectRequestType parameters)*
*/
@@ -716,6 +480,54 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
//throw new ServiceFaultMsg("ServiceFaultMsg...");
}
+ /* (non-Javadoc)
+ * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#deleteCommunicationObject(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectRequestType parameters)*
+ */
+ public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectResponseType deleteCommunicationObject(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectRequestType parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation deleteCommunicationObject");
+ System.out.println(parameters);
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectResponseType _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#checkClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimRequestType parameters)*
+ */
+ public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimResponseType checkClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimRequestType parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation checkClaim");
+ System.out.println(parameters);
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimResponseType _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#getPartner(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerRequestType parameters)*
+ */
+ public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerResponseType getPartner(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerRequestType parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation getPartner");
+ System.out.println(parameters);
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerResponseType _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#createApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType parameters)*
*/
@@ -749,9 +561,9 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
- * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#getClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SpezifikationSchadenType parameters)*
+ * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#getClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimRequestType parameters)*
*/
- public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimResponseType getClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SpezifikationSchadenType parameters) throws ServiceFaultMsg {
+ public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimResponseType getClaim(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation getClaim");
System.out.println(parameters);
try {
@@ -796,22 +608,6 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
//throw new ServiceFaultMsg("ServiceFaultMsg...");
}
- /* (non-Javadoc)
- * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#createOfferLeben(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateOfferLebenRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateOfferLebenResponseType createOfferLeben(at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateOfferLebenRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation createOfferLeben");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateOfferLebenResponseType _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#login(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.LoginRequestType parameters)*
*/
@@ -828,22 +624,6 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
//throw new ServiceFaultMsg("ServiceFaultMsg...");
}
- /* (non-Javadoc)
- * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#declareEndpoint(at.vvo.omds.types.omds3Types.r1_5_0.on1basis.DeclareEndpointRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_5_0.on1basis.DeclareEndpointResponseType declareEndpoint(at.vvo.omds.types.omds3Types.r1_5_0.on1basis.DeclareEndpointRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation declareEndpoint");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on1basis.DeclareEndpointResponseType _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#changePartnerMainAddress(at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePartnerMainAddressRequestType parameters)*
*/
@@ -892,4 +672,20 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
//throw new ServiceFaultMsg("ServiceFaultMsg...");
}
+ /* (non-Javadoc)
+ * @see at.vvo.omds.types.omds3Types.r1_5_0.service.OmdsServicePortType#getArcImageInfos(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosRequest parameters)*
+ */
+ public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosResponse getArcImageInfos(at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosRequest parameters) throws ServiceFaultMsg {
+ LOG.info("Executing operation getArcImageInfos");
+ System.out.println(parameters);
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosResponse _return = null;
+ return _return;
+ } catch (java.lang.Exception ex) {
+ ex.printStackTrace();
+ throw new RuntimeException(ex);
+ }
+ //throw new ServiceFaultMsg("ServiceFaultMsg...");
+ }
+
}
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 d695eba8..c6115c29 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
@@ -9,20 +9,20 @@ import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 3.2.0
- * 2019-11-14T08:41:36.155+01:00
+ * 2020-02-28T15:55:32.282+01:00
* Generated source version: 3.2.0
*
*/
@WebService(targetNamespace = "urn:omds3Services-1-4-0", name = "omdsServicePortType")
-@XmlSeeAlso({at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on1basis.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.ObjectFactory.class, at.vvo.omds.types.omds2Types.v2_11.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.ObjectFactory.class})
+@XmlSeeAlso({at.vvo.omds.types.omds2Types.v2_11.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on1basis.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface OmdsServicePortType {
- @WebMethod(action = "urn:calculateLeben")
- @WebResult(name = "CalculateLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CalculateLebenResponseType calculateLeben(
- @WebParam(partName = "parameters", name = "CalculateLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CalculateLebenRequestType parameters
+ @WebMethod(action = "urn:getOMDSPackageList")
+ @WebResult(name = "getOMDSPackageListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(
+ @WebParam(partName = "parameters", name = "getOMDSPackageListRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListRequest parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:addDocToBusinessCase")
@@ -39,6 +39,13 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_5_0.on4partner.CheckAddressRequestType parameters
) throws ServiceFaultMsg;
+ @WebMethod(action = "urn:calculateSachPrivat")
+ @WebResult(name = "CalculateSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(
+ @WebParam(partName = "parameters", name = "CalculateSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
+ at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters
+ ) throws ServiceFaultMsg;
+
@WebMethod(action = "urn:addCommunicationObject")
@WebResult(name = "AddCommunicationObjectResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.AddCommunicationObjectResponseType addCommunicationObject(
@@ -53,6 +60,13 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CalculateRechtsschutzRequestType parameters
) throws ServiceFaultMsg;
+ @WebMethod(action = "urn:createApplicationRechtsschutz")
+ @WebResult(name = "CreateApplicationRechtsschutzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType createApplicationRechtsschutz(
+ @WebParam(partName = "parameters", name = "CreateApplicationRechtsschutzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs")
+ at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType parameters
+ ) throws ServiceFaultMsg;
+
@WebMethod(action = "urn:createApplicationKfz")
@WebResult(name = "CreateApplicationKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.CreateApplicationKfzResponseType createApplicationKfz(
@@ -67,11 +81,18 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.CreateOfferKfzRequestType parameters
) throws ServiceFaultMsg;
- @WebMethod(action = "urn:submitApplicationLeben")
- @WebResult(name = "SubmitApplicationLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben(
- @WebParam(partName = "parameters", name = "SubmitApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.SubmitApplicationLebenResponseType parameters
+ @WebMethod(action = "urn:deepLinkPartner")
+ @WebResult(name = "getDeepLinkPartnerResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(
+ @WebParam(partName = "parameters", name = "getDeepLinkPartnerRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPartnerRequest parameters
+ ) throws ServiceFaultMsg;
+
+ @WebMethod(action = "urn:deepLinkPolicy")
+ @WebResult(name = "getDeepLinkPolicyResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(
+ @WebParam(partName = "parameters", name = "getDeepLinkPolicyRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPolicyRequest parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createOfferRechtsschutz")
@@ -95,153 +116,6 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesRequestType parameters
) throws ServiceFaultMsg;
- @WebMethod(action = "urn:changePersonData")
- @WebResult(name = "ChangePersonDataResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataResponseType changePersonData(
- @WebParam(partName = "parameters", name = "ChangePersonDataRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner")
- at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:initiateClaim")
- @WebResult(name = "InitiateClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.InitiateClaimResponseType initiateClaim(
- @WebParam(partName = "parameters", name = "InitiateClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.InitiateClaimRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:submitClaim")
- @WebResult(name = "SubmitClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimResponseType submitClaim(
- @WebParam(partName = "parameters", name = "SubmitClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:deepLinkOffer")
- @WebResult(name = "getDeepLinkOfferResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(
- @WebParam(partName = "parameters", name = "getDeepLinkOfferRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkOfferRequest parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:getDocumentsOfPeriod")
- @WebResult(name = "GetDocumentsOfPeriodResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(
- @WebParam(partName = "parameters", name = "GetDocumentsOfPeriodRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
- at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:getClaimLight")
- @WebResult(name = "GetClaimLightResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimResponseLightType getClaimLight(
- @WebParam(partName = "parameters", name = "GetClaimLightRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SpezifikationSchadenType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:changePersonData")
- @WebResult(name = "GetPoliciesOfPartnerResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on3vertrag", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerResponseType getPoliciesOfPartner(
- @WebParam(partName = "parameters", name = "GetPoliciesOfPartnerRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on3vertrag")
- at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:createApplicationUnfall")
- @WebResult(name = "CreateApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(
- @WebParam(partName = "parameters", name = "CreateApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateApplicationUnfallRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:deleteCommunicationObject")
- @WebResult(name = "DeleteCommunicationObjectResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectResponseType deleteCommunicationObject(
- @WebParam(partName = "parameters", name = "DeleteCommunicationObjectRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner")
- at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:checkClaim")
- @WebResult(name = "CheckClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimResponseType checkClaim(
- @WebParam(partName = "parameters", name = "CheckClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:getChangedClaimsList")
- @WebResult(name = "ChangedClaimsListResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.ChangedClaimsListResponseType getChangedClaimsList(
- @WebParam(partName = "parameters", name = "ChangedClaimsListRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.ChangedClaimsListRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:getPartner")
- @WebResult(name = "GetPartnerResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerResponseType getPartner(
- @WebParam(partName = "parameters", name = "GetPartnerRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner")
- at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:createApplicationLeben")
- @WebResult(name = "CreateApplicationLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(
- @WebParam(partName = "parameters", name = "CreateApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateApplicationLebenRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:createOfferUnfall")
- @WebResult(name = "CreateOfferUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(
- @WebParam(partName = "parameters", name = "CreateOfferUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateOfferUnfallRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:getArcImageInfos")
- @WebResult(name = "getArcImageInfosResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosResponse getArcImageInfos(
- @WebParam(partName = "parameters", name = "getArcImageInfosRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosRequest parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:getLossEventList")
- @WebResult(name = "LossEventListResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventListResponseType getLossEventList(
- @WebParam(partName = "parameters", name = "LossEventListRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventListRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:getOMDSPackageList")
- @WebResult(name = "getOMDSPackageListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(
- @WebParam(partName = "parameters", name = "getOMDSPackageListRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListRequest parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:calculateSachPrivat")
- @WebResult(name = "CalculateSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(
- @WebParam(partName = "parameters", name = "CalculateSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:createApplicationRechtsschutz")
- @WebResult(name = "CreateApplicationRechtsschutzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType createApplicationRechtsschutz(
- @WebParam(partName = "parameters", name = "CreateApplicationRechtsschutzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs")
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:deepLinkPartner")
- @WebResult(name = "getDeepLinkPartnerResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(
- @WebParam(partName = "parameters", name = "getDeepLinkPartnerRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPartnerRequest parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:deepLinkPolicy")
- @WebResult(name = "getDeepLinkPolicyResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(
- @WebParam(partName = "parameters", name = "getDeepLinkPolicyRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPolicyRequest 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(
@@ -249,6 +123,13 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.UserDataRequest parameters
) throws ServiceFaultMsg;
+ @WebMethod(action = "urn:changePersonData")
+ @WebResult(name = "ChangePersonDataResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataResponseType changePersonData(
+ @WebParam(partName = "parameters", name = "ChangePersonDataRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner")
+ at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataRequestType parameters
+ ) throws ServiceFaultMsg;
+
@WebMethod(action = "urn:deepLinkClaim")
@WebResult(name = "getDeepLinkClaimResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkClaim(
@@ -256,6 +137,13 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkClaimRequest parameters
) throws ServiceFaultMsg;
+ @WebMethod(action = "urn:submitClaim")
+ @WebResult(name = "SubmitClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimResponseType submitClaim(
+ @WebParam(partName = "parameters", name = "SubmitClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
+ at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimRequestType parameters
+ ) throws ServiceFaultMsg;
+
@WebMethod(action = "urn:collectionChange")
@WebResult(name = "CollectionChangeResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on3vertrag", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.CollectionChangeResponseType collectionChange(
@@ -277,18 +165,18 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetNumberOfDocumentsRequestType parameters
) throws ServiceFaultMsg;
- @WebMethod(action = "urn:calculateUnfall")
- @WebResult(name = "CalculateUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CalculateUnfallResponseType calculateUnfall(
- @WebParam(partName = "parameters", name = "CalculateUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CalculateUnfallRequestType parameters
+ @WebMethod(action = "urn:deepLinkOffer")
+ @WebResult(name = "getDeepLinkOfferResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(
+ @WebParam(partName = "parameters", name = "getDeepLinkOfferRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkOfferRequest parameters
) throws ServiceFaultMsg;
- @WebMethod(action = "urn:submitApplicationUnfall")
- @WebResult(name = "SubmitApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.SubmitApplicationUnfallResponseType submitApplicationUnfall(
- @WebParam(partName = "parameters", name = "SubmitApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.SubmitApplicationUnfallResponseType parameters
+ @WebMethod(action = "urn:getDocumentsOfPeriod")
+ @WebResult(name = "GetDocumentsOfPeriodResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(
+ @WebParam(partName = "parameters", name = "GetDocumentsOfPeriodRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
+ at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getDocumentsOfObject")
@@ -305,6 +193,13 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.CalculateKfzRequestType parameters
) throws ServiceFaultMsg;
+ @WebMethod(action = "urn:changePersonData")
+ @WebResult(name = "GetPoliciesOfPartnerResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on3vertrag", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerResponseType getPoliciesOfPartner(
+ @WebParam(partName = "parameters", name = "GetPoliciesOfPartnerRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on3vertrag")
+ at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerRequestType parameters
+ ) throws ServiceFaultMsg;
+
@WebMethod(action = "urn:changeCommunicationObject")
@WebResult(name = "ChangeCommunicationObjectResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangeCommunicationObjectResponse changeCommunicationObject(
@@ -319,6 +214,27 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters
) throws ServiceFaultMsg;
+ @WebMethod(action = "urn:deleteCommunicationObject")
+ @WebResult(name = "DeleteCommunicationObjectResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectResponseType deleteCommunicationObject(
+ @WebParam(partName = "parameters", name = "DeleteCommunicationObjectRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner")
+ at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectRequestType parameters
+ ) throws ServiceFaultMsg;
+
+ @WebMethod(action = "urn:checkClaim")
+ @WebResult(name = "CheckClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimResponseType checkClaim(
+ @WebParam(partName = "parameters", name = "CheckClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
+ at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimRequestType parameters
+ ) throws ServiceFaultMsg;
+
+ @WebMethod(action = "urn:getPartner")
+ @WebResult(name = "GetPartnerResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerResponseType getPartner(
+ @WebParam(partName = "parameters", name = "GetPartnerRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner")
+ at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerRequestType parameters
+ ) throws ServiceFaultMsg;
+
@WebMethod(action = "urn:createApplicationSachPrivat")
@WebResult(name = "CreateApplicationSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType createApplicationSachPrivat(
@@ -337,7 +253,7 @@ public interface OmdsServicePortType {
@WebResult(name = "GetClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimResponseType getClaim(
@WebParam(partName = "parameters", name = "GetClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SpezifikationSchadenType parameters
+ at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:setMailingAddress")
@@ -354,13 +270,6 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType parameters
) throws ServiceFaultMsg;
- @WebMethod(action = "urn:createOfferLeben")
- @WebResult(name = "CreateOfferLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateOfferLebenResponseType createOfferLeben(
- @WebParam(partName = "parameters", name = "CreateOfferLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateOfferLebenRequestType parameters
- ) throws ServiceFaultMsg;
-
@WebMethod(action = "urn:login")
@WebResult(name = "loginResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse login(
@@ -368,13 +277,6 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.LoginRequestType parameters
) throws ServiceFaultMsg;
- @WebMethod(action = "urn:declareEndpoint")
- @WebResult(name = "DeclareEndpointResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_5_0.on1basis.DeclareEndpointResponseType declareEndpoint(
- @WebParam(partName = "parameters", name = "DeclareEndpointRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
- at.vvo.omds.types.omds3Types.r1_5_0.on1basis.DeclareEndpointRequestType parameters
- ) throws ServiceFaultMsg;
-
@WebMethod(action = "urn:changePartnerMainAddress")
@WebResult(name = "ChangePartnerMainAddressResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePartnerMainAddressResponseType changePartnerMainAddress(
@@ -395,4 +297,11 @@ public interface OmdsServicePortType {
@WebParam(partName = "parameters", name = "SubmitApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType parameters
) throws ServiceFaultMsg;
+
+ @WebMethod(action = "urn:getArcImageInfos")
+ @WebResult(name = "getArcImageInfosResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
+ public at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosResponse getArcImageInfos(
+ @WebParam(partName = "parameters", name = "getArcImageInfosRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosRequest parameters
+ ) throws ServiceFaultMsg;
}
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 e3ada58d..04398d5e 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
@@ -10,11 +10,16 @@ import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
-import javax.xml.ws.soap.MTOMFeature;
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 3.2.0
- * 2019-11-14T08:41:36.027+01:00
+ * 2020-02-28T15:55:32.123+01:00
* Generated source version: 3.2.0
*
*/
@@ -39,19 +44,16 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
e.printStackTrace();
}
}
-
+
OmdsService ss = new OmdsService(wsdlURL, SERVICE_NAME);
- OmdsServicePortType port = ss.getOmdsServicePort(new MTOMFeature(1024));
-
-// OmdsService ss = new OmdsService(wsdlURL, SERVICE_NAME);
-// OmdsServicePortType port = ss.getOmdsServicePort();
+ OmdsServicePortType port = ss.getOmdsServicePort();
{
- System.out.println("Invoking calculateLeben...");
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CalculateLebenRequestType _calculateLeben_parameters = null;
+ System.out.println("Invoking getOMDSPackageList...");
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListRequest _getOMDSPackageList_parameters = null;
try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CalculateLebenResponseType _calculateLeben__return = port.calculateLeben(_calculateLeben_parameters);
- System.out.println("calculateLeben.result=" + _calculateLeben__return);
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListResponse _getOMDSPackageList__return = port.getOMDSPackageList(_getOMDSPackageList_parameters);
+ System.out.println("getOMDSPackageList.result=" + _getOMDSPackageList__return);
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
@@ -77,6 +79,18 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
at.vvo.omds.types.omds3Types.r1_5_0.on4partner.CheckAddressResponseType _checkAddress__return = port.checkAddress(_checkAddress_parameters);
System.out.println("checkAddress.result=" + _checkAddress__return);
+ } catch (ServiceFaultMsg e) {
+ System.out.println("Expected exception: ServiceFaultMsg has occurred.");
+ System.out.println(e.toString());
+ }
+ }
+ {
+ System.out.println("Invoking calculateSachPrivat...");
+ at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType _calculateSachPrivat_parameters = null;
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _calculateSachPrivat__return = port.calculateSachPrivat(_calculateSachPrivat_parameters);
+ System.out.println("calculateSachPrivat.result=" + _calculateSachPrivat__return);
+
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
System.out.println(e.toString());
@@ -101,6 +115,18 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CalculateRechtsschutzResponseType _calculateRechtsschutz__return = port.calculateRechtsschutz(_calculateRechtsschutz_parameters);
System.out.println("calculateRechtsschutz.result=" + _calculateRechtsschutz__return);
+ } catch (ServiceFaultMsg e) {
+ System.out.println("Expected exception: ServiceFaultMsg has occurred.");
+ System.out.println(e.toString());
+ }
+ }
+ {
+ System.out.println("Invoking createApplicationRechtsschutz...");
+ at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType _createApplicationRechtsschutz_parameters = null;
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType _createApplicationRechtsschutz__return = port.createApplicationRechtsschutz(_createApplicationRechtsschutz_parameters);
+ System.out.println("createApplicationRechtsschutz.result=" + _createApplicationRechtsschutz__return);
+
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
System.out.println(e.toString());
@@ -131,11 +157,23 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
}
{
- System.out.println("Invoking submitApplicationLeben...");
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.SubmitApplicationLebenResponseType _submitApplicationLeben_parameters = null;
+ System.out.println("Invoking deepLinkPartner...");
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPartnerRequest _deepLinkPartner_parameters = null;
try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.SubmitApplicationLebenResponseType _submitApplicationLeben__return = port.submitApplicationLeben(_submitApplicationLeben_parameters);
- System.out.println("submitApplicationLeben.result=" + _submitApplicationLeben__return);
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPartner__return = port.deepLinkPartner(_deepLinkPartner_parameters);
+ System.out.println("deepLinkPartner.result=" + _deepLinkPartner__return);
+
+ } catch (ServiceFaultMsg e) {
+ System.out.println("Expected exception: ServiceFaultMsg has occurred.");
+ System.out.println(e.toString());
+ }
+ }
+ {
+ System.out.println("Invoking deepLinkPolicy...");
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPolicyRequest _deepLinkPolicy_parameters = null;
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPolicy__return = port.deepLinkPolicy(_deepLinkPolicy_parameters);
+ System.out.println("deepLinkPolicy.result=" + _deepLinkPolicy__return);
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
@@ -173,258 +211,6 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
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());
- }
- }
- {
- System.out.println("Invoking changePersonData...");
- at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataRequestType _changePersonData_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataResponseType _changePersonData__return = port.changePersonData(_changePersonData_parameters);
- System.out.println("changePersonData.result=" + _changePersonData__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking initiateClaim...");
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.InitiateClaimRequestType _initiateClaim_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.InitiateClaimResponseType _initiateClaim__return = port.initiateClaim(_initiateClaim_parameters);
- System.out.println("initiateClaim.result=" + _initiateClaim__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking submitClaim...");
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimRequestType _submitClaim_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimResponseType _submitClaim__return = port.submitClaim(_submitClaim_parameters);
- System.out.println("submitClaim.result=" + _submitClaim__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking deepLinkOffer...");
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkOfferRequest _deepLinkOffer_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkOffer__return = port.deepLinkOffer(_deepLinkOffer_parameters);
- System.out.println("deepLinkOffer.result=" + _deepLinkOffer__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking getDocumentsOfPeriod...");
- at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodRequestType _getDocumentsOfPeriod_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodResponseType _getDocumentsOfPeriod__return = port.getDocumentsOfPeriod(_getDocumentsOfPeriod_parameters);
- System.out.println("getDocumentsOfPeriod.result=" + _getDocumentsOfPeriod__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking getClaimLight...");
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SpezifikationSchadenType _getClaimLight_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimResponseLightType _getClaimLight__return = port.getClaimLight(_getClaimLight_parameters);
- System.out.println("getClaimLight.result=" + _getClaimLight__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking getPoliciesOfPartner...");
- at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerRequestType _getPoliciesOfPartner_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerResponseType _getPoliciesOfPartner__return = port.getPoliciesOfPartner(_getPoliciesOfPartner_parameters);
- System.out.println("getPoliciesOfPartner.result=" + _getPoliciesOfPartner__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking createApplicationUnfall...");
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateApplicationUnfallRequestType _createApplicationUnfall_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateApplicationUnfallResponseType _createApplicationUnfall__return = port.createApplicationUnfall(_createApplicationUnfall_parameters);
- System.out.println("createApplicationUnfall.result=" + _createApplicationUnfall__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking deleteCommunicationObject...");
- at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectRequestType _deleteCommunicationObject_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectResponseType _deleteCommunicationObject__return = port.deleteCommunicationObject(_deleteCommunicationObject_parameters);
- System.out.println("deleteCommunicationObject.result=" + _deleteCommunicationObject__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking checkClaim...");
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimRequestType _checkClaim_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimResponseType _checkClaim__return = port.checkClaim(_checkClaim_parameters);
- System.out.println("checkClaim.result=" + _checkClaim__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking getChangedClaimsList...");
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.ChangedClaimsListRequestType _getChangedClaimsList_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.ChangedClaimsListResponseType _getChangedClaimsList__return = port.getChangedClaimsList(_getChangedClaimsList_parameters);
- System.out.println("getChangedClaimsList.result=" + _getChangedClaimsList__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking getPartner...");
- at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerRequestType _getPartner_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerResponseType _getPartner__return = port.getPartner(_getPartner_parameters);
- System.out.println("getPartner.result=" + _getPartner__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking createApplicationLeben...");
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateApplicationLebenRequestType _createApplicationLeben_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateApplicationLebenResponseType _createApplicationLeben__return = port.createApplicationLeben(_createApplicationLeben_parameters);
- System.out.println("createApplicationLeben.result=" + _createApplicationLeben__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking createOfferUnfall...");
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateOfferUnfallRequestType _createOfferUnfall_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateOfferUnfallResponseType _createOfferUnfall__return = port.createOfferUnfall(_createOfferUnfall_parameters);
- System.out.println("createOfferUnfall.result=" + _createOfferUnfall__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking getArcImageInfos...");
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosRequest _getArcImageInfos_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosResponse _getArcImageInfos__return = port.getArcImageInfos(_getArcImageInfos_parameters);
- System.out.println("getArcImageInfos.result=" + _getArcImageInfos__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking getLossEventList...");
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventListRequestType _getLossEventList_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventListResponseType _getLossEventList__return = port.getLossEventList(_getLossEventList_parameters);
- System.out.println("getLossEventList.result=" + _getLossEventList__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking getOMDSPackageList...");
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListRequest _getOMDSPackageList_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.OMDSPackageListResponse _getOMDSPackageList__return = port.getOMDSPackageList(_getOMDSPackageList_parameters);
- System.out.println("getOMDSPackageList.result=" + _getOMDSPackageList__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking calculateSachPrivat...");
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType _calculateSachPrivat_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _calculateSachPrivat__return = port.calculateSachPrivat(_calculateSachPrivat_parameters);
- System.out.println("calculateSachPrivat.result=" + _calculateSachPrivat__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking createApplicationRechtsschutz...");
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType _createApplicationRechtsschutz_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType _createApplicationRechtsschutz__return = port.createApplicationRechtsschutz(_createApplicationRechtsschutz_parameters);
- System.out.println("createApplicationRechtsschutz.result=" + _createApplicationRechtsschutz__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking deepLinkPartner...");
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPartnerRequest _deepLinkPartner_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPartner__return = port.deepLinkPartner(_deepLinkPartner_parameters);
- System.out.println("deepLinkPartner.result=" + _deepLinkPartner__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking deepLinkPolicy...");
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkPolicyRequest _deepLinkPolicy_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPolicy__return = port.deepLinkPolicy(_deepLinkPolicy_parameters);
- System.out.println("deepLinkPolicy.result=" + _deepLinkPolicy__return);
-
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
System.out.println(e.toString());
@@ -437,6 +223,18 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.UserDataResponse _getUserData__return = port.getUserData(_getUserData_parameters);
System.out.println("getUserData.result=" + _getUserData__return);
+ } catch (ServiceFaultMsg e) {
+ System.out.println("Expected exception: ServiceFaultMsg has occurred.");
+ System.out.println(e.toString());
+ }
+ }
+ {
+ System.out.println("Invoking changePersonData...");
+ at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataRequestType _changePersonData_parameters = null;
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataResponseType _changePersonData__return = port.changePersonData(_changePersonData_parameters);
+ System.out.println("changePersonData.result=" + _changePersonData__return);
+
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
System.out.println(e.toString());
@@ -449,6 +247,18 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkClaim__return = port.deepLinkClaim(_deepLinkClaim_parameters);
System.out.println("deepLinkClaim.result=" + _deepLinkClaim__return);
+ } catch (ServiceFaultMsg e) {
+ System.out.println("Expected exception: ServiceFaultMsg has occurred.");
+ System.out.println(e.toString());
+ }
+ }
+ {
+ System.out.println("Invoking submitClaim...");
+ at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimRequestType _submitClaim_parameters = null;
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimResponseType _submitClaim__return = port.submitClaim(_submitClaim_parameters);
+ System.out.println("submitClaim.result=" + _submitClaim__return);
+
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
System.out.println(e.toString());
@@ -491,11 +301,11 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
}
{
- System.out.println("Invoking calculateUnfall...");
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CalculateUnfallRequestType _calculateUnfall_parameters = null;
+ System.out.println("Invoking deepLinkOffer...");
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkOfferRequest _deepLinkOffer_parameters = null;
try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CalculateUnfallResponseType _calculateUnfall__return = port.calculateUnfall(_calculateUnfall_parameters);
- System.out.println("calculateUnfall.result=" + _calculateUnfall__return);
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkOffer__return = port.deepLinkOffer(_deepLinkOffer_parameters);
+ System.out.println("deepLinkOffer.result=" + _deepLinkOffer__return);
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
@@ -503,11 +313,11 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
}
{
- System.out.println("Invoking submitApplicationUnfall...");
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.SubmitApplicationUnfallResponseType _submitApplicationUnfall_parameters = null;
+ System.out.println("Invoking getDocumentsOfPeriod...");
+ at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodRequestType _getDocumentsOfPeriod_parameters = null;
try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.SubmitApplicationUnfallResponseType _submitApplicationUnfall__return = port.submitApplicationUnfall(_submitApplicationUnfall_parameters);
- System.out.println("submitApplicationUnfall.result=" + _submitApplicationUnfall__return);
+ at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetDocumentsOfPeriodResponseType _getDocumentsOfPeriod__return = port.getDocumentsOfPeriod(_getDocumentsOfPeriod_parameters);
+ System.out.println("getDocumentsOfPeriod.result=" + _getDocumentsOfPeriod__return);
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
@@ -533,6 +343,18 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.CalculateKfzResponseType _calculateKfz__return = port.calculateKfz(_calculateKfz_parameters);
System.out.println("calculateKfz.result=" + _calculateKfz__return);
+ } catch (ServiceFaultMsg e) {
+ System.out.println("Expected exception: ServiceFaultMsg has occurred.");
+ System.out.println(e.toString());
+ }
+ }
+ {
+ System.out.println("Invoking getPoliciesOfPartner...");
+ at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerRequestType _getPoliciesOfPartner_parameters = null;
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerResponseType _getPoliciesOfPartner__return = port.getPoliciesOfPartner(_getPoliciesOfPartner_parameters);
+ System.out.println("getPoliciesOfPartner.result=" + _getPoliciesOfPartner__return);
+
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
System.out.println(e.toString());
@@ -557,6 +379,42 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType _createOfferSachPrivat__return = port.createOfferSachPrivat(_createOfferSachPrivat_parameters);
System.out.println("createOfferSachPrivat.result=" + _createOfferSachPrivat__return);
+ } catch (ServiceFaultMsg e) {
+ System.out.println("Expected exception: ServiceFaultMsg has occurred.");
+ System.out.println(e.toString());
+ }
+ }
+ {
+ System.out.println("Invoking deleteCommunicationObject...");
+ at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectRequestType _deleteCommunicationObject_parameters = null;
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectResponseType _deleteCommunicationObject__return = port.deleteCommunicationObject(_deleteCommunicationObject_parameters);
+ System.out.println("deleteCommunicationObject.result=" + _deleteCommunicationObject__return);
+
+ } catch (ServiceFaultMsg e) {
+ System.out.println("Expected exception: ServiceFaultMsg has occurred.");
+ System.out.println(e.toString());
+ }
+ }
+ {
+ System.out.println("Invoking checkClaim...");
+ at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimRequestType _checkClaim_parameters = null;
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimResponseType _checkClaim__return = port.checkClaim(_checkClaim_parameters);
+ System.out.println("checkClaim.result=" + _checkClaim__return);
+
+ } catch (ServiceFaultMsg e) {
+ System.out.println("Expected exception: ServiceFaultMsg has occurred.");
+ System.out.println(e.toString());
+ }
+ }
+ {
+ System.out.println("Invoking getPartner...");
+ at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerRequestType _getPartner_parameters = null;
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerResponseType _getPartner__return = port.getPartner(_getPartner_parameters);
+ System.out.println("getPartner.result=" + _getPartner__return);
+
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
System.out.println(e.toString());
@@ -588,7 +446,7 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking getClaim...");
- at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SpezifikationSchadenType _getClaim_parameters = null;
+ at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimRequestType _getClaim_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimResponseType _getClaim__return = port.getClaim(_getClaim_parameters);
System.out.println("getClaim.result=" + _getClaim__return);
@@ -617,18 +475,6 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType _submitApplicationRechtsschutz__return = port.submitApplicationRechtsschutz(_submitApplicationRechtsschutz_parameters);
System.out.println("submitApplicationRechtsschutz.result=" + _submitApplicationRechtsschutz__return);
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking createOfferLeben...");
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateOfferLebenRequestType _createOfferLeben_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateOfferLebenResponseType _createOfferLeben__return = port.createOfferLeben(_createOfferLeben_parameters);
- System.out.println("createOfferLeben.result=" + _createOfferLeben__return);
-
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
System.out.println(e.toString());
@@ -641,18 +487,6 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.DeepLinkBusinessObjectResponse _login__return = port.login(_login_parameters);
System.out.println("login.result=" + _login__return);
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking declareEndpoint...");
- at.vvo.omds.types.omds3Types.r1_5_0.on1basis.DeclareEndpointRequestType _declareEndpoint_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_5_0.on1basis.DeclareEndpointResponseType _declareEndpoint__return = port.declareEndpoint(_declareEndpoint_parameters);
- System.out.println("declareEndpoint.result=" + _declareEndpoint__return);
-
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
System.out.println(e.toString());
@@ -689,6 +523,18 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _submitApplicationSachPrivat__return = port.submitApplicationSachPrivat(_submitApplicationSachPrivat_parameters);
System.out.println("submitApplicationSachPrivat.result=" + _submitApplicationSachPrivat__return);
+ } catch (ServiceFaultMsg e) {
+ System.out.println("Expected exception: ServiceFaultMsg has occurred.");
+ System.out.println(e.toString());
+ }
+ }
+ {
+ System.out.println("Invoking getArcImageInfos...");
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosRequest _getArcImageInfos_parameters = null;
+ try {
+ at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ArcImageInfosResponse _getArcImageInfos__return = port.getArcImageInfos(_getArcImageInfos_parameters);
+ System.out.println("getArcImageInfos.result=" + _getArcImageInfos__return);
+
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
System.out.println(e.toString());
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/ServiceFaultMsg.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/ServiceFaultMsg.java
index 2cdffaae..ad7b8f17 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/ServiceFaultMsg.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/service/ServiceFaultMsg.java
@@ -6,7 +6,7 @@ import javax.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 3.2.0
- * 2019-11-14T08:41:36.104+01:00
+ * 2020-02-28T15:55:32.219+01:00
* Generated source version: 3.2.0
*/
diff --git a/OMDSServiceDefinition/src/main/resources/bind/r1_5_0/omds3_ON2_Antrag_Leben_binding.xml b/OMDSServiceDefinition/src/main/resources/bind/r1_5_0/omds3_ON2_Antrag_Leben_binding.xml
deleted file mode 100644
index 8a7d7123..00000000
--- a/OMDSServiceDefinition/src/main/resources/bind/r1_5_0/omds3_ON2_Antrag_Leben_binding.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
+ * <complexType name="AttributDezimal_Type">
+ * <complexContent>
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type">
+ * <sequence>
+ * <element name="Value" type="{urn:omds20}decimal"/>
+ * <element name="Default" type="{urn:omds20}decimal" minOccurs="0"/>
+ * <element name="Values" type="{urn:omds20}decimal" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="Min" type="{urn:omds20}decimal" minOccurs="0"/>
+ * <element name="Max" type="{urn:omds20}decimal" minOccurs="0"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "AttributDezimal_Type", propOrder = {
+ "value",
+ "_default",
+ "values",
+ "min",
+ "max"
+})
+public class AttributDezimalType
+ extends AttributType
+{
+
+ @XmlElement(name = "Value", required = true)
+ protected BigDecimal value;
+ @XmlElement(name = "Default")
+ protected BigDecimal _default;
+ @XmlElement(name = "Values")
+ protected Listset method for the values property.
+ *
+ *
+ * getValues().add(newItem);
+ *
+ *
+ *
+ *
+ * <complexType name="AttributDouble_Type">
+ * <complexContent>
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type">
+ * <sequence>
+ * <element name="Value" type="{http://www.w3.org/2001/XMLSchema}double"/>
+ * <element name="Default" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
+ * <element name="Values" type="{http://www.w3.org/2001/XMLSchema}double" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="Min" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
+ * <element name="Max" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "AttributDouble_Type", propOrder = {
+ "value",
+ "_default",
+ "values",
+ "min",
+ "max"
+})
+public class AttributDoubleType
+ extends AttributType
+{
+
+ @XmlElement(name = "Value")
+ protected double value;
+ @XmlElement(name = "Default")
+ protected Double _default;
+ @XmlElement(name = "Values", type = Double.class)
+ protected Listset method for the values property.
+ *
+ *
+ * getValues().add(newItem);
+ *
+ *
+ *
+ *
+ * <complexType name="AttributEnum_Type">
+ * <complexContent>
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type">
+ * <sequence>
+ * <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="Default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="Values" type="{urn:omds3CommonServiceTypes-1-1-0}EintragSchluesselliste_Type" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="MinAnz">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
+ * <enumeration value="0"/>
+ * <enumeration value="1"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "AttributEnum_Type", propOrder = {
+ "value",
+ "_default",
+ "values",
+ "minAnz"
+})
+public class AttributEnumType
+ extends AttributType
+{
+
+ @XmlElement(name = "Value")
+ protected String value;
+ @XmlElement(name = "Default")
+ protected String _default;
+ @XmlElement(name = "Values")
+ protected Listset method for the values property.
+ *
+ *
+ * getValues().add(newItem);
+ *
+ *
+ *
+ *
+ * <complexType name="AttributInt_Type">
+ * <complexContent>
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type">
+ * <sequence>
+ * <element name="Value" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ * <element name="Default" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ * <element name="Values" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="Min" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ * <element name="Max" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "AttributInt_Type", propOrder = {
+ "value",
+ "_default",
+ "values",
+ "min",
+ "max"
+})
+public class AttributIntType
+ extends AttributType
+{
+
+ @XmlElement(name = "Value")
+ protected Integer value;
+ @XmlElement(name = "Default")
+ protected Integer _default;
+ @XmlElement(name = "Values", type = Integer.class)
+ protected Listset method for the values property.
+ *
+ *
+ * getValues().add(newItem);
+ *
+ *
+ *
+ *
+ * <complexType name="AttributMsg_Type">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="ErrorType">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
+ * <pattern value="1"/>
+ * <pattern value="2"/>
+ * <pattern value="3"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
+ * <element name="ErrorMsg" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "AttributMsg_Type", propOrder = {
+ "errorType",
+ "errorCode",
+ "errorMsg"
+})
+public class AttributMsgType {
+
+ @XmlElement(name = "ErrorType", required = true)
+ protected BigInteger errorType;
+ @XmlElement(name = "ErrorCode")
+ protected BigInteger errorCode;
+ @XmlElement(name = "ErrorMsg", required = true)
+ protected String errorMsg;
+
+ /**
+ * Ruft den Wert der errorType-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link BigInteger }
+ *
+ */
+ public BigInteger getErrorType() {
+ return errorType;
+ }
+
+ /**
+ * Legt den Wert der errorType-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link BigInteger }
+ *
+ */
+ public void setErrorType(BigInteger value) {
+ this.errorType = value;
+ }
+
+ /**
+ * Ruft den Wert der errorCode-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link BigInteger }
+ *
+ */
+ public BigInteger getErrorCode() {
+ return errorCode;
+ }
+
+ /**
+ * Legt den Wert der errorCode-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link BigInteger }
+ *
+ */
+ public void setErrorCode(BigInteger value) {
+ this.errorCode = value;
+ }
+
+ /**
+ * Ruft den Wert der errorMsg-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getErrorMsg() {
+ return errorMsg;
+ }
+
+ /**
+ * Legt den Wert der errorMsg-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setErrorMsg(String value) {
+ this.errorMsg = value;
+ }
+
+}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/AttributMultiEnumType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/AttributMultiEnumType.java
new file mode 100644
index 00000000..d3b4ab4c
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/AttributMultiEnumType.java
@@ -0,0 +1,189 @@
+
+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.XmlSchemaType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Attribut mit Metadaten für Schlüssellisten, bei dem mehrere Einträge auswählbar sind.
+ *
+ *
+ * <complexType name="AttributMultiEnum_Type">
+ * <complexContent>
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type">
+ * <sequence>
+ * <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="Default" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="Values" type="{urn:omds3CommonServiceTypes-1-1-0}EintragSchluesselliste_Type" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="MinAnz" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
+ * <element name="MaxAnz" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "AttributMultiEnum_Type", propOrder = {
+ "value",
+ "_default",
+ "values",
+ "minAnz",
+ "maxAnz"
+})
+public class AttributMultiEnumType
+ extends AttributType
+{
+
+ @XmlElement(name = "Value")
+ protected Listset method for the value property.
+ *
+ *
+ * getValue().add(newItem);
+ *
+ *
+ *
+ * set method for the default property.
+ *
+ *
+ * getDefault().add(newItem);
+ *
+ *
+ *
+ * set method for the values property.
+ *
+ *
+ * getValues().add(newItem);
+ *
+ *
+ *
+ *
+ * <complexType name="AttributString_Type">
+ * <complexContent>
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type">
+ * <sequence>
+ * <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="Default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="Regex" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="MaxLaenge" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
+ * <element name="MinLaenge" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
+ * <element name="Values" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "AttributString_Type", propOrder = {
+ "value",
+ "_default",
+ "regex",
+ "maxLaenge",
+ "minLaenge",
+ "values"
+})
+public class AttributStringType
+ extends AttributType
+{
+
+ @XmlElement(name = "Value")
+ protected String value;
+ @XmlElement(name = "Default")
+ protected String _default;
+ @XmlElement(name = "Regex")
+ protected String regex;
+ @XmlElement(name = "MaxLaenge")
+ @XmlSchemaType(name = "unsignedInt")
+ protected Long maxLaenge;
+ @XmlElement(name = "MinLaenge")
+ @XmlSchemaType(name = "unsignedInt")
+ protected Long minLaenge;
+ @XmlElement(name = "Values")
+ protected Listset method for the values property.
+ *
+ *
+ * getValues().add(newItem);
+ *
+ *
+ *
+ *
+ * <complexType name="Attribut_Type">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="Aenderbar" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ * <element name="Pflichtfeld" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ * <element name="Bezeichnung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="BeschreibungTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="Msg" type="{urn:omds3CommonServiceTypes-1-1-0}AttributMsg_Type" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "Attribut_Type", propOrder = {
+ "aenderbar",
+ "pflichtfeld",
+ "bezeichnung",
+ "beschreibungTxt",
+ "msg"
+})
+@XmlSeeAlso({
+ AttributStringType.class,
+ AttributIntType.class,
+ AttributDezimalType.class,
+ AttributDoubleType.class,
+ AttributDatumType.class,
+ AttributEnumType.class,
+ AttributMultiEnumType.class,
+ RaucherType.class
+})
+public abstract class AttributType {
+
+ @XmlElement(name = "Aenderbar")
+ protected boolean aenderbar;
+ @XmlElement(name = "Pflichtfeld")
+ protected boolean pflichtfeld;
+ @XmlElement(name = "Bezeichnung")
+ protected String bezeichnung;
+ @XmlElement(name = "BeschreibungTxt")
+ protected String beschreibungTxt;
+ @XmlElement(name = "Msg")
+ protected AttributMsgType msg;
+
+ /**
+ * Ruft den Wert der aenderbar-Eigenschaft ab.
+ *
+ */
+ public boolean isAenderbar() {
+ return aenderbar;
+ }
+
+ /**
+ * Legt den Wert der aenderbar-Eigenschaft fest.
+ *
+ */
+ public void setAenderbar(boolean value) {
+ this.aenderbar = value;
+ }
+
+ /**
+ * Ruft den Wert der pflichtfeld-Eigenschaft ab.
+ *
+ */
+ public boolean isPflichtfeld() {
+ return pflichtfeld;
+ }
+
+ /**
+ * Legt den Wert der pflichtfeld-Eigenschaft fest.
+ *
+ */
+ public void setPflichtfeld(boolean value) {
+ this.pflichtfeld = value;
+ }
+
+ /**
+ * Ruft den Wert der bezeichnung-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getBezeichnung() {
+ return bezeichnung;
+ }
+
+ /**
+ * Legt den Wert der bezeichnung-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setBezeichnung(String value) {
+ this.bezeichnung = value;
+ }
+
+ /**
+ * Ruft den Wert der beschreibungTxt-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getBeschreibungTxt() {
+ return beschreibungTxt;
+ }
+
+ /**
+ * Legt den Wert der beschreibungTxt-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setBeschreibungTxt(String value) {
+ this.beschreibungTxt = value;
+ }
+
+ /**
+ * Ruft den Wert der msg-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link AttributMsgType }
+ *
+ */
+ public AttributMsgType getMsg() {
+ return msg;
+ }
+
+ /**
+ * Legt den Wert der msg-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link AttributMsgType }
+ *
+ */
+ public void setMsg(AttributMsgType value) {
+ this.msg = value;
+ }
+
+}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BasisProduktbausteinType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BasisProduktbausteinType.java
index 652b09cb..4d42e784 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BasisProduktbausteinType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BasisProduktbausteinType.java
@@ -20,14 +20,14 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="BasisProduktbaustein_Type">
* <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Modellelement_Type">
* <sequence>
* <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="Bezeichnung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="Bedingungen" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
- * </restriction>
+ * </extension>
* </complexContent>
* </complexType>
*
@@ -44,7 +44,9 @@ import javax.xml.bind.annotation.XmlType;
@XmlSeeAlso({
ProduktbausteinType.class
})
-public abstract class BasisProduktbausteinType {
+public abstract class BasisProduktbausteinType
+ extends ModellelementType
+{
@XmlElement(name = "Id")
protected String id;
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ElementarproduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ElementarproduktGenerischType.java
index 32c907a7..83e89ec3 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ElementarproduktGenerischType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ElementarproduktGenerischType.java
@@ -9,10 +9,8 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.ElementarproduktLebenType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.ElementarproduktRechtsschutzType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.ElementarproduktSachPrivatType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.LeistungsartUnfallType;
/**
@@ -50,9 +48,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.LeistungsartUnfallTy
})
@XmlSeeAlso({
ElementarproduktRechtsschutzType.class,
- ElementarproduktSachPrivatType.class,
- LeistungsartUnfallType.class,
- ElementarproduktLebenType.class
+ ElementarproduktSachPrivatType.class
})
public abstract class ElementarproduktGenerischType
extends ElementarproduktType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ElementarproduktType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ElementarproduktType.java
index 8ee2768e..325cc899 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ElementarproduktType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ElementarproduktType.java
@@ -15,7 +15,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.VerkehrsrechtsschutzKfz
/**
- * Basistyp für ein Elementarprodukt
+ * Basistyp für ein Elementarprodukt (1. Generation, wird nur in Kfz verwendet)
*
*
+ * <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"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "FATCA_NatPersonType", propOrder = {
+ "geburtsland",
+ "usIndizien",
+ "usSteuerpflicht"
+})
+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;
+
+ /**
+ * 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;
+ }
+
+}
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
new file mode 100644
index 00000000..162924b5
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/FATCASonstPersonType.java
@@ -0,0 +1,64 @@
+
+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
+ *
+ *
+ * <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"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "FATCA_SonstPersonType", propOrder = {
+ "landFirmensitz"
+})
+public class FATCASonstPersonType {
+
+ @XmlElement(name = "LandFirmensitz", required = true)
+ protected AttributEnumType landFirmensitz;
+
+ /**
+ * 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;
+ }
+
+}
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
new file mode 100644
index 00000000..07445fea
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/FATCAType.java
@@ -0,0 +1,92 @@
+
+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
+ *
+ *
+ * <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="{http://www.w3.org/2001/XMLSchema}anyType"/>
+ * </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 Object 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 Object }
+ *
+ */
+ public Object getFATCASonstPerson() {
+ return fatcaSonstPerson;
+ }
+
+ /**
+ * Legt den Wert der fatcaSonstPerson-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link Object }
+ *
+ */
+ public void setFATCASonstPerson(Object 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
new file mode 100644
index 00000000..ec67fb46
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/GMSGType.java
@@ -0,0 +1,165 @@
+
+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
+ *
+ *
+ * <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"/>
+ * </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 Listset method for the steuerlichAnsaessig property.
+ *
+ *
+ * getSteuerlichAnsaessig().add(newItem);
+ *
+ *
+ *
+ *
+ * <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"/>
+ * </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", required = true)
+ 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
new file mode 100644
index 00000000..a3264cca
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/GlaeubigerSicherstellungType.java
@@ -0,0 +1,148 @@
+
+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/Gruppe.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/Gruppe.java
new file mode 100644
index 00000000..f43b77ee
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/Gruppe.java
@@ -0,0 +1,121 @@
+
+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;
+
+
+/**
+ * Gruppe von Bausteinen, aus der eine Auswahl möglich ist
+ *
+ *
+ * <complexType name="Gruppe">
+ * <complexContent>
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Modellelement_Type">
+ * <sequence>
+ * <element name="Elemente" type="{urn:omds3CommonServiceTypes-1-1-0}Modellelement_Type" maxOccurs="unbounded"/>
+ * <element name="Min" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ * <element name="Max" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "Gruppe", propOrder = {
+ "elemente",
+ "min",
+ "max"
+})
+public class Gruppe
+ extends ModellelementType
+{
+
+ @XmlElement(name = "Elemente", required = true)
+ protected Listset method for the elemente property.
+ *
+ *
+ * getElemente().add(newItem);
+ *
+ *
+ *
+ *
+ * <complexType name="Modellelement_Type">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "Modellelement_Type")
+@XmlSeeAlso({
+ Gruppe.class,
+ BasisProduktbausteinType.class
+})
+public abstract class ModellelementType {
+
+
+}
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 2a8920df..0ccb9027 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,6 +37,14 @@ public class ObjectFactory {
public ObjectFactory() {
}
+ /**
+ * Create an instance of {@link GMSGType }
+ *
+ */
+ public GMSGType createGMSGType() {
+ return new GMSGType();
+ }
+
/**
* Create an instance of {@link ZahlwegType }
*
@@ -117,6 +125,22 @@ public class ObjectFactory {
return new KontierungType();
}
+ /**
+ * Create an instance of {@link ZusatzproduktGenerischType }
+ *
+ */
+ public ZusatzproduktGenerischType createZusatzproduktGenerischType() {
+ return new ZusatzproduktGenerischType();
+ }
+
+ /**
+ * Create an instance of {@link Gruppe }
+ *
+ */
+ public Gruppe createGruppe() {
+ return new Gruppe();
+ }
+
/**
* Create an instance of {@link BeteiligtePersonVertragType }
*
@@ -357,6 +381,14 @@ public class ObjectFactory {
return new VersichertePersonType();
}
+ /**
+ * Create an instance of {@link RisikoNatPersonType }
+ *
+ */
+ public RisikoNatPersonType createRisikoNatPersonType() {
+ return new RisikoNatPersonType();
+ }
+
/**
* Create an instance of {@link VersicherteVeranstaltungType }
*
@@ -453,6 +485,14 @@ public class ObjectFactory {
return new SchadenObjektSpezifikationType();
}
+ /**
+ * Create an instance of {@link AttributMsgType }
+ *
+ */
+ public AttributMsgType createAttributMsgType() {
+ return new AttributMsgType();
+ }
+
/**
* Create an instance of {@link AttributMetadatenStringType }
*
@@ -501,6 +541,166 @@ public class ObjectFactory {
return new EintragSchluessellisteType();
}
+ /**
+ * Create an instance of {@link AttributStringType }
+ *
+ */
+ public AttributStringType createAttributStringType() {
+ return new AttributStringType();
+ }
+
+ /**
+ * Create an instance of {@link AttributIntType }
+ *
+ */
+ public AttributIntType createAttributIntType() {
+ return new AttributIntType();
+ }
+
+ /**
+ * Create an instance of {@link AttributDezimalType }
+ *
+ */
+ public AttributDezimalType createAttributDezimalType() {
+ return new AttributDezimalType();
+ }
+
+ /**
+ * Create an instance of {@link AttributDoubleType }
+ *
+ */
+ public AttributDoubleType createAttributDoubleType() {
+ return new AttributDoubleType();
+ }
+
+ /**
+ * Create an instance of {@link AttributDatumType }
+ *
+ */
+ public AttributDatumType createAttributDatumType() {
+ return new AttributDatumType();
+ }
+
+ /**
+ * Create an instance of {@link AttributEnumType }
+ *
+ */
+ public AttributEnumType createAttributEnumType() {
+ return new AttributEnumType();
+ }
+
+ /**
+ * Create an instance of {@link AttributMultiEnumType }
+ *
+ */
+ public AttributMultiEnumType createAttributMultiEnumType() {
+ return new AttributMultiEnumType();
+ }
+
+ /**
+ * Create an instance of {@link SicherstellungType }
+ *
+ */
+ public SicherstellungType createSicherstellungType() {
+ return new SicherstellungType();
+ }
+
+ /**
+ * 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
new file mode 100644
index 00000000..e30c937a
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/PEPType.java
@@ -0,0 +1,64 @@
+
+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
new file mode 100644
index 00000000..366b9bc4
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/PfandglaeubigerType.java
@@ -0,0 +1,84 @@
+
+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/ProduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ProduktGenerischType.java
index 3e1a8568..465930fd 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ProduktGenerischType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ProduktGenerischType.java
@@ -8,10 +8,8 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.ProduktLebenType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.ProduktRechtsschutzType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.ProduktSachPrivatType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.VersichertePersonUnfallType;
/**
@@ -47,9 +45,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.VersichertePersonUnf
})
@XmlSeeAlso({
ProduktRechtsschutzType.class,
- ProduktSachPrivatType.class,
- VersichertePersonUnfallType.class,
- ProduktLebenType.class
+ ProduktSachPrivatType.class
})
public abstract class ProduktGenerischType
extends ProduktType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ProduktType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ProduktType.java
index 9b1ccabf..112bf794 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ProduktType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ProduktType.java
@@ -15,7 +15,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.ZusatzproduktKfzType;
/**
- * Basistyp für ein Produkt
+ * Basistyp für ein Produkt (1. Generation, wird nur in Kfz verwendet)
*
*
+ * <complexType name="Raucher_Type">
+ * <complexContent>
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type">
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "Raucher_Type")
+public abstract class RaucherType
+ extends AttributType
+{
+
+
+}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/RisikoNatPersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/RisikoNatPersonType.java
new file mode 100644
index 00000000..831f0f2c
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/RisikoNatPersonType.java
@@ -0,0 +1,435 @@
+
+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;
+
+
+/**
+ * Risikoattribute natürlicher Personen
+ *
+ *
+ * <complexType name="RisikoNatPerson_Type">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="Gewicht" type="{urn:omds3CommonServiceTypes-1-1-0}AttributInt_Type" minOccurs="0"/>
+ * <element name="Groesse" type="{urn:omds3CommonServiceTypes-1-1-0}AttributInt_Type" minOccurs="0"/>
+ * <element name="Raucher" type="{urn:omds3CommonServiceTypes-1-1-0}Raucher_Type" minOccurs="0"/>
+ * <element name="Sozialversicherungsanstalt" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
+ * <element name="Gefahrenklasse" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
+ * <element name="Beruf" type="{urn:omds3CommonServiceTypes-1-1-0}AttributString_Type" minOccurs="0"/>
+ * <element name="MedizinischerBeruf" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
+ * <element name="FreizeitSportRisiko" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
+ * <element name="Risikozuschlag" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
+ * <element name="GesetzlicheUV" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
+ * <element name="PersonenartKranken" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
+ * <element name="Berufsgruppe" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
+ * <element name="ManuelleTaetigkeit" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
+ * <element name="ZusaetzlicheRisikodaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheRisikodaten_Type" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "RisikoNatPerson_Type", propOrder = {
+ "gewicht",
+ "groesse",
+ "raucher",
+ "sozialversicherungsanstalt",
+ "gefahrenklasse",
+ "beruf",
+ "medizinischerBeruf",
+ "freizeitSportRisiko",
+ "risikozuschlag",
+ "gesetzlicheUV",
+ "personenartKranken",
+ "berufsgruppe",
+ "manuelleTaetigkeit",
+ "zusaetzlicheRisikodaten"
+})
+public class RisikoNatPersonType {
+
+ @XmlElement(name = "Gewicht")
+ protected AttributIntType gewicht;
+ @XmlElement(name = "Groesse")
+ protected AttributIntType groesse;
+ @XmlElement(name = "Raucher")
+ protected RaucherType raucher;
+ @XmlElement(name = "Sozialversicherungsanstalt")
+ protected AttributEnumType sozialversicherungsanstalt;
+ @XmlElement(name = "Gefahrenklasse")
+ protected AttributEnumType gefahrenklasse;
+ @XmlElement(name = "Beruf")
+ protected AttributStringType beruf;
+ @XmlElement(name = "MedizinischerBeruf")
+ protected AttributEnumType medizinischerBeruf;
+ @XmlElement(name = "FreizeitSportRisiko")
+ protected AttributEnumType freizeitSportRisiko;
+ @XmlElement(name = "Risikozuschlag")
+ protected AttributEnumType risikozuschlag;
+ @XmlElement(name = "GesetzlicheUV")
+ protected AttributEnumType gesetzlicheUV;
+ @XmlElement(name = "PersonenartKranken")
+ protected AttributEnumType personenartKranken;
+ @XmlElement(name = "Berufsgruppe")
+ protected AttributEnumType berufsgruppe;
+ @XmlElement(name = "ManuelleTaetigkeit")
+ protected AttributEnumType manuelleTaetigkeit;
+ @XmlElement(name = "ZusaetzlicheRisikodaten")
+ protected Listset method for the zusaetzlicheRisikodaten property.
+ *
+ *
+ * getZusaetzlicheRisikodaten().add(newItem);
+ *
+ *
+ *
+ *
+ * <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 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
new file mode 100644
index 00000000..c7bf4bab
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/TreuhaenderfrageType.java
@@ -0,0 +1,56 @@
+
+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/VerkaufsproduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VerkaufsproduktGenerischType.java
index e5801125..77ba6b41 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VerkaufsproduktGenerischType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VerkaufsproduktGenerischType.java
@@ -8,10 +8,8 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.VerkaufsproduktLebenType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.VerkaufsproduktRechtsschutzType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.VerkaufsproduktSachPrivatType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.VerkaufsproduktUnfallType;
/**
@@ -47,9 +45,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.VerkaufsproduktUnfal
})
@XmlSeeAlso({
VerkaufsproduktRechtsschutzType.class,
- VerkaufsproduktSachPrivatType.class,
- VerkaufsproduktUnfallType.class,
- VerkaufsproduktLebenType.class
+ VerkaufsproduktSachPrivatType.class
})
public abstract class VerkaufsproduktGenerischType
extends VerkaufsproduktType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VerkaufsproduktType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VerkaufsproduktType.java
index fb6f0b93..ed5a9215 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VerkaufsproduktType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VerkaufsproduktType.java
@@ -15,7 +15,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.VerkaufsproduktKfzType;
/**
- * Basistyp für ein Produktbündel
+ * Basistyp für ein Produktbündel (1. Generation, wird nur in Kfz verwendet)
*
*
+ * <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="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/ZusaetzlicheRisikodatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ZusaetzlicheRisikodatenType.java
new file mode 100644
index 00000000..14893e91
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ZusaetzlicheRisikodatenType.java
@@ -0,0 +1,32 @@
+
+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;
+
+
+/**
+ * VU-spezifische Erweiterungsmöglichkeit für Personendaten
+ *
+ *
+ * <complexType name="ZusaetzlicheRisikodaten_Type">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "ZusaetzlicheRisikodaten_Type")
+public abstract class ZusaetzlicheRisikodatenType {
+
+
+}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ZusaetzlicheZusatzproduktdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ZusaetzlicheZusatzproduktdatenType.java
new file mode 100644
index 00000000..36c44d1b
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ZusaetzlicheZusatzproduktdatenType.java
@@ -0,0 +1,32 @@
+
+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;
+
+
+/**
+ * VU-spezifische Erweiterungsmöglichkeit auf Ebene Zusatzprodukt
+ *
+ *
+ * <complexType name="ZusaetzlicheZusatzproduktdaten_Type">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "ZusaetzlicheZusatzproduktdaten_Type")
+public abstract class ZusaetzlicheZusatzproduktdatenType {
+
+
+}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ZusatzproduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ZusatzproduktGenerischType.java
new file mode 100644
index 00000000..21250c8b
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/ZusatzproduktGenerischType.java
@@ -0,0 +1,178 @@
+
+package at.vvo.omds.types.omds3Types.r1_5_0.common;
+
+import java.math.BigDecimal;
+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;
+
+
+/**
+ * Basistyp für ein Zusatzprodukt, 2. Generation
+ *
+ *
+ * <complexType name="ZusatzproduktGenerisch_Type">
+ * <complexContent>
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Zusatzprodukt_Type">
+ * <sequence>
+ * <element name="Eingeschlossen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ * <element name="EinschlussAenderbar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="AttributMetadaten" type="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="BeschreibungTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="Versicherungssumme" type="{urn:omds20}decimal14_2" minOccurs="0"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "ZusatzproduktGenerisch_Type", propOrder = {
+ "eingeschlossen",
+ "einschlussAenderbar",
+ "attributMetadaten",
+ "beschreibungTxt",
+ "versicherungssumme"
+})
+public class ZusatzproduktGenerischType
+ extends ZusatzproduktType
+{
+
+ @XmlElement(name = "Eingeschlossen")
+ protected boolean eingeschlossen;
+ @XmlElement(name = "EinschlussAenderbar")
+ protected Boolean einschlussAenderbar;
+ @XmlElement(name = "AttributMetadaten")
+ protected Listset method for the attributMetadaten property.
+ *
+ *
+ * getAttributMetadaten().add(newItem);
+ *
+ *
+ *
+ *
+ * <complexType name="Zusatzprodukt_Type">
+ * <complexContent>
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produktbaustein_Type">
+ * <sequence>
+ * <element name="VtgBeg" type="{urn:omds20}Datum" minOccurs="0"/>
+ * <element name="ZusaetzlicheZusatzproduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheZusatzproduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "Zusatzprodukt_Type", propOrder = {
+ "vtgBeg",
+ "zusaetzlicheZusatzproduktdaten"
+})
+@XmlSeeAlso({
+ ZusatzproduktGenerischType.class
+})
+public abstract class ZusatzproduktType
+ extends ProduktbausteinType
+{
+
+ @XmlElement(name = "VtgBeg")
+ @XmlSchemaType(name = "date")
+ protected XMLGregorianCalendar vtgBeg;
+ @XmlElement(name = "ZusaetzlicheZusatzproduktdaten")
+ protected Listset method for the zusaetzlicheZusatzproduktdaten property.
+ *
+ *
+ * getZusaetzlicheZusatzproduktdaten().add(newItem);
+ *
+ *
+ *
+ *
+ * <complexType name="ZustimmungGesundheitsdaten_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="Zustimmung" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "ZustimmungGesundheitsdaten_Type", propOrder = {
+ "lfnr",
+ "zustimmung"
+})
+public class ZustimmungGesundheitsdatenType {
+
+ @XmlElement(name = "Lfnr")
+ @XmlSchemaType(name = "unsignedShort")
+ protected int lfnr;
+ @XmlElement(name = "Zustimmung")
+ protected boolean zustimmung;
+
+ /**
+ * 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 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/CalculateRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateRequestGenType.java
index b6b458c4..b4fc3495 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateRequestGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateRequestGenType.java
@@ -6,10 +6,8 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CalculateLebenRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CalculateRechtsschutzRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CalculateUnfallRequestType;
/**
@@ -39,9 +37,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CalculateUnfallReque
})
@XmlSeeAlso({
CalculateRechtsschutzRequestType.class,
- CalculateSachPrivatRequestType.class,
- CalculateUnfallRequestType.class,
- CalculateLebenRequestType.class
+ CalculateSachPrivatRequestType.class
})
public abstract class CalculateRequestGenType
extends CalculateRequestType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateRequestType.java
index 3fcc7f73..7b47049d 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateRequestType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateRequestType.java
@@ -36,8 +36,8 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.CalculateKfzRequestType
"requestUpselling"
})
@XmlSeeAlso({
- CalculateKfzRequestType.class,
- CalculateRequestGenType.class
+ CalculateRequestGenType.class,
+ CalculateKfzRequestType.class
})
public abstract class CalculateRequestType
extends CommonProcessRequestType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateResponseGenType.java
index 1d97a199..d623d92f 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateResponseGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateResponseGenType.java
@@ -5,10 +5,8 @@ import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CalculateLebenResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CalculateRechtsschutzResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CalculateUnfallResponseType;
/**
@@ -33,9 +31,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CalculateUnfallRespo
@XmlType(name = "CalculateResponseGen_Type")
@XmlSeeAlso({
CalculateRechtsschutzResponseType.class,
- CalculateSachPrivatResponseType.class,
- CalculateUnfallResponseType.class,
- CalculateLebenResponseType.class
+ CalculateSachPrivatResponseType.class
})
public abstract class CalculateResponseGenType
extends CalculateResponseType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateResponseType.java
index e1e887ff..d37a9eb0 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateResponseType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CalculateResponseType.java
@@ -30,8 +30,8 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.CalculateKfzResponseTyp
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CalculateResponse_Type")
@XmlSeeAlso({
- CalculateKfzResponseType.class,
- CalculateResponseGenType.class
+ CalculateResponseGenType.class,
+ CalculateKfzResponseType.class
})
public abstract class CalculateResponseType
extends CommonProcessResponseType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationRequestGenType.java
index f9df22f4..c0d143e9 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationRequestGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationRequestGenType.java
@@ -6,10 +6,8 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateApplicationLebenRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateApplicationUnfallRequestType;
/**
@@ -39,9 +37,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateApplicationUnf
})
@XmlSeeAlso({
CreateApplicationRechtsschutzRequestType.class,
- CreateApplicationSachPrivatRequestType.class,
- CreateApplicationUnfallRequestType.class,
- CreateApplicationLebenRequestType.class
+ CreateApplicationSachPrivatRequestType.class
})
public abstract class CreateApplicationRequestGenType
extends CreateApplicationRequestType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationRequestType.java
index 31fbcbe6..0d409022 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationRequestType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationRequestType.java
@@ -39,8 +39,8 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.CreateApplicationKfzReq
"dateianhaenge"
})
@XmlSeeAlso({
- CreateApplicationKfzRequestType.class,
- CreateApplicationRequestGenType.class
+ CreateApplicationRequestGenType.class,
+ CreateApplicationKfzRequestType.class
})
public abstract class CreateApplicationRequestType
extends CommonProcessRequestType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationResponseGenType.java
index ff93b7d1..7681ee7b 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationResponseGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationResponseGenType.java
@@ -5,10 +5,8 @@ import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateApplicationLebenResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateApplicationUnfallResponseType;
/**
@@ -33,9 +31,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateApplicationUnf
@XmlType(name = "CreateApplicationResponseGen_Type")
@XmlSeeAlso({
CreateApplicationRechtsschutzResponseType.class,
- CreateApplicationSachPrivatResponseType.class,
- CreateApplicationUnfallResponseType.class,
- CreateApplicationLebenResponseType.class
+ CreateApplicationSachPrivatResponseType.class
})
public abstract class CreateApplicationResponseGenType
extends CreateApplicationResponseType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationResponseType.java
index 7e8c8364..a4e86e8a 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationResponseType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateApplicationResponseType.java
@@ -44,8 +44,8 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.CreateApplicationKfzRes
"dokumente"
})
@XmlSeeAlso({
- CreateApplicationKfzResponseType.class,
- CreateApplicationResponseGenType.class
+ CreateApplicationResponseGenType.class,
+ CreateApplicationKfzResponseType.class
})
public abstract class CreateApplicationResponseType
extends CommonProcessResponseType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferRequestGenType.java
index 88a949e9..773060b3 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferRequestGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferRequestGenType.java
@@ -6,10 +6,8 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateOfferLebenRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateOfferRechtsschutzRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateOfferUnfallRequestType;
/**
@@ -39,9 +37,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateOfferUnfallReq
})
@XmlSeeAlso({
CreateOfferRechtsschutzRequestType.class,
- CreateOfferSachPrivatRequestType.class,
- CreateOfferUnfallRequestType.class,
- CreateOfferLebenRequestType.class
+ CreateOfferSachPrivatRequestType.class
})
public abstract class CreateOfferRequestGenType
extends CreateOfferRequestType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferRequestType.java
index 575c0f60..a2b86224 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferRequestType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferRequestType.java
@@ -30,8 +30,8 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.CreateOfferKfzRequestTy
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CreateOfferRequest_Type")
@XmlSeeAlso({
- CreateOfferKfzRequestType.class,
- CreateOfferRequestGenType.class
+ CreateOfferRequestGenType.class,
+ CreateOfferKfzRequestType.class
})
public abstract class CreateOfferRequestType
extends CommonProcessRequestType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferResponseGenType.java
index 08bc4e4f..45aedc84 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferResponseGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferResponseGenType.java
@@ -5,10 +5,8 @@ import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben.CreateOfferLebenResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.CreateOfferRechtsschutzResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateOfferUnfallResponseType;
/**
@@ -33,9 +31,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.CreateOfferUnfallRes
@XmlType(name = "CreateOfferResponseGen_Type")
@XmlSeeAlso({
CreateOfferRechtsschutzResponseType.class,
- CreateOfferSachPrivatResponseType.class,
- CreateOfferUnfallResponseType.class,
- CreateOfferLebenResponseType.class
+ CreateOfferSachPrivatResponseType.class
})
public abstract class CreateOfferResponseGenType
extends CreateOfferResponseType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferResponseType.java
index a1205779..30c550c4 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferResponseType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/CreateOfferResponseType.java
@@ -39,8 +39,8 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.CreateOfferKfzResponseT
"dokumente"
})
@XmlSeeAlso({
- CreateOfferKfzResponseType.class,
- CreateOfferResponseGenType.class
+ CreateOfferResponseGenType.class,
+ CreateOfferKfzResponseType.class
})
public abstract class CreateOfferResponseType
extends CommonProcessResponseType
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
new file mode 100644
index 00000000..b200b967
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/common/SpezAntragBasisType.java
@@ -0,0 +1,530 @@
+
+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;
+
+
+/**
+ * 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({
+ SpezAntragPersonenType.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}SpezAntragBasis_Type">
+ * <sequence>
+ * <element name="Sicherstellung" type="{urn:omds3CommonServiceTypes-1-1-0}Sicherstellung_Type" minOccurs="0"/>
+ * <element name="ZustGesundheitsdaten" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ * <element name="Unanfechtbarkeit" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "SpezAntragPersonen_Type", propOrder = {
+ "sicherstellung",
+ "zustGesundheitsdaten",
+ "unanfechtbarkeit"
+})
+public abstract class SpezAntragPersonenType
+ extends SpezAntragBasisType
+{
+
+ @XmlElement(name = "Sicherstellung")
+ protected SicherstellungType sicherstellung;
+ @XmlElement(name = "ZustGesundheitsdaten")
+ protected boolean zustGesundheitsdaten;
+ @XmlElement(name = "Unanfechtbarkeit")
+ protected boolean unanfechtbarkeit;
+
+ /**
+ * Ruft den Wert der sicherstellung-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link SicherstellungType }
+ *
+ */
+ public SicherstellungType getSicherstellung() {
+ return sicherstellung;
+ }
+
+ /**
+ * Legt den Wert der sicherstellung-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link SicherstellungType }
+ *
+ */
+ public void setSicherstellung(SicherstellungType value) {
+ this.sicherstellung = value;
+ }
+
+ /**
+ * Ruft den Wert der zustGesundheitsdaten-Eigenschaft ab.
+ *
+ */
+ public boolean isZustGesundheitsdaten() {
+ return zustGesundheitsdaten;
+ }
+
+ /**
+ * Legt den Wert der zustGesundheitsdaten-Eigenschaft fest.
+ *
+ */
+ public void setZustGesundheitsdaten(boolean value) {
+ this.zustGesundheitsdaten = value;
+ }
+
+ /**
+ * Ruft den Wert der unanfechtbarkeit-Eigenschaft ab.
+ *
+ */
+ public boolean isUnanfechtbarkeit() {
+ return unanfechtbarkeit;
+ }
+
+ /**
+ * Legt den Wert der unanfechtbarkeit-Eigenschaft fest.
+ *
+ */
+ public void setUnanfechtbarkeit(boolean value) {
+ this.unanfechtbarkeit = 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 2b40a8f6..a6841cd5 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
@@ -1,30 +1,15 @@
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.VinkularglaeubigerType;
-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.leben.SpezAntragLebenType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.SpezAntragRechtsschutzType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.AntragSachPrivatType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.SpezAntragUnfallType;
/**
@@ -37,27 +22,11 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.SpezAntragUnfallType
*
* <complexType name="SpezAntrag_Type">
* <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntragBasis_Type">
* <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="Vinkulierung" type="{urn:omds3CommonServiceTypes-1-1-0}Vinkularglaeubiger_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>
+ * </extension>
* </complexContent>
* </complexType>
*
@@ -66,320 +35,19 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.SpezAntragUnfallType
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SpezAntrag_Type", propOrder = {
- "antragsart",
- "personen",
- "versicherungsnehmer",
- "abweichenderPraemienzahler",
- "weitereVersicherungsnehmer",
- "weitereVertragspersonen",
- "abgelehnteRisiken",
- "vorversicherungen",
- "zahlungsdaten",
- "sepa",
- "vinkulierung",
- "polizzenversand",
- "datenschutzbestimmungen",
- "kontierung",
- "ersatzpolizzennummer",
- "zusendungWeitereDokumente",
- "zusaetzlicheAntragsdaten"
+ "vinkulierung"
})
@XmlSeeAlso({
SpezAntragRechtsschutzType.class,
AntragSachPrivatType.class,
- SpezAntragUnfallType.class,
- SpezAntragKfzType.class,
- SpezAntragLebenType.class
+ SpezAntragKfzType.class
})
-public abstract class SpezAntragType {
+public abstract class SpezAntragType
+ extends 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="CalculateLebenRequest_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequestGen_Type">
- * <sequence>
- * <element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezBerechnungLeben_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CalculateLebenRequest_Type", propOrder = {
- "berechnungsanfrage"
-})
-public class CalculateLebenRequestType
- extends CalculateRequestGenType
-{
-
- @XmlElement(name = "Berechnungsanfrage", required = true)
- protected SpezBerechnungLebenType berechnungsanfrage;
-
- /**
- * Ruft den Wert der berechnungsanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezBerechnungLebenType }
- *
- */
- public SpezBerechnungLebenType getBerechnungsanfrage() {
- return berechnungsanfrage;
- }
-
- /**
- * Legt den Wert der berechnungsanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezBerechnungLebenType }
- *
- */
- public void setBerechnungsanfrage(SpezBerechnungLebenType value) {
- this.berechnungsanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CalculateLebenResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CalculateLebenResponseType.java
deleted file mode 100644
index bd123e3d..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CalculateLebenResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CalculateResponseGenType;
-
-
-/**
- * Typ des Responseobjekts für eine Leben-Berechnung
- *
- *
- * <complexType name="CalculateLebenResponse_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponseGen_Type">
- * <sequence>
- * <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezBerechnungLeben_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CalculateLebenResponse_Type", propOrder = {
- "berechnungsantwort"
-})
-public class CalculateLebenResponseType
- extends CalculateResponseGenType
-{
-
- @XmlElement(name = "Berechnungsantwort", required = true)
- protected SpezBerechnungLebenType berechnungsantwort;
-
- /**
- * Ruft den Wert der berechnungsantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezBerechnungLebenType }
- *
- */
- public SpezBerechnungLebenType getBerechnungsantwort() {
- return berechnungsantwort;
- }
-
- /**
- * Legt den Wert der berechnungsantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezBerechnungLebenType }
- *
- */
- public void setBerechnungsantwort(SpezBerechnungLebenType value) {
- this.berechnungsantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CreateApplicationLebenRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CreateApplicationLebenRequestType.java
deleted file mode 100644
index 364adfc3..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CreateApplicationLebenRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CreateApplicationRequestGenType;
-
-
-/**
- * Type des Requestobjekts für die Erstellung eines Leben-Antrags
- *
- *
- * <complexType name="CreateApplicationLebenRequest_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequestGen_Type">
- * <sequence>
- * <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezAntragLeben_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateApplicationLebenRequest_Type", propOrder = {
- "antragsanfrage"
-})
-public class CreateApplicationLebenRequestType
- extends CreateApplicationRequestGenType
-{
-
- @XmlElement(name = "Antragsanfrage", required = true)
- protected SpezAntragLebenType antragsanfrage;
-
- /**
- * Ruft den Wert der antragsanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezAntragLebenType }
- *
- */
- public SpezAntragLebenType getAntragsanfrage() {
- return antragsanfrage;
- }
-
- /**
- * Legt den Wert der antragsanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezAntragLebenType }
- *
- */
- public void setAntragsanfrage(SpezAntragLebenType value) {
- this.antragsanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CreateApplicationLebenResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CreateApplicationLebenResponseType.java
deleted file mode 100644
index 1a9b7bd2..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CreateApplicationLebenResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CreateApplicationResponseGenType;
-
-
-/**
- * Type des Responseobjekts für die Erstellung eines Leben-Antrags
- *
- *
- * <complexType name="CreateApplicationLebenResponse_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponseGen_Type">
- * <sequence>
- * <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezAntragLeben_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateApplicationLebenResponse_Type", propOrder = {
- "antragsantwort"
-})
-public class CreateApplicationLebenResponseType
- extends CreateApplicationResponseGenType
-{
-
- @XmlElement(name = "Antragsantwort", required = true)
- protected SpezAntragLebenType antragsantwort;
-
- /**
- * Ruft den Wert der antragsantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezAntragLebenType }
- *
- */
- public SpezAntragLebenType getAntragsantwort() {
- return antragsantwort;
- }
-
- /**
- * Legt den Wert der antragsantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezAntragLebenType }
- *
- */
- public void setAntragsantwort(SpezAntragLebenType value) {
- this.antragsantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CreateOfferLebenRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CreateOfferLebenRequestType.java
deleted file mode 100644
index 788a31d7..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CreateOfferLebenRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CreateOfferRequestGenType;
-
-
-/**
- * Typ des Requestobjekts für eine Erstellung eines Leben-Offerts
- *
- *
- * <complexType name="CreateOfferLebenRequest_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequestGen_Type">
- * <sequence>
- * <element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezOffertLeben_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateOfferLebenRequest_Type", propOrder = {
- "offertanfrage"
-})
-public class CreateOfferLebenRequestType
- extends CreateOfferRequestGenType
-{
-
- @XmlElement(name = "Offertanfrage", required = true)
- protected SpezOffertLebenType offertanfrage;
-
- /**
- * Ruft den Wert der offertanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezOffertLebenType }
- *
- */
- public SpezOffertLebenType getOffertanfrage() {
- return offertanfrage;
- }
-
- /**
- * Legt den Wert der offertanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezOffertLebenType }
- *
- */
- public void setOffertanfrage(SpezOffertLebenType value) {
- this.offertanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CreateOfferLebenResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CreateOfferLebenResponseType.java
deleted file mode 100644
index 314e6d30..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/CreateOfferLebenResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CreateOfferResponseGenType;
-
-
-/**
- * Type des Responseobjekts für eine Erstellung eines Leben-Offerts
- *
- *
- * <complexType name="CreateOfferLebenResponse_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponseGen_Type">
- * <sequence>
- * <element name="Offertantwort" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezOffertLeben_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateOfferLebenResponse_Type", propOrder = {
- "offertantwort"
-})
-public class CreateOfferLebenResponseType
- extends CreateOfferResponseGenType
-{
-
- @XmlElement(name = "Offertantwort", required = true)
- protected SpezOffertLebenType offertantwort;
-
- /**
- * Ruft den Wert der offertantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezOffertLebenType }
- *
- */
- public SpezOffertLebenType getOffertantwort() {
- return offertantwort;
- }
-
- /**
- * Legt den Wert der offertantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezOffertLebenType }
- *
- */
- public void setOffertantwort(SpezOffertLebenType value) {
- this.offertantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/ElementarproduktLebenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/ElementarproduktLebenType.java
deleted file mode 100644
index fafae489..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/ElementarproduktLebenType.java
+++ /dev/null
@@ -1,97 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-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.ElementarproduktGenerischType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.SelbstbehaltType;
-
-
-/**
- * Typ für ein Elementarprodukt in der Sparte Leben. Von diesem Typ werden etwaige unternehmesspezifische Deckungen oder potentielle Standard-Deckungen abgeleitet.
- *
- *
- * <complexType name="ElementarproduktLeben_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}ElementarproduktGenerisch_Type">
- * <sequence>
- * <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
- * <element name="Bezugsberechtigung" type="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ElementarproduktLeben_Type", propOrder = {
- "selbstbehalt",
- "bezugsberechtigung"
-})
-public class ElementarproduktLebenType
- extends ElementarproduktGenerischType
-{
-
- @XmlElement(name = "Selbstbehalt")
- protected SelbstbehaltType selbstbehalt;
- @XmlElement(name = "Bezugsberechtigung")
- protected BezugsberechtigungType bezugsberechtigung;
-
- /**
- * Ruft den Wert der selbstbehalt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SelbstbehaltType }
- *
- */
- public SelbstbehaltType getSelbstbehalt() {
- return selbstbehalt;
- }
-
- /**
- * Legt den Wert der selbstbehalt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SelbstbehaltType }
- *
- */
- public void setSelbstbehalt(SelbstbehaltType value) {
- this.selbstbehalt = value;
- }
-
- /**
- * Ruft den Wert der bezugsberechtigung-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BezugsberechtigungType }
- *
- */
- public BezugsberechtigungType getBezugsberechtigung() {
- return bezugsberechtigung;
- }
-
- /**
- * Legt den Wert der bezugsberechtigung-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BezugsberechtigungType }
- *
- */
- public void setBezugsberechtigung(BezugsberechtigungType value) {
- this.bezugsberechtigung = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/ObjectFactory.java
deleted file mode 100644
index b38817cd..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/ObjectFactory.java
+++ /dev/null
@@ -1,227 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben package.
- *
- * <complexType name="ProduktLeben_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type">
- * <sequence>
- * <element name="PersonRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- * <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
- * <element name="Elementarprodukte" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}ElementarproduktLeben_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ProduktLeben_Type", propOrder = {
- "personRefLfnr",
- "selbstbehalt",
- "elementarprodukte"
-})
-public class ProduktLebenType
- extends ProduktGenerischType
-{
-
- @XmlElement(name = "PersonRefLfnr")
- @XmlSchemaType(name = "unsignedShort")
- protected int personRefLfnr;
- @XmlElement(name = "Selbstbehalt")
- protected SelbstbehaltType selbstbehalt;
- @XmlElement(name = "Elementarprodukte")
- protected Listset method for the elementarprodukte property.
- *
- *
- * getElementarprodukte().add(newItem);
- *
- *
- *
- *
- * <complexType name="SpezAntragLeben_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
- * <sequence>
- * <element ref="{urn:omds20}EL-Bezugsberechtigung" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}VerkaufsproduktLeben_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SpezAntragLeben_Type", propOrder = {
- "elBezugsberechtigung",
- "verkaufsprodukt"
-})
-public class SpezAntragLebenType
- extends SpezAntragType
-{
-
- @XmlElement(name = "EL-Bezugsberechtigung", namespace = "urn:omds20")
- protected Listset method for the elBezugsberechtigung property.
- *
- *
- * getELBezugsberechtigung().add(newItem);
- *
- *
- *
- *
- * <complexType name="SpezBerechnungLeben_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
- * <sequence>
- * <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}VerkaufsproduktLeben_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SpezBerechnungLeben_Type", propOrder = {
- "verkaufsprodukt"
-})
-public class SpezBerechnungLebenType
- extends SpezBerechnungType
-{
-
- @XmlElement(name = "Verkaufsprodukt", required = true)
- protected VerkaufsproduktLebenType verkaufsprodukt;
-
- /**
- * Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link VerkaufsproduktLebenType }
- *
- */
- public VerkaufsproduktLebenType getVerkaufsprodukt() {
- return verkaufsprodukt;
- }
-
- /**
- * Legt den Wert der verkaufsprodukt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link VerkaufsproduktLebenType }
- *
- */
- public void setVerkaufsprodukt(VerkaufsproduktLebenType value) {
- this.verkaufsprodukt = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/SpezOffertLebenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/SpezOffertLebenType.java
deleted file mode 100644
index 591144ae..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/SpezOffertLebenType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.SpezOffertType;
-
-
-/**
- * Typ für den Schritt Offert-Erzeugung
- *
- *
- * <complexType name="SpezOffertLeben_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
- * <sequence>
- * <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}VerkaufsproduktLeben_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SpezOffertLeben_Type", propOrder = {
- "verkaufsprodukt"
-})
-public class SpezOffertLebenType
- extends SpezOffertType
-{
-
- @XmlElement(name = "Verkaufsprodukt", required = true)
- protected VerkaufsproduktLebenType verkaufsprodukt;
-
- /**
- * Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link VerkaufsproduktLebenType }
- *
- */
- public VerkaufsproduktLebenType getVerkaufsprodukt() {
- return verkaufsprodukt;
- }
-
- /**
- * Legt den Wert der verkaufsprodukt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link VerkaufsproduktLebenType }
- *
- */
- public void setVerkaufsprodukt(VerkaufsproduktLebenType value) {
- this.verkaufsprodukt = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/SubmitApplicationLebenRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/SubmitApplicationLebenRequestType.java
deleted file mode 100644
index 9b203f47..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/SubmitApplicationLebenRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.SubmitApplicationRequestGenType;
-
-
-/**
- * Type des Requests, um den Antrag einzureichen
- *
- *
- * <complexType name="SubmitApplicationLebenRequest_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequestGen_Type">
- * <sequence>
- * <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezAntragLeben_Type" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SubmitApplicationLebenRequest_Type", propOrder = {
- "antragsanfrage"
-})
-public class SubmitApplicationLebenRequestType
- extends SubmitApplicationRequestGenType
-{
-
- @XmlElement(name = "Antragsanfrage")
- protected SpezAntragLebenType antragsanfrage;
-
- /**
- * Ruft den Wert der antragsanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezAntragLebenType }
- *
- */
- public SpezAntragLebenType getAntragsanfrage() {
- return antragsanfrage;
- }
-
- /**
- * Legt den Wert der antragsanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezAntragLebenType }
- *
- */
- public void setAntragsanfrage(SpezAntragLebenType value) {
- this.antragsanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/SubmitApplicationLebenResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/SubmitApplicationLebenResponseType.java
deleted file mode 100644
index 1eb86b8b..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/SubmitApplicationLebenResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.SubmitApplicationResponseGenType;
-
-
-/**
- * Type des Response, um den Antrag einzureichen
- *
- *
- * <complexType name="SubmitApplicationLebenResponse_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponseGen_Type">
- * <sequence>
- * <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezAntragLeben_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SubmitApplicationLebenResponse_Type", propOrder = {
- "antragsantwort"
-})
-public class SubmitApplicationLebenResponseType
- extends SubmitApplicationResponseGenType
-{
-
- @XmlElement(name = "Antragsantwort", required = true)
- protected SpezAntragLebenType antragsantwort;
-
- /**
- * Ruft den Wert der antragsantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezAntragLebenType }
- *
- */
- public SpezAntragLebenType getAntragsantwort() {
- return antragsantwort;
- }
-
- /**
- * Legt den Wert der antragsantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezAntragLebenType }
- *
- */
- public void setAntragsantwort(SpezAntragLebenType value) {
- this.antragsantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/VerkaufsproduktLebenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/VerkaufsproduktLebenType.java
deleted file mode 100644
index f63fc71b..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/leben/VerkaufsproduktLebenType.java
+++ /dev/null
@@ -1,108 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.leben;
-
-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;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.VerkaufsproduktGenerischType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.VersichertePersonType;
-
-
-/**
- * Typ für ein Verkaufsprodukt in der Sparte Leben
- *
- *
- * <complexType name="VerkaufsproduktLeben_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}VerkaufsproduktGenerisch_Type">
- * <sequence>
- * <element name="Produkte" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}ProduktLeben_Type" maxOccurs="unbounded"/>
- * <element name="Personen" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertePerson_Type" maxOccurs="unbounded"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "VerkaufsproduktLeben_Type", propOrder = {
- "produkte",
- "personen"
-})
-public class VerkaufsproduktLebenType
- extends VerkaufsproduktGenerischType
-{
-
- @XmlElement(name = "Produkte", required = true)
- protected Listset method for the produkte property.
- *
- *
- * getProdukte().add(newItem);
- *
- *
- *
- * set method for the personen property.
- *
- *
- * getPersonen().add(newItem);
- *
- *
- *
- * set method for the elementarprodukte property.
+ *
+ *
+ * getElementarprodukte().add(newItem);
+ *
+ *
+ *
+ * set method for the gruppen property.
+ *
+ *
+ * getGruppen().add(newItem);
+ *
+ *
+ *
+ * set method for the gruppen property.
+ *
+ *
+ * getGruppen().add(newItem);
+ *
+ *
+ *
+ *
- * <complexType name="CalculateUnfallRequest_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequestGen_Type">
- * <sequence>
- * <element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezBerechnungUnfall_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CalculateUnfallRequest_Type", propOrder = {
- "berechnungsanfrage"
-})
-public class CalculateUnfallRequestType
- extends CalculateRequestGenType
-{
-
- @XmlElement(name = "Berechnungsanfrage", required = true)
- protected SpezBerechnungUnfallType berechnungsanfrage;
-
- /**
- * Ruft den Wert der berechnungsanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezBerechnungUnfallType }
- *
- */
- public SpezBerechnungUnfallType getBerechnungsanfrage() {
- return berechnungsanfrage;
- }
-
- /**
- * Legt den Wert der berechnungsanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezBerechnungUnfallType }
- *
- */
- public void setBerechnungsanfrage(SpezBerechnungUnfallType value) {
- this.berechnungsanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CalculateUnfallResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CalculateUnfallResponseType.java
deleted file mode 100644
index 960d2319..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CalculateUnfallResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CalculateResponseGenType;
-
-
-/**
- * Typ des Responseobjekts für eine Unfall-Berechnung
- *
- *
- * <complexType name="CalculateUnfallResponse_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponseGen_Type">
- * <sequence>
- * <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezBerechnungUnfall_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CalculateUnfallResponse_Type", propOrder = {
- "berechnungsantwort"
-})
-public class CalculateUnfallResponseType
- extends CalculateResponseGenType
-{
-
- @XmlElement(name = "Berechnungsantwort", required = true)
- protected SpezBerechnungUnfallType berechnungsantwort;
-
- /**
- * Ruft den Wert der berechnungsantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezBerechnungUnfallType }
- *
- */
- public SpezBerechnungUnfallType getBerechnungsantwort() {
- return berechnungsantwort;
- }
-
- /**
- * Legt den Wert der berechnungsantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezBerechnungUnfallType }
- *
- */
- public void setBerechnungsantwort(SpezBerechnungUnfallType value) {
- this.berechnungsantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CreateApplicationUnfallRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CreateApplicationUnfallRequestType.java
deleted file mode 100644
index eae70792..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CreateApplicationUnfallRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CreateApplicationRequestGenType;
-
-
-/**
- * Type des Requestobjekts für die Erstellung eines Unfallantrags
- *
- *
- * <complexType name="CreateApplicationUnfallRequest_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequestGen_Type">
- * <sequence>
- * <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateApplicationUnfallRequest_Type", propOrder = {
- "antragsanfrage"
-})
-public class CreateApplicationUnfallRequestType
- extends CreateApplicationRequestGenType
-{
-
- @XmlElement(name = "Antragsanfrage", required = true)
- protected SpezAntragUnfallType antragsanfrage;
-
- /**
- * Ruft den Wert der antragsanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezAntragUnfallType }
- *
- */
- public SpezAntragUnfallType getAntragsanfrage() {
- return antragsanfrage;
- }
-
- /**
- * Legt den Wert der antragsanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezAntragUnfallType }
- *
- */
- public void setAntragsanfrage(SpezAntragUnfallType value) {
- this.antragsanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CreateApplicationUnfallResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CreateApplicationUnfallResponseType.java
deleted file mode 100644
index b16007f2..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CreateApplicationUnfallResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CreateApplicationResponseGenType;
-
-
-/**
- * Type des Responseobjekts für die Erstellung eines Unfallantrags
- *
- *
- * <complexType name="CreateApplicationUnfallResponse_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponseGen_Type">
- * <sequence>
- * <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateApplicationUnfallResponse_Type", propOrder = {
- "antragsantwort"
-})
-public class CreateApplicationUnfallResponseType
- extends CreateApplicationResponseGenType
-{
-
- @XmlElement(name = "Antragsantwort", required = true)
- protected SpezAntragUnfallType antragsantwort;
-
- /**
- * Ruft den Wert der antragsantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezAntragUnfallType }
- *
- */
- public SpezAntragUnfallType getAntragsantwort() {
- return antragsantwort;
- }
-
- /**
- * Legt den Wert der antragsantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezAntragUnfallType }
- *
- */
- public void setAntragsantwort(SpezAntragUnfallType value) {
- this.antragsantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CreateOfferUnfallRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CreateOfferUnfallRequestType.java
deleted file mode 100644
index 0c3e0a71..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CreateOfferUnfallRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CreateOfferRequestGenType;
-
-
-/**
- * Typ des Requestobjekts für eine Erstellung eines Unfall-Offerts
- *
- *
- * <complexType name="CreateOfferUnfallRequest_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequestGen_Type">
- * <sequence>
- * <element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezOffertUnfall_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateOfferUnfallRequest_Type", propOrder = {
- "offertanfrage"
-})
-public class CreateOfferUnfallRequestType
- extends CreateOfferRequestGenType
-{
-
- @XmlElement(name = "Offertanfrage", required = true)
- protected SpezOffertUnfallType offertanfrage;
-
- /**
- * Ruft den Wert der offertanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezOffertUnfallType }
- *
- */
- public SpezOffertUnfallType getOffertanfrage() {
- return offertanfrage;
- }
-
- /**
- * Legt den Wert der offertanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezOffertUnfallType }
- *
- */
- public void setOffertanfrage(SpezOffertUnfallType value) {
- this.offertanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CreateOfferUnfallResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CreateOfferUnfallResponseType.java
deleted file mode 100644
index 7023e75a..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/CreateOfferUnfallResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CreateOfferResponseGenType;
-
-
-/**
- * Type des Responseobjekts für eine Erstellung eines Unfall-Offerts
- *
- *
- * <complexType name="CreateOfferUnfallResponse_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponseGen_Type">
- * <sequence>
- * <element name="Offertantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezOffertUnfall_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateOfferUnfallResponse_Type", propOrder = {
- "offertantwort"
-})
-public class CreateOfferUnfallResponseType
- extends CreateOfferResponseGenType
-{
-
- @XmlElement(name = "Offertantwort", required = true)
- protected SpezOffertUnfallType offertantwort;
-
- /**
- * Ruft den Wert der offertantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezOffertUnfallType }
- *
- */
- public SpezOffertUnfallType getOffertantwort() {
- return offertantwort;
- }
-
- /**
- * Legt den Wert der offertantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezOffertUnfallType }
- *
- */
- public void setOffertantwort(SpezOffertUnfallType value) {
- this.offertantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/LeistungsartUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/LeistungsartUnfallType.java
deleted file mode 100644
index ddcc98f4..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/LeistungsartUnfallType.java
+++ /dev/null
@@ -1,68 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.ElementarproduktGenerischType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.SelbstbehaltType;
-
-
-/**
- * Typ für ein Elementarprodukt in der Sparte Unfall. Von diesem Typ werden etwaige unternehmesspezifische Deckungen oder potentielle Standard-Deckungen abgeleitet.
- *
- *
- * <complexType name="LeistungsartUnfall_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}ElementarproduktGenerisch_Type">
- * <sequence>
- * <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "LeistungsartUnfall_Type", propOrder = {
- "selbstbehalt"
-})
-public class LeistungsartUnfallType
- extends ElementarproduktGenerischType
-{
-
- @XmlElement(name = "Selbstbehalt")
- protected SelbstbehaltType selbstbehalt;
-
- /**
- * Ruft den Wert der selbstbehalt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SelbstbehaltType }
- *
- */
- public SelbstbehaltType getSelbstbehalt() {
- return selbstbehalt;
- }
-
- /**
- * Legt den Wert der selbstbehalt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SelbstbehaltType }
- *
- */
- public void setSelbstbehalt(SelbstbehaltType value) {
- this.selbstbehalt = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/ObjectFactory.java
deleted file mode 100644
index c6167970..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/ObjectFactory.java
+++ /dev/null
@@ -1,227 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall package.
- *
- * <complexType name="SpezAntragUnfall_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
- * <sequence>
- * <element name="Bezugsberechtigung" type="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type" minOccurs="0"/>
- * <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}VerkaufsproduktUnfall_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SpezAntragUnfall_Type", propOrder = {
- "bezugsberechtigung",
- "verkaufsprodukt"
-})
-public class SpezAntragUnfallType
- extends SpezAntragType
-{
-
- @XmlElement(name = "Bezugsberechtigung")
- protected BezugsberechtigungType bezugsberechtigung;
- @XmlElement(name = "Verkaufsprodukt", required = true)
- protected VerkaufsproduktUnfallType verkaufsprodukt;
-
- /**
- * Ruft den Wert der bezugsberechtigung-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BezugsberechtigungType }
- *
- */
- public BezugsberechtigungType getBezugsberechtigung() {
- return bezugsberechtigung;
- }
-
- /**
- * Legt den Wert der bezugsberechtigung-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BezugsberechtigungType }
- *
- */
- public void setBezugsberechtigung(BezugsberechtigungType value) {
- this.bezugsberechtigung = value;
- }
-
- /**
- * Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link VerkaufsproduktUnfallType }
- *
- */
- public VerkaufsproduktUnfallType getVerkaufsprodukt() {
- return verkaufsprodukt;
- }
-
- /**
- * Legt den Wert der verkaufsprodukt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link VerkaufsproduktUnfallType }
- *
- */
- public void setVerkaufsprodukt(VerkaufsproduktUnfallType value) {
- this.verkaufsprodukt = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/SpezBerechnungUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/SpezBerechnungUnfallType.java
deleted file mode 100644
index 2a9638f2..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/SpezBerechnungUnfallType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.SpezBerechnungType;
-
-
-/**
- * Typ für den Schritt Berechnung
- *
- *
- * <complexType name="SpezBerechnungUnfall_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
- * <sequence>
- * <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}VerkaufsproduktUnfall_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SpezBerechnungUnfall_Type", propOrder = {
- "verkaufsprodukt"
-})
-public class SpezBerechnungUnfallType
- extends SpezBerechnungType
-{
-
- @XmlElement(name = "Verkaufsprodukt", required = true)
- protected VerkaufsproduktUnfallType verkaufsprodukt;
-
- /**
- * Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link VerkaufsproduktUnfallType }
- *
- */
- public VerkaufsproduktUnfallType getVerkaufsprodukt() {
- return verkaufsprodukt;
- }
-
- /**
- * Legt den Wert der verkaufsprodukt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link VerkaufsproduktUnfallType }
- *
- */
- public void setVerkaufsprodukt(VerkaufsproduktUnfallType value) {
- this.verkaufsprodukt = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/SpezOffertUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/SpezOffertUnfallType.java
deleted file mode 100644
index 25433abf..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/SpezOffertUnfallType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.SpezOffertType;
-
-
-/**
- * Typ für den Schritt Offert-Erzeugung
- *
- *
- * <complexType name="SpezOffertUnfall_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
- * <sequence>
- * <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}VerkaufsproduktUnfall_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SpezOffertUnfall_Type", propOrder = {
- "verkaufsprodukt"
-})
-public class SpezOffertUnfallType
- extends SpezOffertType
-{
-
- @XmlElement(name = "Verkaufsprodukt", required = true)
- protected VerkaufsproduktUnfallType verkaufsprodukt;
-
- /**
- * Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link VerkaufsproduktUnfallType }
- *
- */
- public VerkaufsproduktUnfallType getVerkaufsprodukt() {
- return verkaufsprodukt;
- }
-
- /**
- * Legt den Wert der verkaufsprodukt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link VerkaufsproduktUnfallType }
- *
- */
- public void setVerkaufsprodukt(VerkaufsproduktUnfallType value) {
- this.verkaufsprodukt = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/SubmitApplicationUnfallRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/SubmitApplicationUnfallRequestType.java
deleted file mode 100644
index debd9cce..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/SubmitApplicationUnfallRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.SubmitApplicationRequestGenType;
-
-
-/**
- * Type des Requests, um den Antrag einzureichen
- *
- *
- * <complexType name="SubmitApplicationUnfallRequest_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequestGen_Type">
- * <sequence>
- * <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SubmitApplicationUnfallRequest_Type", propOrder = {
- "antragsanfrage"
-})
-public class SubmitApplicationUnfallRequestType
- extends SubmitApplicationRequestGenType
-{
-
- @XmlElement(name = "Antragsanfrage")
- protected SpezAntragUnfallType antragsanfrage;
-
- /**
- * Ruft den Wert der antragsanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezAntragUnfallType }
- *
- */
- public SpezAntragUnfallType getAntragsanfrage() {
- return antragsanfrage;
- }
-
- /**
- * Legt den Wert der antragsanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezAntragUnfallType }
- *
- */
- public void setAntragsanfrage(SpezAntragUnfallType value) {
- this.antragsanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/SubmitApplicationUnfallResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/SubmitApplicationUnfallResponseType.java
deleted file mode 100644
index f9fde106..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/SubmitApplicationUnfallResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.SubmitApplicationResponseGenType;
-
-
-/**
- * Type des Response, um den Antrag einzureichen
- *
- *
- * <complexType name="SubmitApplicationUnfallResponse_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponseGen_Type">
- * <sequence>
- * <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SubmitApplicationUnfallResponse_Type", propOrder = {
- "antragsantwort"
-})
-public class SubmitApplicationUnfallResponseType
- extends SubmitApplicationResponseGenType
-{
-
- @XmlElement(name = "Antragsantwort", required = true)
- protected SpezAntragUnfallType antragsantwort;
-
- /**
- * Ruft den Wert der antragsantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezAntragUnfallType }
- *
- */
- public SpezAntragUnfallType getAntragsantwort() {
- return antragsantwort;
- }
-
- /**
- * Legt den Wert der antragsantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezAntragUnfallType }
- *
- */
- public void setAntragsantwort(SpezAntragUnfallType value) {
- this.antragsantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/VerkaufsproduktUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/VerkaufsproduktUnfallType.java
deleted file mode 100644
index 51377a5d..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/unfall/VerkaufsproduktUnfallType.java
+++ /dev/null
@@ -1,108 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall;
-
-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;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.VerkaufsproduktGenerischType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.VersichertePersonType;
-
-
-/**
- * Typ für ein Verkaufsprodukt in der Sparte Unfall
- *
- *
- * <complexType name="VerkaufsproduktUnfall_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}VerkaufsproduktGenerisch_Type">
- * <sequence>
- * <element name="VersichertePersonen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}VersichertePersonUnfall_Type" maxOccurs="unbounded"/>
- * <element name="Personen" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertePerson_Type" maxOccurs="unbounded"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "VerkaufsproduktUnfall_Type", propOrder = {
- "versichertePersonen",
- "personen"
-})
-public class VerkaufsproduktUnfallType
- extends VerkaufsproduktGenerischType
-{
-
- @XmlElement(name = "VersichertePersonen", required = true)
- protected Listset method for the versichertePersonen property.
- *
- *
- * getVersichertePersonen().add(newItem);
- *
- *
- *
- * set method for the personen property.
- *
- *
- * getPersonen().add(newItem);
- *
- *
- *
- *
- * <complexType name="VersichertePersonUnfall_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type">
- * <sequence>
- * <element name="PersonRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- * <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
- * <element name="Leistungsarten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}LeistungsartUnfall_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "VersichertePersonUnfall_Type", propOrder = {
- "personRefLfnr",
- "selbstbehalt",
- "leistungsarten"
-})
-public class VersichertePersonUnfallType
- extends ProduktGenerischType
-{
-
- @XmlElement(name = "PersonRefLfnr")
- @XmlSchemaType(name = "unsignedShort")
- protected int personRefLfnr;
- @XmlElement(name = "Selbstbehalt")
- protected SelbstbehaltType selbstbehalt;
- @XmlElement(name = "Leistungsarten")
- protected Listset method for the leistungsarten property.
- *
- *
- * getLeistungsarten().add(newItem);
- *
- *
- *
- * set method for the bankverbindung property.
+ *
+ *
+ * getBankverbindung().add(newItem);
+ *
+ *
+ *
+ *