Packagenamen in Binding angepasst auf reine Kleinschreibung.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package com.kapdion.omdsclient;
|
||||
|
||||
import at.vvo.omds.types.omds2Types.v2_17.NATUERLICHEPERSONType;
|
||||
import at.vvo.omds.types.omds2Types.v2_17.PersArtCdType;
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.common.AdresseType;
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.common.ObjektIdType;
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.common.PersonType;
|
||||
import at.vvo.omds.types.omds2types.v2_17.NATUERLICHEPERSONType;
|
||||
import at.vvo.omds.types.omds2types.v2_17.PersArtCdType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.common.AdresseType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.common.ObjektIdType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.common.PersonType;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package at.vvo.omds.client;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.CalculateUnfallResponseType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.CalculateUnfallResponseType;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package at.vvo.omds.client.api;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.CalculateUnfallRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.CalculateUnfallResponseType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.CalculateUnfallRequestType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.CalculateUnfallResponseType;
|
||||
import jakarta.xml.bind.*;
|
||||
import jakarta.xml.soap.*;
|
||||
import org.slf4j.Logger;
|
||||
@@ -41,7 +41,7 @@ public class SOAPConnector {
|
||||
SOAPMessage response = soapConnection.call(req, url);
|
||||
|
||||
|
||||
JAXBContext jaxbContext = JAXBContext.newInstance("at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall");
|
||||
JAXBContext jaxbContext = JAXBContext.newInstance("at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall");
|
||||
Unmarshaller unmarshaller = jaxbContext.createUnmarshaller();;
|
||||
|
||||
JAXBElement<CalculateUnfallResponseType> erg =
|
||||
@@ -87,7 +87,7 @@ public class SOAPConnector {
|
||||
SOAPElement identifierSOAPElement = securityContextTokenSOAPElement.addChildElement("Identifier", "wsc");
|
||||
identifierSOAPElement.addTextNode(token);
|
||||
|
||||
JAXBContext jaxbContext = JAXBContext.newInstance("at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall");
|
||||
JAXBContext jaxbContext = JAXBContext.newInstance("at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall");
|
||||
|
||||
SOAPBody body = envelope.getBody();
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@ package at.vvo.omds.client.api;
|
||||
|
||||
import at.vvo.omds.client.api.unfall.BuildUnfallRequest;
|
||||
import at.vvo.omds.client.api.unfall.VerkaufsproduktUnfall;
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.CalculateUnfallRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.CalculateUnfallResponseType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.CalculateUnfallRequestType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.CalculateUnfallResponseType;
|
||||
import jakarta.xml.bind.JAXBElement;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
package at.vvo.omds.client.api.unfall;
|
||||
|
||||
import at.vvo.omds.types.omds2Types.v2_17.ELRahmenvereinbarungType;
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.common.BeteiligtePersonVertragType;
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.common.VersichertePersonType;
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.CalculateUnfallRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.ProduktUnfallType;
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.SpezBerechnungUnfallType;
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.VerkaufsproduktUnfallType;
|
||||
import at.vvo.omds.types.omds2types.v2_17.ELRahmenvereinbarungType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.common.BeteiligtePersonVertragType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.common.VersichertePersonType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.CalculateUnfallRequestType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.ProduktUnfallType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.SpezBerechnungUnfallType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.VerkaufsproduktUnfallType;
|
||||
import com.kapdion.omdsclient.BuildRequestHelper;
|
||||
import jakarta.xml.bind.JAXBElement;
|
||||
import org.slf4j.Logger;
|
||||
@@ -16,8 +16,8 @@ public class BuildUnfallRequest {
|
||||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(BuildUnfallRequest.class);
|
||||
|
||||
private static final at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.ObjectFactory OUOF =
|
||||
new at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.ObjectFactory();
|
||||
private static final at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.ObjectFactory OUOF =
|
||||
new at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.ObjectFactory();
|
||||
|
||||
public static final String UNFALLVORSORGE = "unfallvorsorge";
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package at.vvo.omds.client.api.unfall;
|
||||
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
|
||||
public class LaUnfallAssistance extends Leistungsart {
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
package at.vvo.omds.client.api.unfall;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
public abstract class Leistungsart {
|
||||
|
||||
protected static final at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.ObjectFactory OUOF =
|
||||
new at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.ObjectFactory();
|
||||
protected static final at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.ObjectFactory OUOF =
|
||||
new at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.ObjectFactory();
|
||||
|
||||
private BigDecimal versicherungssumme;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package at.vvo.omds.client.api.unfall;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
|
||||
public class LeistungsartInvaliditaet extends Leistungsart {
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package at.vvo.omds.client.api.unfall;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
|
||||
public class LeistungsartSpitalgeld extends Leistungsart {
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package at.vvo.omds.client.api.unfall;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
|
||||
public class LeistungsartUnfallkosten extends Leistungsart {
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package at.vvo.omds.client.api.unfall;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
|
||||
public class LeistungsartUnfallrente extends Leistungsart {
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package at.vvo.omds.client.api.unfall;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall.LeistungsartUnfallType;
|
||||
|
||||
public class LeistungsartUnfalltod extends Leistungsart {
|
||||
public LeistungsartUnfalltod(Integer vs) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package at.vvo.omds.client.api.unfall;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r2025_05.common.PersonType;
|
||||
import at.vvo.omds.types.omds3types.r2025_05.common.PersonType;
|
||||
import com.kapdion.omdsclient.BuildRequestHelper;
|
||||
|
||||
import java.time.LocalDate;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<!-- OMDS 2 -->
|
||||
<jaxb:bindings schemaLocation="omds217-00.xsd" node="/xs:schema">
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds2Types.v2_17"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds2types.v2_17"/>
|
||||
</jaxb:schemaBindings>
|
||||
|
||||
<!-- Raise theEnumMemberSizeCap limit -->
|
||||
@@ -27,7 +27,7 @@
|
||||
<jaxb:bindings schemaLocation="omds3CommonServiceTypes.xsd" node="/xs:schema">
|
||||
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.common"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.common"/>
|
||||
</jaxb:schemaBindings>
|
||||
|
||||
<jaxb:bindings node="//xs:complexType[@name='Kombinationen_Type']//xs:element[@name='Kombination']">
|
||||
@@ -110,7 +110,7 @@
|
||||
<!-- "Quick-wins" Namespace http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes -->
|
||||
<jaxb:bindings schemaLocation="omds3ServiceTypes.xsd" node="/xs:schema">
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.servicetypes"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.servicetypes"/>
|
||||
</jaxb:schemaBindings>
|
||||
|
||||
<bindings node="xs:complexType[@name='LoginRequestType']">
|
||||
@@ -219,7 +219,7 @@
|
||||
<!-- Basisfunktionen Namespace http://omds.vvo.at/types/omds3types/v1_4_0/on1basis -->
|
||||
<jaxb:bindings schemaLocation="omds3_ON1_Basisfunktionen.xsd" node="/xs:schema" >
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on1basis" />
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on1basis" />
|
||||
</jaxb:schemaBindings>
|
||||
|
||||
<bindings node="xs:complexType[@name='AddDocToBusinessCaseRequest_Type']">
|
||||
@@ -288,7 +288,7 @@
|
||||
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Common.xsd" node="/xs:schema" >
|
||||
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.common"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.common"/>
|
||||
</jaxb:schemaBindings>
|
||||
|
||||
<jaxb:bindings node="//xs:element[@name='ConversionScopeRequest']//xs:element[@name='Vertrag']">
|
||||
@@ -389,7 +389,7 @@
|
||||
<!-- Antrag Kfz -->
|
||||
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Kfz.xsd" node="/xs:schema">
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.kfz"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.kfz"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:complexType[@name='CalculateKfzRequest_Type']">
|
||||
<annox:annotate>
|
||||
@@ -446,7 +446,7 @@
|
||||
<!-- 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:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.kranken"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.kranken"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:element[@name='CalculateKrankenRequest']">
|
||||
<annox:annotate>
|
||||
@@ -493,7 +493,7 @@
|
||||
<!-- 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:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.leben"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.leben"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:complexType[@name='CalculateLebenRequest_Type']">
|
||||
<annox:annotate>
|
||||
@@ -540,14 +540,14 @@
|
||||
<!-- Produktfinder Namespace urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.produktfinder -->
|
||||
<!-- <jaxb:bindings schemaLocation="omds3_ON2_Antrag_Produktfinder.xsd">-->
|
||||
<!-- <jaxb:schemaBindings>-->
|
||||
<!-- <jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.produktfinder"/>-->
|
||||
<!-- <jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.produktfinder"/>-->
|
||||
<!-- </jaxb:schemaBindings>-->
|
||||
<!-- </jaxb:bindings>-->
|
||||
|
||||
<!-- 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:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.rs"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.rs"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:element[@name='CalculateRechtsschutzRequest']">
|
||||
<annox:annotate>
|
||||
@@ -594,7 +594,7 @@
|
||||
<!-- 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:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.sachPrivat"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.sachPrivat"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:complexType[@name='CalculateSachPrivatRequest_Type']">
|
||||
<annox:annotate>
|
||||
@@ -641,7 +641,7 @@
|
||||
<!-- 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:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:complexType[@name='CalculateUnfallRequest_Type']">
|
||||
<annox:annotate>
|
||||
@@ -688,21 +688,21 @@
|
||||
<!-- Vertrag Namespace http://omds.vvo.at/types/omds3types/v1_4_0/on3vertrag -->
|
||||
<!-- <jaxb:bindings schemaLocation="omds3_ON3_Vertrag.xsd">-->
|
||||
<!-- <jaxb:schemaBindings>-->
|
||||
<!-- <jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on3vertrag"/>-->
|
||||
<!-- <jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on3vertrag"/>-->
|
||||
<!-- </jaxb:schemaBindings>-->
|
||||
<!-- </jaxb:bindings>-->
|
||||
|
||||
<!-- Partner Namespace http://omds.vvo.at/types/omds3types/v1_4_0/on4partner -->
|
||||
<!-- <jaxb:bindings schemaLocation="omds3_ON4_Partner.xsd">-->
|
||||
<!-- <jaxb:schemaBindings>-->
|
||||
<!-- <jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on4partner"/>-->
|
||||
<!-- <jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on4partner"/>-->
|
||||
<!-- </jaxb:schemaBindings>-->
|
||||
<!-- </jaxb:bindings>-->
|
||||
|
||||
<!-- Schaden Namespace "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" -->
|
||||
<jaxb:bindings schemaLocation="omds3_ON7_Schaden.xsd" node="/xs:schema">
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on7schaden"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on7schaden"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:complexType[@name='CheckClaimRequest_Type']">
|
||||
<annox:annotate>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<!-- OMDS 2 -->
|
||||
<jaxb:bindings schemaLocation="omds217-00.xsd" node="/xs:schema">
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds2Types.v2_17"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds2types.v2_17"/>
|
||||
</jaxb:schemaBindings>
|
||||
|
||||
<!-- Raise theEnumMemberSizeCap limit -->
|
||||
@@ -27,7 +27,7 @@
|
||||
<jaxb:bindings schemaLocation="omds3CommonServiceTypes.xsd" node="/xs:schema">
|
||||
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.common"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.common"/>
|
||||
</jaxb:schemaBindings>
|
||||
|
||||
<jaxb:bindings node="//xs:complexType[@name='Kombinationen_Type']//xs:element[@name='Kombination']">
|
||||
@@ -110,7 +110,7 @@
|
||||
<!-- "Quick-wins" Namespace http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes -->
|
||||
<jaxb:bindings schemaLocation="omds3ServiceTypes.xsd" node="/xs:schema">
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.servicetypes"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.servicetypes"/>
|
||||
</jaxb:schemaBindings>
|
||||
|
||||
<bindings node="xs:complexType[@name='LoginRequestType']">
|
||||
@@ -219,7 +219,7 @@
|
||||
<!-- Basisfunktionen Namespace http://omds.vvo.at/types/omds3types/v1_4_0/on1basis -->
|
||||
<jaxb:bindings schemaLocation="omds3_ON1_Basisfunktionen.xsd" node="/xs:schema" >
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on1basis" />
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on1basis" />
|
||||
</jaxb:schemaBindings>
|
||||
|
||||
<bindings node="xs:complexType[@name='AddDocToBusinessCaseRequest_Type']">
|
||||
@@ -288,7 +288,7 @@
|
||||
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Common.xsd" node="/xs:schema" >
|
||||
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.common"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.common"/>
|
||||
</jaxb:schemaBindings>
|
||||
|
||||
<jaxb:bindings node="//xs:element[@name='ConversionScopeRequest']//xs:element[@name='Vertrag']">
|
||||
@@ -389,7 +389,7 @@
|
||||
<!-- Antrag Kfz -->
|
||||
<jaxb:bindings schemaLocation="omds3_ON2_Antrag_Kfz.xsd" node="/xs:schema">
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.kfz"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.kfz"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:complexType[@name='CalculateKfzRequest_Type']">
|
||||
<annox:annotate>
|
||||
@@ -446,7 +446,7 @@
|
||||
<!-- 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:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.kranken"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.kranken"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:element[@name='CalculateKrankenRequest']">
|
||||
<annox:annotate>
|
||||
@@ -493,7 +493,7 @@
|
||||
<!-- 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:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.leben"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.leben"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:complexType[@name='CalculateLebenRequest_Type']">
|
||||
<annox:annotate>
|
||||
@@ -540,14 +540,14 @@
|
||||
<!-- Produktfinder Namespace urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.produktfinder -->
|
||||
<!-- <jaxb:bindings schemaLocation="omds3_ON2_Antrag_Produktfinder.xsd">-->
|
||||
<!-- <jaxb:schemaBindings>-->
|
||||
<!-- <jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.produktfinder"/>-->
|
||||
<!-- <jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.produktfinder"/>-->
|
||||
<!-- </jaxb:schemaBindings>-->
|
||||
<!-- </jaxb:bindings>-->
|
||||
|
||||
<!-- 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:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.rs"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.rs"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:element[@name='CalculateRechtsschutzRequest']">
|
||||
<annox:annotate>
|
||||
@@ -594,7 +594,7 @@
|
||||
<!-- 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:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.sachPrivat"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.sachPrivat"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:complexType[@name='CalculateSachPrivatRequest_Type']">
|
||||
<annox:annotate>
|
||||
@@ -641,7 +641,7 @@
|
||||
<!-- 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:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on2antrag.unfall"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on2antrag.unfall"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:complexType[@name='CalculateUnfallRequest_Type']">
|
||||
<annox:annotate>
|
||||
@@ -738,16 +738,14 @@
|
||||
<!-- Partner Namespace http://omds.vvo.at/types/omds3types/v1_4_0/on4partner -->
|
||||
<!-- <jaxb:bindings schemaLocation="omds3_ON4_Partner.xsd">-->
|
||||
<!-- <jaxb:schemaBindings>-->
|
||||
<!-- <jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on4partner"/>-->
|
||||
<!-- <jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on4partner"/>-->
|
||||
<!-- </jaxb:schemaBindings>-->
|
||||
<!-- </jaxb:bindings>-->
|
||||
|
||||
|
||||
|
||||
<!-- Schaden Namespace "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" -->
|
||||
<jaxb:bindings schemaLocation="omds3_ON7_Schaden.xsd" node="/xs:schema">
|
||||
<jaxb:schemaBindings>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3Types.r2025_05.on7schaden"/>
|
||||
<jaxb:package name="at.vvo.omds.types.omds3types.r2025_05.on7schaden"/>
|
||||
</jaxb:schemaBindings>
|
||||
<bindings node="xs:complexType[@name='CheckClaimRequest_Type']">
|
||||
<annox:annotate>
|
||||
|
||||
@@ -846,7 +846,7 @@
|
||||
<xsd:documentation>Eine rein technische Id des Requests für Zwecke des Debuggings, die Id darf nicht mit fachlichen Informationen verknüpft werden.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:any/>
|
||||
<xsd:any minOccurs="1" maxOccurs="1"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CommonResponse_Type" abstract="true">
|
||||
@@ -914,11 +914,9 @@
|
||||
<xsd:documentation>rein technische ID zum Debuggen</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:any/>
|
||||
|
||||
<xsd:any minOccurs="1" maxOccurs="1"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="CommonProcessRequest_Type" abstract="true">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Abstakter Typ fuer Requests, die Teil eines Geschaeftsfalls mit eigener Id sind</xsd:documentation>
|
||||
|
||||
@@ -567,11 +567,6 @@
|
||||
<xsd:documentation>Die Vertragssparte, für die der Vertrag gesucht wird.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:any maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Der Request kann zur Laufzeit beliebige weitere Attribute aufnehmen.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:any>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
|
||||
Reference in New Issue
Block a user