Version auf die neue Bezeichnung 2025.05-MAJOR umgestellt, Java-Sourcen neu generiert.
This commit is contained in:
25
OMDSServiceDefinition/ReadMe.md
Normal file
25
OMDSServiceDefinition/ReadMe.md
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# OMDS-3 Services
|
||||||
|
Dieses Projekt enthält die Normdefinitionen von OMDS 3 als WSDL, XSD und die dazugehörigen Definitionsdokumente.
|
||||||
|
|
||||||
|
|
||||||
|
## Releases
|
||||||
|
Im Projekt sind alle WSDLS und XSDs der verschiedenen Versionen von OMDS enthalten. Die Dokumentation bezieht sich
|
||||||
|
jedoch nur auf die aktuelle Version.
|
||||||
|
|
||||||
|
Release | Veröffentlichung |Inhalt
|
||||||
|
:--------------|:----------------:|:------
|
||||||
|
1.0.0 | Okt. 2017 | erste Veröffentlichung der 'Quick-Wins'
|
||||||
|
1.1.0 | Okt. 2017 | Veröffentlichung Schaden, Services die von Maklern betrieben werden, Bugfixes zu 1.0.0
|
||||||
|
1.1.1 | Dez. 2017 | Bugfixes zu 1.1.0: Bei einigen Elementen war der z.B. Typ nicht definiert
|
||||||
|
1.2.0 | Mai 2018 | Autorisierung neu beschrieben, keine Änderungen in den Services selbst
|
||||||
|
1.3.0 | Jun. 2019 | Berechnung-Offert-Antrag Kfz neu
|
||||||
|
1.4.0 | Okt. 2019 | Berechnung-Offert-Antrag Kfz überarbeitet, Verwendung OMDS 2.11
|
||||||
|
1.5.0 | Jul. 2020 | Berechnung-Offert-Antrag Sach-privat, Schaden überarbeitet, Verwendung OMDS 2.11
|
||||||
|
1.6.0 | Jul. 2021 | Service-Release: Verwendung OMDS 2.14 (SNAPSHOT)
|
||||||
|
1.7.0 | Jän. 2022 | Neue Sparten: Berechnung-Offert-Antrag Unfall, Leben, Verwendung OMDS 2.14.0, Handling von Dokumenten im Prozess, Konvertierung-Fahrzeugwechsel-Wechselkennzeichen.
|
||||||
|
1.8.0 | Aug. 2022 | Service-Release: Deckungsprüfung, Belegeinreichung, Veröffentlichungsprozess, Legitimation, Haftpflicht optional in Kfz
|
||||||
|
1.9.0 | Jul. 2023 | Konvertierungshilfe
|
||||||
|
1.10.0 | Dez. 2023 | Postservice als GetDocumentsOfPeriod, Geschäftsfall-Log, Elektronische Versicherungsbestätigung
|
||||||
|
1.11.0 | Mai. 2024 | Service-Release: Erweiterung Metadaten Postservice, ZusaetzlicheKfzDaten direkt zum Fzg., Anforderung opt. Dokumente in Prozess
|
||||||
|
2025.05-MAJOR | Jän. 2025 | GetEnvelopes, AcknowlegeEnvelopes und Dokumentenmetadaten für Postservices, Verwendung OMDS 2.17
|
||||||
|
|
||||||
@@ -1,15 +1,18 @@
|
|||||||
# Build mit Maven
|
# Codegenerierung
|
||||||
|
Dieses Dokument beschreibt das Vorgehen beim Generieren von Code auf der Basis von Apache CFX.
|
||||||
|
|
||||||
|
## Build mit Maven
|
||||||
Build mit Maven 3.9.6 auf Java 17
|
Build mit Maven 3.9.6 auf Java 17
|
||||||
|
|
||||||
# Maven Goals
|
## Maven Goals
|
||||||
Mit Maven Goal "clean package" kann ein Release als ZIP-File mit XSDs und WSDLs sowie der Dokumentation gebaut werden.
|
Mit Maven Goal "clean package" kann ein Release als ZIP-File mit XSDs und WSDLs sowie der Dokumentation gebaut werden.
|
||||||
Mit Maven Goal "clean deploy" wird der Release in das Kap Dion- Maven - OMDS Repository hochgeladen.
|
Mit Maven Goal "clean deploy" wird der Release in das Kap Dion- Maven - OMDS Repository hochgeladen.
|
||||||
|
|
||||||
# Codegenerierung
|
## Codegenerierung
|
||||||
Mit Maven Goal "clean package" und Profil "genJavaFromWsdl_VU" wird der zugehörige Java-Code generiert.
|
Mit Maven Goal "clean package" und Profil "genJavaFromWsdl_VU" wird der zugehörige Java-Code generiert.
|
||||||
|
|
||||||
|
|
||||||
# MTOM in Java nach Codegenerierung
|
## MTOM in Java nach Codegenerierung
|
||||||
Nach der Code-Generierung müssen einige Schritte von Hand durchgeführt werden, damit MTOM
|
Nach der Code-Generierung müssen einige Schritte von Hand durchgeführt werden, damit MTOM
|
||||||
enthalten ist:
|
enthalten ist:
|
||||||
|
|
||||||
@@ -34,7 +37,8 @@ enthalten ist:
|
|||||||
Add import:
|
Add import:
|
||||||
import jakarta.xml.ws.soap.MTOMFeature;
|
import jakarta.xml.ws.soap.MTOMFeature;
|
||||||
|
|
||||||
# Fehlersuche
|
## Fehlersuche
|
||||||
|
Folgende Fehler konnten häufiger beobachtet werden:
|
||||||
* Wenn Bindings-Files fehlen, z.B. nicht im Pom deklariert sind, werden die Klassen zwar generiert,
|
* Wenn Bindings-Files fehlen, z.B. nicht im Pom deklariert sind, werden die Klassen zwar generiert,
|
||||||
aber der Pfad erscheint falsch, z.B. als _0._1._1
|
aber der Pfad erscheint falsch, z.B. als _0._1._1
|
||||||
* Wenn die X-Path-Ausdrücke in den Binding-Files versagen wird im Log nur eine Warnung ausgegeben,
|
* Wenn die X-Path-Ausdrücke in den Binding-Files versagen wird im Log nur eine Warnung ausgegeben,
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# Schritte beim Release einer neuen Version
|
# Schritte beim Release einer neuen Version
|
||||||
|
Dieses Dokument beschreibt das Vorgehen beim Erstellen einer neuen Version von OMDS 3.
|
||||||
|
|
||||||
## Vorgehen im Git
|
## Vorgehen im Git
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
</fileSet>
|
</fileSet>
|
||||||
|
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>${basedir}\src\main\resources\def\r1_12_0</directory>
|
<directory>${basedir}\src\main\resources\def\r2025_05</directory>
|
||||||
<outputDirectory>/</outputDirectory>
|
<outputDirectory>/</outputDirectory>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
</fileSets>
|
</fileSets>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||||||
<description>Dieses Projekt enthält die Definitionen für die OMDS-Services.</description>
|
<description>Dieses Projekt enthält die Definitionen für die OMDS-Services.</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<currentReleaseDir>r1_12_0</currentReleaseDir>
|
<currentReleaseDir>r2025_05</currentReleaseDir>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
|
|
||||||
|
|||||||
@@ -1,98 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
|
||||||
|
|
||||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
|
||||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import jakarta.xml.bind.annotation.XmlElement;
|
|
||||||
import jakarta.xml.bind.annotation.XmlSeeAlso;
|
|
||||||
import jakarta.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dokumentenreferenz im Postservice
|
|
||||||
*
|
|
||||||
* <p>Java-Klasse für DokumentenReferenzPostservice_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="DokumentenReferenzPostservice_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type">
|
|
||||||
* <sequence>
|
|
||||||
* <element name="Kontrollwert" type="{urn:omds3CommonServiceTypes-1-1-0}Kontrollwert_Type"/>
|
|
||||||
* <element name="NeuerlicheBereitstellung" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
|
||||||
* </sequence>
|
|
||||||
* </extension>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "DokumentenReferenzPostservice_Type", propOrder = {
|
|
||||||
"kontrollwert",
|
|
||||||
"neuerlicheBereitstellung"
|
|
||||||
})
|
|
||||||
@XmlSeeAlso({
|
|
||||||
DokumentPostserviceType.class
|
|
||||||
})
|
|
||||||
public class DokumentenReferenzPostserviceType
|
|
||||||
extends DokumentenReferenzType
|
|
||||||
{
|
|
||||||
|
|
||||||
@XmlElement(name = "Kontrollwert", required = true)
|
|
||||||
protected KontrollwertType kontrollwert;
|
|
||||||
@XmlElement(name = "NeuerlicheBereitstellung")
|
|
||||||
protected Boolean neuerlicheBereitstellung;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der kontrollwert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link KontrollwertType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public KontrollwertType getKontrollwert() {
|
|
||||||
return kontrollwert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der kontrollwert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link KontrollwertType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setKontrollwert(KontrollwertType value) {
|
|
||||||
this.kontrollwert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der neuerlicheBereitstellung-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Boolean }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public Boolean isNeuerlicheBereitstellung() {
|
|
||||||
return neuerlicheBereitstellung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der neuerlicheBereitstellung-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Boolean }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setNeuerlicheBereitstellung(Boolean value) {
|
|
||||||
this.neuerlicheBereitstellung = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,100 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_12_0.on1basis;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import at.vvo.omds.types.omds3Types.r1_12_0.common.ServiceFault;
|
|
||||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
|
||||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import jakarta.xml.bind.annotation.XmlElement;
|
|
||||||
import jakarta.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Typ mit Informationen zu den Dokumenten eines Zeitraums
|
|
||||||
*
|
|
||||||
* <p>Java-Klasse für DocumentsOfPeriodResponse_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="DocumentsOfPeriodResponse_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <choice>
|
|
||||||
* <element name="Result" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}DocumentInfosResponseResult_Type"/>
|
|
||||||
* <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded"/>
|
|
||||||
* </choice>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "DocumentsOfPeriodResponse_Type", propOrder = {
|
|
||||||
"result",
|
|
||||||
"serviceFault"
|
|
||||||
})
|
|
||||||
public class DocumentsOfPeriodResponseType {
|
|
||||||
|
|
||||||
@XmlElement(name = "Result")
|
|
||||||
protected DocumentInfosResponseResultType result;
|
|
||||||
@XmlElement(name = "ServiceFault")
|
|
||||||
protected List<ServiceFault> serviceFault;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der result-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link DocumentInfosResponseResultType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public DocumentInfosResponseResultType getResult() {
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der result-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link DocumentInfosResponseResultType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setResult(DocumentInfosResponseResultType value) {
|
|
||||||
this.result = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the serviceFault property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* 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 Jakarta XML Binding object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the serviceFault property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getServiceFault().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ServiceFault }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public List<ServiceFault> getServiceFault() {
|
|
||||||
if (serviceFault == null) {
|
|
||||||
serviceFault = new ArrayList<ServiceFault>();
|
|
||||||
}
|
|
||||||
return this.serviceFault;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,931 +0,0 @@
|
|||||||
|
|
||||||
/**
|
|
||||||
* Please modify this class to meet your needs
|
|
||||||
* This class is not complete
|
|
||||||
*/
|
|
||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_12_0.service;
|
|
||||||
|
|
||||||
import java.util.logging.Logger;
|
|
||||||
import jakarta.jws.WebMethod;
|
|
||||||
import jakarta.jws.WebParam;
|
|
||||||
import jakarta.jws.WebResult;
|
|
||||||
import jakarta.jws.WebService;
|
|
||||||
import jakarta.jws.soap.SOAPBinding;
|
|
||||||
import jakarta.xml.bind.annotation.XmlSeeAlso;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This class was generated by Apache CXF 4.0.3
|
|
||||||
* 2024-09-24T13:42:03.599+02:00
|
|
||||||
* Generated source version: 4.0.3
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
@jakarta.jws.WebService(
|
|
||||||
serviceName = "omdsService",
|
|
||||||
portName = "omdsServicePort",
|
|
||||||
targetNamespace = "urn:omds3Services-1-4-0",
|
|
||||||
wsdlLocation = "file:/C:/Users/jensb/git/omdsservicedefinitions_20240515/OMDSServiceDefinition/src/main/resources/def/r1_12_0/omds3Services.wsdl",
|
|
||||||
endpointInterface = "at.vvo.omds.types.omds3Types.r1_12_0.service.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_12_0.service.OmdsServicePortType#calculateLeben(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.CalculateLebenRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.CalculateLebenResponseType calculateLeben(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.CalculateLebenRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation calculateLeben");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.CalculateLebenResponseType _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_12_0.service.OmdsServicePortType#addDocToBusinessCase(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.AddDocToBusinessCaseRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on1basis.AddDocToBusinessCaseResponseType addDocToBusinessCase(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.AddDocToBusinessCaseRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation addDocToBusinessCase");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on1basis.AddDocToBusinessCaseResponseType _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_12_0.service.OmdsServicePortType#calculateRechtsschutz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.CalculateRechtsschutzRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.CalculateRechtsschutzResponse calculateRechtsschutz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.CalculateRechtsschutzRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation calculateRechtsschutz");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.CalculateRechtsschutzResponse _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_12_0.service.OmdsServicePortType#createApplicationKfz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateApplicationKfzRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateApplicationKfzResponseType createApplicationKfz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateApplicationKfzRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createApplicationKfz");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateApplicationKfzResponseType _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_12_0.service.OmdsServicePortType#submitReceipt(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SubmitReceiptRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SubmitReceiptResponse submitReceipt(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SubmitReceiptRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation submitReceipt");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SubmitReceiptResponse _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_12_0.service.OmdsServicePortType#createOfferKfz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateOfferKfzRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateOfferKfzResponseType createOfferKfz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateOfferKfzRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createOfferKfz");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateOfferKfzResponseType _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_12_0.service.OmdsServicePortType#submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.SubmitApplicationLebenRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.SubmitApplicationLebenRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation submitApplicationLeben");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.SubmitApplicationLebenResponseType _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_12_0.service.OmdsServicePortType#createOfferRechtsschutz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.CreateOfferRechtsschutzRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.CreateOfferRechtsschutzResponse createOfferRechtsschutz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.CreateOfferRechtsschutzRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createOfferRechtsschutz");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.CreateOfferRechtsschutzResponse _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_12_0.service.OmdsServicePortType#searchClaim(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SearchClaimRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SearchClaimResponseType searchClaim(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SearchClaimRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation searchClaim");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SearchClaimResponseType _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_12_0.service.OmdsServicePortType#getStateChanges(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetStateChangesRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetStateChangesResponseType getStateChanges(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetStateChangesRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation getStateChanges");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetStateChangesResponseType _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#submitClaim(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SubmitClaimRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SubmitClaimResponseType submitClaim(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SubmitClaimRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation submitClaim");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SubmitClaimResponseType _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#acknowledgeEnvelopes(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.AcknowledgeEnvelopesRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on1basis.AcknowledgeEnvelopesResponse acknowledgeEnvelopes(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.AcknowledgeEnvelopesRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation acknowledgeEnvelopes");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on1basis.AcknowledgeEnvelopesResponse _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_12_0.service.OmdsServicePortType#deepLinkOffer(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkOfferRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkOfferRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation deepLinkOffer");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#createVB(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateVBRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateVBResponse createVB(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateVBRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createVB");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateVBResponse _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_12_0.service.OmdsServicePortType#submitApplication(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.SubmitApplicationRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.SubmitApplicationResponse submitApplication(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.SubmitApplicationRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation submitApplication");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.SubmitApplicationResponse _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_12_0.service.OmdsServicePortType#getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetDocumentsOfPeriodRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetDocumentsOfPeriodRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation getDocumentsOfPeriod");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetDocumentsOfPeriodResponseType _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#getEnvelopes(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetEnvelopesRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetEnvelopesResponse getEnvelopes(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetEnvelopesRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation getEnvelopes");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetEnvelopesResponse _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_12_0.service.OmdsServicePortType#productProposal(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ProductProposalRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ProductProposalResponseType productProposal(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ProductProposalRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation productProposal");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ProductProposalResponseType _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_12_0.service.OmdsServicePortType#createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.CreateApplicationUnfallRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.CreateApplicationUnfallRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createApplicationUnfall");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.CreateApplicationUnfallResponseType _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#calculateKranken(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.CalculateKrankenRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.CalculateKrankenResponse calculateKranken(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.CalculateKrankenRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation calculateKranken");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.CalculateKrankenResponse _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_12_0.service.OmdsServicePortType#checkClaim(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.CheckClaimRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.CheckClaimResponseType checkClaim(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.CheckClaimRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation checkClaim");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.CheckClaimResponseType _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#calculate(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.CalculateRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.CalculateResponse calculate(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.CalculateRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation calculate");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.CalculateResponse _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_12_0.service.OmdsServicePortType#createApplicationLeben(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.CreateApplicationLebenRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.CreateApplicationLebenRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createApplicationLeben");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.CreateApplicationLebenResponseType _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#createOfferUnfall(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.CreateOfferUnfallRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.CreateOfferUnfallRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createOfferUnfall");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.CreateOfferUnfallResponseType _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#getArcImageInfos(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.ArcImageInfosRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.ArcImageInfosResponse getArcImageInfos(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.ArcImageInfosRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation getArcImageInfos");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.ArcImageInfosResponse _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.OMDSPackageListRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.OMDSPackageListRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation getOMDSPackageList");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.OMDSPackageListResponse _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#createApplicationKranken(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.CreateApplicationKrankenRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.CreateApplicationKrankenResponse createApplicationKranken(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.CreateApplicationKrankenRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createApplicationKranken");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.CreateApplicationKrankenResponse _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_12_0.service.OmdsServicePortType#createApplication(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.CreateApplicationRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.CreateApplicationResponse createApplication(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.CreateApplicationRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createApplication");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.CreateApplicationResponse _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_12_0.service.OmdsServicePortType#calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation calculateSachPrivat");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#createApplicationRechtsschutz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.CreateApplicationRechtsschutzRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.CreateApplicationRechtsschutzResponse createApplicationRechtsschutz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.CreateApplicationRechtsschutzRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createApplicationRechtsschutz");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.CreateApplicationRechtsschutzResponse _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_12_0.service.OmdsServicePortType#deepLinkPartner(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkPartnerRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkPartnerRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation deepLinkPartner");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkPolicyRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkPolicyRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation deepLinkPolicy");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#getUserData(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.UserDataRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.UserDataResponse getUserData(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.UserDataRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation getUserData");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.UserDataResponse _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_12_0.service.OmdsServicePortType#deepLinkClaim(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkClaimRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkClaim(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkClaimRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation deepLinkClaim");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#checkCoverage(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.CheckCoverageRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.CheckCoverageResponse checkCoverage(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.CheckCoverageRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation checkCoverage");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.CheckCoverageResponse _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_12_0.service.OmdsServicePortType#submitApplicationKranken(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.SubmitApplicationKrankenRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.SubmitApplicationKrankenResponse submitApplicationKranken(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.SubmitApplicationKrankenRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation submitApplicationKranken");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.SubmitApplicationKrankenResponse _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_12_0.service.OmdsServicePortType#getNumberOfDocuments(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetNumberOfDocumentsRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetNumberOfDocumentsResponseType getNumberOfDocuments(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetNumberOfDocumentsRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation getNumberOfDocuments");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetNumberOfDocumentsResponseType _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_12_0.service.OmdsServicePortType#getOMDSPackage(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.OMDSPackageRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.OMDSPackageResponse getOMDSPackage(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.OMDSPackageRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation getOMDSPackage");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.OMDSPackageResponse _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_12_0.service.OmdsServicePortType#createOffer(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.CreateOfferRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.CreateOfferResponse createOffer(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.CreateOfferRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createOffer");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.CreateOfferResponse _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_12_0.service.OmdsServicePortType#calculateUnfall(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.CalculateUnfallRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.CalculateUnfallResponseType calculateUnfall(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.CalculateUnfallRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation calculateUnfall");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.CalculateUnfallResponseType _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_12_0.service.OmdsServicePortType#submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.SubmitApplicationUnfallRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.SubmitApplicationUnfallResponseType submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.SubmitApplicationUnfallRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation submitApplicationUnfall");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.SubmitApplicationUnfallResponseType _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_12_0.service.OmdsServicePortType#conversionProposal(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ConversionProposalRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ConversionProposalResponse conversionProposal(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ConversionProposalRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation conversionProposal");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ConversionProposalResponse _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_12_0.service.OmdsServicePortType#getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetDocumentsOfObjectRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetDocumentsOfObjectResponseType getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetDocumentsOfObjectRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation getDocumentsOfObject");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetDocumentsOfObjectResponseType _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_12_0.service.OmdsServicePortType#calculateKfz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CalculateKfzRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CalculateKfzResponseType calculateKfz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CalculateKfzRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation calculateKfz");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CalculateKfzResponseType _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_12_0.service.OmdsServicePortType#createOfferKranken(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.CreateOfferKrankenRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.CreateOfferKrankenResponse createOfferKranken(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.CreateOfferKrankenRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createOfferKranken");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.CreateOfferKrankenResponse _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_12_0.service.OmdsServicePortType#createOfferSachPrivat(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType createOfferSachPrivat(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createOfferSachPrivat");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType _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_12_0.service.OmdsServicePortType#createApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType createApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createApplicationSachPrivat");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType _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_12_0.service.OmdsServicePortType#conversionScope(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ConversionScopeRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ConversionScopeResponse conversionScope(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ConversionScopeRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation conversionScope");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ConversionScopeResponse _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_12_0.service.OmdsServicePortType#getClaim(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.GetClaimRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.GetClaimResponseType getClaim(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.GetClaimRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation getClaim");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.GetClaimResponseType _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_12_0.service.OmdsServicePortType#getArcImage(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.ArcImageRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.ArcImageResponse getArcImage(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.ArcImageRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation getArcImage");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.ArcImageResponse _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_12_0.service.OmdsServicePortType#addInformationToClaim(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.AddInformationToClaimRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.AddInformationToClaimResponse addInformationToClaim(at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.AddInformationToClaimRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation addInformationToClaim");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.AddInformationToClaimResponse _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_12_0.service.OmdsServicePortType#submitApplicationRechtsschutz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.SubmitApplicationRechtsschutzRequest param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.SubmitApplicationRechtsschutzResponse submitApplicationRechtsschutz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.SubmitApplicationRechtsschutzRequest param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation submitApplicationRechtsschutz");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.SubmitApplicationRechtsschutzResponse _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_12_0.service.OmdsServicePortType#createOfferLeben(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.CreateOfferLebenRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.CreateOfferLebenResponseType createOfferLeben(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.CreateOfferLebenRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation createOfferLeben");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.CreateOfferLebenResponseType _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#login(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.LoginRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkBusinessObjectResponse login(at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.LoginRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation login");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_12_0.service.OmdsServicePortType#submitApplicationKfz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.SubmitApplicationKfzRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.SubmitApplicationKfzResponseType submitApplicationKfz(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.SubmitApplicationKfzRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation submitApplicationKfz");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.SubmitApplicationKfzResponseType _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_12_0.service.OmdsServicePortType#submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType param)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType param) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation submitApplicationSachPrivat");
|
|
||||||
System.out.println(param);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
Releases
|
|
||||||
================================
|
|
||||||
OMDS 3 Version 1.0.0 - Okt. 2017 - erste Veröffentlichung der 'Quick-Wins'
|
|
||||||
OMDS 3 Version 1.1.0 - Okt. 2017 - Veröffentlichung Schaden, Services die von Maklern betrieben werden, Bugfixes zu 1.0.0
|
|
||||||
OMDS 3 Version 1.1.1 - Dez. 2017 - Bugfixes zu 1.1.0: Bei einigen Elementen war der z.B. Typ nicht definiert
|
|
||||||
OMDS 3 Version 1.2.0 - Mai 2018 - Autorisierung neu beschrieben, keine Änderungen in den Services selbst
|
|
||||||
OMDS 3 Version 1.3.0 - Jun. 2019 - Berechnung-Offert-Antrag Kfz neu
|
|
||||||
OMDS 3 Version 1.4.0 - Okt. 2019 - Berechnung-Offert-Antrag Kfz überarbeitet, Verwendung OMDS 2.11
|
|
||||||
OMDS 3 Version 1.5.0 - Jul. 2020 - Berechnung-Offert-Antrag Sach-privat, Schaden überarbeitet, Verwendung OMDS 2.11
|
|
||||||
OMDS 3 Version 1.6.0 - Jul. 2021 - Service-Release: Verwendung OMDS 2.14 (SNAPSHOT)
|
|
||||||
OMDS 3 Version 1.7.0 - Jän. 2022 - Neue Sparten: Berechnung-Offert-Antrag Unfall, Leben, Verwendung OMDS 2.14.0,
|
|
||||||
Handling von Dokumenten im Prozess, Konvertierung-Fahrzeugwechsel-Wechselkennzeichen.
|
|
||||||
OMDS 3 Version 1.8.0 - Aug. 2022 - Service-Release: Deckungsprüfung, Belegeinreichung, Veröffentlichungsprozess,
|
|
||||||
Legitimation, Haftpflicht optional in Kfz
|
|
||||||
OMDS 3 Version 1.9.0 - Jul. 2023 - Konvertierungshilfe
|
|
||||||
OMDS 3 Version 1.10.0 - Dez. 2023 - Postservice, Geschäftsfall-Log, Elektronische Versicherungsbestätigung
|
|
||||||
OMDS 3 Version 1.11.0 - Mai. 2024 - Service-Release: Erweiterung Metadaten Postservice, ZusaetzlicheKfzDaten direkt zum Fzg
|
|
||||||
Anforderung opt. Dokumente in Prozess
|
|
||||||
OMDS 3 Version 1.12.0 - Dez. 2024
|
|
||||||
@@ -5,20 +5,18 @@ Version 1.12.0
|
|||||||
Was ist neu oder anders in Version 1.12.0 im Vergleich zur Version 1.11.0?
|
Was ist neu oder anders in Version 1.12.0 im Vergleich zur Version 1.11.0?
|
||||||
==========================================================================
|
==========================================================================
|
||||||
|
|
||||||
* Versionierung neues Regime
|
* Versionierung und Releases sind neu geregelt worden, siehe Dokument ON_1.01.3_Versionierung
|
||||||
* RisikoGebaeude_Type Element GebaeudeBez ist optional geworden.
|
|
||||||
* Zulassen mehrerer Haushalte an einer Risikoadresse: In VersichertesObjektSachPrivat_Type
|
* Zulassen mehrerer Haushalte an einer Risikoadresse: In VersichertesObjektSachPrivat_Type
|
||||||
wird RisikoHaushalt von Feld zu Liste (maxOccurs="unbounded" eingefügt).
|
wird RisikoHaushalt von Feld zu Liste (maxOccurs="unbounded" eingefügt).
|
||||||
* Es können im Postservice wahlweise ganze OMDS-2 Personendaten übertragen werden.
|
* Es können im Postservice wahlweise ganze OMDS-2 Personendaten übertragen werden.
|
||||||
* Erweiterung DokumentenReferenz_Type um optionales Feld Kontrollwert
|
* Erweiterung DokumentenReferenz_Type um optionales Feld Kontrollwert
|
||||||
* Dokumententypen aufgenommen: 68 - Maklervertrag, 69 - AGB, 70 - E-Mail
|
* Dokumententypen aufgenommen: 68 - Maklervertrag, 69 - AGB, 70 - E-Mail
|
||||||
* Kontierung_Type wird erweitert um "Schema" xsd:string
|
|
||||||
* Neue Services "GetEnvelopes" und "AcknowledgeEnvelopes" kommen hinzu.
|
* Neue Services "GetEnvelopes" und "AcknowledgeEnvelopes" kommen hinzu.
|
||||||
* Personen in Calculate: Das "deprecated" im Kommentar wurde wieder entfernt, da es für manchen Berechnungen
|
* Personen in Calculate: Das "deprecated" im Kommentar wurde wieder entfernt, da es für manchen Berechnungen
|
||||||
eventuell notwendig ist, echte Personendaten zu verarbeiten (Scoring, unerwünschte Kunden)
|
eventuell notwendig ist, echte Personendaten zu verarbeiten (Scoring, unerwünschte Kunden)
|
||||||
* OMDS 2 auf aktuelle Version 2.17
|
* OMDS 2 auf aktuelle Version 2.17
|
||||||
|
|
||||||
nicht vorgesehen
|
nicht vorgesehen, muss im Release-Candidate enfternt werden:
|
||||||
* ProductProposal Service
|
* ProductProposal Service
|
||||||
* Generisches spartenneutrales BOA
|
* Generisches spartenneutrales BOA
|
||||||
* Sparte Rechtsschutz
|
* Sparte Rechtsschutz
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken ../../omds3_ON2_Antrag_Kranken.xsd
|
urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken ../../omds3_ON2_Antrag_Kranken.xsd
|
||||||
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
||||||
urn:omds20 ../../omds216-00.xsd
|
urn:omds20 ../../omds217-00.xsd
|
||||||
http://boa.example.com/kranken KrankenExtension.xsd
|
http://boa.example.com/kranken KrankenExtension.xsd
|
||||||
">
|
">
|
||||||
<VUNr>23</VUNr>
|
<VUNr>23</VUNr>
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken ../../omds3_ON2_Antrag_Kranken.xsd
|
urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken ../../omds3_ON2_Antrag_Kranken.xsd
|
||||||
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
||||||
urn:omds20 ../../omds216-00.xsd
|
urn:omds20 ../../omds217-00.xsd
|
||||||
http://boa.example.com/kranken KrankenExtension.xsd
|
http://boa.example.com/kranken KrankenExtension.xsd
|
||||||
">
|
">
|
||||||
<cst:Status>
|
<cst:Status>
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken ../../omds3_ON2_Antrag_Kranken.xsd
|
urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken ../../omds3_ON2_Antrag_Kranken.xsd
|
||||||
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
||||||
urn:omds20 ../../omds216-00.xsd
|
urn:omds20 ../../omds217-00.xsd
|
||||||
http://boa.example.com/kranken KrankenExtension.xsd
|
http://boa.example.com/kranken KrankenExtension.xsd
|
||||||
">
|
">
|
||||||
<VUNr>23</VUNr>
|
<VUNr>23</VUNr>
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken ../../omds3_ON2_Antrag_Kranken.xsd
|
urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken ../../omds3_ON2_Antrag_Kranken.xsd
|
||||||
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
||||||
urn:omds20 ../../omds216-00.xsd
|
urn:omds20 ../../omds217-00.xsd
|
||||||
http://boa.example.com/kranken KrankenExtension.xsd
|
http://boa.example.com/kranken KrankenExtension.xsd
|
||||||
">
|
">
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz ../../omds3_ON2_Antrag_Kfz.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz ../../omds3_ON2_Antrag_Kfz.xsd
|
||||||
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
||||||
urn:omds20 ../../omds216-00.xsd
|
urn:omds20 ../../omds217-00.xsd
|
||||||
">
|
">
|
||||||
<VUNr>23</VUNr>
|
<VUNr>23</VUNr>
|
||||||
<KorrelationsId>1000010011</KorrelationsId>
|
<KorrelationsId>1000010011</KorrelationsId>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz ../../omds3_ON2_Antrag_Kfz.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz ../../omds3_ON2_Antrag_Kfz.xsd
|
||||||
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
||||||
urn:omds20 ../../omds216-00.xsd
|
urn:omds20 ../../omds217-00.xsd
|
||||||
http://boa.example.com/kfz KfzExtension.xsd
|
http://boa.example.com/kfz KfzExtension.xsd
|
||||||
">
|
">
|
||||||
<VUNr>23</VUNr>
|
<VUNr>23</VUNr>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz ../../omds3_ON2_Antrag_Kfz.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz ../../omds3_ON2_Antrag_Kfz.xsd
|
||||||
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
||||||
urn:omds20 ../../omds216-00.xsd
|
urn:omds20 ../../omds217-00.xsd
|
||||||
http://boa.example.com/kfz KfzExtension.xsd
|
http://boa.example.com/kfz KfzExtension.xsd
|
||||||
">
|
">
|
||||||
<Status>
|
<Status>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat ../../omds3_ON2_Antrag_SachPrivat.xsd
|
urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat ../../omds3_ON2_Antrag_SachPrivat.xsd
|
||||||
urn:omds20 ../../omds216-00.xsd"
|
urn:omds20 ../../omds217-00.xsd"
|
||||||
>
|
>
|
||||||
<Status>
|
<Status>
|
||||||
<KorrelationsId>678708979</KorrelationsId>
|
<KorrelationsId>678708979</KorrelationsId>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat ../../omds3_ON2_Antrag_SachPrivat.xsd
|
urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat ../../omds3_ON2_Antrag_SachPrivat.xsd
|
||||||
urn:omds20 ../../omds216-00.xsd"
|
urn:omds20 ../../omds217-00.xsd"
|
||||||
>
|
>
|
||||||
<Status>
|
<Status>
|
||||||
<KorrelationsId>678708979</KorrelationsId>
|
<KorrelationsId>678708979</KorrelationsId>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat ../../omds3_ON2_Antrag_SachPrivat.xsd
|
urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat ../../omds3_ON2_Antrag_SachPrivat.xsd
|
||||||
urn:omds20 ../../omds216-00.xsd"
|
urn:omds20 ../../omds217-00.xsd"
|
||||||
>
|
>
|
||||||
<Status>
|
<Status>
|
||||||
<KorrelationsId>678708979</KorrelationsId>
|
<KorrelationsId>678708979</KorrelationsId>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
xsi:schemaLocation="
|
xsi:schemaLocation="
|
||||||
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen ../../omds3_ON1_Basisfunktionen.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen ../../omds3_ON1_Basisfunktionen.xsd
|
||||||
urn:omds20 ../../omds216-00.xsd
|
urn:omds20 ../../omds217-00.xsd
|
||||||
">
|
">
|
||||||
<b:VUNr>023</b:VUNr>
|
<b:VUNr>023</b:VUNr>
|
||||||
<b:AuthFilter xsi:type="cst:AgentFilter_Type">
|
<b:AuthFilter xsi:type="cst:AgentFilter_Type">
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
xsi:schemaLocation="
|
xsi:schemaLocation="
|
||||||
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen ../../omds3_ON1_Basisfunktionen.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen ../../omds3_ON1_Basisfunktionen.xsd
|
||||||
urn:omds20 ../../omds216-00.xsd
|
urn:omds20 ../../omds217-00.xsd
|
||||||
">
|
">
|
||||||
<b:Result>
|
<b:Result>
|
||||||
<b:ActualOffset>0</b:ActualOffset>
|
<b:ActualOffset>0</b:ActualOffset>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz ../../omds3_ON2_Antrag_Kfz.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz ../../omds3_ON2_Antrag_Kfz.xsd
|
||||||
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
urn:omds3CommonServiceTypes-1-1-0 ../../omds3CommonServiceTypes.xsd
|
||||||
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common ../../omds3_ON2_Antrag_Common.xsd
|
||||||
urn:omds20 ../../omds216-00.xsd
|
urn:omds20 ../../omds217-00.xsd
|
||||||
">
|
">
|
||||||
<VUNr>23</VUNr>
|
<VUNr>23</VUNr>
|
||||||
<KorrelationsId>1000010011</KorrelationsId>
|
<KorrelationsId>1000010011</KorrelationsId>
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Mit XMLSpy v2021 (x64) (http://www.altova.com) // Versicherungsverband Österreichs -->
|
<!-- Mit XMLSpy v2024 (x64) (http://www.altova.com) // Versicherungsverband Österreichs -->
|
||||||
<xsd:schema xmlns:omds="urn:omds20" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:omds20" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="216-00">
|
<xsd:schema xmlns:omds="urn:omds20" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:omds20" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="217-00">
|
||||||
<xsd:element name="OMDS">
|
<xsd:element name="OMDS">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Version 216-00 - OMDS Arbeitsgruppe</xsd:documentation>
|
<xsd:documentation>Version 217-00 - OMDS Arbeitsgruppe</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
@@ -264,7 +264,7 @@
|
|||||||
<xsd:simpleType>
|
<xsd:simpleType>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:restriction base="xsd:string">
|
||||||
<xsd:minLength value="1"/>
|
<xsd:minLength value="1"/>
|
||||||
<xsd:maxLength value="40"/>
|
<xsd:maxLength value="100"/>
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
@@ -560,7 +560,7 @@
|
|||||||
<xsd:attribute name="TypVarVer" use="optional">
|
<xsd:attribute name="TypVarVer" use="optional">
|
||||||
<xsd:simpleType>
|
<xsd:simpleType>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:restriction base="xsd:string">
|
||||||
<xsd:maxLength value="20"/>
|
<xsd:maxLength value="62"/>
|
||||||
<xsd:minLength value="1"/>
|
<xsd:minLength value="1"/>
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
@@ -1069,6 +1069,13 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
<xsd:attribute name="ZahlDat" type="omds:Datum" use="required"/>
|
<xsd:attribute name="ZahlDat" type="omds:Datum" use="required"/>
|
||||||
<xsd:attribute name="ZahlGrundCd" type="omds:ZahlGrundCd_Type" use="required"/>
|
<xsd:attribute name="ZahlGrundCd" type="omds:ZahlGrundCd_Type" use="required"/>
|
||||||
<xsd:attribute name="ZahlWegCd" type="omds:ZahlWegCd_Type" use="required"/>
|
<xsd:attribute name="ZahlWegCd" type="omds:ZahlWegCd_Type" use="required"/>
|
||||||
|
<xsd:attribute name="ZahlungsID" use="optional">
|
||||||
|
<xsd:simpleType>
|
||||||
|
<xsd:restriction base="xsd:string">
|
||||||
|
<xsd:maxLength value="40"/>
|
||||||
|
</xsd:restriction>
|
||||||
|
</xsd:simpleType>
|
||||||
|
</xsd:attribute>
|
||||||
<xsd:attribute name="BLZ" use="optional">
|
<xsd:attribute name="BLZ" use="optional">
|
||||||
<xsd:simpleType>
|
<xsd:simpleType>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:restriction base="xsd:string">
|
||||||
@@ -1137,9 +1144,9 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
<xsd:attribute name="ProvSatz" use="optional">
|
<xsd:attribute name="ProvSatz" use="optional">
|
||||||
<xsd:simpleType>
|
<xsd:simpleType>
|
||||||
<xsd:restriction base="xsd:decimal">
|
<xsd:restriction base="xsd:decimal">
|
||||||
<xsd:totalDigits value="8"/>
|
<xsd:totalDigits value="11"/>
|
||||||
<xsd:fractionDigits value="5"/>
|
<xsd:fractionDigits value="5"/>
|
||||||
<xsd:pattern value="-?\d{1,3}[.]\d{1,5}"/>
|
<xsd:pattern value="-?\d{1,6}[.]\d{1,5}"/>
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
@@ -1512,9 +1519,12 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
<xsd:complexType name="EL-Objektdaten_Type">
|
<xsd:complexType name="EL-Objektdaten_Type">
|
||||||
<xsd:attribute name="ObjektdatenCd" type="omds:ObjektdatenCd_Type" use="required"/>
|
<xsd:attribute name="ObjektdatenCd" type="omds:ObjektdatenCd_Type" use="required"/>
|
||||||
<xsd:attribute name="Wert" use="required">
|
<xsd:attribute name="Wert" use="required">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>bei Beträgen gilt: Betrag in Vertragswährung</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
<xsd:simpleType>
|
<xsd:simpleType>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:restriction base="xsd:string">
|
||||||
<xsd:maxLength value="10"/>
|
<xsd:maxLength value="20"/>
|
||||||
<xsd:minLength value="1"/>
|
<xsd:minLength value="1"/>
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
@@ -2080,12 +2090,12 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
<xsd:enumeration value="BAB">
|
<xsd:enumeration value="BAB">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Bausparen prämienbegünstiger Beitrag</xsd:documentation>
|
<xsd:documentation>Bausparen prämienbegünstigter Beitrag</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
<xsd:enumeration value="BAH">
|
<xsd:enumeration value="BAH">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Bausparen begünstiger Höchsbeitrag</xsd:documentation>
|
<xsd:documentation>Bausparen begünstigter Höchstbeitrag</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
<xsd:enumeration value="BAN">
|
<xsd:enumeration value="BAN">
|
||||||
@@ -2437,6 +2447,41 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
<xsd:documentation>Erfolgt Untersuchung Ja/Nein</xsd:documentation>
|
<xsd:documentation>Erfolgt Untersuchung Ja/Nein</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="P02">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>DSGVO Zustimmung Ja/Nein</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="P03">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>aktiver Kundenportal-Zugang Ja/Nein</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="P04">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Zustimmung für elektronische Kommunikation Ja/Nein</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="P05">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Marketingeinwilligung Ja/Nein</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="P06">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Warnung bei Unwetter Ja/Nein</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="P07">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Versicherungs-App aktiviert Ja/Nein</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="P08">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Gesundheitseinwilligung(en) DSGVO Ja/Nein</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
<xsd:simpleType name="Entsch2_Type">
|
<xsd:simpleType name="Entsch2_Type">
|
||||||
@@ -2531,6 +2576,11 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
<xsd:documentation>Lebensgemeinschaft</xsd:documentation>
|
<xsd:documentation>Lebensgemeinschaft</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="6">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>eingetragene Partnerschaft</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
<xsd:enumeration value="9">
|
<xsd:enumeration value="9">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>keiner, sonstige</xsd:documentation>
|
<xsd:documentation>keiner, sonstige</xsd:documentation>
|
||||||
@@ -5710,6 +5760,101 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
<xsd:documentation>Sonstige Haftpflicht</xsd:documentation>
|
<xsd:documentation>Sonstige Haftpflicht</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="701">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Brand/Blitz/Explosion</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="702">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Dachlawine/Schneedruck</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="703">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Erdbeben</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="704">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Glasbruch (Kleingläser)</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="705">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Glasbruch (Scheiben)</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="706">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Hagel</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="707">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Hochwasser</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="708">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Kollision mit anderem Hindernis</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="709">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Kollision mit Fahrzeug</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="710">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Parkschaden</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="711">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Sachbeschädigung</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="712">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Sonst. Naturgewalt</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="713">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Sturm</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="714">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Teilediebstahl</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="715">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Terror</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="716">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Tierbiss</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="717">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Totaldiebstahl</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="718">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Unterschlagung/Veruntreuung</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="719">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Wildschaden</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
<xsd:enumeration value="999">
|
<xsd:enumeration value="999">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>sonstiges</xsd:documentation>
|
<xsd:documentation>sonstiges</xsd:documentation>
|
||||||
@@ -6362,6 +6507,11 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
<xsd:documentation>Vertragsspez. Klausel</xsd:documentation>
|
<xsd:documentation>Vertragsspez. Klausel</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="VZW">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Verwendungszweck</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
<xsd:enumeration value="SRT">
|
<xsd:enumeration value="SRT">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Beschreibung Schadenort</xsd:documentation>
|
<xsd:documentation>Beschreibung Schadenort</xsd:documentation>
|
||||||
@@ -6387,6 +6537,11 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
<xsd:documentation>Risikomerkmal</xsd:documentation>
|
<xsd:documentation>Risikomerkmal</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="ZRE">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Zahlungsreferenz</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
<xsd:simpleType name="VSArtCd_Type">
|
<xsd:simpleType name="VSArtCd_Type">
|
||||||
@@ -6414,6 +6569,11 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
<xsd:documentation>Erlebensumme</xsd:documentation>
|
<xsd:documentation>Erlebensumme</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="ERS">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Erstrisikosumme</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
<xsd:enumeration value="EVS">
|
<xsd:enumeration value="EVS">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>EinzelVS</xsd:documentation>
|
<xsd:documentation>EinzelVS</xsd:documentation>
|
||||||
@@ -6991,6 +7151,11 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
<xsd:documentation>Selbstfahrende Maschinen (z.B. Traktor)</xsd:documentation>
|
<xsd:documentation>Selbstfahrende Maschinen (z.B. Traktor)</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="06">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Viehbestand</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
<xsd:enumeration value="99">
|
<xsd:enumeration value="99">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>sonstige Landwirtschaft</xsd:documentation>
|
<xsd:documentation>sonstige Landwirtschaft</xsd:documentation>
|
||||||
@@ -7640,7 +7805,7 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
<xsd:documentation>Pfund Zypern</xsd:documentation>
|
<xsd:documentation>Pfund Zypern</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
<xsd:enumeration value="CZR">
|
<xsd:enumeration value="CZK">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Krone Tschechien</xsd:documentation>
|
<xsd:documentation>Krone Tschechien</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
@@ -7757,7 +7922,7 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
<xsd:enumeration value="SUR">
|
<xsd:enumeration value="SUR">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Rubel Rußland</xsd:documentation>
|
<xsd:documentation>Rubel Russland</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
<xsd:enumeration value="SZR">
|
<xsd:enumeration value="SZR">
|
||||||
@@ -8816,6 +8981,31 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
<xsd:documentation>Sturmzone</xsd:documentation>
|
<xsd:documentation>Sturmzone</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="27">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Bauwert</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="28">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Neuwert</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="29">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Streitwert</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="30">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Baujahr</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="31">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Jahr der Generalsanierung</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
<xsd:simpleType name="SprachCd_Type">
|
<xsd:simpleType name="SprachCd_Type">
|
||||||
@@ -8994,6 +9184,11 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
|||||||
<xsd:documentation>Arbeitsgemeinschaft</xsd:documentation>
|
<xsd:documentation>Arbeitsgemeinschaft</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="FCO">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Flexible Kapitalgesellschaft</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
<xsd:group name="bestand">
|
<xsd:group name="bestand">
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:omds3CommonServiceTypes-1-1-0" xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:ost="urn:omds3ServiceTypes-1-1-0" targetNamespace="urn:omds3CommonServiceTypes-1-1-0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
<xsd:schema xmlns="urn:omds3CommonServiceTypes-1-1-0" xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:ost="urn:omds3ServiceTypes-1-1-0" targetNamespace="urn:omds3CommonServiceTypes-1-1-0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds216-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
||||||
<!-- Elemente, die von allen Services gemeinsam verwendet werden -->
|
<!-- Elemente, die von allen Services gemeinsam verwendet werden -->
|
||||||
<xsd:element name="serviceFault" type="ServiceFault">
|
<xsd:element name="serviceFault" type="ServiceFault">
|
||||||
@@ -1527,7 +1527,6 @@
|
|||||||
<xsd:documentation>Provision Betreuung (oder Produktion)</xsd:documentation>
|
<xsd:documentation>Provision Betreuung (oder Produktion)</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Schema" type="xsd:string" minOccurs="0"/>
|
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:omds3ServiceTypes-1-1-0" xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:omds3ServiceTypes-1-1-0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
<xsd:schema xmlns="urn:omds3ServiceTypes-1-1-0" xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:omds3ServiceTypes-1-1-0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds216-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<!-- Beziehe Action Link -->
|
<!-- Beziehe Action Link -->
|
||||||
<xsd:element name="loginRequest" type="LoginRequestType">
|
<xsd:element name="loginRequest" type="LoginRequestType">
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds216-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<xsd:element name="AddDocToBusinessCaseRequest" type="AddDocToBusinessCaseRequest_Type">
|
<xsd:element name="AddDocToBusinessCaseRequest" type="AddDocToBusinessCaseRequest_Type">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ost="urn:omds3ServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ost="urn:omds3ServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds216-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
||||||
<!--Prozessobjekte Berechnung, Offert, Antrag - Spartenübergreifend-->
|
<!--Prozessobjekte Berechnung, Offert, Antrag - Spartenübergreifend-->
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds216-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds216-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
||||||
<xsd:complexType name="VerkaufsproduktKranken_Type" final="#all">
|
<xsd:complexType name="VerkaufsproduktKranken_Type" final="#all">
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds216-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
||||||
<xsd:complexType name="VerkaufsproduktLeben_Type" final="#all">
|
<xsd:complexType name="VerkaufsproduktLeben_Type" final="#all">
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds216-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
||||||
<xsd:complexType name="VerkaufsproduktRechtsschutz_Type" final="#all">
|
<xsd:complexType name="VerkaufsproduktRechtsschutz_Type" final="#all">
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds216-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
||||||
<xsd:complexType name="VersichertesObjektSachPrivat_Type">
|
<xsd:complexType name="VersichertesObjektSachPrivat_Type">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
<xsd:extension base="cst:VersichertesInteresseMitAttributMetadaten_Type">
|
<xsd:extension base="cst:VersichertesInteresseMitAttributMetadaten_Type">
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="GebaeudeArtCd" type="omds:GebaeudeArtCd_Type"/>
|
<xsd:element name="GebaeudeArtCd" type="omds:GebaeudeArtCd_Type"/>
|
||||||
<xsd:element name="GebaeudeBez" type="xsd:string" minOccurs="0"/>
|
<xsd:element name="GebaeudeBez" type="xsd:string"/>
|
||||||
<xsd:element name="NutzungCd" type="omds:NutzungCd_Type" minOccurs="0">
|
<xsd:element name="NutzungCd" type="omds:NutzungCd_Type" minOccurs="0">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>ständig bewohnt, nicht-ständig bewohnt, unbewohnt</xsd:documentation>
|
<xsd:documentation>ständig bewohnt, nicht-ständig bewohnt, unbewohnt</xsd:documentation>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds216-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
||||||
<xsd:complexType name="VerkaufsproduktUnfall_Type" final="#all">
|
<xsd:complexType name="VerkaufsproduktUnfall_Type" final="#all">
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.12.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds216-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<!--Schadenservices Versicherungsunternehmen -->
|
<!--Schadenservices Versicherungsunternehmen -->
|
||||||
<xsd:complexType name="CheckClaimRequest_Type">
|
<xsd:complexType name="CheckClaimRequest_Type">
|
||||||
@@ -6,9 +6,9 @@
|
|||||||
version="3.0" >
|
version="3.0" >
|
||||||
|
|
||||||
<!-- OMDS 2 -->
|
<!-- OMDS 2 -->
|
||||||
<jaxb:bindings schemaLocation="omds216-00.xsd" node="/xs:schema">
|
<jaxb:bindings schemaLocation="omds217-00.xsd" node="/xs:schema">
|
||||||
<jaxb:schemaBindings>
|
<jaxb:schemaBindings>
|
||||||
<jaxb:package name="at.vvo.omds.types.omds2Types.v2_16"/>
|
<jaxb:package name="at.vvo.omds.types.omds2Types.v2_17"/>
|
||||||
</jaxb:schemaBindings>
|
</jaxb:schemaBindings>
|
||||||
|
|
||||||
<!-- Raise theEnumMemberSizeCap limit -->
|
<!-- Raise theEnumMemberSizeCap limit -->
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<jaxb:bindings schemaLocation="omds3CommonServiceTypes.xsd" node="/xs:schema">
|
<jaxb:bindings schemaLocation="omds3CommonServiceTypes.xsd" node="/xs:schema">
|
||||||
|
|
||||||
<jaxb:schemaBindings>
|
<jaxb:schemaBindings>
|
||||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.common"/>
|
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.common"/>
|
||||||
</jaxb:schemaBindings>
|
</jaxb:schemaBindings>
|
||||||
|
|
||||||
<jaxb:bindings node="//xs:complexType[@name='Kombinationen_Type']//xs:element[@name='Kombination']">
|
<jaxb:bindings node="//xs:complexType[@name='Kombinationen_Type']//xs:element[@name='Kombination']">
|
||||||
@@ -98,14 +98,14 @@
|
|||||||
<!-- "Quick-wins" Namespace http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes -->
|
<!-- "Quick-wins" Namespace http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes -->
|
||||||
<jaxb:bindings schemaLocation="omds3ServiceTypes.xsd" node="/xs:schema">
|
<jaxb:bindings schemaLocation="omds3ServiceTypes.xsd" node="/xs:schema">
|
||||||
<jaxb:schemaBindings>
|
<jaxb:schemaBindings>
|
||||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.servicetypes"/>
|
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.servicetypes"/>
|
||||||
</jaxb:schemaBindings>
|
</jaxb:schemaBindings>
|
||||||
</jaxb:bindings>
|
</jaxb:bindings>
|
||||||
|
|
||||||
<!-- Basisfuntkionen Namespace http://omds.vvo.at/types/omds3types/v1_4_0/on1basis -->
|
<!-- Basisfuntkionen Namespace http://omds.vvo.at/types/omds3types/v1_4_0/on1basis -->
|
||||||
<jaxb:bindings schemaLocation="omds3_ON1_Basisfunktionen.xsd" node="/xs:schema" >
|
<jaxb:bindings schemaLocation="omds3_ON1_Basisfunktionen.xsd" node="/xs:schema" >
|
||||||
<jaxb:schemaBindings>
|
<jaxb:schemaBindings>
|
||||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.on1basis" />
|
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on1basis" />
|
||||||
</jaxb:schemaBindings>
|
</jaxb:schemaBindings>
|
||||||
|
|
||||||
</jaxb:bindings>
|
</jaxb:bindings>
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Common.xsd" node="/xs:schema" >
|
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Common.xsd" node="/xs:schema" >
|
||||||
|
|
||||||
<jaxb:schemaBindings>
|
<jaxb:schemaBindings>
|
||||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common"/>
|
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.common"/>
|
||||||
</jaxb:schemaBindings>
|
</jaxb:schemaBindings>
|
||||||
|
|
||||||
<jaxb:bindings node="//xs:element[@name='ConversionScopeRequest']//xs:element[@name='Vertrag']">
|
<jaxb:bindings node="//xs:element[@name='ConversionScopeRequest']//xs:element[@name='Vertrag']">
|
||||||
@@ -145,70 +145,70 @@
|
|||||||
<!-- Antrag Kfz -->
|
<!-- Antrag Kfz -->
|
||||||
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Kfz.xsd" node="/xs:schema">
|
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Kfz.xsd" node="/xs:schema">
|
||||||
<jaxb:schemaBindings>
|
<jaxb:schemaBindings>
|
||||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz"/>
|
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.kfz"/>
|
||||||
</jaxb:schemaBindings>
|
</jaxb:schemaBindings>
|
||||||
</jaxb:bindings>
|
</jaxb:bindings>
|
||||||
|
|
||||||
<!-- Antrag Kranken Namespace urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken -->
|
<!-- Antrag Kranken Namespace urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken -->
|
||||||
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Kranken.xsd" node="/xs:schema">
|
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Kranken.xsd" node="/xs:schema">
|
||||||
<jaxb:schemaBindings>
|
<jaxb:schemaBindings>
|
||||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken"/>
|
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.kranken"/>
|
||||||
</jaxb:schemaBindings>
|
</jaxb:schemaBindings>
|
||||||
</jaxb:bindings>
|
</jaxb:bindings>
|
||||||
|
|
||||||
<!-- Antrag Leben Namespace urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben -->
|
<!-- Antrag Leben Namespace urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben -->
|
||||||
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Leben.xsd" node="/xs:schema">
|
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Leben.xsd" node="/xs:schema">
|
||||||
<jaxb:schemaBindings>
|
<jaxb:schemaBindings>
|
||||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben"/>
|
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.leben"/>
|
||||||
</jaxb:schemaBindings>
|
</jaxb:schemaBindings>
|
||||||
</jaxb:bindings>
|
</jaxb:bindings>
|
||||||
|
|
||||||
<!-- Produktfinder Namespace urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.produktfinder -->
|
<!-- Produktfinder Namespace urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.produktfinder -->
|
||||||
<!-- <jaxb:bindings schemaLocation="omds3_ON2_Antrag_Produktfinder.xsd">-->
|
<!-- <jaxb:bindings schemaLocation="omds3_ON2_Antrag_Produktfinder.xsd">-->
|
||||||
<!-- <jaxb:schemaBindings>-->
|
<!-- <jaxb:schemaBindings>-->
|
||||||
<!-- <jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.produktfinder"/>-->
|
<!-- <jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.produktfinder"/>-->
|
||||||
<!-- </jaxb:schemaBindings>-->
|
<!-- </jaxb:schemaBindings>-->
|
||||||
<!-- </jaxb:bindings>-->
|
<!-- </jaxb:bindings>-->
|
||||||
|
|
||||||
<!-- Antrag Rechtsschutz Namespace urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs -->
|
<!-- Antrag Rechtsschutz Namespace urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs -->
|
||||||
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Rechtsschutz.xsd" node="/xs:schema" >
|
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Rechtsschutz.xsd" node="/xs:schema" >
|
||||||
<jaxb:schemaBindings>
|
<jaxb:schemaBindings>
|
||||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs"/>
|
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.rs"/>
|
||||||
</jaxb:schemaBindings>
|
</jaxb:schemaBindings>
|
||||||
</jaxb:bindings>
|
</jaxb:bindings>
|
||||||
|
|
||||||
<!-- Antrag Sach-Privat Namespace urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat -->
|
<!-- Antrag Sach-Privat Namespace urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat -->
|
||||||
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_SachPrivat.xsd" node="/xs:schema" >
|
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_SachPrivat.xsd" node="/xs:schema" >
|
||||||
<jaxb:schemaBindings>
|
<jaxb:schemaBindings>
|
||||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat"/>
|
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.sachPrivat"/>
|
||||||
</jaxb:schemaBindings>
|
</jaxb:schemaBindings>
|
||||||
</jaxb:bindings>
|
</jaxb:bindings>
|
||||||
|
|
||||||
<!-- Antrag Unfall Namespace urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall -->
|
<!-- Antrag Unfall Namespace urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall -->
|
||||||
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Unfall.xsd" node="/xs:schema">
|
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Unfall.xsd" node="/xs:schema">
|
||||||
<jaxb:schemaBindings>
|
<jaxb:schemaBindings>
|
||||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall"/>
|
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall"/>
|
||||||
</jaxb:schemaBindings>
|
</jaxb:schemaBindings>
|
||||||
</jaxb:bindings>
|
</jaxb:bindings>
|
||||||
|
|
||||||
<!-- Vertrag Namespace http://omds.vvo.at/types/omds3types/v1_4_0/on3vertrag -->
|
<!-- Vertrag Namespace http://omds.vvo.at/types/omds3types/v1_4_0/on3vertrag -->
|
||||||
<!-- <jaxb:bindings schemaLocation="omds3_ON3_Vertrag.xsd">-->
|
<!-- <jaxb:bindings schemaLocation="omds3_ON3_Vertrag.xsd">-->
|
||||||
<!-- <jaxb:schemaBindings>-->
|
<!-- <jaxb:schemaBindings>-->
|
||||||
<!-- <jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.on3vertrag"/>-->
|
<!-- <jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on3vertrag"/>-->
|
||||||
<!-- </jaxb:schemaBindings>-->
|
<!-- </jaxb:schemaBindings>-->
|
||||||
<!-- </jaxb:bindings>-->
|
<!-- </jaxb:bindings>-->
|
||||||
|
|
||||||
<!-- Partner Namespace http://omds.vvo.at/types/omds3types/v1_4_0/on4partner -->
|
<!-- Partner Namespace http://omds.vvo.at/types/omds3types/v1_4_0/on4partner -->
|
||||||
<!-- <jaxb:bindings schemaLocation="omds3_ON4_Partner.xsd">-->
|
<!-- <jaxb:bindings schemaLocation="omds3_ON4_Partner.xsd">-->
|
||||||
<!-- <jaxb:schemaBindings>-->
|
<!-- <jaxb:schemaBindings>-->
|
||||||
<!-- <jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.on4partner"/>-->
|
<!-- <jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on4partner"/>-->
|
||||||
<!-- </jaxb:schemaBindings>-->
|
<!-- </jaxb:schemaBindings>-->
|
||||||
<!-- </jaxb:bindings>-->
|
<!-- </jaxb:bindings>-->
|
||||||
|
|
||||||
<!-- Schaden Namespace "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" -->
|
<!-- Schaden Namespace "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" -->
|
||||||
<jaxb:bindings schemaLocation="omds3_ON7_Schaden.xsd" node="/xs:schema">
|
<jaxb:bindings schemaLocation="omds3_ON7_Schaden.xsd" node="/xs:schema">
|
||||||
<jaxb:schemaBindings>
|
<jaxb:schemaBindings>
|
||||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r1_12_0.on7schaden"/>
|
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on7schaden"/>
|
||||||
</jaxb:schemaBindings>
|
</jaxb:schemaBindings>
|
||||||
</jaxb:bindings>
|
</jaxb:bindings>
|
||||||
|
|
||||||
@@ -2,8 +2,7 @@
|
|||||||
<bindings
|
<bindings
|
||||||
wsdlLocation="omds3Services.wsdl"
|
wsdlLocation="omds3Services.wsdl"
|
||||||
xmlns="https://jakarta.ee/xml/ns/jaxws" >
|
xmlns="https://jakarta.ee/xml/ns/jaxws" >
|
||||||
|
<package name="at.vvo.omds.types.omds3Types.r2025_05.service"/>
|
||||||
<package name="at.vvo.omds.types.omds3Types.r1_12_0.service"/>
|
|
||||||
<enableWrapperStyle>true</enableWrapperStyle>
|
<enableWrapperStyle>true</enableWrapperStyle>
|
||||||
<enableAsyncMapping>false</enableAsyncMapping>
|
<enableAsyncMapping>false</enableAsyncMapping>
|
||||||
</bindings>
|
</bindings>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
package at.vvo.omds;
|
package at.vvo.omds;
|
||||||
|
|
||||||
import at.vvo.omds.types.omds3Types.r1_12_0.common.*;
|
import at.vvo.omds.types.omds3Types.r2025_05.common.*;
|
||||||
|
|
||||||
import javax.xml.datatype.DatatypeConfigurationException;
|
import javax.xml.datatype.DatatypeConfigurationException;
|
||||||
import javax.xml.datatype.DatatypeFactory;
|
import javax.xml.datatype.DatatypeFactory;
|
||||||
@@ -40,7 +40,6 @@ public class TestDokumentmetadaten {
|
|||||||
);
|
);
|
||||||
|
|
||||||
EnvelopeType envelope = new EnvelopeType();
|
EnvelopeType envelope = new EnvelopeType();
|
||||||
envelope.setId(toId("23423789"));
|
|
||||||
envelope.setZeitstempel(toXml(LocalDateTime.now()));
|
envelope.setZeitstempel(toXml(LocalDateTime.now()));
|
||||||
envelope.getDokumente().add(dok1);
|
envelope.getDokumente().add(dok1);
|
||||||
envelope.getDokumente().add(dok2);
|
envelope.getDokumente().add(dok2);
|
||||||
|
|||||||
Reference in New Issue
Block a user