diff --git a/OMDSServiceDefinition/doc/ON_7 Schaden/ON_7.02_Schadenmeldung/ON_7.02.1_Schadenmeldung_u_Status.docx b/OMDSServiceDefinition/doc/ON_7 Schaden/ON_7.02_Schadenmeldung/ON_7.02.1_Schadenmeldung_u_Status.docx deleted file mode 100644 index fd96d119..00000000 Binary files a/OMDSServiceDefinition/doc/ON_7 Schaden/ON_7.02_Schadenmeldung/ON_7.02.1_Schadenmeldung_u_Status.docx and /dev/null differ diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BankverbindungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BankverbindungType.java index 9ad506db..f04d3ac1 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BankverbindungType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/BankverbindungType.java @@ -4,6 +4,7 @@ package at.vvo.omds.types.omds3Types.r1_5_0.common; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; @@ -38,6 +39,9 @@ import javax.xml.bind.annotation.XmlType; "bic", "iban" }) +@XmlSeeAlso({ + PersBankverbindungType.class +}) public class BankverbindungType { @XmlElement(name = "Kontoinhaber", required = true) diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonRequestType.java index 56f4e04e..05befcf8 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonRequestType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonRequestType.java @@ -20,8 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.CheckAddressRequestType; import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectRequestType; import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerRequestType; import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimRequestType; -import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.InitiateClaimRequestType; -import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SpezifikationSchadenType; +import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimRequestType; import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimRequestType; @@ -59,8 +58,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimRequestType; @XmlSeeAlso({ CheckClaimRequestType.class, SubmitClaimRequestType.class, - InitiateClaimRequestType.class, - SpezifikationSchadenType.class, + GetClaimRequestType.class, CommonSearchRequestType.class, GetApplicationDocumentRequestType.class, GetPartnerRequestType.class, diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonResponseType.java index cb1f2dcc..b74dc6fe 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonResponseType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonResponseType.java @@ -18,9 +18,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.CheckAddressResponseType; import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectResponseType; import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerResponseType; import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CheckClaimResponseType; -import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimResponseLightType; import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimResponseType; -import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.InitiateClaimResponseType; import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimResponseType; @@ -52,9 +50,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimResponseType; @XmlSeeAlso({ CheckClaimResponseType.class, SubmitClaimResponseType.class, - InitiateClaimResponseType.class, GetClaimResponseType.class, - GetClaimResponseLightType.class, CommonSearchResponseType.class, GetApplicationDocumentResponseType.class, GetPartnerResponseType.class, 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 d0701d61..2a8920df 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 @@ -341,6 +341,14 @@ public class ObjectFactory { return new BankverbindungType(); } + /** + * Create an instance of {@link PersBankverbindungType } + * + */ + public PersBankverbindungType createPersBankverbindungType() { + return new PersBankverbindungType(); + } + /** * Create an instance of {@link VersichertePersonType } * diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/PersBankverbindungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/PersBankverbindungType.java new file mode 100644 index 00000000..206ca781 --- /dev/null +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/PersBankverbindungType.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.XmlAttribute; +import javax.xml.bind.annotation.XmlSchemaType; +import javax.xml.bind.annotation.XmlType; + + +/** + * beschreibt eine Bankverbindug, welche einer Person ueber eine Referenz zugeordnet ist + * + *
Java-Klasse für PersBankverbindung_Type complex type. + * + *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * + *
+ * <complexType name="PersBankverbindung_Type">
+ * <complexContent>
+ * <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bankverbindung_Type">
+ * <attribute name="PersonRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "PersBankverbindung_Type")
+public class PersBankverbindungType
+ extends BankverbindungType
+{
+
+ @XmlAttribute(name = "PersonRefLfnr", namespace = "urn:omds3CommonServiceTypes-1-1-0")
+ @XmlSchemaType(name = "unsignedShort")
+ protected Integer personRefLfnr;
+
+ /**
+ * Ruft den Wert der personRefLfnr-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link Integer }
+ *
+ */
+ public Integer getPersonRefLfnr() {
+ return personRefLfnr;
+ }
+
+ /**
+ * Legt den Wert der personRefLfnr-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link Integer }
+ *
+ */
+ public void setPersonRefLfnr(Integer value) {
+ this.personRefLfnr = value;
+ }
+
+}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/BasisSchadenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/BasisSchadenType.java
new file mode 100644
index 00000000..5b88b402
--- /dev/null
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/BasisSchadenType.java
@@ -0,0 +1,395 @@
+
+package at.vvo.omds.types.omds3Types.r1_5_0.on7schaden;
+
+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 javax.xml.datatype.XMLGregorianCalendar;
+import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
+import at.vvo.omds.types.omds3Types.r1_5_0.common.ServiceFault;
+
+
+/**
+ * Abstrakter Typ mit gemeinsamen Rumpfdaten fuer Schaden und Schaden-Light
+ *
+ * Java-Klasse für BasisSchaden_Type complex type. + * + *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * + *
+ * <complexType name="BasisSchaden_Type">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenanlage" minOccurs="0"/>
+ * <element name="Schadennr" type="{urn:omds20}Schadennr" minOccurs="0"/>
+ * <element name="BearbStandSeit" type="{urn:omds20}Datum" minOccurs="0"/>
+ * <element name="VormaligeSchadennr" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="NachfolgendeSchadennr" type="{urn:omds20}Schadennr" minOccurs="0"/>
+ * <element name="SachbearbVU" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SachbearbVUType" minOccurs="0"/>
+ * <element name="Polizzennr" type="{urn:omds20}Polizzennr"/>
+ * <element name="VertragsID" type="{urn:omds20}VertragsID" minOccurs="0"/>
+ * <element name="ErledDat" type="{urn:omds20}Datum" minOccurs="0"/>
+ * <element name="DeepLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="ZusaetzlicheSchadensdaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ZusaetzlicheSchadensdaten_Type" minOccurs="0"/>
+ * <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "BasisSchaden_Type", propOrder = {
+ "geschaeftsfallSchadenanlage",
+ "schadennr",
+ "bearbStandSeit",
+ "vormaligeSchadennr",
+ "nachfolgendeSchadennr",
+ "sachbearbVU",
+ "polizzennr",
+ "vertragsID",
+ "erledDat",
+ "deepLink",
+ "zusaetzlicheSchadensdaten",
+ "meldungen"
+})
+@XmlSeeAlso({
+ SchadenType.class,
+ SchadenLightType.class
+})
+public class BasisSchadenType {
+
+ @XmlElement(name = "GeschaeftsfallSchadenanlage")
+ protected ObjektIdType geschaeftsfallSchadenanlage;
+ @XmlElement(name = "Schadennr")
+ protected String schadennr;
+ @XmlElement(name = "BearbStandSeit")
+ @XmlSchemaType(name = "date")
+ protected XMLGregorianCalendar bearbStandSeit;
+ @XmlElement(name = "VormaligeSchadennr")
+ 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 vormaligeSchadennr property.
+ *
+ *
+ * For example, to add a new item, do as follows: + *
+ * getVormaligeSchadennr().add(newItem); + *+ * + * + *
+ * 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 ServiceFault }
+ *
+ *
+ */
+ public List Java-Klasse für BasisSchadenereignis_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 ObjektIdType }
+ *
+ *
+ */
+ 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 ServiceFault }
+ *
+ *
+ */
+ public List Java-Klasse für ChangedClaimsListRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für ChangedClaimsListResponseResult_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 SchadenereignisLightType }
- *
- *
- */
- public List Java-Klasse für ChangedClaimsListResponse_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 ServiceFault }
- *
- *
- */
- public List Java-Klasse für DeclareNewClaimStatusRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für DeclareNewClaimStatusResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SpezifikationSchaden_Type complex type.
+ * Java-Klasse für GetClaimRequest_Type complex type.
*
* Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* Java-Klasse für GetClaimResponseLight_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für InitiateClaimRequest_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 BeteiligtePersonType }
- *
- *
- */
- 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 ReferenzAufBeteiligtePersonSchadenType }
- *
- *
- */
- 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 UploadDokumentType }
- *
- *
- */
- public List Java-Klasse für InitiateClaimResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für LossEventListRequest_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 LossEventListResponseResult_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 LossEventType }
- *
- *
- */
- public List Java-Klasse für LossEventListResponse_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 ServiceFault }
- *
- *
- */
- public List Java-Klasse für LossEventRegisteredResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für LossEvent_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SchadenInfo_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 SchadenStatus_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 SchadenInfoType }
- *
- *
- */
- 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 ServiceFault }
- *
- *
- */
- public List Java-Klasse für anonymous complex type.
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SchadenereignisLightType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SchadenereignisLightType.java
index e21520c6..75ff182f 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SchadenereignisLightType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SchadenereignisLightType.java
@@ -6,10 +6,7 @@ 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;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
/**
@@ -22,20 +19,11 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
*
- * 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 ObjektIdType }
- *
- *
- */
- 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 ObjektIdType }
- *
- *
- */
- 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 ServiceFault }
- *
- *
- */
- public Listset method for the meldungen property.
+ *
+ *
+ * getMeldungen().add(newItem);
+ *
+ *
+ *
+ *
+ * <complexType name="BasisSchadenereignis_Type">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="VUNr" type="{urn:omds20}VUNr"/>
+ * <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenereignis" minOccurs="0"/>
+ * <element name="NachfolgendeSchadenmeldung" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
+ * <element name="VorherigeSchadenmeldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="Ereigniszpkt" type="{urn:omds20}Datum-Zeit"/>
+ * <element name="EreignisbeschrTxt" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="Meldedat" type="{urn:omds20}Datum-Zeit"/>
+ * <element name="DeepLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="ZusaetzlicheSchadensereignisdaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ZusaetzlicheSchadensereignisdaten_Type" minOccurs="0"/>
+ * <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "BasisSchadenereignis_Type", propOrder = {
+ "vuNr",
+ "geschaeftsfallSchadenereignis",
+ "nachfolgendeSchadenmeldung",
+ "vorherigeSchadenmeldungen",
+ "ereigniszpkt",
+ "ereignisbeschrTxt",
+ "meldedat",
+ "deepLink",
+ "zusaetzlicheSchadensereignisdaten",
+ "meldungen"
+})
+@XmlSeeAlso({
+ SchadenereignisType.class,
+ SchadenereignisLightType.class
+})
+public abstract class BasisSchadenereignisType {
+
+ @XmlElement(name = "VUNr", required = true)
+ protected String vuNr;
+ @XmlElement(name = "GeschaeftsfallSchadenereignis")
+ protected ObjektIdType geschaeftsfallSchadenereignis;
+ @XmlElement(name = "NachfolgendeSchadenmeldung")
+ protected ObjektIdType nachfolgendeSchadenmeldung;
+ @XmlElement(name = "VorherigeSchadenmeldungen")
+ protected Listset method for the vorherigeSchadenmeldungen property.
+ *
+ *
+ * getVorherigeSchadenmeldungen().add(newItem);
+ *
+ *
+ *
+ * set method for the meldungen property.
+ *
+ *
+ * getMeldungen().add(newItem);
+ *
+ *
+ *
+ *
- * <complexType name="ChangedClaimsListRequest_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="VUNr" type="{urn:omds20}VUNr"/>
- * <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- * <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type"/>
- * <element name="MaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- * <element name="Offset" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- * <element name="OrderBy" minOccurs="0">
- * <simpleType>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * <enumeration value="Changed"/>
- * </restriction>
- * </simpleType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ChangedClaimsListRequest_Type", propOrder = {
- "vuNr",
- "authFilter",
- "zeitraum",
- "maxResults",
- "offset",
- "orderBy"
-})
-public class ChangedClaimsListRequestType {
-
- @XmlElement(name = "VUNr", required = true)
- protected String vuNr;
- @XmlElement(name = "AuthFilter")
- protected AuthorizationFilter authFilter;
- @XmlElement(name = "Zeitraum", required = true)
- protected ZeitraumType zeitraum;
- @XmlElement(name = "MaxResults")
- @XmlSchemaType(name = "unsignedInt")
- protected long maxResults;
- @XmlElement(name = "Offset")
- @XmlSchemaType(name = "unsignedInt")
- protected long offset;
- @XmlElement(name = "OrderBy")
- protected String orderBy;
-
- /**
- * Ruft den Wert der vuNr-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getVUNr() {
- return vuNr;
- }
-
- /**
- * Legt den Wert der vuNr-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setVUNr(String value) {
- this.vuNr = value;
- }
-
- /**
- * Ruft den Wert der authFilter-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link AuthorizationFilter }
- *
- */
- public AuthorizationFilter getAuthFilter() {
- return authFilter;
- }
-
- /**
- * Legt den Wert der authFilter-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link AuthorizationFilter }
- *
- */
- public void setAuthFilter(AuthorizationFilter value) {
- this.authFilter = value;
- }
-
- /**
- * Ruft den Wert der zeitraum-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link ZeitraumType }
- *
- */
- public ZeitraumType getZeitraum() {
- return zeitraum;
- }
-
- /**
- * Legt den Wert der zeitraum-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link ZeitraumType }
- *
- */
- public void setZeitraum(ZeitraumType value) {
- this.zeitraum = value;
- }
-
- /**
- * Ruft den Wert der maxResults-Eigenschaft ab.
- *
- */
- public long getMaxResults() {
- return maxResults;
- }
-
- /**
- * Legt den Wert der maxResults-Eigenschaft fest.
- *
- */
- public void setMaxResults(long value) {
- this.maxResults = value;
- }
-
- /**
- * Ruft den Wert der offset-Eigenschaft ab.
- *
- */
- public long getOffset() {
- return offset;
- }
-
- /**
- * Legt den Wert der offset-Eigenschaft fest.
- *
- */
- public void setOffset(long value) {
- this.offset = value;
- }
-
- /**
- * Ruft den Wert der orderBy-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOrderBy() {
- return orderBy;
- }
-
- /**
- * Legt den Wert der orderBy-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOrderBy(String value) {
- this.orderBy = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/ChangedClaimsListResponseResultType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/ChangedClaimsListResponseResultType.java
deleted file mode 100644
index e04839dc..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/ChangedClaimsListResponseResultType.java
+++ /dev/null
@@ -1,133 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on7schaden;
-
-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;
-
-
-/**
- *
- * <complexType name="ChangedClaimsListResponseResult_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="ActualOffset" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- * <element name="ActualMaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- * <element name="TotalResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- * <element name="GeaenderteObjekte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SchadenereignisLight_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ChangedClaimsListResponseResult_Type", propOrder = {
- "actualOffset",
- "actualMaxResults",
- "totalResults",
- "geaenderteObjekte"
-})
-public class ChangedClaimsListResponseResultType {
-
- @XmlElement(name = "ActualOffset")
- @XmlSchemaType(name = "unsignedInt")
- protected long actualOffset;
- @XmlElement(name = "ActualMaxResults")
- @XmlSchemaType(name = "unsignedInt")
- protected long actualMaxResults;
- @XmlElement(name = "TotalResults")
- @XmlSchemaType(name = "unsignedInt")
- protected long totalResults;
- @XmlElement(name = "GeaenderteObjekte")
- protected Listset method for the geaenderteObjekte property.
- *
- *
- * getGeaenderteObjekte().add(newItem);
- *
- *
- *
- *
- * <complexType name="ChangedClaimsListResponse_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice>
- * <element name="Result" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ChangedClaimsListResponseResult_Type"/>
- * <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded"/>
- * </choice>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ChangedClaimsListResponse_Type", propOrder = {
- "result",
- "serviceFault"
-})
-public class ChangedClaimsListResponseType {
-
- @XmlElement(name = "Result")
- protected ChangedClaimsListResponseResultType result;
- @XmlElement(name = "ServiceFault")
- protected Listset method for the serviceFault property.
- *
- *
- * getServiceFault().add(newItem);
- *
- *
- *
- *
- * <complexType name="DeclareNewClaimStatusRequest_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="alt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SchadenStatus_Type"/>
- * <element name="neu" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SchadenStatus_Type"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "DeclareNewClaimStatusRequest_Type", propOrder = {
- "alt",
- "neu"
-})
-public class DeclareNewClaimStatusRequestType {
-
- @XmlElement(required = true)
- protected SchadenStatusType alt;
- @XmlElement(required = true)
- protected SchadenStatusType neu;
-
- /**
- * Ruft den Wert der alt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SchadenStatusType }
- *
- */
- public SchadenStatusType getAlt() {
- return alt;
- }
-
- /**
- * Legt den Wert der alt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SchadenStatusType }
- *
- */
- public void setAlt(SchadenStatusType value) {
- this.alt = value;
- }
-
- /**
- * Ruft den Wert der neu-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SchadenStatusType }
- *
- */
- public SchadenStatusType getNeu() {
- return neu;
- }
-
- /**
- * Legt den Wert der neu-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SchadenStatusType }
- *
- */
- public void setNeu(SchadenStatusType value) {
- this.neu = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/DeclareNewClaimStatusResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/DeclareNewClaimStatusResponseType.java
deleted file mode 100644
index 142cf826..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/DeclareNewClaimStatusResponseType.java
+++ /dev/null
@@ -1,32 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on7schaden;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Typ des Response, wenn die Zusammenlegung von Schadenfällen bekanntgegeben wurde
- *
- *
- * <complexType name="DeclareNewClaimStatusResponse_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "DeclareNewClaimStatusResponse_Type")
-public class DeclareNewClaimStatusResponseType {
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SpezifikationSchadenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/GetClaimRequestType.java
similarity index 95%
rename from OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SpezifikationSchadenType.java
rename to OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/GetClaimRequestType.java
index a9458072..0856f1e9 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SpezifikationSchadenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/GetClaimRequestType.java
@@ -13,12 +13,12 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
/**
* Dieser Typ enthält eine Schadennr oder eine GeschaeftsfallId
*
- *
- * <complexType name="SpezifikationSchaden_Type">
+ * <complexType name="GetClaimRequest_Type">
* <complexContent>
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
* <sequence>
@@ -37,13 +37,13 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SpezifikationSchaden_Type", propOrder = {
+@XmlType(name = "GetClaimRequest_Type", propOrder = {
"authFilter",
"geschaeftsfallSchadenereignis",
"geschaeftsfallSchadenanlage",
"schadennr"
})
-public class SpezifikationSchadenType
+public class GetClaimRequestType
extends CommonRequestType
{
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/GetClaimResponseLightType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/GetClaimResponseLightType.java
deleted file mode 100644
index f6139fae..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/GetClaimResponseLightType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on7schaden;
-
-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.CommonResponseType;
-
-
-/**
- * Leichtgewichtiges Response-Objekt für Schadenereignisse
- *
- *
- * <complexType name="GetClaimResponseLight_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
- * <sequence>
- * <element name="Schadenereignis" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SchadenereignisLight_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "GetClaimResponseLight_Type", propOrder = {
- "schadenereignis"
-})
-public class GetClaimResponseLightType
- extends CommonResponseType
-{
-
- @XmlElement(name = "Schadenereignis", required = true)
- protected SchadenereignisLightType schadenereignis;
-
- /**
- * Ruft den Wert der schadenereignis-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SchadenereignisLightType }
- *
- */
- public SchadenereignisLightType getSchadenereignis() {
- return schadenereignis;
- }
-
- /**
- * Legt den Wert der schadenereignis-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SchadenereignisLightType }
- *
- */
- public void setSchadenereignis(SchadenereignisLightType value) {
- this.schadenereignis = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/GetClaimResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/GetClaimResponseType.java
index e51fa598..2dad8f00 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/GetClaimResponseType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/GetClaimResponseType.java
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.CommonResponseType;
* <complexContent>
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
* <sequence>
- * <element name="Schadenereignis" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenereignis_Type"/>
+ * <element name="Schadenereignis" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenereignis_Type" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
@@ -37,7 +37,7 @@ public class GetClaimResponseType
extends CommonResponseType
{
- @XmlElement(name = "Schadenereignis", required = true)
+ @XmlElement(name = "Schadenereignis")
protected SchadenereignisType schadenereignis;
/**
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/InitiateClaimRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/InitiateClaimRequestType.java
deleted file mode 100644
index 732d2ce3..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/InitiateClaimRequestType.java
+++ /dev/null
@@ -1,370 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on7schaden;
-
-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;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.BankverbindungType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.CommonRequestType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.UploadDokumentType;
-
-
-/**
- * Typ für die Durchführung einer einfachen Schadenmeldung
- *
- *
- * <complexType name="InitiateClaimRequest_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
- * <sequence>
- * <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenereignis" minOccurs="0"/>
- * <element name="Polizzennr" type="{urn:omds20}Polizzennr" minOccurs="0"/>
- * <element name="VertragsID" type="{urn:omds20}VertragsID" minOccurs="0"/>
- * <element name="Ereigniszpkt" type="{urn:omds20}Datum-Zeit"/>
- * <element name="EreignisbeschrTxt" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="SchadOrt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Ort_Type"/>
- * <element name="BeteiligtePersonen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BeteiligtePerson_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="Rollen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ReferenzAufBeteiligtePersonSchaden_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="Schadenmelder" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenmelder_Type"/>
- * <element name="Bankverbindung" type="{urn:omds3CommonServiceTypes-1-1-0}Bankverbindung_Type"/>
- * <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}Upload_Dokument_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "InitiateClaimRequest_Type", propOrder = {
- "geschaeftsfallSchadenereignis",
- "polizzennr",
- "vertragsID",
- "ereigniszpkt",
- "ereignisbeschrTxt",
- "schadOrt",
- "beteiligtePersonen",
- "rollen",
- "schadenmelder",
- "bankverbindung",
- "dokumente"
-})
-public class InitiateClaimRequestType
- extends CommonRequestType
-{
-
- @XmlElement(name = "GeschaeftsfallSchadenereignis")
- protected ObjektIdType geschaeftsfallSchadenereignis;
- @XmlElement(name = "Polizzennr")
- protected String polizzennr;
- @XmlElement(name = "VertragsID")
- protected String vertragsID;
- @XmlElement(name = "Ereigniszpkt", required = true)
- @XmlSchemaType(name = "dateTime")
- protected XMLGregorianCalendar ereigniszpkt;
- @XmlElement(name = "EreignisbeschrTxt", required = true)
- protected String ereignisbeschrTxt;
- @XmlElement(name = "SchadOrt", required = true)
- protected OrtType schadOrt;
- @XmlElement(name = "BeteiligtePersonen")
- protected Listset method for the beteiligtePersonen property.
- *
- *
- * getBeteiligtePersonen().add(newItem);
- *
- *
- *
- * set method for the rollen property.
- *
- *
- * getRollen().add(newItem);
- *
- *
- *
- * set method for the dokumente property.
- *
- *
- * getDokumente().add(newItem);
- *
- *
- *
- *
- * <complexType name="InitiateClaimResponse_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
- * <sequence>
- * <element name="Schadenereignis" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenereignis_Type" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "InitiateClaimResponse_Type", propOrder = {
- "schadenereignis"
-})
-public class InitiateClaimResponseType
- extends CommonResponseType
-{
-
- @XmlElement(name = "Schadenereignis")
- protected SchadenereignisType schadenereignis;
-
- /**
- * Ruft den Wert der schadenereignis-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SchadenereignisType }
- *
- */
- public SchadenereignisType getSchadenereignis() {
- return schadenereignis;
- }
-
- /**
- * Legt den Wert der schadenereignis-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SchadenereignisType }
- *
- */
- public void setSchadenereignis(SchadenereignisType value) {
- this.schadenereignis = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/LossEventListRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/LossEventListRequestType.java
deleted file mode 100644
index 2a73730b..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/LossEventListRequestType.java
+++ /dev/null
@@ -1,234 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on7schaden;
-
-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 at.vvo.omds.types.omds3Types.r1_5_0.common.AuthorizationFilter;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.ZeitraumType;
-
-
-/**
- * Typ für Request um Liste mit Schadens-Events zu erhalten
- *
- *
- * <complexType name="LossEventListRequest_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="VUNr" type="{urn:omds20}VUNr"/>
- * <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- * <element name="Polizzennr" type="{urn:omds20}Polizzennr" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type"/>
- * <element name="MaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- * <element name="Offset" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- * <element name="OrderBy" minOccurs="0">
- * <simpleType>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * <enumeration value="Ereigniszeitpunkt"/>
- * </restriction>
- * </simpleType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "LossEventListRequest_Type", propOrder = {
- "vuNr",
- "authFilter",
- "polizzennr",
- "zeitraum",
- "maxResults",
- "offset",
- "orderBy"
-})
-public class LossEventListRequestType {
-
- @XmlElement(name = "VUNr", required = true)
- protected String vuNr;
- @XmlElement(name = "AuthFilter")
- protected AuthorizationFilter authFilter;
- @XmlElement(name = "Polizzennr")
- protected Listset method for the polizzennr property.
- *
- *
- * getPolizzennr().add(newItem);
- *
- *
- *
- *
- * <complexType name="LossEventListResponseResult_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="ActualOffset" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- * <element name="ActualMaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- * <element name="TotalResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- * <element name="LossEvents" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}LossEvent_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "LossEventListResponseResult_Type", propOrder = {
- "actualOffset",
- "actualMaxResults",
- "totalResults",
- "lossEvents"
-})
-public class LossEventListResponseResultType {
-
- @XmlElement(name = "ActualOffset")
- @XmlSchemaType(name = "unsignedInt")
- protected long actualOffset;
- @XmlElement(name = "ActualMaxResults")
- @XmlSchemaType(name = "unsignedInt")
- protected long actualMaxResults;
- @XmlElement(name = "TotalResults")
- @XmlSchemaType(name = "unsignedInt")
- protected long totalResults;
- @XmlElement(name = "LossEvents")
- protected Listset method for the lossEvents property.
- *
- *
- * getLossEvents().add(newItem);
- *
- *
- *
- *
- * <complexType name="LossEventListResponse_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice>
- * <element name="Result" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}LossEventListResponseResult_Type"/>
- * <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded"/>
- * </choice>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "LossEventListResponse_Type", propOrder = {
- "result",
- "serviceFault"
-})
-public class LossEventListResponseType {
-
- @XmlElement(name = "Result")
- protected LossEventListResponseResultType result;
- @XmlElement(name = "ServiceFault")
- protected Listset method for the serviceFault property.
- *
- *
- * getServiceFault().add(newItem);
- *
- *
- *
- *
- * <complexType name="LossEventRegisteredResponse_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "LossEventRegisteredResponse_Type")
-public class LossEventRegisteredResponseType {
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/LossEventType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/LossEventType.java
deleted file mode 100644
index 57508f48..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/LossEventType.java
+++ /dev/null
@@ -1,152 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_5_0.on7schaden;
-
-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;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
-
-
-/**
- * Objekttyp mit welchem der Eintritt eines Schadenereignisses kommuniziert wird
- *
- *
- * <complexType name="LossEvent_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="VUNr" type="{urn:omds20}VUNr"/>
- * <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenereignis"/>
- * <element name="Ereigniszpkt" type="{urn:omds20}Datum-Zeit"/>
- * <element name="EreignisbeschrTxt" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "LossEvent_Type", propOrder = {
- "vuNr",
- "geschaeftsfallSchadenereignis",
- "ereigniszpkt",
- "ereignisbeschrTxt"
-})
-public class LossEventType {
-
- @XmlElement(name = "VUNr", required = true)
- protected String vuNr;
- @XmlElement(name = "GeschaeftsfallSchadenereignis", required = true)
- protected ObjektIdType geschaeftsfallSchadenereignis;
- @XmlElement(name = "Ereigniszpkt", required = true)
- @XmlSchemaType(name = "dateTime")
- protected XMLGregorianCalendar ereigniszpkt;
- @XmlElement(name = "EreignisbeschrTxt", required = true)
- protected String ereignisbeschrTxt;
-
- /**
- * Ruft den Wert der vuNr-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getVUNr() {
- return vuNr;
- }
-
- /**
- * Legt den Wert der vuNr-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setVUNr(String value) {
- this.vuNr = value;
- }
-
- /**
- * Ruft den Wert der geschaeftsfallSchadenereignis-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link ObjektIdType }
- *
- */
- public ObjektIdType getGeschaeftsfallSchadenereignis() {
- return geschaeftsfallSchadenereignis;
- }
-
- /**
- * Legt den Wert der geschaeftsfallSchadenereignis-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link ObjektIdType }
- *
- */
- public void setGeschaeftsfallSchadenereignis(ObjektIdType value) {
- this.geschaeftsfallSchadenereignis = value;
- }
-
- /**
- * Ruft den Wert der ereigniszpkt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link XMLGregorianCalendar }
- *
- */
- public XMLGregorianCalendar getEreigniszpkt() {
- return ereigniszpkt;
- }
-
- /**
- * Legt den Wert der ereigniszpkt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link XMLGregorianCalendar }
- *
- */
- public void setEreigniszpkt(XMLGregorianCalendar value) {
- this.ereigniszpkt = value;
- }
-
- /**
- * Ruft den Wert der ereignisbeschrTxt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getEreignisbeschrTxt() {
- return ereignisbeschrTxt;
- }
-
- /**
- * Legt den Wert der ereignisbeschrTxt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setEreignisbeschrTxt(String value) {
- this.ereignisbeschrTxt = value;
- }
-
-}
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 e9bb953e..195bb05a 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
@@ -29,25 +29,13 @@ public class ObjectFactory {
private final static QName _CheckClaimResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "CheckClaimResponse");
private final static QName _SubmitClaimRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "SubmitClaimRequest");
private final static QName _SubmitClaimResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "SubmitClaimResponse");
- private final static QName _InitiateClaimRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "InitiateClaimRequest");
- private final static QName _InitiateClaimResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "InitiateClaimResponse");
private final static QName _GetClaimRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "GetClaimRequest");
private final static QName _GetClaimResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "GetClaimResponse");
- private final static QName _GetClaimLightRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "GetClaimLightRequest");
- private final static QName _GetClaimLightResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "GetClaimLightResponse");
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 _ChangedClaimsListRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "ChangedClaimsListRequest");
- private final static QName _ChangedClaimsListResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "ChangedClaimsListResponse");
- private final static QName _LossEventListRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "LossEventListRequest");
- private final static QName _LossEventListResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "LossEventListResponse");
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 _DeclareNewClaimStatusRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "DeclareNewClaimStatusRequest");
- private final static QName _DeclareNewClaimStatusResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "DeclareNewClaimStatusResponse");
- private final static QName _LossEventRegisteredRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "LossEventRegisteredRequest");
- private final static QName _LossEventRegisteredResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "LossEventRegisteredResponse");
/**
* 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
@@ -105,27 +93,11 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link InitiateClaimRequestType }
+ * Create an instance of {@link GetClaimRequestType }
*
*/
- public InitiateClaimRequestType createInitiateClaimRequestType() {
- return new InitiateClaimRequestType();
- }
-
- /**
- * Create an instance of {@link InitiateClaimResponseType }
- *
- */
- public InitiateClaimResponseType createInitiateClaimResponseType() {
- return new InitiateClaimResponseType();
- }
-
- /**
- * Create an instance of {@link SpezifikationSchadenType }
- *
- */
- public SpezifikationSchadenType createSpezifikationSchadenType() {
- return new SpezifikationSchadenType();
+ public GetClaimRequestType createGetClaimRequestType() {
+ return new GetClaimRequestType();
}
/**
@@ -136,14 +108,6 @@ public class ObjectFactory {
return new GetClaimResponseType();
}
- /**
- * Create an instance of {@link GetClaimResponseLightType }
- *
- */
- public GetClaimResponseLightType createGetClaimResponseLightType() {
- return new GetClaimResponseLightType();
- }
-
/**
* Create an instance of {@link SearchClaimRequestType }
*
@@ -168,70 +132,6 @@ public class ObjectFactory {
return new SchadenzuordnungType();
}
- /**
- * Create an instance of {@link ChangedClaimsListRequestType }
- *
- */
- public ChangedClaimsListRequestType createChangedClaimsListRequestType() {
- return new ChangedClaimsListRequestType();
- }
-
- /**
- * Create an instance of {@link ChangedClaimsListResponseType }
- *
- */
- public ChangedClaimsListResponseType createChangedClaimsListResponseType() {
- return new ChangedClaimsListResponseType();
- }
-
- /**
- * Create an instance of {@link LossEventListRequestType }
- *
- */
- public LossEventListRequestType createLossEventListRequestType() {
- return new LossEventListRequestType();
- }
-
- /**
- * Create an instance of {@link LossEventListResponseType }
- *
- */
- public LossEventListResponseType createLossEventListResponseType() {
- return new LossEventListResponseType();
- }
-
- /**
- * Create an instance of {@link DeclareNewClaimStatusRequestType }
- *
- */
- public DeclareNewClaimStatusRequestType createDeclareNewClaimStatusRequestType() {
- return new DeclareNewClaimStatusRequestType();
- }
-
- /**
- * Create an instance of {@link DeclareNewClaimStatusResponseType }
- *
- */
- public DeclareNewClaimStatusResponseType createDeclareNewClaimStatusResponseType() {
- return new DeclareNewClaimStatusResponseType();
- }
-
- /**
- * Create an instance of {@link LossEventType }
- *
- */
- public LossEventType createLossEventType() {
- return new LossEventType();
- }
-
- /**
- * Create an instance of {@link LossEventRegisteredResponseType }
- *
- */
- public LossEventRegisteredResponseType createLossEventRegisteredResponseType() {
- return new LossEventRegisteredResponseType();
- }
-
/**
* Create an instance of {@link SearchClaimResponseResultType }
*
@@ -264,6 +164,14 @@ public class ObjectFactory {
return new SchadenLightType();
}
+ /**
+ * Create an instance of {@link BasisSchadenType }
+ *
+ */
+ public BasisSchadenType createBasisSchadenType() {
+ return new BasisSchadenType();
+ }
+
/**
* Create an instance of {@link BeteiligtePersonType }
*
@@ -360,38 +268,6 @@ public class ObjectFactory {
return new NatPersonType();
}
- /**
- * Create an instance of {@link ChangedClaimsListResponseResultType }
- *
- */
- public ChangedClaimsListResponseResultType createChangedClaimsListResponseResultType() {
- return new ChangedClaimsListResponseResultType();
- }
-
- /**
- * Create an instance of {@link SchadenStatusType }
- *
- */
- public SchadenStatusType createSchadenStatusType() {
- return new SchadenStatusType();
- }
-
- /**
- * Create an instance of {@link SchadenInfoType }
- *
- */
- public SchadenInfoType createSchadenInfoType() {
- return new SchadenInfoType();
- }
-
- /**
- * Create an instance of {@link LossEventListResponseResultType }
- *
- */
- public LossEventListResponseResultType createLossEventListResponseResultType() {
- return new LossEventListResponseResultType();
- }
-
/**
* Create an instance of {@link SpartendetailSchadenKrankenType.Behandlungen }
*
@@ -445,30 +321,12 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link InitiateClaimRequestType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", name = "InitiateClaimRequest")
- public JAXBElement
- * <complexType name="SchadenInfo_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenanlage"/>
- * <element name="BearbStandCd" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BearbStandCd_Type"/>
- * <element name="Schadennr" type="{urn:omds20}Schadennr" minOccurs="0"/>
- * <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenzuordnung" minOccurs="0"/>
- * <element name="SachbearbVU" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SachbearbVUType" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SchadenInfo_Type", propOrder = {
- "geschaeftsfallSchadenanlage",
- "bearbStandCd",
- "schadennr",
- "schadenzuordnung",
- "sachbearbVU"
-})
-public class SchadenInfoType {
-
- @XmlElement(name = "GeschaeftsfallSchadenanlage", required = true)
- protected ObjektIdType geschaeftsfallSchadenanlage;
- @XmlElement(name = "BearbStandCd", required = true)
- protected String bearbStandCd;
- @XmlElement(name = "Schadennr")
- protected String schadennr;
- @XmlElement(name = "Schadenzuordnung")
- protected SchadenzuordnungType schadenzuordnung;
- @XmlElement(name = "SachbearbVU")
- protected SachbearbVUType sachbearbVU;
-
- /**
- * Ruft den Wert der geschaeftsfallSchadenanlage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link ObjektIdType }
- *
- */
- public ObjektIdType getGeschaeftsfallSchadenanlage() {
- return geschaeftsfallSchadenanlage;
- }
-
- /**
- * Legt den Wert der geschaeftsfallSchadenanlage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link ObjektIdType }
- *
- */
- public void setGeschaeftsfallSchadenanlage(ObjektIdType value) {
- this.geschaeftsfallSchadenanlage = value;
- }
-
- /**
- * Ruft den Wert der bearbStandCd-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getBearbStandCd() {
- return bearbStandCd;
- }
-
- /**
- * Legt den Wert der bearbStandCd-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setBearbStandCd(String value) {
- this.bearbStandCd = value;
- }
-
- /**
- * Ruft den Wert der schadennr-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getSchadennr() {
- return schadennr;
- }
-
- /**
- * Legt den Wert der schadennr-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setSchadennr(String value) {
- this.schadennr = value;
- }
-
- /**
- * Anhand der Schadenzuordnung kann man erkennen, um welche Schadensparte es sich handelt.
- *
- * @return
- * possible object is
- * {@link SchadenzuordnungType }
- *
- */
- public SchadenzuordnungType getSchadenzuordnung() {
- return schadenzuordnung;
- }
-
- /**
- * Legt den Wert der schadenzuordnung-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SchadenzuordnungType }
- *
- */
- public void setSchadenzuordnung(SchadenzuordnungType value) {
- this.schadenzuordnung = value;
- }
-
- /**
- * Ruft den Wert der sachbearbVU-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SachbearbVUType }
- *
- */
- public SachbearbVUType getSachbearbVU() {
- return sachbearbVU;
- }
-
- /**
- * Legt den Wert der sachbearbVU-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SachbearbVUType }
- *
- */
- public void setSachbearbVU(SachbearbVUType value) {
- this.sachbearbVU = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SchadenLightType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SchadenLightType.java
index 75fb3203..5ef19900 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SchadenLightType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on7schaden/SchadenLightType.java
@@ -1,15 +1,10 @@
package at.vvo.omds.types.omds3Types.r1_5_0.on7schaden;
-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;
-import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
/**
@@ -22,21 +17,12 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
*
* <complexType name="SchadenLight_Type">
* <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BasisSchaden_Type">
* <sequence>
- * <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenanlage" minOccurs="0"/>
- * <element name="Schadennr" type="{urn:omds20}Schadennr" minOccurs="0"/>
- * <element name="VormaligeSchadennr" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="NachfolgendeSchadennr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="BearbStandCd" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BearbStandCd_Type"/>
- * <element name="SachbearbVU" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SachbearbVUType" minOccurs="0"/>
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenzuordnung" minOccurs="0"/>
- * <element name="Polizzennr" type="{urn:omds20}Polizzennr"/>
- * <element name="VertragsID" type="{urn:omds20}VertragsID" minOccurs="0"/>
- * <element name="ErledDat" type="{urn:omds20}Datum" minOccurs="0"/>
- * <element name="ZusaetzlicheSchadensdaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ZusaetzlicheSchadensdaten_Type" minOccurs="0"/>
* </sequence>
- * </restriction>
+ * </extension>
* </complexContent>
* </complexType>
*
@@ -45,144 +31,17 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SchadenLight_Type", propOrder = {
- "geschaeftsfallSchadenanlage",
- "schadennr",
- "vormaligeSchadennr",
- "nachfolgendeSchadennr",
"bearbStandCd",
- "sachbearbVU",
- "schadenzuordnung",
- "polizzennr",
- "vertragsID",
- "erledDat",
- "zusaetzlicheSchadensdaten"
+ "schadenzuordnung"
})
-public class SchadenLightType {
+public class SchadenLightType
+ extends BasisSchadenType
+{
- @XmlElement(name = "GeschaeftsfallSchadenanlage")
- protected ObjektIdType geschaeftsfallSchadenanlage;
- @XmlElement(name = "Schadennr")
- protected String schadennr;
- @XmlElement(name = "VormaligeSchadennr")
- protected Listset method for the vormaligeSchadennr property.
- *
- *
- * getVormaligeSchadennr().add(newItem);
- *
- *
- *
- *
- * <complexType name="SchadenStatus_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}AbstraktesEreignisStatusAenderung_Type">
- * <sequence>
- * <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenereignis"/>
- * <element name="VUNr" type="{urn:omds20}VUNr"/>
- * <element ref="{urn:omds3CommonServiceTypes-1-1-0}OrdnungsbegriffZuordFremd" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="Schaeden" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SchadenInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SchadenStatus_Type", propOrder = {
- "geschaeftsfallSchadenereignis",
- "vuNr",
- "ordnungsbegriffZuordFremd",
- "schaeden"
-})
-public class SchadenStatusType
- extends AbstraktesEreignisStatusAenderungType
-{
-
- @XmlElement(name = "GeschaeftsfallSchadenereignis", required = true)
- protected ObjektIdType geschaeftsfallSchadenereignis;
- @XmlElement(name = "VUNr", required = true)
- protected String vuNr;
- @XmlElement(name = "OrdnungsbegriffZuordFremd", namespace = "urn:omds3CommonServiceTypes-1-1-0")
- protected Listset method for the ordnungsbegriffZuordFremd property.
- *
- *
- * getOrdnungsbegriffZuordFremd().add(newItem);
- *
- *
- *
- * set method for the schaeden property.
- *
- *
- * getSchaeden().add(newItem);
- *
- *
- *
- *
* <complexType name="Schaden_Type">
* <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BasisSchaden_Type">
* <sequence>
- * <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenanlage" minOccurs="0"/>
- * <element name="Schadennr" type="{urn:omds20}Schadennr" minOccurs="0"/>
- * <element name="VormaligeSchadennummern" type="{urn:omds20}Schadennr" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="NachfolgendeSchadennr" type="{urn:omds20}Schadennr" minOccurs="0"/>
* <element name="BearbStandCd" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BearbStandCd_Type" minOccurs="0"/>
- * <element name="SachbearbVU" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SachbearbVUType" minOccurs="0"/>
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenzuordnung"/>
- * <element name="Polizzennr" type="{urn:omds20}Polizzennr"/>
- * <element name="VertragsID" type="{urn:omds20}VertragsID" minOccurs="0"/>
* <element name="SchadenTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="BeteiligtePersonen" maxOccurs="unbounded" minOccurs="0">
* <complexType>
@@ -59,12 +49,8 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.ServiceFault;
* <element name="LeistungGeschaetzt" type="{urn:omds20}decimal" minOccurs="0"/>
* <element name="WaehrungsCd" type="{urn:omds20}WaehrungsCd_Type" minOccurs="0"/>
* <element name="Spartendetails" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SpartendetailSchaden_Type" minOccurs="0"/>
- * <element name="ErledDat" type="{urn:omds20}Datum" minOccurs="0"/>
- * <element name="DeepLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="ZusaetzlicheSchadensdaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ZusaetzlicheSchadensdaten_Type" minOccurs="0"/>
* </sequence>
- * </restriction>
+ * </extension>
* </complexContent>
* </complexType>
*
@@ -73,45 +59,22 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.ServiceFault;
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Schaden_Type", propOrder = {
- "geschaeftsfallSchadenanlage",
- "schadennr",
- "vormaligeSchadennummern",
- "nachfolgendeSchadennr",
"bearbStandCd",
- "sachbearbVU",
"schadenzuordnung",
- "polizzennr",
- "vertragsID",
"schadenTxt",
"beteiligtePersonen",
"leistungGeschaetzt",
"waehrungsCd",
- "spartendetails",
- "erledDat",
- "deepLink",
- "meldungen",
- "zusaetzlicheSchadensdaten"
+ "spartendetails"
})
-public class SchadenType {
+public class SchadenType
+ extends BasisSchadenType
+{
- @XmlElement(name = "GeschaeftsfallSchadenanlage")
- protected ObjektIdType geschaeftsfallSchadenanlage;
- @XmlElement(name = "Schadennr")
- protected String schadennr;
- @XmlElement(name = "VormaligeSchadennummern")
- protected Listset method for the vormaligeSchadennummern property.
- *
- *
- * getVormaligeSchadennummern().add(newItem);
- *
- *
- *
- * set method for the meldungen property.
- *
- *
- * getMeldungen().add(newItem);
- *
- *
- *
- *
* <complexType name="SchadenereignisLight_Type">
* <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BasisSchadenereignis_Type">
* <sequence>
- * <element name="VUNr" type="{urn:omds20}VUNr"/>
- * <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenereignis" minOccurs="0"/>
- * <element name="VormaligeIdGeschaeftsfall" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="NachfolgendeIdGeschaeftsfall" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- * <element name="Ereigniszpkt" type="{urn:omds20}Datum-Zeit"/>
- * <element name="EreignisbeschrTxt" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="Meldedat" type="{urn:omds20}Datum-Zeit"/>
- * <element name="DeepLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="ZusaetzlicheSchadensereignisdaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ZusaetzlicheSchadensereignisdaten_Type" minOccurs="0"/>
* <element name="Schaeden" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SchadenLight_Type" maxOccurs="unbounded"/>
* </sequence>
- * </restriction>
+ * </extension>
* </complexContent>
* </complexType>
*
@@ -44,263 +32,15 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SchadenereignisLight_Type", propOrder = {
- "vuNr",
- "geschaeftsfallSchadenereignis",
- "vormaligeIdGeschaeftsfall",
- "nachfolgendeIdGeschaeftsfall",
- "ereigniszpkt",
- "ereignisbeschrTxt",
- "meldedat",
- "deepLink",
- "zusaetzlicheSchadensereignisdaten",
"schaeden"
})
-public class SchadenereignisLightType {
+public class SchadenereignisLightType
+ extends BasisSchadenereignisType
+{
- @XmlElement(name = "VUNr", required = true)
- protected String vuNr;
- @XmlElement(name = "GeschaeftsfallSchadenereignis")
- protected ObjektIdType geschaeftsfallSchadenereignis;
- @XmlElement(name = "VormaligeIdGeschaeftsfall")
- protected Listset method for the vormaligeIdGeschaeftsfall property.
- *
- *
- * getVormaligeIdGeschaeftsfall().add(newItem);
- *
- *
- *
- *
* <complexType name="Schadenereignis_Type">
* <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BasisSchadenereignis_Type">
* <sequence>
- * <element name="VUNr" type="{urn:omds20}VUNr"/>
- * <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenereignis" minOccurs="0"/>
- * <element name="VorherigeSchadenmeldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="NachfolgendeSchadenmeldung" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- * <element name="Ereigniszpkt" type="{urn:omds20}Datum-Zeit"/>
- * <element name="EreignisbeschrTxt" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="SchadOrt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Ort_Type"/>
* <element name="BeteiligtePersonen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BeteiligtePerson_Type" maxOccurs="unbounded" minOccurs="0"/>
* <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="Meldedat" type="{urn:omds20}Datum-Zeit" 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}Bankverbindung_Type" minOccurs="0"/>
- * <element name="ZusaetzlicheSchadensereignisdaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ZusaetzlicheSchadensereignisdaten_Type" minOccurs="0"/>
- * <element name="DeepLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="Bankverbindung" type="{urn:omds3CommonServiceTypes-1-1-0}PersBankverbindung_Type" minOccurs="0"/>
* <element name="Schaeden" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schaden_Type" maxOccurs="unbounded"/>
* </sequence>
- * </restriction>
+ * </extension>
* </complexContent>
* </complexType>
*
@@ -54,39 +40,18 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.ServiceFault;
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Schadenereignis_Type", propOrder = {
- "vuNr",
- "geschaeftsfallSchadenereignis",
- "vorherigeSchadenmeldungen",
- "nachfolgendeSchadenmeldung",
- "ereigniszpkt",
- "ereignisbeschrTxt",
"schadOrt",
"beteiligtePersonen",
"geschaedigteInteressen",
"dokumente",
- "meldedat",
"schadenmelder",
"bankverbindung",
- "zusaetzlicheSchadensereignisdaten",
- "deepLink",
- "meldungen",
"schaeden"
})
-public class SchadenereignisType {
+public class SchadenereignisType
+ extends BasisSchadenereignisType
+{
- @XmlElement(name = "VUNr", required = true)
- protected String vuNr;
- @XmlElement(name = "GeschaeftsfallSchadenereignis")
- protected ObjektIdType geschaeftsfallSchadenereignis;
- @XmlElement(name = "VorherigeSchadenmeldungen")
- protected Listset method for the vorherigeSchadenmeldungen property.
- *
- *
- * getVorherigeSchadenmeldungen().add(newItem);
- *
- *
- *
- * set method for the meldungen property.
- *
- *
- * getMeldungen().add(newItem);
- *
- *
- *
- *