diff --git a/OMDSServiceDefinition/pom.xml b/OMDSServiceDefinition/pom.xml
index 889230d4..6fec6dd8 100644
--- a/OMDSServiceDefinition/pom.xml
+++ b/OMDSServiceDefinition/pom.xml
@@ -299,12 +299,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
features parameter will have their default values.
- * @return
- * returns OmdsServicePortType
- */
- @WebEndpoint(name = "omdsServicePort")
- public OmdsServicePortType getOmdsServicePort(WebServiceFeature... features) {
- return super.getPort(OmdsServicePort, OmdsServicePortType.class, features);
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/brokerservice/OmdsServicePortImpl.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/brokerservice/OmdsServicePortImpl.java
deleted file mode 100644
index b0123cc5..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/brokerservice/OmdsServicePortImpl.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-/**
- * Please modify this class to meet your needs
- * This class is not complete
- */
-
-package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
-
-import java.util.logging.Logger;
-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-08-01T18:23:17.383+02:00
- * Generated source version: 3.2.0
- *
- */
-
-@javax.jws.WebService(
- serviceName = "omdsService",
- portName = "omdsServicePort",
- targetNamespace = "http://omds.vvo.at/brokerservice/v1_4_0",
- wsdlLocation = "file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_0/omds3ServicesBroker.wsdl",
- endpointInterface = "at.vvo.omds.types.omds3Types.r1_4_0.brokerservice.OmdsServicePortType")
-
-public class OmdsServicePortImpl implements OmdsServicePortType {
-
- private static final Logger LOG = Logger.getLogger(OmdsServicePortImpl.class.getName());
-
- /* (non-Javadoc)
- * @see at.vvo.omds.types.omds3Types.r1_4_0.brokerservice.OmdsServicePortType#lossEventRegistered(at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventRegisteredResponseType lossEventRegistered(at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation lossEventRegistered");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventRegisteredResponseType _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_4_0.brokerservice.OmdsServicePortType#declareNewClaimStatus(at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusRequestType parameters)*
- */
- public at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusResponseType declareNewClaimStatus(at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusRequestType parameters) throws ServiceFaultMsg {
- LOG.info("Executing operation declareNewClaimStatus");
- System.out.println(parameters);
- try {
- at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusResponseType _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_4_0/brokerservice/OmdsServicePortType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/brokerservice/OmdsServicePortType.java
deleted file mode 100644
index f77172f1..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/brokerservice/OmdsServicePortType.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
-
-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-08-01T18:23:17.400+02:00
- * Generated source version: 3.2.0
- *
- */
-@WebService(targetNamespace = "http://omds.vvo.at/brokerservice/v1_4_0", name = "omdsServicePortType")
-@XmlSeeAlso({at.vvo.omds.types.omds2Types.v2_11.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_4_0.common.ObjectFactory.class})
-@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
-public interface OmdsServicePortType {
-
- @WebMethod(action = "urn:lossEventRegistered")
- @WebResult(name = "LossEventRegisteredResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventRegisteredResponseType lossEventRegistered(
- @WebParam(partName = "parameters", name = "LossEventRegisteredRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
- at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventType parameters
- ) throws ServiceFaultMsg;
-
- @WebMethod(action = "urn:declareNewClaimStatus")
- @WebResult(name = "DeclareNewClaimStatusResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
- public at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusResponseType declareNewClaimStatus(
- @WebParam(partName = "parameters", name = "DeclareNewClaimStatusRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
- at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusRequestType parameters
- ) throws ServiceFaultMsg;
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/brokerservice/OmdsServicePortType_OmdsServicePort_Client.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/brokerservice/OmdsServicePortType_OmdsServicePort_Client.java
deleted file mode 100644
index aa51b262..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/brokerservice/OmdsServicePortType_OmdsServicePort_Client.java
+++ /dev/null
@@ -1,80 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
-
-/**
- * Please modify this class to meet your needs
- * This class is not complete
- */
-
-import java.io.File;
-import java.net.MalformedURLException;
-import java.net.URL;
-import javax.xml.namespace.QName;
-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;
-import javax.xml.ws.soap.MTOMFeature;
-
-/**
- * This class was generated by Apache CXF 3.2.0
- * 2019-08-01T18:23:17.307+02:00
- * Generated source version: 3.2.0
- *
- */
-public final class OmdsServicePortType_OmdsServicePort_Client {
-
- private static final QName SERVICE_NAME = new QName("http://omds.vvo.at/brokerservice/v1_4_0", "omdsService");
-
- private OmdsServicePortType_OmdsServicePort_Client() {
- }
-
- public static void main(String args[]) throws java.lang.Exception {
- URL wsdlURL = OmdsService.WSDL_LOCATION;
- if (args.length > 0 && args[0] != null && !"".equals(args[0])) {
- File wsdlFile = new File(args[0]);
- try {
- if (wsdlFile.exists()) {
- wsdlURL = wsdlFile.toURI().toURL();
- } else {
- wsdlURL = new URL(args[0]);
- }
- } catch (MalformedURLException e) {
- e.printStackTrace();
- }
- }
-
- OmdsService ss = new OmdsService(wsdlURL, SERVICE_NAME);
- OmdsServicePortType port = ss.getOmdsServicePort(new MTOMFeature(1024));
-
- {
- System.out.println("Invoking lossEventRegistered...");
- at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventType _lossEventRegistered_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventRegisteredResponseType _lossEventRegistered__return = port.lossEventRegistered(_lossEventRegistered_parameters);
- System.out.println("lossEventRegistered.result=" + _lossEventRegistered__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
- {
- System.out.println("Invoking declareNewClaimStatus...");
- at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusRequestType _declareNewClaimStatus_parameters = null;
- try {
- at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusResponseType _declareNewClaimStatus__return = port.declareNewClaimStatus(_declareNewClaimStatus_parameters);
- System.out.println("declareNewClaimStatus.result=" + _declareNewClaimStatus__return);
-
- } catch (ServiceFaultMsg e) {
- System.out.println("Expected exception: ServiceFaultMsg has occurred.");
- System.out.println(e.toString());
- }
- }
-
- System.exit(0);
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/brokerservice/ServiceFaultMsg.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/brokerservice/ServiceFaultMsg.java
deleted file mode 100644
index ea255441..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/brokerservice/ServiceFaultMsg.java
+++ /dev/null
@@ -1,43 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
-
-import javax.xml.ws.WebFault;
-
-
-/**
- * This class was generated by Apache CXF 3.2.0
- * 2019-08-01T18:23:17.368+02:00
- * Generated source version: 3.2.0
- */
-
-@WebFault(name = "serviceFault", targetNamespace = "urn:omds3CommonServiceTypes-1-1-0")
-public class ServiceFaultMsg extends Exception {
-
- private at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault serviceFault;
-
- public ServiceFaultMsg() {
- super();
- }
-
- public ServiceFaultMsg(String message) {
- super(message);
- }
-
- public ServiceFaultMsg(String message, Throwable cause) {
- super(message, cause);
- }
-
- public ServiceFaultMsg(String message, at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault serviceFault) {
- super(message);
- this.serviceFault = serviceFault;
- }
-
- public ServiceFaultMsg(String message, at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault serviceFault, Throwable cause) {
- super(message, cause);
- this.serviceFault = serviceFault;
- }
-
- public at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault getFaultInfo() {
- return this.serviceFault;
- }
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AbstraktesEreignisStatusAenderungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AbstraktesEreignisStatusAenderungType.java
index 781d54a1..93d74774 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AbstraktesEreignisStatusAenderungType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AbstraktesEreignisStatusAenderungType.java
@@ -3,9 +3,7 @@ package at.vvo.omds.types.omds3Types.r1_4_0.common;
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_4_0.on7schaden.SchadenStatusType;
/**
@@ -28,9 +26,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenStatusType;
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AbstraktesEreignisStatusAenderung_Type")
-@XmlSeeAlso({
- SchadenStatusType.class
-})
public abstract class AbstraktesEreignisStatusAenderungType {
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonRequestType.java
index 647f9a2b..be2345ef 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonRequestType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonRequestType.java
@@ -9,20 +9,6 @@ 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_4_0.on2antrag.common.GetApplicationDocumentRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.CollectionChangeRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.GetPoliciesOfPartnerRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.SetMailingAddressRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.AddCommunicationObjectRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangeCommunicationObjectRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangePartnerMainAddressRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangePersonDataRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.CheckAddressRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.DeleteCommunicationObjectRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.GetPartnerRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.CreateClaimRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.InitiateClaimRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SpezifikationSchadenType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimRequestType;
/**
@@ -57,23 +43,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimRequestType;
"korrelationsId"
})
@XmlSeeAlso({
- CreateClaimRequestType.class,
- SubmitClaimRequestType.class,
- InitiateClaimRequestType.class,
- SpezifikationSchadenType.class,
- GetPoliciesOfPartnerRequestType.class,
- SetMailingAddressRequestType.class,
- CollectionChangeRequestType.class,
- GetApplicationDocumentRequestType.class,
- CommonProcessRequestType.class,
CommonSearchRequestType.class,
- GetPartnerRequestType.class,
- CheckAddressRequestType.class,
- ChangePartnerMainAddressRequestType.class,
- ChangePersonDataRequestType.class,
- ChangeCommunicationObjectRequestType.class,
- AddCommunicationObjectRequestType.class,
- DeleteCommunicationObjectRequestType.class
+ GetApplicationDocumentRequestType.class,
+ CommonProcessRequestType.class
})
public abstract class CommonRequestType {
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonResponseType.java
index 77dfc82f..346dfb6c 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonResponseType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonResponseType.java
@@ -7,21 +7,6 @@ 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_4_0.on2antrag.common.GetApplicationDocumentResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.CollectionChangeResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.GetPoliciesOfPartnerResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.SetMailingAddressResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.AddCommunicationObjectResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangeCommunicationObjectResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangePartnerMainAddressResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangePersonDataResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.CheckAddressResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.DeleteCommunicationObjectResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.GetPartnerResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.CreateClaimResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.GetClaimResponseLightType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.GetClaimResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.InitiateClaimResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimResponseType;
/**
@@ -50,24 +35,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimResponseType;
"status"
})
@XmlSeeAlso({
- CreateClaimResponseType.class,
- SubmitClaimResponseType.class,
- InitiateClaimResponseType.class,
- GetClaimResponseType.class,
- GetClaimResponseLightType.class,
- GetPoliciesOfPartnerResponseType.class,
- SetMailingAddressResponseType.class,
- CollectionChangeResponseType.class,
- GetApplicationDocumentResponseType.class,
- CommonProcessResponseType.class,
CommonSearchResponseType.class,
- GetPartnerResponseType.class,
- CheckAddressResponseType.class,
- ChangePartnerMainAddressResponseType.class,
- ChangePersonDataResponseType.class,
- AddCommunicationObjectResponseType.class,
- DeleteCommunicationObjectResponseType.class,
- ChangeCommunicationObjectResponseType.class
+ GetApplicationDocumentResponseType.class,
+ CommonProcessResponseType.class
})
public abstract class CommonResponseType {
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ElementarproduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ElementarproduktGenerischType.java
index c93ea426..62ab86d8 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ElementarproduktGenerischType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ElementarproduktGenerischType.java
@@ -6,11 +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.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.ElementarproduktRechtsschutzType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.ElementarproduktSachPrivatType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.ElementarproduktUnfallType;
/**
@@ -38,11 +34,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.ElementarproduktUnfa
@XmlType(name = "ElementarproduktGenerisch_Type", propOrder = {
"zusaetzlicheElementarproduktdaten"
})
-@XmlSeeAlso({
- ElementarproduktRechtsschutzType.class,
- ElementarproduktSachPrivatType.class,
- ElementarproduktUnfallType.class
-})
public abstract class ElementarproduktGenerischType
extends ProduktbausteinAntragsprozessGenerischType
{
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ObjectFactory.java
index a213fffb..b5e6b464 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ObjectFactory.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ObjectFactory.java
@@ -46,14 +46,6 @@ public class ObjectFactory {
return new ZahlwegType();
}
- /**
- * Create an instance of {@link ObjektIdType }
- *
- */
- public ObjektIdType createObjektIdType() {
- return new ObjektIdType();
- }
-
/**
* Create an instance of {@link ServiceFault }
*
@@ -62,6 +54,14 @@ public class ObjectFactory {
return new ServiceFault();
}
+ /**
+ * Create an instance of {@link ObjektIdType }
+ *
+ */
+ public ObjektIdType createObjektIdType() {
+ return new ObjektIdType();
+ }
+
/**
* Create an instance of {@link PersonType }
*
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ObjektSpezifikationType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ObjektSpezifikationType.java
index 97403c20..5965c4dc 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ObjektSpezifikationType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ObjektSpezifikationType.java
@@ -5,7 +5,6 @@ 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_4_0.on7schaden.SchadenmelderVermittlerType;
/**
@@ -29,7 +28,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenmelderVermittlerTyp
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ObjektSpezifikation_Type")
@XmlSeeAlso({
- SchadenmelderVermittlerType.class,
PolizzenObjektSpezifikationType.class,
SchadenObjektSpezifikationType.class
})
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktGenerischType.java
index de251e39..18e4e881 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktGenerischType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktGenerischType.java
@@ -7,12 +7,8 @@ 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_4_0.on2antrag.rs.ProduktRechtsschutzType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.ProduktSachPrivatType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.ProduktUnfallType;
/**
@@ -48,11 +44,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.ProduktUnfallType;
"hauptfaelligkeit",
"zusaetzlicheProduktdaten"
})
-@XmlSeeAlso({
- ProduktRechtsschutzType.class,
- ProduktSachPrivatType.class,
- ProduktUnfallType.class
-})
public abstract class ProduktGenerischType
extends ProduktbausteinAntragsprozessGenerischType
{
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktbausteinAntragsprozessType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktbausteinAntragsprozessType.java
index 47693c32..37ce43ba 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktbausteinAntragsprozessType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktbausteinAntragsprozessType.java
@@ -45,10 +45,10 @@ import javax.xml.datatype.XMLGregorianCalendar;
"jahrespraemieNto"
})
@XmlSeeAlso({
+ ProduktbausteinAntragsprozessGenerischType.class,
VerkaufsproduktType.class,
ProduktType.class,
- ElementarproduktType.class,
- ProduktbausteinAntragsprozessGenerischType.class
+ ElementarproduktType.class
})
public abstract class ProduktbausteinAntragsprozessType
extends ProduktbausteinType
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VerkaufsproduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VerkaufsproduktGenerischType.java
index c2e015de..270cb12b 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VerkaufsproduktGenerischType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VerkaufsproduktGenerischType.java
@@ -7,12 +7,8 @@ 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.omds2Types.v2_11.ELRahmenvereinbarungType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.VerkaufsproduktRechtsschutzType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.VerkaufsproduktSachPrivatType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.VerkaufsproduktUnfallType;
/**
@@ -46,11 +42,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.VerkaufsproduktUnfal
"elRahmenvereinbarung",
"zusaetzlicheVerkaufproduktdaten"
})
-@XmlSeeAlso({
- VerkaufsproduktRechtsschutzType.class,
- VerkaufsproduktSachPrivatType.class,
- VerkaufsproduktUnfallType.class
-})
public abstract class VerkaufsproduktGenerischType
extends ProduktbausteinAntragsprozessGenerischType
{
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertesInteresseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertesInteresseType.java
index 7443f291..62cf6127 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertesInteresseType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertesInteresseType.java
@@ -7,9 +7,6 @@ import javax.xml.bind.annotation.XmlAttribute;
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_4_0.on2antrag.sachPrivat.RisikoGebaeudeType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.RisikoHaushaltType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.VersichertesObjektSachPrivatType;
/**
@@ -35,10 +32,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.VersichertesObje
@XmlType(name = "VersichertesInteresse_Type")
@XmlSeeAlso({
VersichertePersonType.class,
- FahrzeugType.class,
- VersichertesObjektSachPrivatType.class,
- RisikoHaushaltType.class,
- RisikoGebaeudeType.class
+ FahrzeugType.class
})
public abstract class VersichertesInteresseType {
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateRequestGenType.java
index c950921f..329d2c8b 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateRequestGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateRequestGenType.java
@@ -4,11 +4,7 @@ package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.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;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CalculateRechtsschutzRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CalculateUnfallRequestType;
/**
@@ -36,11 +32,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CalculateUnfallReque
@XmlType(name = "CalculateRequestGen_Type", propOrder = {
"requestUpselling"
})
-@XmlSeeAlso({
- CalculateRechtsschutzRequestType.class,
- CalculateSachPrivatRequestType.class,
- CalculateUnfallRequestType.class
-})
public abstract class CalculateRequestGenType
extends BOARequestType
{
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateResponseGenType.java
index 1f8fbec5..8ab6d2d2 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateResponseGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateResponseGenType.java
@@ -3,11 +3,7 @@ package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common;
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_4_0.on2antrag.rs.CalculateRechtsschutzResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CalculateUnfallResponseType;
/**
@@ -30,11 +26,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CalculateUnfallRespo
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CalculateResponseGen_Type")
-@XmlSeeAlso({
- CalculateRechtsschutzResponseType.class,
- CalculateSachPrivatResponseType.class,
- CalculateUnfallResponseType.class
-})
public abstract class CalculateResponseGenType
extends BOAResponseType
{
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationRequestGenType.java
index 6471b288..839e0cb8 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationRequestGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationRequestGenType.java
@@ -6,12 +6,8 @@ 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.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.DateianhangType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateApplicationUnfallRequestType;
/**
@@ -39,11 +35,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateApplicationUnf
@XmlType(name = "CreateApplicationRequestGen_Type", propOrder = {
"dateianhaenge"
})
-@XmlSeeAlso({
- CreateApplicationRechtsschutzRequestType.class,
- CreateApplicationSachPrivatRequestType.class,
- CreateApplicationUnfallRequestType.class
-})
public abstract class CreateApplicationRequestGenType
extends BOARequestType
{
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationResponseGenType.java
index 31ed002b..6eab2584 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationResponseGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationResponseGenType.java
@@ -6,13 +6,9 @@ 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.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentInfoType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateApplicationUnfallResponseType;
/**
@@ -44,11 +40,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateApplicationUnf
"antragsnummer",
"dokumente"
})
-@XmlSeeAlso({
- CreateApplicationRechtsschutzResponseType.class,
- CreateApplicationSachPrivatResponseType.class,
- CreateApplicationUnfallResponseType.class
-})
public abstract class CreateApplicationResponseGenType
extends BOAResponseType
{
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferRequestGenType.java
index 1eb93733..1e7261e6 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferRequestGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferRequestGenType.java
@@ -3,11 +3,7 @@ package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common;
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_4_0.on2antrag.rs.CreateOfferRechtsschutzRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateOfferUnfallRequestType;
/**
@@ -30,11 +26,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateOfferUnfallReq
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CreateOfferRequestGen_Type")
-@XmlSeeAlso({
- CreateOfferRechtsschutzRequestType.class,
- CreateOfferSachPrivatRequestType.class,
- CreateOfferUnfallRequestType.class
-})
public abstract class CreateOfferRequestGenType
extends BOARequestType
{
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferResponseGenType.java
index fa7475a9..eeef7381 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferResponseGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferResponseGenType.java
@@ -6,12 +6,8 @@ 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.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentInfoType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateOfferRechtsschutzResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateOfferUnfallResponseType;
/**
@@ -39,11 +35,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateOfferUnfallRes
@XmlType(name = "CreateOfferResponseGen_Type", propOrder = {
"dokumente"
})
-@XmlSeeAlso({
- CreateOfferRechtsschutzResponseType.class,
- CreateOfferSachPrivatResponseType.class,
- CreateOfferUnfallResponseType.class
-})
public abstract class CreateOfferResponseGenType
extends BOAResponseType
{
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SpezAntragType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SpezAntragType.java
index 29d4a0a5..9c43e5fe 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SpezAntragType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SpezAntragType.java
@@ -18,9 +18,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.VertragspersonType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.VinkularglaeubigerType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.ZahlungsdatenType;
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SpezAntragKfzType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SpezAntragRechtsschutzType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.AntragSachPrivatType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezAntragUnfallType;
/**
@@ -73,10 +70,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezAntragUnfallType
"zusaetzlicheAntragsdaten"
})
@XmlSeeAlso({
- SpezAntragKfzType.class,
- SpezAntragRechtsschutzType.class,
- AntragSachPrivatType.class,
- SpezAntragUnfallType.class
+ SpezAntragKfzType.class
})
public abstract class SpezAntragType {
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SpezBerechnungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SpezBerechnungType.java
index 18928970..2818626d 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SpezBerechnungType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SpezBerechnungType.java
@@ -6,9 +6,6 @@ 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_4_0.on2antrag.kfz.SpezBerechnungKfzType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SpezBerechnungRechtsschutzType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.BerechnungSachPrivatType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezBerechnungUnfallType;
/**
@@ -32,10 +29,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezBerechnungUnfall
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SpezBerechnung_Type")
@XmlSeeAlso({
- SpezBerechnungKfzType.class,
- SpezBerechnungRechtsschutzType.class,
- BerechnungSachPrivatType.class,
- SpezBerechnungUnfallType.class
+ SpezBerechnungKfzType.class
})
public abstract class SpezBerechnungType {
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SpezOffertType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SpezOffertType.java
index d28cb2e1..8d4b5654 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SpezOffertType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SpezOffertType.java
@@ -12,9 +12,6 @@ import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.BeteiligtePersonVertragType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SpezOffertKfzType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SpezOffertRechtsschutzType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.OffertSachPrivatType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezOffertUnfallType;
/**
@@ -47,10 +44,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezOffertUnfallType
"versicherungsnehmer"
})
@XmlSeeAlso({
- SpezOffertKfzType.class,
- SpezOffertRechtsschutzType.class,
- OffertSachPrivatType.class,
- SpezOffertUnfallType.class
+ SpezOffertKfzType.class
})
public abstract class SpezOffertType {
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationRequestGenType.java
index ffee4038..2a9905a1 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationRequestGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationRequestGenType.java
@@ -6,13 +6,9 @@ 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.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.DateianhangType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SubmitApplicationUnfallRequestType;
/**
@@ -42,11 +38,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SubmitApplicationUnf
"dateianhaenge",
"antragsnummer"
})
-@XmlSeeAlso({
- SubmitApplicationRechtsschutzRequestType.class,
- SubmitApplicationSachPrivatRequestType.class,
- SubmitApplicationUnfallRequestType.class
-})
public abstract class SubmitApplicationRequestGenType
extends BOARequestType
{
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationResponseGenType.java
index b43ffb54..f5b51ed6 100644
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationResponseGenType.java
+++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationResponseGenType.java
@@ -6,13 +6,9 @@ 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.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentInfoType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SubmitApplicationUnfallResponseType;
/**
@@ -44,11 +40,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SubmitApplicationUnf
"antragsnummer",
"dokumente"
})
-@XmlSeeAlso({
- SubmitApplicationRechtsschutzResponseType.class,
- SubmitApplicationSachPrivatResponseType.class,
- SubmitApplicationUnfallResponseType.class
-})
public abstract class SubmitApplicationResponseGenType
extends BOAResponseType
{
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CalculateRechtsschutzRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CalculateRechtsschutzRequestType.java
deleted file mode 100644
index 4a3e26d3..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CalculateRechtsschutzRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-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_4_0.on2antrag.common.CalculateRequestGenType;
-
-
-/**
- * Typ des Requestobjekts für eine Berechnung Rechtsschutz
- *
- *
Java-Klasse für CalculateRechtsschutzRequest_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="CalculateRechtsschutzRequest_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.rs}SpezBerechnungRechtsschutz_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CalculateRechtsschutzRequest_Type", propOrder = {
- "berechnungsanfrage"
-})
-public class CalculateRechtsschutzRequestType
- extends CalculateRequestGenType
-{
-
- @XmlElement(name = "Berechnungsanfrage", required = true)
- protected SpezBerechnungRechtsschutzType berechnungsanfrage;
-
- /**
- * Ruft den Wert der berechnungsanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezBerechnungRechtsschutzType }
- *
- */
- public SpezBerechnungRechtsschutzType getBerechnungsanfrage() {
- return berechnungsanfrage;
- }
-
- /**
- * Legt den Wert der berechnungsanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezBerechnungRechtsschutzType }
- *
- */
- public void setBerechnungsanfrage(SpezBerechnungRechtsschutzType value) {
- this.berechnungsanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CalculateRechtsschutzResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CalculateRechtsschutzResponseType.java
deleted file mode 100644
index 8e0c95d7..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CalculateRechtsschutzResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-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_4_0.on2antrag.common.CalculateResponseGenType;
-
-
-/**
- * Typ des Responseobjekts für eine Rechtsschutz-Berechnung
- *
- * Java-Klasse für CalculateRechtsschutzResponse_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="CalculateRechtsschutzResponse_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.rs}SpezBerechnungRechtsschutz_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CalculateRechtsschutzResponse_Type", propOrder = {
- "berechnungsantwort"
-})
-public class CalculateRechtsschutzResponseType
- extends CalculateResponseGenType
-{
-
- @XmlElement(name = "Berechnungsantwort", required = true)
- protected SpezBerechnungRechtsschutzType berechnungsantwort;
-
- /**
- * Ruft den Wert der berechnungsantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezBerechnungRechtsschutzType }
- *
- */
- public SpezBerechnungRechtsschutzType getBerechnungsantwort() {
- return berechnungsantwort;
- }
-
- /**
- * Legt den Wert der berechnungsantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezBerechnungRechtsschutzType }
- *
- */
- public void setBerechnungsantwort(SpezBerechnungRechtsschutzType value) {
- this.berechnungsantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CreateApplicationRechtsschutzRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CreateApplicationRechtsschutzRequestType.java
deleted file mode 100644
index c415e6e4..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CreateApplicationRechtsschutzRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-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_4_0.on2antrag.common.CreateApplicationRequestGenType;
-
-
-/**
- * Type des Requestobjekts für die Erstellung eines Rechtsschutzantrags
- *
- * Java-Klasse für CreateApplicationRechtsschutzRequest_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="CreateApplicationRechtsschutzRequest_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.rs}SpezAntragRechtsschutz_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateApplicationRechtsschutzRequest_Type", propOrder = {
- "antragsanfrage"
-})
-public class CreateApplicationRechtsschutzRequestType
- extends CreateApplicationRequestGenType
-{
-
- @XmlElement(name = "Antragsanfrage", required = true)
- protected SpezAntragRechtsschutzType antragsanfrage;
-
- /**
- * Ruft den Wert der antragsanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezAntragRechtsschutzType }
- *
- */
- public SpezAntragRechtsschutzType getAntragsanfrage() {
- return antragsanfrage;
- }
-
- /**
- * Legt den Wert der antragsanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezAntragRechtsschutzType }
- *
- */
- public void setAntragsanfrage(SpezAntragRechtsschutzType value) {
- this.antragsanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CreateApplicationRechtsschutzResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CreateApplicationRechtsschutzResponseType.java
deleted file mode 100644
index 3b2a2f42..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CreateApplicationRechtsschutzResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-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_4_0.on2antrag.common.CreateApplicationResponseGenType;
-
-
-/**
- * Type des Responseobjekts für die Erstellung eines Rechtsschutzantrags
- *
- * Java-Klasse für CreateApplicationRechtsschutzResponse_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="CreateApplicationRechtsschutzResponse_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.rs}SpezAntragRechtsschutz_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateApplicationRechtsschutzResponse_Type", propOrder = {
- "antragsantwort"
-})
-public class CreateApplicationRechtsschutzResponseType
- extends CreateApplicationResponseGenType
-{
-
- @XmlElement(name = "Antragsantwort", required = true)
- protected SpezAntragRechtsschutzType antragsantwort;
-
- /**
- * Ruft den Wert der antragsantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezAntragRechtsschutzType }
- *
- */
- public SpezAntragRechtsschutzType getAntragsantwort() {
- return antragsantwort;
- }
-
- /**
- * Legt den Wert der antragsantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezAntragRechtsschutzType }
- *
- */
- public void setAntragsantwort(SpezAntragRechtsschutzType value) {
- this.antragsantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CreateOfferRechtsschutzRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CreateOfferRechtsschutzRequestType.java
deleted file mode 100644
index ce59ee84..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CreateOfferRechtsschutzRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-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_4_0.on2antrag.common.CreateOfferRequestGenType;
-
-
-/**
- * Typ des Requestobjekts für eine Erstellung eines Rechstsschutz-Offerts
- *
- * Java-Klasse für CreateOfferRechtsschutzRequest_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="CreateOfferRechtsschutzRequest_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.rs}SpezOffertRechtsschutz_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateOfferRechtsschutzRequest_Type", propOrder = {
- "offertanfrage"
-})
-public class CreateOfferRechtsschutzRequestType
- extends CreateOfferRequestGenType
-{
-
- @XmlElement(name = "Offertanfrage", required = true)
- protected SpezOffertRechtsschutzType offertanfrage;
-
- /**
- * Ruft den Wert der offertanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezOffertRechtsschutzType }
- *
- */
- public SpezOffertRechtsschutzType getOffertanfrage() {
- return offertanfrage;
- }
-
- /**
- * Legt den Wert der offertanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezOffertRechtsschutzType }
- *
- */
- public void setOffertanfrage(SpezOffertRechtsschutzType value) {
- this.offertanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CreateOfferRechtsschutzResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CreateOfferRechtsschutzResponseType.java
deleted file mode 100644
index 28751e4b..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/CreateOfferRechtsschutzResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-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_4_0.on2antrag.common.CreateOfferResponseGenType;
-
-
-/**
- * Type des Responseobjekts für eine Erstellung eines Rechtsschutz-Offerts
- *
- * Java-Klasse für CreateOfferRechtsschutzResponse_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="CreateOfferRechtsschutzResponse_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.rs}SpezOffertRechtsschutz_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateOfferRechtsschutzResponse_Type", propOrder = {
- "offertantwort"
-})
-public class CreateOfferRechtsschutzResponseType
- extends CreateOfferResponseGenType
-{
-
- @XmlElement(name = "Offertantwort", required = true)
- protected SpezOffertRechtsschutzType offertantwort;
-
- /**
- * Ruft den Wert der offertantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezOffertRechtsschutzType }
- *
- */
- public SpezOffertRechtsschutzType getOffertantwort() {
- return offertantwort;
- }
-
- /**
- * Legt den Wert der offertantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezOffertRechtsschutzType }
- *
- */
- public void setOffertantwort(SpezOffertRechtsschutzType value) {
- this.offertantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/ElementarproduktRechtsschutzStdImplType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/ElementarproduktRechtsschutzStdImplType.java
deleted file mode 100644
index b2d9c951..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/ElementarproduktRechtsschutzStdImplType.java
+++ /dev/null
@@ -1,347 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-import java.math.BigDecimal;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
-
-
-/**
- * Typ für ein Elementarprodukt in der Sparte Rechtsschutz. Von diesem Typ werden etwaige Standard-Deckungen abgeleitet, siehe Vertragsrechtsschutz_Type. Von diesem Typ können einzelne VUs aber auch ihre eigenen Elementarprodukte ableiten, wenn sie möchten.
- *
- * Java-Klasse für ElementarproduktRechtsschutzStdImpl_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="ElementarproduktRechtsschutzStdImpl_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ElementarproduktRechtsschutz_Type">
- * <sequence>
- * <element name="Versicherungssumme" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <attribute name="Unlimitiert" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
- * <attribute name="Betrag" type="{urn:omds20}decimal" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
- * <element name="OertlicherGeltungsbereich" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}OertlicherGeltungsbereichCd_Type" minOccurs="0"/>
- * <element name="WartezeitInMonaten" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
- * <element name="Wartezeitverzicht" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="Streitwertobergrenze" type="{urn:omds20}decimal" minOccurs="0"/>
- * <element name="Streitwertuntergrenze" type="{urn:omds20}decimal" minOccurs="0"/>
- * <element name="FreieAnwaltswahl" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ElementarproduktRechtsschutzStdImpl_Type", propOrder = {
- "versicherungssumme",
- "selbstbehalt",
- "oertlicherGeltungsbereich",
- "wartezeitInMonaten",
- "wartezeitverzicht",
- "streitwertobergrenze",
- "streitwertuntergrenze",
- "freieAnwaltswahl"
-})
-public class ElementarproduktRechtsschutzStdImplType
- extends ElementarproduktRechtsschutzType
-{
-
- @XmlElement(name = "Versicherungssumme")
- protected ElementarproduktRechtsschutzStdImplType.Versicherungssumme versicherungssumme;
- @XmlElement(name = "Selbstbehalt")
- protected SelbstbehaltType selbstbehalt;
- @XmlElement(name = "OertlicherGeltungsbereich")
- @XmlSchemaType(name = "unsignedByte")
- protected Short oertlicherGeltungsbereich;
- @XmlElement(name = "WartezeitInMonaten")
- @XmlSchemaType(name = "unsignedByte")
- protected Short wartezeitInMonaten;
- @XmlElement(name = "Wartezeitverzicht")
- protected Boolean wartezeitverzicht;
- @XmlElement(name = "Streitwertobergrenze")
- protected BigDecimal streitwertobergrenze;
- @XmlElement(name = "Streitwertuntergrenze")
- protected BigDecimal streitwertuntergrenze;
- @XmlElement(name = "FreieAnwaltswahl")
- protected Boolean freieAnwaltswahl;
-
- /**
- * Ruft den Wert der versicherungssumme-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link ElementarproduktRechtsschutzStdImplType.Versicherungssumme }
- *
- */
- public ElementarproduktRechtsschutzStdImplType.Versicherungssumme getVersicherungssumme() {
- return versicherungssumme;
- }
-
- /**
- * Legt den Wert der versicherungssumme-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link ElementarproduktRechtsschutzStdImplType.Versicherungssumme }
- *
- */
- public void setVersicherungssumme(ElementarproduktRechtsschutzStdImplType.Versicherungssumme value) {
- this.versicherungssumme = value;
- }
-
- /**
- * 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 oertlicherGeltungsbereich-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Short }
- *
- */
- public Short getOertlicherGeltungsbereich() {
- return oertlicherGeltungsbereich;
- }
-
- /**
- * Legt den Wert der oertlicherGeltungsbereich-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Short }
- *
- */
- public void setOertlicherGeltungsbereich(Short value) {
- this.oertlicherGeltungsbereich = value;
- }
-
- /**
- * Ruft den Wert der wartezeitInMonaten-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Short }
- *
- */
- public Short getWartezeitInMonaten() {
- return wartezeitInMonaten;
- }
-
- /**
- * Legt den Wert der wartezeitInMonaten-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Short }
- *
- */
- public void setWartezeitInMonaten(Short value) {
- this.wartezeitInMonaten = value;
- }
-
- /**
- * Ruft den Wert der wartezeitverzicht-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isWartezeitverzicht() {
- return wartezeitverzicht;
- }
-
- /**
- * Legt den Wert der wartezeitverzicht-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setWartezeitverzicht(Boolean value) {
- this.wartezeitverzicht = value;
- }
-
- /**
- * Ruft den Wert der streitwertobergrenze-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BigDecimal }
- *
- */
- public BigDecimal getStreitwertobergrenze() {
- return streitwertobergrenze;
- }
-
- /**
- * Legt den Wert der streitwertobergrenze-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BigDecimal }
- *
- */
- public void setStreitwertobergrenze(BigDecimal value) {
- this.streitwertobergrenze = value;
- }
-
- /**
- * Ruft den Wert der streitwertuntergrenze-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BigDecimal }
- *
- */
- public BigDecimal getStreitwertuntergrenze() {
- return streitwertuntergrenze;
- }
-
- /**
- * Legt den Wert der streitwertuntergrenze-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BigDecimal }
- *
- */
- public void setStreitwertuntergrenze(BigDecimal value) {
- this.streitwertuntergrenze = value;
- }
-
- /**
- * Ruft den Wert der freieAnwaltswahl-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isFreieAnwaltswahl() {
- return freieAnwaltswahl;
- }
-
- /**
- * Legt den Wert der freieAnwaltswahl-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setFreieAnwaltswahl(Boolean value) {
- this.freieAnwaltswahl = value;
- }
-
-
- /**
- * Java-Klasse für anonymous complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <attribute name="Unlimitiert" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
- * <attribute name="Betrag" type="{urn:omds20}decimal" />
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "")
- public static class Versicherungssumme {
-
- @XmlAttribute(name = "Unlimitiert", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", required = true)
- protected boolean unlimitiert;
- @XmlAttribute(name = "Betrag", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs")
- protected BigDecimal betrag;
-
- /**
- * Ruft den Wert der unlimitiert-Eigenschaft ab.
- *
- */
- public boolean isUnlimitiert() {
- return unlimitiert;
- }
-
- /**
- * Legt den Wert der unlimitiert-Eigenschaft fest.
- *
- */
- public void setUnlimitiert(boolean value) {
- this.unlimitiert = 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;
- }
-
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/ElementarproduktRechtsschutzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/ElementarproduktRechtsschutzType.java
deleted file mode 100644
index bfc95936..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/ElementarproduktRechtsschutzType.java
+++ /dev/null
@@ -1,76 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-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_4_0.common.ElementarproduktGenerischType;
-
-
-/**
- * Typ für ein Elementarprodukt in der Sparte Rechtsschutz. Von diesem Typ werden etwaige Standard-Deckungen abgeleitet, siehe Vertragsrechtsschutz_Type. Von diesem Typ können einzelne VUs aber auch ihre eigenen Elementarprodukte ableiten, wenn sie möchten.
- *
- * Java-Klasse für ElementarproduktRechtsschutz_Type complex type. - * - *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *
- * <complexType name="ElementarproduktRechtsschutz_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}ElementarproduktGenerisch_Type">
- * <sequence>
- * <element name="VersInteressenRefLfNr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ElementarproduktRechtsschutz_Type", propOrder = {
- "versInteressenRefLfNr"
-})
-public class ElementarproduktRechtsschutzType
- extends ElementarproduktGenerischType
-{
-
- @XmlElement(name = "VersInteressenRefLfNr", type = Integer.class)
- @XmlSchemaType(name = "unsignedShort")
- 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 versInteressenRefLfNr property.
- *
- *
- * For example, to add a new item, do as follows: - *
- * getVersInteressenRefLfNr().add(newItem); - *- * - * - *
- * Objects of the following type(s) are allowed in the list
- * {@link Integer }
- *
- *
- */
- public List Java-Klasse für ElementarproduktVertragsrechtsschutz_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 _CalculateRechtsschutzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CalculateRechtsschutzRequest");
- private final static QName _CalculateRechtsschutzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CalculateRechtsschutzResponse");
- private final static QName _CreateOfferRechtsschutzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CreateOfferRechtsschutzRequest");
- private final static QName _CreateOfferRechtsschutzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CreateOfferRechtsschutzResponse");
- private final static QName _CreateApplicationRechtsschutzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CreateApplicationRechtsschutzRequest");
- private final static QName _CreateApplicationRechtsschutzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CreateApplicationRechtsschutzResponse");
- private final static QName _SubmitApplicationRechtsschutzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "SubmitApplicationRechtsschutzRequest");
- private final static QName _SubmitApplicationRechtsschutzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "SubmitApplicationRechtsschutzResponse");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link CalculateRechtsschutzRequestType }
- *
- */
- public CalculateRechtsschutzRequestType createCalculateRechtsschutzRequestType() {
- return new CalculateRechtsschutzRequestType();
- }
-
- /**
- * Create an instance of {@link CalculateRechtsschutzResponseType }
- *
- */
- public CalculateRechtsschutzResponseType createCalculateRechtsschutzResponseType() {
- return new CalculateRechtsschutzResponseType();
- }
-
- /**
- * Create an instance of {@link CreateOfferRechtsschutzRequestType }
- *
- */
- public CreateOfferRechtsschutzRequestType createCreateOfferRechtsschutzRequestType() {
- return new CreateOfferRechtsschutzRequestType();
- }
-
- /**
- * Create an instance of {@link CreateOfferRechtsschutzResponseType }
- *
- */
- public CreateOfferRechtsschutzResponseType createCreateOfferRechtsschutzResponseType() {
- return new CreateOfferRechtsschutzResponseType();
- }
-
- /**
- * Create an instance of {@link CreateApplicationRechtsschutzRequestType }
- *
- */
- public CreateApplicationRechtsschutzRequestType createCreateApplicationRechtsschutzRequestType() {
- return new CreateApplicationRechtsschutzRequestType();
- }
-
- /**
- * Create an instance of {@link CreateApplicationRechtsschutzResponseType }
- *
- */
- public CreateApplicationRechtsschutzResponseType createCreateApplicationRechtsschutzResponseType() {
- return new CreateApplicationRechtsschutzResponseType();
- }
-
- /**
- * Create an instance of {@link SubmitApplicationRechtsschutzResponseType }
- *
- */
- public SubmitApplicationRechtsschutzResponseType createSubmitApplicationRechtsschutzResponseType() {
- return new SubmitApplicationRechtsschutzResponseType();
- }
-
- /**
- * Create an instance of {@link VerkaufsproduktRechtsschutzType }
- *
- */
- public VerkaufsproduktRechtsschutzType createVerkaufsproduktRechtsschutzType() {
- return new VerkaufsproduktRechtsschutzType();
- }
-
- /**
- * Create an instance of {@link ProduktRechtsschutzType }
- *
- */
- public ProduktRechtsschutzType createProduktRechtsschutzType() {
- return new ProduktRechtsschutzType();
- }
-
- /**
- * Create an instance of {@link ElementarproduktRechtsschutzType }
- *
- */
- public ElementarproduktRechtsschutzType createElementarproduktRechtsschutzType() {
- return new ElementarproduktRechtsschutzType();
- }
-
- /**
- * Create an instance of {@link SpezBerechnungRechtsschutzType }
- *
- */
- public SpezBerechnungRechtsschutzType createSpezBerechnungRechtsschutzType() {
- return new SpezBerechnungRechtsschutzType();
- }
-
- /**
- * Create an instance of {@link SpezOffertRechtsschutzType }
- *
- */
- public SpezOffertRechtsschutzType createSpezOffertRechtsschutzType() {
- return new SpezOffertRechtsschutzType();
- }
-
- /**
- * Create an instance of {@link SpezAntragRechtsschutzType }
- *
- */
- public SpezAntragRechtsschutzType createSpezAntragRechtsschutzType() {
- return new SpezAntragRechtsschutzType();
- }
-
- /**
- * Create an instance of {@link SubmitApplicationRechtsschutzRequestType }
- *
- */
- public SubmitApplicationRechtsschutzRequestType createSubmitApplicationRechtsschutzRequestType() {
- return new SubmitApplicationRechtsschutzRequestType();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link CalculateRechtsschutzRequestType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "CalculateRechtsschutzRequest")
- public JAXBElement Java-Klasse für ProduktRechtsschutzStdImpl_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 ElementarproduktRechtsschutzType }
- *
- *
- */
- public List Java-Klasse für ProduktRechtsschutz_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 ElementarproduktRechtsschutzType }
- *
- *
- */
- 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 Java-Klasse für SpezAntragRechtsschutz_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SpezBerechnungRechtsschutz_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SpezOffertRechtsschutz_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SubmitApplicationRechtsschutzRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SubmitApplicationRechtsschutzResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für VerkaufsproduktRechtsschutzStdImpl_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 ProduktRechtsschutzType }
- *
- *
- */
- 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 ProduktType }
- *
- *
- */
- public List Java-Klasse für VerkaufsproduktRechtsschutz_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 ProduktGenerischType }
- *
- *
- */
- 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 ProduktGenerischType }
- *
- *
- */
- 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 VersichertesInteresseType }
- *
- *
- */
- public List Java-Klasse für AntragSachPrivat_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für BerechnungSachPrivat_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CalculateSachPrivatRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CalculateSachPrivatResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CreateApplicationSachPrivatRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CreateApplicationSachPrivatResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CreateOfferSachPrivatRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für CreateOfferSachPrivatResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für ElementarproduktGebaeude_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für ElementarproduktHaushalt_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für ElementarproduktSachPrivat_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 GenElementarproduktGebaeude_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für GenElementarproduktHaushalt_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für Nebengebaeude_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 _ProduktGebaeudeversicherung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "ProduktGebaeudeversicherung");
- private final static QName _ProduktHaushaltsversicherung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "ProduktHaushaltsversicherung");
- private final static QName _CalculateSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CalculateSachPrivatRequest");
- private final static QName _CalculateSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CalculateSachPrivatResponse");
- private final static QName _CreateOfferSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateOfferSachPrivatRequest");
- private final static QName _CreateOfferSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateOfferSachPrivatResponse");
- private final static QName _CreateApplicationSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateApplicationSachPrivatRequest");
- private final static QName _CreateApplicationSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateApplicationSachPrivatResponse");
- private final static QName _SubmitApplicationSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "SubmitApplicationSachPrivatRequest");
- private final static QName _SubmitApplicationSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "SubmitApplicationSachPrivatResponse");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link ProduktGebaeudeversicherungType }
- *
- */
- public ProduktGebaeudeversicherungType createProduktGebaeudeversicherungType() {
- return new ProduktGebaeudeversicherungType();
- }
-
- /**
- * Create an instance of {@link ProduktHaushaltsversicherungType }
- *
- */
- public ProduktHaushaltsversicherungType createProduktHaushaltsversicherungType() {
- return new ProduktHaushaltsversicherungType();
- }
-
- /**
- * Create an instance of {@link CalculateSachPrivatRequestType }
- *
- */
- public CalculateSachPrivatRequestType createCalculateSachPrivatRequestType() {
- return new CalculateSachPrivatRequestType();
- }
-
- /**
- * Create an instance of {@link CalculateSachPrivatResponseType }
- *
- */
- public CalculateSachPrivatResponseType createCalculateSachPrivatResponseType() {
- return new CalculateSachPrivatResponseType();
- }
-
- /**
- * Create an instance of {@link CreateOfferSachPrivatRequestType }
- *
- */
- public CreateOfferSachPrivatRequestType createCreateOfferSachPrivatRequestType() {
- return new CreateOfferSachPrivatRequestType();
- }
-
- /**
- * Create an instance of {@link CreateOfferSachPrivatResponseType }
- *
- */
- public CreateOfferSachPrivatResponseType createCreateOfferSachPrivatResponseType() {
- return new CreateOfferSachPrivatResponseType();
- }
-
- /**
- * Create an instance of {@link CreateApplicationSachPrivatRequestType }
- *
- */
- public CreateApplicationSachPrivatRequestType createCreateApplicationSachPrivatRequestType() {
- return new CreateApplicationSachPrivatRequestType();
- }
-
- /**
- * Create an instance of {@link CreateApplicationSachPrivatResponseType }
- *
- */
- public CreateApplicationSachPrivatResponseType createCreateApplicationSachPrivatResponseType() {
- return new CreateApplicationSachPrivatResponseType();
- }
-
- /**
- * Create an instance of {@link SubmitApplicationSachPrivatRequestType }
- *
- */
- public SubmitApplicationSachPrivatRequestType createSubmitApplicationSachPrivatRequestType() {
- return new SubmitApplicationSachPrivatRequestType();
- }
-
- /**
- * Create an instance of {@link SubmitApplicationSachPrivatResponseType }
- *
- */
- public SubmitApplicationSachPrivatResponseType createSubmitApplicationSachPrivatResponseType() {
- return new SubmitApplicationSachPrivatResponseType();
- }
-
- /**
- * Create an instance of {@link VersichertesObjektSachPrivatType }
- *
- */
- public VersichertesObjektSachPrivatType createVersichertesObjektSachPrivatType() {
- return new VersichertesObjektSachPrivatType();
- }
-
- /**
- * Create an instance of {@link RisikoAdresseType }
- *
- */
- public RisikoAdresseType createRisikoAdresseType() {
- return new RisikoAdresseType();
- }
-
- /**
- * Create an instance of {@link RisikoHaushaltType }
- *
- */
- public RisikoHaushaltType createRisikoHaushaltType() {
- return new RisikoHaushaltType();
- }
-
- /**
- * Create an instance of {@link RisikoGebaeudeType }
- *
- */
- public RisikoGebaeudeType createRisikoGebaeudeType() {
- return new RisikoGebaeudeType();
- }
-
- /**
- * Create an instance of {@link ZusaetzlicheGebaeudedatenWintergartenType }
- *
- */
- public ZusaetzlicheGebaeudedatenWintergartenType createZusaetzlicheGebaeudedatenWintergartenType() {
- return new ZusaetzlicheGebaeudedatenWintergartenType();
- }
-
- /**
- * Create an instance of {@link ZusaetzlicheGebaeudedatenSolarthermieType }
- *
- */
- public ZusaetzlicheGebaeudedatenSolarthermieType createZusaetzlicheGebaeudedatenSolarthermieType() {
- return new ZusaetzlicheGebaeudedatenSolarthermieType();
- }
-
- /**
- * Create an instance of {@link ZusaetzlicheGebaeudedatenSchwimmbadType }
- *
- */
- public ZusaetzlicheGebaeudedatenSchwimmbadType createZusaetzlicheGebaeudedatenSchwimmbadType() {
- return new ZusaetzlicheGebaeudedatenSchwimmbadType();
- }
-
- /**
- * Create an instance of {@link ZusaetzlicheGebaeudedatenPhotovoltaikType }
- *
- */
- public ZusaetzlicheGebaeudedatenPhotovoltaikType createZusaetzlicheGebaeudedatenPhotovoltaikType() {
- return new ZusaetzlicheGebaeudedatenPhotovoltaikType();
- }
-
- /**
- * Create an instance of {@link VerkaufsproduktSachPrivatType }
- *
- */
- public VerkaufsproduktSachPrivatType createVerkaufsproduktSachPrivatType() {
- return new VerkaufsproduktSachPrivatType();
- }
-
- /**
- * Create an instance of {@link GenElementarproduktGebaeudeType }
- *
- */
- public GenElementarproduktGebaeudeType createGenElementarproduktGebaeudeType() {
- return new GenElementarproduktGebaeudeType();
- }
-
- /**
- * Create an instance of {@link GenElementarproduktHaushaltType }
- *
- */
- public GenElementarproduktHaushaltType createGenElementarproduktHaushaltType() {
- return new GenElementarproduktHaushaltType();
- }
-
- /**
- * Create an instance of {@link BerechnungSachPrivatType }
- *
- */
- public BerechnungSachPrivatType createBerechnungSachPrivatType() {
- return new BerechnungSachPrivatType();
- }
-
- /**
- * Create an instance of {@link OffertSachPrivatType }
- *
- */
- public OffertSachPrivatType createOffertSachPrivatType() {
- return new OffertSachPrivatType();
- }
-
- /**
- * Create an instance of {@link AntragSachPrivatType }
- *
- */
- public AntragSachPrivatType createAntragSachPrivatType() {
- return new AntragSachPrivatType();
- }
-
- /**
- * Create an instance of {@link UpsellingSachPrivatResponseType }
- *
- */
- public UpsellingSachPrivatResponseType createUpsellingSachPrivatResponseType() {
- return new UpsellingSachPrivatResponseType();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link ProduktGebaeudeversicherungType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "ProduktGebaeudeversicherung")
- public JAXBElement Java-Klasse für OffertSachPrivat_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für ProduktGebaeudeversicherung_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 ElementarproduktGebaeudeType }
- *
- *
- */
- public List Java-Klasse für ProduktHaushaltsversicherung_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 ElementarproduktHaushaltType }
- *
- *
- */
- public List Java-Klasse für ProduktSachPrivat_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für RisikoAdresse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für RisikoGebaeude_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 ELFlaecheType }
- *
- *
- */
- 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 RisikoVorschaedenType }
- *
- *
- */
- 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 ZusaetzlicheGebaeudedatenType }
- *
- *
- */
- public List Java-Klasse für RisikoHaushalt_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 ZusaetzlicheGebaeudedatenType }
- *
- *
- */
- public List Java-Klasse für RisikoVorschaeden_Type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SubmitApplicationSachPrivatRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für SubmitApplicationSachPrivatResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für UpsellingSachPrivatResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für VerkaufsproduktSachPrivat_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 ProduktGenerischType }
- *
- *
- */
- 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 ProduktGenerischType }
- *
- *
- */
- 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 VersichertesInteresseMitAttributMetadatenType }
- *
- *
- */
- public List Java-Klasse für VersichertesObjektSachPrivat_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 RisikoGebaeudeType }
- *
- *
- */
- public List Java-Klasse für ZusaetzlicheGebaeudedatenPhotovoltaik_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für ZusaetzlicheGebaeudedatenSchwimmbad_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für ZusaetzlicheGebaeudedatenSolarthermie_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für ZusaetzlicheGebaeudedaten_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für ZusaetzlicheGebaeudedatenWintergarten_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für ZusaetzlicheHaushaltsdaten_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * 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 ElementarproduktUnfall_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- *
- * Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
- * Der Feldname "AttributMetadaten" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
- * Zeile 63 von file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_0/omds3_ON2_Antrag_Unfall.xsd
- * Zeile 758 von file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_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:
- * Gets the value of the rest property.
- *
- *
- * 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 JAXBElement }{@code <}{@link String }{@code >}
- * {@link JAXBElement }{@code <}{@link Long }{@code >}
- * {@link JAXBElement }{@code <}{@link SelbstbehaltType }{@code >}
- * {@link JAXBElement }{@code <}{@link AttributMetadatenType }{@code >}
- *
- *
- */
- public List Java-Klasse für GenElementarproduktUnfall_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");
- private final static QName _ElementarproduktUnfallTypeVersPersonRefLfNr_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "VersPersonRefLfNr");
- private final static QName _ElementarproduktUnfallTypeVersicherungssumme_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "Versicherungssumme");
- private final static QName _ElementarproduktUnfallTypeSelbstbehalt_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "Selbstbehalt");
- private final static QName _ElementarproduktUnfallTypeAttributMetadaten_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "AttributMetadaten");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_4_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 ElementarproduktUnfallType }
- *
- */
- public ElementarproduktUnfallType createElementarproduktUnfallType() {
- return new ElementarproduktUnfallType();
- }
-
- /**
- * Create an instance of {@link GenElementarproduktUnfallType }
- *
- */
- public GenElementarproduktUnfallType createGenElementarproduktUnfallType() {
- return new GenElementarproduktUnfallType();
- }
-
- /**
- * 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 ProduktUnfall_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 GenElementarproduktUnfallType }
- *
- *
- */
- public List 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 ProduktGenerischType }
- *
- *
- */
- 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 VersichertesInteresseMitAttributMetadatenType }
- *
- *
- */
- public List Java-Klasse für CollectionChangeRequest_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 DateianhangType }
- *
- *
- */
- public List Java-Klasse für CollectionChangeResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für GetPoliciesOfPartnerRequest_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- * Java-Klasse für GetPoliciesOfPartnerResponse_Type complex type.
- *
- * Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
- *
- *
- * <complexType name="ElementarproduktVertragsrechtsschutz_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ElementarproduktRechtsschutz_Type">
- * <sequence>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ElementarproduktVertragsrechtsschutz_Type")
-public class ElementarproduktVertragsrechtsschutzType
- extends ElementarproduktRechtsschutzType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/ObjectFactory.java
deleted file mode 100644
index 9333410c..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/ObjectFactory.java
+++ /dev/null
@@ -1,227 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-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_4_0.on2antrag.rs package.
- *
- * <complexType name="ProduktRechtsschutzStdImpl_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ProduktRechtsschutz_Type">
- * <sequence>
- * <element name="Elementarprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ElementarproduktRechtsschutz_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ProduktRechtsschutzStdImpl_Type", propOrder = {
- "elementarprodukt"
-})
-public class ProduktRechtsschutzStdImplType
- extends ProduktRechtsschutzType
-{
-
- @XmlElement(name = "Elementarprodukt")
- protected Listset method for the elementarprodukt property.
- *
- *
- * getElementarprodukt().add(newItem);
- *
- *
- *
- *
- * <complexType name="ProduktRechtsschutz_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type">
- * <sequence>
- * <element name="ElementarprodukteRechtsschutz" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ElementarproduktRechtsschutz_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="VersInteressenRefLfNr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ProduktRechtsschutz_Type", propOrder = {
- "elementarprodukteRechtsschutz",
- "versInteressenRefLfNr"
-})
-public class ProduktRechtsschutzType
- extends ProduktGenerischType
-{
-
- @XmlElement(name = "ElementarprodukteRechtsschutz")
- protected Listset method for the elementarprodukteRechtsschutz property.
- *
- *
- * getElementarprodukteRechtsschutz().add(newItem);
- *
- *
- *
- * set method for the versInteressenRefLfNr property.
- *
- *
- * getVersInteressenRefLfNr().add(newItem);
- *
- *
- *
- *
- * <complexType name="SpezAntragRechtsschutz_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
- * <sequence>
- * <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}VerkaufsproduktRechtsschutz_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SpezAntragRechtsschutz_Type", propOrder = {
- "verkaufsprodukt"
-})
-public class SpezAntragRechtsschutzType
- extends SpezAntragType
-{
-
- @XmlElement(name = "Verkaufsprodukt", required = true)
- protected VerkaufsproduktRechtsschutzType verkaufsprodukt;
-
- /**
- * Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link VerkaufsproduktRechtsschutzType }
- *
- */
- public VerkaufsproduktRechtsschutzType getVerkaufsprodukt() {
- return verkaufsprodukt;
- }
-
- /**
- * Legt den Wert der verkaufsprodukt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link VerkaufsproduktRechtsschutzType }
- *
- */
- public void setVerkaufsprodukt(VerkaufsproduktRechtsschutzType value) {
- this.verkaufsprodukt = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/SpezBerechnungRechtsschutzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/SpezBerechnungRechtsschutzType.java
deleted file mode 100644
index 41b60d8b..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/SpezBerechnungRechtsschutzType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-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_4_0.on2antrag.common.SpezBerechnungType;
-
-
-/**
- * Typ für den Schritt Berechnung
- *
- *
- * <complexType name="SpezBerechnungRechtsschutz_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.rs}VerkaufsproduktRechtsschutz_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SpezBerechnungRechtsschutz_Type", propOrder = {
- "verkaufsprodukt"
-})
-public class SpezBerechnungRechtsschutzType
- extends SpezBerechnungType
-{
-
- @XmlElement(name = "Verkaufsprodukt", required = true)
- protected VerkaufsproduktRechtsschutzType verkaufsprodukt;
-
- /**
- * Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link VerkaufsproduktRechtsschutzType }
- *
- */
- public VerkaufsproduktRechtsschutzType getVerkaufsprodukt() {
- return verkaufsprodukt;
- }
-
- /**
- * Legt den Wert der verkaufsprodukt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link VerkaufsproduktRechtsschutzType }
- *
- */
- public void setVerkaufsprodukt(VerkaufsproduktRechtsschutzType value) {
- this.verkaufsprodukt = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/SpezOffertRechtsschutzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/SpezOffertRechtsschutzType.java
deleted file mode 100644
index 9d857762..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/SpezOffertRechtsschutzType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-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_4_0.on2antrag.common.SpezOffertType;
-
-
-/**
- * Typ für den Schritt Offert-Erzeugung
- *
- *
- * <complexType name="SpezOffertRechtsschutz_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.rs}VerkaufsproduktRechtsschutz_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SpezOffertRechtsschutz_Type", propOrder = {
- "verkaufsprodukt"
-})
-public class SpezOffertRechtsschutzType
- extends SpezOffertType
-{
-
- @XmlElement(name = "Verkaufsprodukt", required = true)
- protected VerkaufsproduktRechtsschutzType verkaufsprodukt;
-
- /**
- * Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link VerkaufsproduktRechtsschutzType }
- *
- */
- public VerkaufsproduktRechtsschutzType getVerkaufsprodukt() {
- return verkaufsprodukt;
- }
-
- /**
- * Legt den Wert der verkaufsprodukt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link VerkaufsproduktRechtsschutzType }
- *
- */
- public void setVerkaufsprodukt(VerkaufsproduktRechtsschutzType value) {
- this.verkaufsprodukt = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/SubmitApplicationRechtsschutzRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/SubmitApplicationRechtsschutzRequestType.java
deleted file mode 100644
index 0ae4ed35..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/SubmitApplicationRechtsschutzRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-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_4_0.on2antrag.common.SubmitApplicationRequestGenType;
-
-
-/**
- * Type des Requests, um den Antrag einzureichen
- *
- *
- * <complexType name="SubmitApplicationRechtsschutzRequest_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.rs}SpezAntragRechtsschutz_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SubmitApplicationRechtsschutzRequest_Type", propOrder = {
- "antragsanfrage"
-})
-public class SubmitApplicationRechtsschutzRequestType
- extends SubmitApplicationRequestGenType
-{
-
- @XmlElement(name = "Antragsanfrage", required = true)
- protected SpezAntragRechtsschutzType antragsanfrage;
-
- /**
- * Ruft den Wert der antragsanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezAntragRechtsschutzType }
- *
- */
- public SpezAntragRechtsschutzType getAntragsanfrage() {
- return antragsanfrage;
- }
-
- /**
- * Legt den Wert der antragsanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezAntragRechtsschutzType }
- *
- */
- public void setAntragsanfrage(SpezAntragRechtsschutzType value) {
- this.antragsanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/SubmitApplicationRechtsschutzResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/SubmitApplicationRechtsschutzResponseType.java
deleted file mode 100644
index 4b280d50..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/SubmitApplicationRechtsschutzResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-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_4_0.on2antrag.common.SubmitApplicationResponseGenType;
-
-
-/**
- * Type des Response, um den Antrag einzureichen
- *
- *
- * <complexType name="SubmitApplicationRechtsschutzResponse_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.rs}SpezAntragRechtsschutz_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SubmitApplicationRechtsschutzResponse_Type", propOrder = {
- "antragsantwort"
-})
-public class SubmitApplicationRechtsschutzResponseType
- extends SubmitApplicationResponseGenType
-{
-
- @XmlElement(name = "Antragsantwort", required = true)
- protected SpezAntragRechtsschutzType antragsantwort;
-
- /**
- * Ruft den Wert der antragsantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link SpezAntragRechtsschutzType }
- *
- */
- public SpezAntragRechtsschutzType getAntragsantwort() {
- return antragsantwort;
- }
-
- /**
- * Legt den Wert der antragsantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link SpezAntragRechtsschutzType }
- *
- */
- public void setAntragsantwort(SpezAntragRechtsschutzType value) {
- this.antragsantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/VerkaufsproduktRechtsschutzStdImplType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/VerkaufsproduktRechtsschutzStdImplType.java
deleted file mode 100644
index 89c1db9f..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/rs/VerkaufsproduktRechtsschutzStdImplType.java
+++ /dev/null
@@ -1,107 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
-
-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_4_0.common.ProduktType;
-
-
-/**
- * Typ der Standardimplementierung für ein Verkaufsprodukt in der Sparte Rechtsschutz
- *
- *
- * <complexType name="VerkaufsproduktRechtsschutzStdImpl_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}VerkaufsproduktRechtsschutz_Type">
- * <sequence>
- * <element name="Rechtsschutzversicherung" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ProduktRechtsschutz_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="Zusatzversicherung" type="{urn:omds3CommonServiceTypes-1-1-0}Produkt_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "VerkaufsproduktRechtsschutzStdImpl_Type", propOrder = {
- "rechtsschutzversicherung",
- "zusatzversicherung"
-})
-public class VerkaufsproduktRechtsschutzStdImplType
- extends VerkaufsproduktRechtsschutzType
-{
-
- @XmlElement(name = "Rechtsschutzversicherung")
- protected Listset method for the rechtsschutzversicherung property.
- *
- *
- * getRechtsschutzversicherung().add(newItem);
- *
- *
- *
- * set method for the zusatzversicherung property.
- *
- *
- * getZusatzversicherung().add(newItem);
- *
- *
- *
- *
- * <complexType name="VerkaufsproduktRechtsschutz_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}VerkaufsproduktGenerisch_Type">
- * <sequence>
- * <element name="Produkte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded"/>
- * <element name="Zusatzprodukte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="VersicherteInteressen" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "VerkaufsproduktRechtsschutz_Type", propOrder = {
- "produkte",
- "zusatzprodukte",
- "versicherteInteressen"
-})
-public class VerkaufsproduktRechtsschutzType
- extends VerkaufsproduktGenerischType
-{
-
- @XmlElement(name = "Produkte", required = true)
- protected Listset method for the produkte property.
- *
- *
- * getProdukte().add(newItem);
- *
- *
- *
- * set method for the zusatzprodukte property.
- *
- *
- * getZusatzprodukte().add(newItem);
- *
- *
- *
- * set method for the versicherteInteressen property.
- *
- *
- * getVersicherteInteressen().add(newItem);
- *
- *
- *
- *
- * <complexType name="AntragSachPrivat_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
- * <sequence>
- * <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}VerkaufsproduktSachPrivat_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "AntragSachPrivat_Type", propOrder = {
- "verkaufsprodukt"
-})
-public class AntragSachPrivatType
- extends SpezAntragType
-{
-
- @XmlElement(name = "Verkaufsprodukt", required = true)
- protected VerkaufsproduktSachPrivatType verkaufsprodukt;
-
- /**
- * Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link VerkaufsproduktSachPrivatType }
- *
- */
- public VerkaufsproduktSachPrivatType getVerkaufsprodukt() {
- return verkaufsprodukt;
- }
-
- /**
- * Legt den Wert der verkaufsprodukt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link VerkaufsproduktSachPrivatType }
- *
- */
- public void setVerkaufsprodukt(VerkaufsproduktSachPrivatType value) {
- this.verkaufsprodukt = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/BerechnungSachPrivatType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/BerechnungSachPrivatType.java
deleted file mode 100644
index c6764224..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/BerechnungSachPrivatType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-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_4_0.on2antrag.common.SpezBerechnungType;
-
-
-/**
- * Typ der das Produkt beschreibt und in Berechnungsanfrage und Berechnungsantwort verwendet wird
- *
- *
- * <complexType name="BerechnungSachPrivat_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.sachprivat}VerkaufsproduktSachPrivat_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BerechnungSachPrivat_Type", propOrder = {
- "verkaufsprodukt"
-})
-public class BerechnungSachPrivatType
- extends SpezBerechnungType
-{
-
- @XmlElement(name = "Verkaufsprodukt", required = true)
- protected VerkaufsproduktSachPrivatType verkaufsprodukt;
-
- /**
- * Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link VerkaufsproduktSachPrivatType }
- *
- */
- public VerkaufsproduktSachPrivatType getVerkaufsprodukt() {
- return verkaufsprodukt;
- }
-
- /**
- * Legt den Wert der verkaufsprodukt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link VerkaufsproduktSachPrivatType }
- *
- */
- public void setVerkaufsprodukt(VerkaufsproduktSachPrivatType value) {
- this.verkaufsprodukt = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CalculateSachPrivatRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CalculateSachPrivatRequestType.java
deleted file mode 100644
index 2dded726..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CalculateSachPrivatRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-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_4_0.on2antrag.common.CalculateRequestGenType;
-
-
-/**
- * Typ des Requestobjekts für eine Berechnung Sach-Privat
- *
- *
- * <complexType name="CalculateSachPrivatRequest_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.sachprivat}BerechnungSachPrivat_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CalculateSachPrivatRequest_Type", propOrder = {
- "berechnungsanfrage"
-})
-public class CalculateSachPrivatRequestType
- extends CalculateRequestGenType
-{
-
- @XmlElement(name = "Berechnungsanfrage", required = true)
- protected BerechnungSachPrivatType berechnungsanfrage;
-
- /**
- * Ruft den Wert der berechnungsanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BerechnungSachPrivatType }
- *
- */
- public BerechnungSachPrivatType getBerechnungsanfrage() {
- return berechnungsanfrage;
- }
-
- /**
- * Legt den Wert der berechnungsanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BerechnungSachPrivatType }
- *
- */
- public void setBerechnungsanfrage(BerechnungSachPrivatType value) {
- this.berechnungsanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CalculateSachPrivatResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CalculateSachPrivatResponseType.java
deleted file mode 100644
index 85c035b2..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CalculateSachPrivatResponseType.java
+++ /dev/null
@@ -1,95 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-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_4_0.on2antrag.common.CalculateResponseGenType;
-
-
-/**
- * Typ des Responseobjekts für eine Berechnung Sach-Privat
- *
- *
- * <complexType name="CalculateSachPrivatResponse_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.sachprivat}BerechnungSachPrivat_Type"/>
- * <element name="ResponseUpselling" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}UpsellingSachPrivatResponse_Type" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CalculateSachPrivatResponse_Type", propOrder = {
- "berechnungsantwort",
- "responseUpselling"
-})
-public class CalculateSachPrivatResponseType
- extends CalculateResponseGenType
-{
-
- @XmlElement(name = "Berechnungsantwort", required = true)
- protected BerechnungSachPrivatType berechnungsantwort;
- @XmlElement(name = "ResponseUpselling")
- protected UpsellingSachPrivatResponseType responseUpselling;
-
- /**
- * Ruft den Wert der berechnungsantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BerechnungSachPrivatType }
- *
- */
- public BerechnungSachPrivatType getBerechnungsantwort() {
- return berechnungsantwort;
- }
-
- /**
- * Legt den Wert der berechnungsantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BerechnungSachPrivatType }
- *
- */
- public void setBerechnungsantwort(BerechnungSachPrivatType value) {
- this.berechnungsantwort = value;
- }
-
- /**
- * Ruft den Wert der responseUpselling-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link UpsellingSachPrivatResponseType }
- *
- */
- public UpsellingSachPrivatResponseType getResponseUpselling() {
- return responseUpselling;
- }
-
- /**
- * Legt den Wert der responseUpselling-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link UpsellingSachPrivatResponseType }
- *
- */
- public void setResponseUpselling(UpsellingSachPrivatResponseType value) {
- this.responseUpselling = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CreateApplicationSachPrivatRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CreateApplicationSachPrivatRequestType.java
deleted file mode 100644
index e540929e..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CreateApplicationSachPrivatRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-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_4_0.on2antrag.common.CreateApplicationRequestGenType;
-
-
-/**
- * Typ des Requestobjekts für einen Antrag Besitz
- *
- *
- * <complexType name="CreateApplicationSachPrivatRequest_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.sachprivat}AntragSachPrivat_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateApplicationSachPrivatRequest_Type", propOrder = {
- "antragsanfrage"
-})
-public class CreateApplicationSachPrivatRequestType
- extends CreateApplicationRequestGenType
-{
-
- @XmlElement(name = "Antragsanfrage", required = true)
- protected AntragSachPrivatType antragsanfrage;
-
- /**
- * Ruft den Wert der antragsanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link AntragSachPrivatType }
- *
- */
- public AntragSachPrivatType getAntragsanfrage() {
- return antragsanfrage;
- }
-
- /**
- * Legt den Wert der antragsanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link AntragSachPrivatType }
- *
- */
- public void setAntragsanfrage(AntragSachPrivatType value) {
- this.antragsanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CreateApplicationSachPrivatResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CreateApplicationSachPrivatResponseType.java
deleted file mode 100644
index aa9320bc..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CreateApplicationSachPrivatResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-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_4_0.on2antrag.common.CreateApplicationResponseGenType;
-
-
-/**
- * Typ des Responseobjekts für einen Antrag Besitz
- *
- *
- * <complexType name="CreateApplicationSachPrivatResponse_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.sachprivat}AntragSachPrivat_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateApplicationSachPrivatResponse_Type", propOrder = {
- "antragsantwort"
-})
-public class CreateApplicationSachPrivatResponseType
- extends CreateApplicationResponseGenType
-{
-
- @XmlElement(name = "Antragsantwort", required = true)
- protected AntragSachPrivatType antragsantwort;
-
- /**
- * Ruft den Wert der antragsantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link AntragSachPrivatType }
- *
- */
- public AntragSachPrivatType getAntragsantwort() {
- return antragsantwort;
- }
-
- /**
- * Legt den Wert der antragsantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link AntragSachPrivatType }
- *
- */
- public void setAntragsantwort(AntragSachPrivatType value) {
- this.antragsantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CreateOfferSachPrivatRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CreateOfferSachPrivatRequestType.java
deleted file mode 100644
index 209b547e..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CreateOfferSachPrivatRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-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_4_0.on2antrag.common.CreateOfferRequestGenType;
-
-
-/**
- * Typ des Requestobjekts für ein Offert Sach-Privat
- *
- *
- * <complexType name="CreateOfferSachPrivatRequest_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.sachprivat}OffertSachPrivat_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateOfferSachPrivatRequest_Type", propOrder = {
- "offertanfrage"
-})
-public class CreateOfferSachPrivatRequestType
- extends CreateOfferRequestGenType
-{
-
- @XmlElement(name = "Offertanfrage", required = true)
- protected OffertSachPrivatType offertanfrage;
-
- /**
- * Ruft den Wert der offertanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link OffertSachPrivatType }
- *
- */
- public OffertSachPrivatType getOffertanfrage() {
- return offertanfrage;
- }
-
- /**
- * Legt den Wert der offertanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link OffertSachPrivatType }
- *
- */
- public void setOffertanfrage(OffertSachPrivatType value) {
- this.offertanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CreateOfferSachPrivatResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CreateOfferSachPrivatResponseType.java
deleted file mode 100644
index 9d24b875..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/CreateOfferSachPrivatResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-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_4_0.on2antrag.common.CreateOfferResponseGenType;
-
-
-/**
- * Typ des Responseobjekts für ein Offert Besitz
- *
- *
- * <complexType name="CreateOfferSachPrivatResponse_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.sachprivat}OffertSachPrivat_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CreateOfferSachPrivatResponse_Type", propOrder = {
- "offertantwort"
-})
-public class CreateOfferSachPrivatResponseType
- extends CreateOfferResponseGenType
-{
-
- @XmlElement(name = "Offertantwort", required = true)
- protected OffertSachPrivatType offertantwort;
-
- /**
- * Ruft den Wert der offertantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link OffertSachPrivatType }
- *
- */
- public OffertSachPrivatType getOffertantwort() {
- return offertantwort;
- }
-
- /**
- * Legt den Wert der offertantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link OffertSachPrivatType }
- *
- */
- public void setOffertantwort(OffertSachPrivatType value) {
- this.offertantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ElementarproduktGebaeudeType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ElementarproduktGebaeudeType.java
deleted file mode 100644
index 714b78dd..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ElementarproduktGebaeudeType.java
+++ /dev/null
@@ -1,36 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="ElementarproduktGebaeude_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktSachPrivat_Type">
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ElementarproduktGebaeude_Type")
-@XmlSeeAlso({
- GenElementarproduktGebaeudeType.class
-})
-public abstract class ElementarproduktGebaeudeType
- extends ElementarproduktSachPrivatType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ElementarproduktHaushaltType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ElementarproduktHaushaltType.java
deleted file mode 100644
index 2a8bc738..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ElementarproduktHaushaltType.java
+++ /dev/null
@@ -1,36 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="ElementarproduktHaushalt_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktSachPrivat_Type">
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ElementarproduktHaushalt_Type")
-@XmlSeeAlso({
- GenElementarproduktHaushaltType.class
-})
-public abstract class ElementarproduktHaushaltType
- extends ElementarproduktSachPrivatType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ElementarproduktSachPrivatType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ElementarproduktSachPrivatType.java
deleted file mode 100644
index de130d7f..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ElementarproduktSachPrivatType.java
+++ /dev/null
@@ -1,77 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.ElementarproduktGenerischType;
-
-
-/**
- *
- * <complexType name="ElementarproduktSachPrivat_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}ElementarproduktGenerisch_Type">
- * <sequence>
- * <element name="VersInteresseRefLfnr" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ElementarproduktSachPrivat_Type", propOrder = {
- "versInteresseRefLfnr"
-})
-@XmlSeeAlso({
- ElementarproduktGebaeudeType.class,
- ElementarproduktHaushaltType.class
-})
-public abstract class ElementarproduktSachPrivatType
- extends ElementarproduktGenerischType
-{
-
- @XmlElement(name = "VersInteresseRefLfnr")
- protected Listset method for the versInteresseRefLfnr property.
- *
- *
- * getVersInteresseRefLfnr().add(newItem);
- *
- *
- *
- *
- * <complexType name="GenElementarproduktGebaeude_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktGebaeude_Type">
- * <sequence>
- * <element name="Sparte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}GebaeudeSpartenCd_Type"/>
- * <element name="Pauschalbetrag" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
- * <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
- * <element name="Versicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
- * <element name="Unterversicherungsverzicht" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="ProzentVersicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
- * <element name="Nebenkosten" type="{urn:omds3CommonServiceTypes-1-1-0}KostenFixOderProzent_Type" minOccurs="0"/>
- * <element name="Vorsorge" type="{urn:omds3CommonServiceTypes-1-1-0}KostenFixOderProzent_Type" minOccurs="0"/>
- * <element name="Hoechsthaftungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "GenElementarproduktGebaeude_Type", propOrder = {
- "sparte",
- "pauschalbetrag",
- "selbstbehalt",
- "versicherungssumme",
- "unterversicherungsverzicht",
- "prozentVersicherungssumme",
- "nebenkosten",
- "vorsorge",
- "hoechsthaftungssumme"
-})
-public class GenElementarproduktGebaeudeType
- extends ElementarproduktGebaeudeType
-{
-
- @XmlElement(name = "Sparte", required = true)
- protected String sparte;
- @XmlElement(name = "Pauschalbetrag")
- @XmlSchemaType(name = "unsignedLong")
- protected BigInteger pauschalbetrag;
- @XmlElement(name = "Selbstbehalt")
- protected SelbstbehaltType selbstbehalt;
- @XmlElement(name = "Versicherungssumme")
- @XmlSchemaType(name = "unsignedLong")
- protected BigInteger versicherungssumme;
- @XmlElement(name = "Unterversicherungsverzicht")
- protected Boolean unterversicherungsverzicht;
- @XmlElement(name = "ProzentVersicherungssumme")
- @XmlSchemaType(name = "unsignedInt")
- protected Long prozentVersicherungssumme;
- @XmlElement(name = "Nebenkosten")
- protected KostenFixOderProzentType nebenkosten;
- @XmlElement(name = "Vorsorge")
- protected KostenFixOderProzentType vorsorge;
- @XmlElement(name = "Hoechsthaftungssumme")
- @XmlSchemaType(name = "unsignedLong")
- protected BigInteger hoechsthaftungssumme;
-
- /**
- * Ruft den Wert der sparte-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getSparte() {
- return sparte;
- }
-
- /**
- * Legt den Wert der sparte-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setSparte(String value) {
- this.sparte = value;
- }
-
- /**
- * Ruft den Wert der pauschalbetrag-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getPauschalbetrag() {
- return pauschalbetrag;
- }
-
- /**
- * Legt den Wert der pauschalbetrag-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setPauschalbetrag(BigInteger value) {
- this.pauschalbetrag = value;
- }
-
- /**
- * 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 versicherungssumme-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getVersicherungssumme() {
- return versicherungssumme;
- }
-
- /**
- * Legt den Wert der versicherungssumme-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setVersicherungssumme(BigInteger value) {
- this.versicherungssumme = value;
- }
-
- /**
- * Ruft den Wert der unterversicherungsverzicht-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isUnterversicherungsverzicht() {
- return unterversicherungsverzicht;
- }
-
- /**
- * Legt den Wert der unterversicherungsverzicht-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setUnterversicherungsverzicht(Boolean value) {
- this.unterversicherungsverzicht = value;
- }
-
- /**
- * Ruft den Wert der prozentVersicherungssumme-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Long }
- *
- */
- public Long getProzentVersicherungssumme() {
- return prozentVersicherungssumme;
- }
-
- /**
- * Legt den Wert der prozentVersicherungssumme-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Long }
- *
- */
- public void setProzentVersicherungssumme(Long value) {
- this.prozentVersicherungssumme = value;
- }
-
- /**
- * Ruft den Wert der nebenkosten-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link KostenFixOderProzentType }
- *
- */
- public KostenFixOderProzentType getNebenkosten() {
- return nebenkosten;
- }
-
- /**
- * Legt den Wert der nebenkosten-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link KostenFixOderProzentType }
- *
- */
- public void setNebenkosten(KostenFixOderProzentType value) {
- this.nebenkosten = value;
- }
-
- /**
- * Ruft den Wert der vorsorge-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link KostenFixOderProzentType }
- *
- */
- public KostenFixOderProzentType getVorsorge() {
- return vorsorge;
- }
-
- /**
- * Legt den Wert der vorsorge-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link KostenFixOderProzentType }
- *
- */
- public void setVorsorge(KostenFixOderProzentType value) {
- this.vorsorge = value;
- }
-
- /**
- * Ruft den Wert der hoechsthaftungssumme-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getHoechsthaftungssumme() {
- return hoechsthaftungssumme;
- }
-
- /**
- * Legt den Wert der hoechsthaftungssumme-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setHoechsthaftungssumme(BigInteger value) {
- this.hoechsthaftungssumme = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/GenElementarproduktHaushaltType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/GenElementarproduktHaushaltType.java
deleted file mode 100644
index 7e3cf4ed..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/GenElementarproduktHaushaltType.java
+++ /dev/null
@@ -1,296 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-import java.math.BigInteger;
-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_4_0.common.KostenFixOderProzentType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
-
-
-/**
- *
- * <complexType name="GenElementarproduktHaushalt_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktHaushalt_Type">
- * <sequence>
- * <element name="Sparte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}HaushaltSpartenCd_Type"/>
- * <element name="Versicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
- * <element name="Pauschalbetrag" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
- * <element name="ProzentVersicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
- * <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
- * <element name="Unterversicherungsverzicht" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="Nebenkosten" type="{urn:omds3CommonServiceTypes-1-1-0}KostenFixOderProzent_Type" minOccurs="0"/>
- * <element name="Vorsorge" type="{urn:omds3CommonServiceTypes-1-1-0}KostenFixOderProzent_Type" minOccurs="0"/>
- * <element name="Hoechsthaftungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "GenElementarproduktHaushalt_Type", propOrder = {
- "sparte",
- "versicherungssumme",
- "pauschalbetrag",
- "prozentVersicherungssumme",
- "selbstbehalt",
- "unterversicherungsverzicht",
- "nebenkosten",
- "vorsorge",
- "hoechsthaftungssumme"
-})
-public class GenElementarproduktHaushaltType
- extends ElementarproduktHaushaltType
-{
-
- @XmlElement(name = "Sparte", required = true)
- protected String sparte;
- @XmlElement(name = "Versicherungssumme")
- @XmlSchemaType(name = "unsignedLong")
- protected BigInteger versicherungssumme;
- @XmlElement(name = "Pauschalbetrag")
- @XmlSchemaType(name = "unsignedLong")
- protected BigInteger pauschalbetrag;
- @XmlElement(name = "ProzentVersicherungssumme")
- @XmlSchemaType(name = "unsignedInt")
- protected Long prozentVersicherungssumme;
- @XmlElement(name = "Selbstbehalt")
- protected SelbstbehaltType selbstbehalt;
- @XmlElement(name = "Unterversicherungsverzicht")
- protected Boolean unterversicherungsverzicht;
- @XmlElement(name = "Nebenkosten")
- protected KostenFixOderProzentType nebenkosten;
- @XmlElement(name = "Vorsorge")
- protected KostenFixOderProzentType vorsorge;
- @XmlElement(name = "Hoechsthaftungssumme")
- @XmlSchemaType(name = "unsignedLong")
- protected BigInteger hoechsthaftungssumme;
-
- /**
- * Ruft den Wert der sparte-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getSparte() {
- return sparte;
- }
-
- /**
- * Legt den Wert der sparte-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setSparte(String value) {
- this.sparte = value;
- }
-
- /**
- * Ruft den Wert der versicherungssumme-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getVersicherungssumme() {
- return versicherungssumme;
- }
-
- /**
- * Legt den Wert der versicherungssumme-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setVersicherungssumme(BigInteger value) {
- this.versicherungssumme = value;
- }
-
- /**
- * Ruft den Wert der pauschalbetrag-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getPauschalbetrag() {
- return pauschalbetrag;
- }
-
- /**
- * Legt den Wert der pauschalbetrag-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setPauschalbetrag(BigInteger value) {
- this.pauschalbetrag = value;
- }
-
- /**
- * Ruft den Wert der prozentVersicherungssumme-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Long }
- *
- */
- public Long getProzentVersicherungssumme() {
- return prozentVersicherungssumme;
- }
-
- /**
- * Legt den Wert der prozentVersicherungssumme-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Long }
- *
- */
- public void setProzentVersicherungssumme(Long value) {
- this.prozentVersicherungssumme = value;
- }
-
- /**
- * 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 unterversicherungsverzicht-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isUnterversicherungsverzicht() {
- return unterversicherungsverzicht;
- }
-
- /**
- * Legt den Wert der unterversicherungsverzicht-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setUnterversicherungsverzicht(Boolean value) {
- this.unterversicherungsverzicht = value;
- }
-
- /**
- * Ruft den Wert der nebenkosten-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link KostenFixOderProzentType }
- *
- */
- public KostenFixOderProzentType getNebenkosten() {
- return nebenkosten;
- }
-
- /**
- * Legt den Wert der nebenkosten-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link KostenFixOderProzentType }
- *
- */
- public void setNebenkosten(KostenFixOderProzentType value) {
- this.nebenkosten = value;
- }
-
- /**
- * Ruft den Wert der vorsorge-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link KostenFixOderProzentType }
- *
- */
- public KostenFixOderProzentType getVorsorge() {
- return vorsorge;
- }
-
- /**
- * Legt den Wert der vorsorge-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link KostenFixOderProzentType }
- *
- */
- public void setVorsorge(KostenFixOderProzentType value) {
- this.vorsorge = value;
- }
-
- /**
- * Ruft den Wert der hoechsthaftungssumme-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getHoechsthaftungssumme() {
- return hoechsthaftungssumme;
- }
-
- /**
- * Legt den Wert der hoechsthaftungssumme-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setHoechsthaftungssumme(BigInteger value) {
- this.hoechsthaftungssumme = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/NebengebaeudeType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/NebengebaeudeType.java
deleted file mode 100644
index 33e55601..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/NebengebaeudeType.java
+++ /dev/null
@@ -1,99 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-import javax.xml.bind.annotation.XmlEnum;
-import javax.xml.bind.annotation.XmlEnumValue;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <simpleType name="Nebengebaeude_Type">
- * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * <enumeration value="Abstellgebaeude"/>
- * <enumeration value="Badehütte"/>
- * <enumeration value="Bootshaus"/>
- * <enumeration value="Carport"/>
- * <enumeration value="ehemaliges Wirtschaftsgebaeude"/>
- * <enumeration value="Garage"/>
- * <enumeration value="Gartenhaus (nicht für Wohnzwecke)"/>
- * <enumeration value="Holzhütte"/>
- * <enumeration value="Keller"/>
- * <enumeration value="Mobilheim (stationaer)"/>
- * <enumeration value="Nebengebaeude"/>
- * <enumeration value="Nebengebaeude mit Garage"/>
- * <enumeration value="Presshaus"/>
- * <enumeration value="Sauna"/>
- * <enumeration value="Scheune / Schuppen / Stadel"/>
- * <enumeration value="Werkstaette"/>
- * <enumeration value="Werkzeug- und Geraeteschuppen"/>
- * <enumeration value="Wintergarten, Veranda"/>
- * </restriction>
- * </simpleType>
- *
- *
- */
-@XmlType(name = "Nebengebaeude_Type")
-@XmlEnum
-public enum NebengebaeudeType {
-
- @XmlEnumValue("Abstellgebaeude")
- ABSTELLGEBAEUDE("Abstellgebaeude"),
- @XmlEnumValue("Badeh\u00fctte")
- BADEHÜTTE("Badeh\u00fctte"),
- @XmlEnumValue("Bootshaus")
- BOOTSHAUS("Bootshaus"),
- @XmlEnumValue("Carport")
- CARPORT("Carport"),
- @XmlEnumValue("ehemaliges Wirtschaftsgebaeude")
- EHEMALIGES_WIRTSCHAFTSGEBAEUDE("ehemaliges Wirtschaftsgebaeude"),
- @XmlEnumValue("Garage")
- GARAGE("Garage"),
- @XmlEnumValue("Gartenhaus (nicht f\u00fcr Wohnzwecke)")
- GARTENHAUS_NICHT_FÜR_WOHNZWECKE("Gartenhaus (nicht f\u00fcr Wohnzwecke)"),
- @XmlEnumValue("Holzh\u00fctte")
- HOLZHÜTTE("Holzh\u00fctte"),
- @XmlEnumValue("Keller")
- KELLER("Keller"),
- @XmlEnumValue("Mobilheim (stationaer)")
- MOBILHEIM_STATIONAER("Mobilheim (stationaer)"),
- @XmlEnumValue("Nebengebaeude")
- NEBENGEBAEUDE("Nebengebaeude"),
- @XmlEnumValue("Nebengebaeude mit Garage")
- NEBENGEBAEUDE_MIT_GARAGE("Nebengebaeude mit Garage"),
- @XmlEnumValue("Presshaus")
- PRESSHAUS("Presshaus"),
- @XmlEnumValue("Sauna")
- SAUNA("Sauna"),
- @XmlEnumValue("Scheune / Schuppen / Stadel")
- SCHEUNE_SCHUPPEN_STADEL("Scheune / Schuppen / Stadel"),
- @XmlEnumValue("Werkstaette")
- WERKSTAETTE("Werkstaette"),
- @XmlEnumValue("Werkzeug- und Geraeteschuppen")
- WERKZEUG_UND_GERAETESCHUPPEN("Werkzeug- und Geraeteschuppen"),
- @XmlEnumValue("Wintergarten, Veranda")
- WINTERGARTEN_VERANDA("Wintergarten, Veranda");
- private final String value;
-
- NebengebaeudeType(String v) {
- value = v;
- }
-
- public String value() {
- return value;
- }
-
- public static NebengebaeudeType fromValue(String v) {
- for (NebengebaeudeType c: NebengebaeudeType.values()) {
- if (c.value.equals(v)) {
- return c;
- }
- }
- throw new IllegalArgumentException(v);
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ObjectFactory.java
deleted file mode 100644
index 941672f6..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ObjectFactory.java
+++ /dev/null
@@ -1,335 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-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_4_0.on2antrag.sachPrivat package.
- *
- * <complexType name="OffertSachPrivat_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.sachprivat}VerkaufsproduktSachPrivat_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "OffertSachPrivat_Type", propOrder = {
- "verkaufsprodukt"
-})
-public class OffertSachPrivatType
- extends SpezOffertType
-{
-
- @XmlElement(name = "Verkaufsprodukt", required = true)
- protected VerkaufsproduktSachPrivatType verkaufsprodukt;
-
- /**
- * Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link VerkaufsproduktSachPrivatType }
- *
- */
- public VerkaufsproduktSachPrivatType getVerkaufsprodukt() {
- return verkaufsprodukt;
- }
-
- /**
- * Legt den Wert der verkaufsprodukt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link VerkaufsproduktSachPrivatType }
- *
- */
- public void setVerkaufsprodukt(VerkaufsproduktSachPrivatType value) {
- this.verkaufsprodukt = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ProduktGebaeudeversicherungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ProduktGebaeudeversicherungType.java
deleted file mode 100644
index 8cf5adf9..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ProduktGebaeudeversicherungType.java
+++ /dev/null
@@ -1,73 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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.XmlType;
-
-
-/**
- * Typ für ein Besitz-Produkt Gebaeudeversicherung
- *
- *
- * <complexType name="ProduktGebaeudeversicherung_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ProduktSachPrivat_Type">
- * <sequence>
- * <element name="Deckungen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktGebaeude_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ProduktGebaeudeversicherung_Type", propOrder = {
- "deckungen"
-})
-public class ProduktGebaeudeversicherungType
- extends ProduktSachPrivatType
-{
-
- @XmlElement(name = "Deckungen")
- protected Listset method for the deckungen property.
- *
- *
- * getDeckungen().add(newItem);
- *
- *
- *
- *
- * <complexType name="ProduktHaushaltsversicherung_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ProduktSachPrivat_Type">
- * <sequence>
- * <element name="Deckungen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktHaushalt_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ProduktHaushaltsversicherung_Type", propOrder = {
- "deckungen"
-})
-public class ProduktHaushaltsversicherungType
- extends ProduktSachPrivatType
-{
-
- @XmlElement(name = "Deckungen")
- protected Listset method for the deckungen property.
- *
- *
- * getDeckungen().add(newItem);
- *
- *
- *
- *
- * <complexType name="ProduktSachPrivat_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type">
- * <sequence>
- * <element name="VersInteresseRefLfnr" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ProduktSachPrivat_Type", propOrder = {
- "versInteresseRefLfnr"
-})
-@XmlSeeAlso({
- ProduktGebaeudeversicherungType.class,
- ProduktHaushaltsversicherungType.class
-})
-public abstract class ProduktSachPrivatType
- extends ProduktGenerischType
-{
-
- @XmlElement(name = "VersInteresseRefLfnr", required = true)
- protected String versInteresseRefLfnr;
-
- /**
- * Ruft den Wert der versInteresseRefLfnr-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getVersInteresseRefLfnr() {
- return versInteresseRefLfnr;
- }
-
- /**
- * Legt den Wert der versInteresseRefLfnr-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setVersInteresseRefLfnr(String value) {
- this.versInteresseRefLfnr = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/RisikoAdresseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/RisikoAdresseType.java
deleted file mode 100644
index 3bc4e9f1..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/RisikoAdresseType.java
+++ /dev/null
@@ -1,181 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-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.omds2Types.v2_11.ADRESSEType;
-
-
-/**
- * Type zur Beschreibung einer Risikoadresse
- *
- *
- * <complexType name="RisikoAdresse_Type">
- * <complexContent>
- * <extension base="{urn:omds20}ADRESSE_Type">
- * <sequence>
- * <element name="Horazone" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
- * <element name="ImVerbautenOrt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="AusserhalbDesOrtsgebiets" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="ErreichbarkeitFuerLoeschfahrzeuge" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="Tarifzone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "RisikoAdresse_Type", propOrder = {
- "horazone",
- "imVerbautenOrt",
- "ausserhalbDesOrtsgebiets",
- "erreichbarkeitFuerLoeschfahrzeuge",
- "tarifzone"
-})
-public class RisikoAdresseType
- extends ADRESSEType
-{
-
- @XmlElement(name = "Horazone")
- @XmlSchemaType(name = "unsignedByte")
- protected Short horazone;
- @XmlElement(name = "ImVerbautenOrt")
- protected Boolean imVerbautenOrt;
- @XmlElement(name = "AusserhalbDesOrtsgebiets")
- protected Boolean ausserhalbDesOrtsgebiets;
- @XmlElement(name = "ErreichbarkeitFuerLoeschfahrzeuge")
- protected Boolean erreichbarkeitFuerLoeschfahrzeuge;
- @XmlElement(name = "Tarifzone")
- protected String tarifzone;
-
- /**
- * Ruft den Wert der horazone-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Short }
- *
- */
- public Short getHorazone() {
- return horazone;
- }
-
- /**
- * Legt den Wert der horazone-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Short }
- *
- */
- public void setHorazone(Short value) {
- this.horazone = value;
- }
-
- /**
- * Ruft den Wert der imVerbautenOrt-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isImVerbautenOrt() {
- return imVerbautenOrt;
- }
-
- /**
- * Legt den Wert der imVerbautenOrt-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setImVerbautenOrt(Boolean value) {
- this.imVerbautenOrt = value;
- }
-
- /**
- * Ruft den Wert der ausserhalbDesOrtsgebiets-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isAusserhalbDesOrtsgebiets() {
- return ausserhalbDesOrtsgebiets;
- }
-
- /**
- * Legt den Wert der ausserhalbDesOrtsgebiets-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setAusserhalbDesOrtsgebiets(Boolean value) {
- this.ausserhalbDesOrtsgebiets = value;
- }
-
- /**
- * Ruft den Wert der erreichbarkeitFuerLoeschfahrzeuge-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isErreichbarkeitFuerLoeschfahrzeuge() {
- return erreichbarkeitFuerLoeschfahrzeuge;
- }
-
- /**
- * Legt den Wert der erreichbarkeitFuerLoeschfahrzeuge-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setErreichbarkeitFuerLoeschfahrzeuge(Boolean value) {
- this.erreichbarkeitFuerLoeschfahrzeuge = value;
- }
-
- /**
- * Ruft den Wert der tarifzone-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getTarifzone() {
- return tarifzone;
- }
-
- /**
- * Legt den Wert der tarifzone-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setTarifzone(String value) {
- this.tarifzone = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/RisikoGebaeudeType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/RisikoGebaeudeType.java
deleted file mode 100644
index f3d6a2c7..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/RisikoGebaeudeType.java
+++ /dev/null
@@ -1,427 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-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.omds2Types.v2_11.ELFlaecheType;
-import at.vvo.omds.types.omds2Types.v2_11.Entsch2Type;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.VersichertesInteresseType;
-
-
-/**
- * Type zur Risikobeschreibung Gebäude
- *
- *
- * <complexType name="RisikoGebaeude_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
- * <sequence>
- * <element name="GebaeudeArtCd" type="{urn:omds20}GebaeudeArtCd_Type"/>
- * <element name="GebaeudeBez" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="NutzungCd" type="{urn:omds20}NutzungCd_Type" minOccurs="0"/>
- * <element name="BauartCd" type="{urn:omds20}BauartCd_Type" minOccurs="0"/>
- * <element name="DachungCd" type="{urn:omds20}DachungCd_Type" minOccurs="0"/>
- * <element name="GebaeudeHoeheCd" type="{urn:omds20}GebaeudeHoeheCd_Type" minOccurs="0"/>
- * <element name="BaujahrGebaeude" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- * <element name="EL-Flaeche" type="{urn:omds20}EL-Flaeche_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="Vorschaeden" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoVorschaeden_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="AusstattungCd" type="{urn:omds20}AusstattungCd_Type" minOccurs="0"/>
- * <element name="SichergKz" type="{urn:omds20}Entsch2_Type" minOccurs="0"/>
- * <element name="PreisProQm" type="{urn:omds20}decimal"/>
- * <element name="ZusaetzlicheGebaeudedaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "RisikoGebaeude_Type", propOrder = {
- "gebaeudeArtCd",
- "gebaeudeBez",
- "nutzungCd",
- "bauartCd",
- "dachungCd",
- "gebaeudeHoeheCd",
- "baujahrGebaeude",
- "elFlaeche",
- "vorschaeden",
- "ausstattungCd",
- "sichergKz",
- "preisProQm",
- "zusaetzlicheGebaeudedaten"
-})
-public class RisikoGebaeudeType
- extends VersichertesInteresseType
-{
-
- @XmlElement(name = "GebaeudeArtCd", required = true)
- protected String gebaeudeArtCd;
- @XmlElement(name = "GebaeudeBez", required = true)
- protected String gebaeudeBez;
- @XmlElement(name = "NutzungCd")
- protected String nutzungCd;
- @XmlElement(name = "BauartCd")
- protected String bauartCd;
- @XmlElement(name = "DachungCd")
- protected String dachungCd;
- @XmlElement(name = "GebaeudeHoeheCd")
- protected String gebaeudeHoeheCd;
- @XmlElement(name = "BaujahrGebaeude", required = true)
- protected BigInteger baujahrGebaeude;
- @XmlElement(name = "EL-Flaeche")
- protected Listset method for the elFlaeche property.
- *
- *
- * getELFlaeche().add(newItem);
- *
- *
- *
- * set method for the vorschaeden property.
- *
- *
- * getVorschaeden().add(newItem);
- *
- *
- *
- * set method for the zusaetzlicheGebaeudedaten property.
- *
- *
- * getZusaetzlicheGebaeudedaten().add(newItem);
- *
- *
- *
- *
- * <complexType name="RisikoHaushalt_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
- * <sequence>
- * <element name="Wohnflaeche" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
- * <element name="AusstattungCd" type="{urn:omds20}AusstattungCd_Type"/>
- * <element name="NutzungCd" type="{urn:omds20}NutzungCd_Type" minOccurs="0"/>
- * <element name="ZusaetzlicheHaushaltDaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "RisikoHaushalt_Type", propOrder = {
- "wohnflaeche",
- "ausstattungCd",
- "nutzungCd",
- "zusaetzlicheHaushaltDaten"
-})
-public class RisikoHaushaltType
- extends VersichertesInteresseType
-{
-
- @XmlElement(name = "Wohnflaeche", required = true)
- protected Object wohnflaeche;
- @XmlElement(name = "AusstattungCd", required = true)
- protected String ausstattungCd;
- @XmlElement(name = "NutzungCd")
- protected String nutzungCd;
- @XmlElement(name = "ZusaetzlicheHaushaltDaten")
- protected Listset method for the zusaetzlicheHaushaltDaten property.
- *
- *
- * getZusaetzlicheHaushaltDaten().add(newItem);
- *
- *
- *
- *
- * <simpleType name="RisikoVorschaeden_Type">
- * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * <enumeration value="keine Vorschaeden"/>
- * <enumeration value="ein Vorschaden"/>
- * <enumeration value="mehr als ein Vorschaden"/>
- * </restriction>
- * </simpleType>
- *
- *
- */
-@XmlType(name = "RisikoVorschaeden_Type")
-@XmlEnum
-public enum RisikoVorschaedenType {
-
- @XmlEnumValue("keine Vorschaeden")
- KEINE_VORSCHAEDEN("keine Vorschaeden"),
- @XmlEnumValue("ein Vorschaden")
- EIN_VORSCHADEN("ein Vorschaden"),
- @XmlEnumValue("mehr als ein Vorschaden")
- MEHR_ALS_EIN_VORSCHADEN("mehr als ein Vorschaden");
- private final String value;
-
- RisikoVorschaedenType(String v) {
- value = v;
- }
-
- public String value() {
- return value;
- }
-
- public static RisikoVorschaedenType fromValue(String v) {
- for (RisikoVorschaedenType c: RisikoVorschaedenType.values()) {
- if (c.value.equals(v)) {
- return c;
- }
- }
- throw new IllegalArgumentException(v);
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/SubmitApplicationSachPrivatRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/SubmitApplicationSachPrivatRequestType.java
deleted file mode 100644
index 4446a39a..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/SubmitApplicationSachPrivatRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-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_4_0.on2antrag.common.SubmitApplicationRequestGenType;
-
-
-/**
- * Type des Requests, um den Antrag einzureichen
- *
- *
- * <complexType name="SubmitApplicationSachPrivatRequest_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.sachprivat}AntragSachPrivat_Type" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SubmitApplicationSachPrivatRequest_Type", propOrder = {
- "antragsanfrage"
-})
-public class SubmitApplicationSachPrivatRequestType
- extends SubmitApplicationRequestGenType
-{
-
- @XmlElement(name = "Antragsanfrage")
- protected AntragSachPrivatType antragsanfrage;
-
- /**
- * Ruft den Wert der antragsanfrage-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link AntragSachPrivatType }
- *
- */
- public AntragSachPrivatType getAntragsanfrage() {
- return antragsanfrage;
- }
-
- /**
- * Legt den Wert der antragsanfrage-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link AntragSachPrivatType }
- *
- */
- public void setAntragsanfrage(AntragSachPrivatType value) {
- this.antragsanfrage = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/SubmitApplicationSachPrivatResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/SubmitApplicationSachPrivatResponseType.java
deleted file mode 100644
index ed5feb39..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/SubmitApplicationSachPrivatResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-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_4_0.on2antrag.common.SubmitApplicationResponseGenType;
-
-
-/**
- * Type des Response, um den Antrag einzureichen
- *
- *
- * <complexType name="SubmitApplicationSachPrivatResponse_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.sachprivat}AntragSachPrivat_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SubmitApplicationSachPrivatResponse_Type", propOrder = {
- "antragsantwort"
-})
-public class SubmitApplicationSachPrivatResponseType
- extends SubmitApplicationResponseGenType
-{
-
- @XmlElement(name = "Antragsantwort", required = true)
- protected AntragSachPrivatType antragsantwort;
-
- /**
- * Ruft den Wert der antragsantwort-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link AntragSachPrivatType }
- *
- */
- public AntragSachPrivatType getAntragsantwort() {
- return antragsantwort;
- }
-
- /**
- * Legt den Wert der antragsantwort-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link AntragSachPrivatType }
- *
- */
- public void setAntragsantwort(AntragSachPrivatType value) {
- this.antragsantwort = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/UpsellingSachPrivatResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/UpsellingSachPrivatResponseType.java
deleted file mode 100644
index 5ddc916b..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/UpsellingSachPrivatResponseType.java
+++ /dev/null
@@ -1,30 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="UpsellingSachPrivatResponse_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "UpsellingSachPrivatResponse_Type")
-public class UpsellingSachPrivatResponseType {
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/VerkaufsproduktSachPrivatType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/VerkaufsproduktSachPrivatType.java
deleted file mode 100644
index d943c4a2..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/VerkaufsproduktSachPrivatType.java
+++ /dev/null
@@ -1,142 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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.XmlType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.ProduktGenerischType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.VerkaufsproduktGenerischType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.VersichertesInteresseMitAttributMetadatenType;
-
-
-/**
- * Typ für ein Besitz-Produktbündel, welches einem Vertrag entspricht
- *
- *
- * <complexType name="VerkaufsproduktSachPrivat_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}VerkaufsproduktGenerisch_Type">
- * <sequence>
- * <element name="Produkte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded"/>
- * <element name="Zusatzprodukte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="VersicherteObjekte" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type" maxOccurs="unbounded"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "VerkaufsproduktSachPrivat_Type", propOrder = {
- "produkte",
- "zusatzprodukte",
- "versicherteObjekte"
-})
-public class VerkaufsproduktSachPrivatType
- extends VerkaufsproduktGenerischType
-{
-
- @XmlElement(name = "Produkte", required = true)
- protected Listset method for the produkte property.
- *
- *
- * getProdukte().add(newItem);
- *
- *
- *
- * set method for the zusatzprodukte property.
- *
- *
- * getZusatzprodukte().add(newItem);
- *
- *
- *
- * set method for the versicherteObjekte property.
- *
- *
- * getVersicherteObjekte().add(newItem);
- *
- *
- *
- *
- * <complexType name="VersichertesObjektSachPrivat_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
- * <sequence>
- * <element name="ObjektId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- * <element name="RisikoAdresse" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoAdresse_Type"/>
- * <element name="RisikoGebaeude" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoGebaeude_Type" maxOccurs="unbounded"/>
- * <element name="RisikoHaushalt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoHaushalt_Type" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "VersichertesObjektSachPrivat_Type", propOrder = {
- "objektId",
- "risikoAdresse",
- "risikoGebaeude",
- "risikoHaushalt"
-})
-public class VersichertesObjektSachPrivatType
- extends VersichertesInteresseType
-{
-
- @XmlElement(name = "ObjektId")
- protected ObjektIdType objektId;
- @XmlElement(name = "RisikoAdresse", required = true)
- protected RisikoAdresseType risikoAdresse;
- @XmlElement(name = "RisikoGebaeude", required = true)
- protected Listset method for the risikoGebaeude property.
- *
- *
- * getRisikoGebaeude().add(newItem);
- *
- *
- *
- *
- * <complexType name="ZusaetzlicheGebaeudedatenPhotovoltaik_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
- * <sequence>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ZusaetzlicheGebaeudedatenPhotovoltaik_Type")
-public class ZusaetzlicheGebaeudedatenPhotovoltaikType
- extends ZusaetzlicheGebaeudedatenType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenSchwimmbadType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenSchwimmbadType.java
deleted file mode 100644
index 2819b242..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenSchwimmbadType.java
+++ /dev/null
@@ -1,36 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Standardbaustein Schwimmbad
- *
- *
- * <complexType name="ZusaetzlicheGebaeudedatenSchwimmbad_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
- * <sequence>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ZusaetzlicheGebaeudedatenSchwimmbad_Type")
-public class ZusaetzlicheGebaeudedatenSchwimmbadType
- extends ZusaetzlicheGebaeudedatenType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenSolarthermieType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenSolarthermieType.java
deleted file mode 100644
index 125ad75b..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenSolarthermieType.java
+++ /dev/null
@@ -1,36 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Strandardbaustein Solarthermie
- *
- *
- * <complexType name="ZusaetzlicheGebaeudedatenSolarthermie_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
- * <sequence>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ZusaetzlicheGebaeudedatenSolarthermie_Type")
-public class ZusaetzlicheGebaeudedatenSolarthermieType
- extends ZusaetzlicheGebaeudedatenType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenType.java
deleted file mode 100644
index 17c3d238..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenType.java
+++ /dev/null
@@ -1,39 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Abstrakter Basistyp zur Definition zusätzlicher Gebäudedaten
- *
- *
- * <complexType name="ZusaetzlicheGebaeudedaten_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ZusaetzlicheGebaeudedaten_Type")
-@XmlSeeAlso({
- ZusaetzlicheGebaeudedatenWintergartenType.class,
- ZusaetzlicheGebaeudedatenSolarthermieType.class,
- ZusaetzlicheGebaeudedatenSchwimmbadType.class,
- ZusaetzlicheGebaeudedatenPhotovoltaikType.class
-})
-public abstract class ZusaetzlicheGebaeudedatenType {
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenWintergartenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenWintergartenType.java
deleted file mode 100644
index 82c1df48..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenWintergartenType.java
+++ /dev/null
@@ -1,36 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Standardbaustein Wintergarten
- *
- *
- * <complexType name="ZusaetzlicheGebaeudedatenWintergarten_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
- * <sequence>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ZusaetzlicheGebaeudedatenWintergarten_Type")
-public class ZusaetzlicheGebaeudedatenWintergartenType
- extends ZusaetzlicheGebaeudedatenType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheHaushaltsdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheHaushaltsdatenType.java
deleted file mode 100644
index 2a5e9590..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/ZusaetzlicheHaushaltsdatenType.java
+++ /dev/null
@@ -1,32 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Abstrakter Basistyp zur Definition zusätzlicher Haushaltsdaten
- *
- *
- * <complexType name="ZusaetzlicheHaushaltsdaten_Type">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ZusaetzlicheHaushaltsdaten_Type")
-public abstract class ZusaetzlicheHaushaltsdatenType {
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/package-info.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/package-info.java
deleted file mode 100644
index f852ef64..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/sachPrivat/package-info.java
+++ /dev/null
@@ -1,2 +0,0 @@
-@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/CalculateUnfallRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/CalculateUnfallRequestType.java
deleted file mode 100644
index 200202a1..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/CalculateUnfallRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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_4_0.on2antrag.common.CalculateRequestGenType;
-
-
-/**
- * Typ des Requestobjekts für eine Berechnung Unfall
- *
- *
- * <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_4_0/on2antrag/unfall/CalculateUnfallResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/CalculateUnfallResponseType.java
deleted file mode 100644
index f7fb72ee..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/CalculateUnfallResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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_4_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_4_0/on2antrag/unfall/CreateApplicationUnfallRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/CreateApplicationUnfallRequestType.java
deleted file mode 100644
index dd5793a7..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/CreateApplicationUnfallRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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_4_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_4_0/on2antrag/unfall/CreateApplicationUnfallResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/CreateApplicationUnfallResponseType.java
deleted file mode 100644
index 122ccd72..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/CreateApplicationUnfallResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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_4_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_4_0/on2antrag/unfall/CreateOfferUnfallRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/CreateOfferUnfallRequestType.java
deleted file mode 100644
index b1ab418f..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/CreateOfferUnfallRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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_4_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_4_0/on2antrag/unfall/CreateOfferUnfallResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/CreateOfferUnfallResponseType.java
deleted file mode 100644
index a27fc4e9..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/CreateOfferUnfallResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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_4_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_4_0/on2antrag/unfall/ElementarproduktUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/ElementarproduktUnfallType.java
deleted file mode 100644
index d3673273..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/ElementarproduktUnfallType.java
+++ /dev/null
@@ -1,103 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElementRef;
-import javax.xml.bind.annotation.XmlElementRefs;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.AttributMetadatenType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.ElementarproduktGenerischType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
-
-
-/**
- * Typ für ein Elementarprodukt in der Sparte Unfall. Von diesem Typ werden etwaige Standard-Deckungen abgeleitet, siehe Vertragsrechtsschutz_Type. Von diesem Typ können einzelne VUs aber auch ihre eigenen Elementarprodukte ableiten, wenn sie möchten.
- *
- *
- * <complexType name="ElementarproduktUnfall_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}ElementarproduktGenerisch_Type">
- * <sequence>
- * <element name="VersPersonRefLfNr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Versicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- * <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
- * <element name="AttributMetadaten" type="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ElementarproduktUnfall_Type", propOrder = {
- "rest"
-})
-@XmlSeeAlso({
- GenElementarproduktUnfallType.class
-})
-public class ElementarproduktUnfallType
- extends ElementarproduktGenerischType
-{
-
- @XmlElementRefs({
- @XmlElementRef(name = "AttributMetadaten", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "VersPersonRefLfNr", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "Versicherungssumme", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "Selbstbehalt", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", type = JAXBElement.class, required = false)
- })
- protected Listset method for the rest property.
- *
- *
- * getRest().add(newItem);
- *
- *
- *
- *
- * <complexType name="GenElementarproduktUnfall_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}ElementarproduktUnfall_Type">
- * <sequence>
- * <element name="LeistungsartCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "GenElementarproduktUnfall_Type")
-public class GenElementarproduktUnfallType
- extends ElementarproduktUnfallType
-{
-
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/ObjectFactory.java
deleted file mode 100644
index 9737b421..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/ObjectFactory.java
+++ /dev/null
@@ -1,269 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.AttributMetadatenType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall package.
- *
- * <complexType name="ProduktUnfall_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type">
- * <sequence>
- * <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
- * <element name="VersPersonenRefLfnr" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
- * <element name="LeistungsartTod" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}ElementarproduktUnfall_Type" minOccurs="0"/>
- * <element name="LeistungartInvaliditaet" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}ElementarproduktUnfall_Type" minOccurs="0"/>
- * <element name="LeistungsartUnfallkosten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}ElementarproduktUnfall_Type" minOccurs="0"/>
- * <element name="LeistungsartSpitalgeld" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}ElementarproduktUnfall_Type" minOccurs="0"/>
- * <element name="Leistungsarten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}GenElementarproduktUnfall_Type" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ProduktUnfall_Type", propOrder = {
- "selbstbehalt",
- "versPersonenRefLfnr",
- "leistungsartTod",
- "leistungartInvaliditaet",
- "leistungsartUnfallkosten",
- "leistungsartSpitalgeld",
- "leistungsarten"
-})
-public abstract class ProduktUnfallType
- extends ProduktGenerischType
-{
-
- @XmlElement(name = "Selbstbehalt")
- protected SelbstbehaltType selbstbehalt;
- @XmlElement(name = "VersPersonenRefLfnr", required = true)
- protected Listset method for the versPersonenRefLfnr property.
- *
- *
- * getVersPersonenRefLfnr().add(newItem);
- *
- *
- *
- * set method for the leistungsarten property.
- *
- *
- * getLeistungsarten().add(newItem);
- *
- *
- *
- *
- * <complexType name="SpezAntragUnfall_Type">
- * <complexContent>
- * <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
- * <sequence>
- * <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}VerkaufsproduktUnfall_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SpezAntragUnfall_Type", propOrder = {
- "verkaufsprodukt"
-})
-public class SpezAntragUnfallType
- extends SpezAntragType
-{
-
- @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_4_0/on2antrag/unfall/SpezBerechnungUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/SpezBerechnungUnfallType.java
deleted file mode 100644
index 364d6762..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/SpezBerechnungUnfallType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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_4_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_4_0/on2antrag/unfall/SpezOffertUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/SpezOffertUnfallType.java
deleted file mode 100644
index 99488289..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/SpezOffertUnfallType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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_4_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_4_0/on2antrag/unfall/SubmitApplicationUnfallRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/SubmitApplicationUnfallRequestType.java
deleted file mode 100644
index dda9a3ea..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/SubmitApplicationUnfallRequestType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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_4_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_4_0/on2antrag/unfall/SubmitApplicationUnfallResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/SubmitApplicationUnfallResponseType.java
deleted file mode 100644
index bb4b9d6c..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/SubmitApplicationUnfallResponseType.java
+++ /dev/null
@@ -1,67 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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_4_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_4_0/on2antrag/unfall/VerkaufsproduktUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/VerkaufsproduktUnfallType.java
deleted file mode 100644
index 41b410ac..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/unfall/VerkaufsproduktUnfallType.java
+++ /dev/null
@@ -1,109 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_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_4_0.common.ProduktGenerischType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.VerkaufsproduktGenerischType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.VersichertesInteresseMitAttributMetadatenType;
-
-
-/**
- * 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="Produkte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded"/>
- * <element name="VersicherteInteressen" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type" maxOccurs="unbounded"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "VerkaufsproduktUnfall_Type", propOrder = {
- "produkte",
- "versicherteInteressen"
-})
-public class VerkaufsproduktUnfallType
- extends VerkaufsproduktGenerischType
-{
-
- @XmlElement(name = "Produkte", required = true)
- protected Listset method for the produkte property.
- *
- *
- * getProdukte().add(newItem);
- *
- *
- *
- * set method for the versicherteInteressen property.
- *
- *
- * getVersicherteInteressen().add(newItem);
- *
- *
- *
- *
- * <complexType name="CollectionChangeRequest_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
- * <sequence>
- * <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId"/>
- * <element name="Zahlrhythmus" type="{urn:omds20}ZahlRhythmCd_Type"/>
- * <element name="Inkassoadresse" type="{urn:omds3CommonServiceTypes-1-1-0}Person_Type"/>
- * <element name="Zahlweg" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on3vertrag}Zahlweg_Type"/>
- * <element name="Dateianhaenge" type="{urn:omds3CommonServiceTypes-1-1-0}Dateianhang_Type" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="WirksamtkeitAb" type="{http://www.w3.org/2001/XMLSchema}date"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CollectionChangeRequest_Type", propOrder = {
- "objektId",
- "zahlrhythmus",
- "inkassoadresse",
- "zahlweg",
- "dateianhaenge",
- "wirksamtkeitAb"
-})
-public class CollectionChangeRequestType
- extends CommonRequestType
-{
-
- @XmlElement(name = "ObjektId", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
- protected ObjektIdType objektId;
- @XmlElement(name = "Zahlrhythmus", required = true)
- protected String zahlrhythmus;
- @XmlElement(name = "Inkassoadresse", required = true)
- protected PersonType inkassoadresse;
- @XmlElement(name = "Zahlweg", required = true)
- protected ZahlwegType zahlweg;
- @XmlElement(name = "Dateianhaenge")
- protected Listset method for the dateianhaenge property.
- *
- *
- * getDateianhaenge().add(newItem);
- *
- *
- *
- *
- * <complexType name="CollectionChangeResponse_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
- * <sequence minOccurs="0">
- * <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId"/>
- * <element name="Vertrag" type="{urn:omds20}VERTRAG_Type"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CollectionChangeResponse_Type", propOrder = {
- "objektId",
- "vertrag"
-})
-public class CollectionChangeResponseType
- extends CommonResponseType
-{
-
- @XmlElement(name = "ObjektId", namespace = "urn:omds3CommonServiceTypes-1-1-0")
- protected ObjektIdType objektId;
- @XmlElement(name = "Vertrag")
- protected VERTRAGType vertrag;
-
- /**
- * ObjektId des Vertrags
- *
- * @return
- * possible object is
- * {@link ObjektIdType }
- *
- */
- public ObjektIdType getObjektId() {
- return objektId;
- }
-
- /**
- * Legt den Wert der objektId-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link ObjektIdType }
- *
- */
- public void setObjektId(ObjektIdType value) {
- this.objektId = value;
- }
-
- /**
- * Ruft den Wert der vertrag-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link VERTRAGType }
- *
- */
- public VERTRAGType getVertrag() {
- return vertrag;
- }
-
- /**
- * Legt den Wert der vertrag-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link VERTRAGType }
- *
- */
- public void setVertrag(VERTRAGType value) {
- this.vertrag = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on3vertrag/GetPoliciesOfPartnerRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on3vertrag/GetPoliciesOfPartnerRequestType.java
deleted file mode 100644
index dcdeeeca..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on3vertrag/GetPoliciesOfPartnerRequestType.java
+++ /dev/null
@@ -1,97 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag;
-
-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_4_0.common.AgentFilterType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonRequestType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
-
-
-/**
- * Requesttyp auf die Polizzen, in denen ein Partner in der Rolle VN auftritt
- *
- *
- * <complexType name="GetPoliciesOfPartnerRequest_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
- * <sequence>
- * <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AgentFilter_Type" minOccurs="0"/>
- * <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "GetPoliciesOfPartnerRequest_Type", propOrder = {
- "authFilter",
- "objektId"
-})
-public class GetPoliciesOfPartnerRequestType
- extends CommonRequestType
-{
-
- @XmlElement(name = "AuthFilter")
- protected AgentFilterType authFilter;
- @XmlElement(name = "ObjektId", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
- protected ObjektIdType objektId;
-
- /**
- * Ruft den Wert der authFilter-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link AgentFilterType }
- *
- */
- public AgentFilterType getAuthFilter() {
- return authFilter;
- }
-
- /**
- * Legt den Wert der authFilter-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link AgentFilterType }
- *
- */
- public void setAuthFilter(AgentFilterType value) {
- this.authFilter = value;
- }
-
- /**
- * Die ObjektId des Partners (enthält die Personennr)
- *
- * @return
- * possible object is
- * {@link ObjektIdType }
- *
- */
- public ObjektIdType getObjektId() {
- return objektId;
- }
-
- /**
- * Legt den Wert der objektId-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link ObjektIdType }
- *
- */
- public void setObjektId(ObjektIdType value) {
- this.objektId = value;
- }
-
-}
diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on3vertrag/GetPoliciesOfPartnerResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on3vertrag/GetPoliciesOfPartnerResponseType.java
deleted file mode 100644
index 762f0025..00000000
--- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on3vertrag/GetPoliciesOfPartnerResponseType.java
+++ /dev/null
@@ -1,85 +0,0 @@
-
-package at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag;
-
-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.XmlElements;
-import javax.xml.bind.annotation.XmlType;
-import at.vvo.omds.types.omds2Types.v2_11.VERTRAGType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.AdresseType;
-import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonResponseType;
-
-
-/**
- * Responsetyp zu den Polizzen, in denen ein Partner in der Rolle VN auftritt
- *
- *
- * <complexType name="GetPoliciesOfPartnerResponse_Type">
- * <complexContent>
- * <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
- * <sequence maxOccurs="unbounded" minOccurs="0">
- * <element name="Vertrag" type="{urn:omds20}VERTRAG_Type"/>
- * <element name="ObjektId" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
- * <element name="Zustelladresse" type="{urn:omds3CommonServiceTypes-1-1-0}Adresse_Type" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "GetPoliciesOfPartnerResponse_Type", propOrder = {
- "vertragAndObjektIdAndZustelladresse"
-})
-public class GetPoliciesOfPartnerResponseType
- extends CommonResponseType
-{
-
- @XmlElements({
- @XmlElement(name = "Vertrag", type = VERTRAGType.class),
- @XmlElement(name = "ObjektId"),
- @XmlElement(name = "Zustelladresse", type = AdresseType.class)
- })
- protected List