Version auf 1.11 gesetzt, Code-Generiert.

This commit is contained in:
2024-05-09 17:17:43 +02:00
parent fa081eebe3
commit a9bc454881
66 changed files with 467 additions and 3416 deletions

View File

@@ -1,90 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_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.XmlType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Antragsnr" type="{urn:omds20}Polizzennr"/&gt;
* &lt;element name="Vermnr" type="{urn:omds20}Vermnr"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"antragsnr",
"vermnr"
})
public class AntragsZuordnung {
@XmlElement(name = "Antragsnr", required = true)
protected String antragsnr;
@XmlElement(name = "Vermnr", required = true)
protected String vermnr;
/**
* Ruft den Wert der antragsnr-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAntragsnr() {
return antragsnr;
}
/**
* Legt den Wert der antragsnr-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAntragsnr(String value) {
this.antragsnr = value;
}
/**
* Ruft den Wert der vermnr-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVermnr() {
return vermnr;
}
/**
* Legt den Wert der vermnr-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVermnr(String value) {
this.vermnr = value;
}
}

View File

@@ -1,62 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_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.XmlType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Vermnr" type="{urn:omds20}Vermnr"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"vermnr"
})
public class BetreuerZuordnung {
@XmlElement(name = "Vermnr", required = true)
protected String vermnr;
/**
* Ruft den Wert der vermnr-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVermnr() {
return vermnr;
}
/**
* Legt den Wert der vermnr-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVermnr(String value) {
this.vermnr = value;
}
}

View File

@@ -7,7 +7,6 @@ import at.vvo.omds.types.omds3Types.r1_11_0.on1basis.AcknowledgeDocumentsRequest
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionProposalRequest;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionScopeRequest;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.GetApplicationDocumentRequestType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ProductProposalRequestType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBRequest;
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.AddInformationToClaimRequest;
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimRequestType;
@@ -58,15 +57,14 @@ import jakarta.xml.bind.annotation.XmlType;
@XmlSeeAlso({
CommonSearchRequestType.class,
GetApplicationDocumentRequestType.class,
ProductProposalRequestType.class,
CheckClaimRequestType.class,
SubmitClaimRequestType.class,
GetClaimRequestType.class,
AddInformationToClaimRequest.class,
SubmitReceiptRequest.class,
CheckCoverageRequest.class,
CreateVBRequest.class,
CommonProcessRequestType.class,
CreateVBRequest.class,
ConversionProposalRequest.class,
ConversionScopeRequest.class,
AcknowledgeDocumentsRequest.class

View File

@@ -8,7 +8,6 @@ import at.vvo.omds.types.omds3Types.r1_11_0.on1basis.AcknowledgeDocumentsRespons
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionProposalResponse;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionScopeResponse;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.GetApplicationDocumentResponseType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ProductProposalResponseType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBResponse;
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.AddInformationToClaimResponse;
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimResponseType;
@@ -58,15 +57,14 @@ import jakarta.xml.bind.annotation.XmlType;
@XmlSeeAlso({
CommonSearchResponseType.class,
GetApplicationDocumentResponseType.class,
ProductProposalResponseType.class,
CheckClaimResponseType.class,
SubmitClaimResponseType.class,
GetClaimResponseType.class,
AddInformationToClaimResponse.class,
SubmitReceiptResponse.class,
CheckCoverageResponse.class,
CreateVBResponse.class,
CommonProcessResponseType.class,
CreateVBResponse.class,
ConversionProposalResponse.class,
ConversionScopeResponse.class,
AcknowledgeDocumentsResponse.class

View File

@@ -6,7 +6,6 @@ import java.util.ArrayList;
import java.util.List;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.ElementarproduktKrankenType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.TarifLebenType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.ElementarproduktRechtsschutzType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.ElementarproduktSachPrivatType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.LeistungsartUnfallType;
import jakarta.xml.bind.annotation.XmlAccessType;
@@ -51,7 +50,6 @@ import jakarta.xml.bind.annotation.XmlType;
})
@XmlSeeAlso({
ElementarproduktSachPrivatType.class,
ElementarproduktRechtsschutzType.class,
LeistungsartUnfallType.class,
ElementarproduktKrankenType.class,
TarifLebenType.class

View File

@@ -1,90 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_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.XmlType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/&gt;
* &lt;element name="GeschaeftsfallArt" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsfallArt_Type" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"geschaeftsfallnummer",
"geschaeftsfallArt"
})
public class GeschaeftsfallZuordnung {
@XmlElement(name = "Geschaeftsfallnummer", required = true)
protected ObjektIdType geschaeftsfallnummer;
@XmlElement(name = "GeschaeftsfallArt")
protected String geschaeftsfallArt;
/**
* Ruft den Wert der geschaeftsfallnummer-Eigenschaft ab.
*
* @return
* possible object is
* {@link ObjektIdType }
*
*/
public ObjektIdType getGeschaeftsfallnummer() {
return geschaeftsfallnummer;
}
/**
* Legt den Wert der geschaeftsfallnummer-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link ObjektIdType }
*
*/
public void setGeschaeftsfallnummer(ObjektIdType value) {
this.geschaeftsfallnummer = value;
}
/**
* Ruft den Wert der geschaeftsfallArt-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getGeschaeftsfallArt() {
return geschaeftsfallArt;
}
/**
* Legt den Wert der geschaeftsfallArt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setGeschaeftsfallArt(String value) {
this.geschaeftsfallArt = value;
}
}

View File

@@ -29,7 +29,6 @@ import jakarta.xml.bind.annotation.XmlType;
* &lt;element name="Abschluss" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/&gt;
* &lt;element name="Folge" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/&gt;
* &lt;element name="Betreuung" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/&gt;
* &lt;element name="Schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
@@ -44,8 +43,7 @@ import jakarta.xml.bind.annotation.XmlType;
"vermittlername",
"abschluss",
"folge",
"betreuung",
"schema"
"betreuung"
})
public class KontierungType {
@@ -59,8 +57,6 @@ public class KontierungType {
protected BigInteger folge;
@XmlElement(name = "Betreuung")
protected BigInteger betreuung;
@XmlElement(name = "Schema")
protected String schema;
/**
* Ruft den Wert der vermittlernummer-Eigenschaft ab.
@@ -182,28 +178,4 @@ public class KontierungType {
this.betreuung = value;
}
/**
* Ruft den Wert der schema-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSchema() {
return schema;
}
/**
* Legt den Wert der schema-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSchema(String value) {
this.schema = value;
}
}

View File

@@ -1,90 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_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.XmlType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="PersonId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/&gt;
* &lt;element name="RolleText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"personId",
"rolleText"
})
public class PersonenZuordnung {
@XmlElement(name = "PersonId", required = true)
protected ObjektIdType personId;
@XmlElement(name = "RolleText")
protected String rolleText;
/**
* Ruft den Wert der personId-Eigenschaft ab.
*
* @return
* possible object is
* {@link ObjektIdType }
*
*/
public ObjektIdType getPersonId() {
return personId;
}
/**
* Legt den Wert der personId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link ObjektIdType }
*
*/
public void setPersonId(ObjektIdType value) {
this.personId = value;
}
/**
* Ruft den Wert der rolleText-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRolleText() {
return rolleText;
}
/**
* Legt den Wert der rolleText-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRolleText(String value) {
this.rolleText = value;
}
}

View File

@@ -3,7 +3,6 @@ package at.vvo.omds.types.omds3Types.r1_11_0.common;
import java.util.ArrayList;
import java.util.List;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.ProduktRechtsschutzType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.ProduktSachPrivatType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
@@ -45,7 +44,6 @@ import jakarta.xml.bind.annotation.XmlType;
})
@XmlSeeAlso({
ProduktSachPrivatType.class,
ProduktRechtsschutzType.class,
ProduktMitVpType.class
})
public abstract class ProduktGenerischType

View File

@@ -5,7 +5,6 @@ import java.util.ArrayList;
import java.util.List;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.VerkaufsproduktKrankenType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.VerkaufsproduktLebenType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.VerkaufsproduktRechtsschutzType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.VerkaufsproduktSachPrivatType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.VerkaufsproduktUnfallType;
import jakarta.xml.bind.annotation.XmlAccessType;
@@ -48,7 +47,6 @@ import jakarta.xml.bind.annotation.XmlType;
})
@XmlSeeAlso({
VerkaufsproduktSachPrivatType.class,
VerkaufsproduktRechtsschutzType.class,
VerkaufsproduktUnfallType.class,
VerkaufsproduktKrankenType.class,
VerkaufsproduktLebenType.class

View File

@@ -1,278 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.common;
import java.util.ArrayList;
import java.util.List;
import at.vvo.omds.types.omds2Types.v2_16.VtgRolleCdType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Polizzennr" type="{urn:omds20}Polizzennr"/&gt;
* &lt;element name="VertragsID" type="{urn:omds20}VertragsID" minOccurs="0"/&gt;
* &lt;element name="AendGrundCd" type="{urn:omds20}AendGrundCd_Type" minOccurs="0"/&gt;
* &lt;element name="Vermnr" type="{urn:omds20}Vermnr"/&gt;
* &lt;element name="Vertragsperson" maxOccurs="unbounded" minOccurs="0"&gt;
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="PersonId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/&gt;
* &lt;element name="Rolle" type="{urn:omds20}VtgRolleCd_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* &lt;/element&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"polizzennr",
"vertragsID",
"aendGrundCd",
"vermnr",
"vertragsperson"
})
public class VertragsZuordnung {
@XmlElement(name = "Polizzennr", required = true)
protected String polizzennr;
@XmlElement(name = "VertragsID")
protected String vertragsID;
@XmlElement(name = "AendGrundCd")
protected String aendGrundCd;
@XmlElement(name = "Vermnr", required = true)
protected String vermnr;
@XmlElement(name = "Vertragsperson")
protected List<VertragsZuordnung.Vertragsperson> vertragsperson;
/**
* Ruft den Wert der polizzennr-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPolizzennr() {
return polizzennr;
}
/**
* Legt den Wert der polizzennr-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPolizzennr(String value) {
this.polizzennr = value;
}
/**
* Ruft den Wert der vertragsID-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVertragsID() {
return vertragsID;
}
/**
* Legt den Wert der vertragsID-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVertragsID(String value) {
this.vertragsID = value;
}
/**
* Ruft den Wert der aendGrundCd-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAendGrundCd() {
return aendGrundCd;
}
/**
* Legt den Wert der aendGrundCd-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAendGrundCd(String value) {
this.aendGrundCd = value;
}
/**
* Ruft den Wert der vermnr-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVermnr() {
return vermnr;
}
/**
* Legt den Wert der vermnr-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVermnr(String value) {
this.vermnr = value;
}
/**
* Gets the value of the vertragsperson 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 vertragsperson property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getVertragsperson().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link VertragsZuordnung.Vertragsperson }
*
*
*/
public List<VertragsZuordnung.Vertragsperson> getVertragsperson() {
if (vertragsperson == null) {
vertragsperson = new ArrayList<VertragsZuordnung.Vertragsperson>();
}
return this.vertragsperson;
}
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="PersonId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/&gt;
* &lt;element name="Rolle" type="{urn:omds20}VtgRolleCd_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"personId",
"rolle"
})
public static class Vertragsperson {
@XmlElement(name = "PersonId", required = true)
protected ObjektIdType personId;
@XmlElement(name = "Rolle", required = true)
@XmlSchemaType(name = "string")
protected VtgRolleCdType rolle;
/**
* Ruft den Wert der personId-Eigenschaft ab.
*
* @return
* possible object is
* {@link ObjektIdType }
*
*/
public ObjektIdType getPersonId() {
return personId;
}
/**
* Legt den Wert der personId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link ObjektIdType }
*
*/
public void setPersonId(ObjektIdType value) {
this.personId = value;
}
/**
* Ruft den Wert der rolle-Eigenschaft ab.
*
* @return
* possible object is
* {@link VtgRolleCdType }
*
*/
public VtgRolleCdType getRolle() {
return rolle;
}
/**
* Legt den Wert der rolle-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link VtgRolleCdType }
*
*/
public void setRolle(VtgRolleCdType value) {
this.rolle = value;
}
}
}

View File

@@ -12,7 +12,7 @@ import jakarta.xml.bind.annotation.XmlType;
/**
* Gemeinsame Details zu einer Vorversicherung. Dieser Typ wird erweitert von Vorversicherung_Type und ist der Typ von VorversicherungRechtschutz und VorversicherungKfz in Kfz
* Gemeinsame Details zu einer Vorversicherung. Dieser Typ wird erweitert von Vorversicherung_Type und ist der Typ von VorversicherungRechtschutz und VorversicherungKfz in Kfz
*
* <p>Java-Klasse für VorversicherungenDetail_Type complex type.
*

View File

@@ -1,68 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Typ des Requestobjekts für eine Berechnung Kranken
*
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequestGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"berechnungsanfrage"
})
@XmlRootElement(name = "CalculateRequest")
public class CalculateRequest
extends CalculateRequestGenType
{
@XmlElement(name = "Berechnungsanfrage", required = true)
protected SpezBerechnungType berechnungsanfrage;
/**
* Ruft den Wert der berechnungsanfrage-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezBerechnungType }
*
*/
public SpezBerechnungType getBerechnungsanfrage() {
return berechnungsanfrage;
}
/**
* Legt den Wert der berechnungsanfrage-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezBerechnungType }
*
*/
public void setBerechnungsanfrage(SpezBerechnungType value) {
this.berechnungsanfrage = value;
}
}

View File

@@ -3,7 +3,6 @@ package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenRequest;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CalculateLebenRequestType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CalculateRechtsschutzRequest;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CalculateUnfallRequestType;
import jakarta.xml.bind.annotation.XmlAccessType;
@@ -42,9 +41,7 @@ import jakarta.xml.bind.annotation.XmlType;
CalculateSachPrivatRequestType.class,
CalculateUnfallRequestType.class,
CalculateLebenRequestType.class,
CalculateKrankenRequest.class,
CalculateRechtsschutzRequest.class,
CalculateRequest.class
CalculateKrankenRequest.class
})
public abstract class CalculateRequestGenType
extends CalculateRequestType

View File

@@ -1,68 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Typ des Responseobjekts für eine Kranken-Berechnung
*
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponseGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"berechnungsantwort"
})
@XmlRootElement(name = "CalculateResponse")
public class CalculateResponse
extends CalculateResponseGenType
{
@XmlElement(name = "Berechnungsantwort", required = true)
protected SpezBerechnungType berechnungsantwort;
/**
* Ruft den Wert der berechnungsantwort-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezBerechnungType }
*
*/
public SpezBerechnungType getBerechnungsantwort() {
return berechnungsantwort;
}
/**
* Legt den Wert der berechnungsantwort-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezBerechnungType }
*
*/
public void setBerechnungsantwort(SpezBerechnungType value) {
this.berechnungsantwort = value;
}
}

View File

@@ -3,7 +3,6 @@ package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenResponse;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CalculateLebenResponseType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CalculateRechtsschutzResponse;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CalculateUnfallResponseType;
import jakarta.xml.bind.annotation.XmlAccessType;
@@ -36,9 +35,7 @@ import jakarta.xml.bind.annotation.XmlType;
CalculateSachPrivatResponseType.class,
CalculateUnfallResponseType.class,
CalculateLebenResponseType.class,
CalculateKrankenResponse.class,
CalculateRechtsschutzResponse.class,
CalculateResponse.class
CalculateKrankenResponse.class
})
public abstract class CalculateResponseGenType
extends CalculateResponseType

View File

@@ -1,68 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Type des Requestobjekts für die Erstellung eines Krankenantrags
*
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequestGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"antragsanfrage"
})
@XmlRootElement(name = "CreateApplicationRequest")
public class CreateApplicationRequest
extends CreateApplicationRequestGenType
{
@XmlElement(name = "Antragsanfrage", required = true)
protected SpezAntragType antragsanfrage;
/**
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezAntragType }
*
*/
public SpezAntragType getAntragsanfrage() {
return antragsanfrage;
}
/**
* Legt den Wert der antragsanfrage-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezAntragType }
*
*/
public void setAntragsanfrage(SpezAntragType value) {
this.antragsanfrage = value;
}
}

View File

@@ -3,7 +3,6 @@ package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateApplicationKrankenRequest;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenRequestType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateApplicationRechtsschutzRequest;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallRequestType;
import jakarta.xml.bind.annotation.XmlAccessType;
@@ -42,9 +41,7 @@ import jakarta.xml.bind.annotation.XmlType;
CreateApplicationSachPrivatRequestType.class,
CreateApplicationUnfallRequestType.class,
CreateApplicationLebenRequestType.class,
CreateApplicationKrankenRequest.class,
CreateApplicationRechtsschutzRequest.class,
CreateApplicationRequest.class
CreateApplicationKrankenRequest.class
})
public abstract class CreateApplicationRequestGenType
extends CreateApplicationRequestType

View File

@@ -39,7 +39,7 @@ import jakarta.xml.bind.annotation.XmlType;
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CreateApplicationRequest_Type", propOrder = {
"dokAnforderungenVermittler",
"dokumentenAnforderungenVermittler",
"dateianhaenge",
"dokumente"
})
@@ -52,25 +52,25 @@ public abstract class CreateApplicationRequestType
{
@XmlElement(name = "DokAnfordVermittler")
protected List<ProzessDokRequestType> dokAnforderungenVermittler;
protected List<ProzessDokRequestType> dokumentenAnforderungenVermittler;
@XmlElement(name = "Dateianhaenge")
protected List<DateianhangType> dateianhaenge;
@XmlElement(name = "Dokumente")
protected List<ProzessDokumentType> dokumente;
/**
* <p>Die Dokumente, welche der Vermittler anfordert.</p>Gets the value of the dokAnforderungenVermittler property.
* <p>Die Dokumente, welche der Vermittler für den Response anfordert.</p>Gets the value of the dokumentenAnforderungenVermittler 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 dokAnforderungenVermittler property.
* This is why there is not a <CODE>set</CODE> method for the dokumentenAnforderungenVermittler property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getDokAnforderungenVermittler().add(newItem);
* getDokumentenAnforderungenVermittler().add(newItem);
* </pre>
*
*
@@ -80,11 +80,11 @@ public abstract class CreateApplicationRequestType
*
*
*/
public List<ProzessDokRequestType> getDokAnforderungenVermittler() {
if (dokAnforderungenVermittler == null) {
dokAnforderungenVermittler = new ArrayList<ProzessDokRequestType>();
public List<ProzessDokRequestType> getDokumentenAnforderungenVermittler() {
if (dokumentenAnforderungenVermittler == null) {
dokumentenAnforderungenVermittler = new ArrayList<ProzessDokRequestType>();
}
return this.dokAnforderungenVermittler;
return this.dokumentenAnforderungenVermittler;
}
/**

View File

@@ -1,68 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Type des Responseobjekts für die Erstellung eines Krankenantrags
*
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponseGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"antragsantwort"
})
@XmlRootElement(name = "CreateApplicationResponse")
public class CreateApplicationResponse
extends CreateApplicationResponseGenType
{
@XmlElement(name = "Antragsantwort", required = true)
protected SpezAntragType antragsantwort;
/**
* Ruft den Wert der antragsantwort-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezAntragType }
*
*/
public SpezAntragType getAntragsantwort() {
return antragsantwort;
}
/**
* Legt den Wert der antragsantwort-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezAntragType }
*
*/
public void setAntragsantwort(SpezAntragType value) {
this.antragsantwort = value;
}
}

View File

@@ -3,7 +3,6 @@ package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateApplicationKrankenResponse;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenResponseType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateApplicationRechtsschutzResponse;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallResponseType;
import jakarta.xml.bind.annotation.XmlAccessType;
@@ -36,9 +35,7 @@ import jakarta.xml.bind.annotation.XmlType;
CreateApplicationSachPrivatResponseType.class,
CreateApplicationUnfallResponseType.class,
CreateApplicationLebenResponseType.class,
CreateApplicationKrankenResponse.class,
CreateApplicationRechtsschutzResponse.class,
CreateApplicationResponse.class
CreateApplicationKrankenResponse.class
})
public abstract class CreateApplicationResponseGenType
extends CreateApplicationResponseType

View File

@@ -1,68 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Typ des Requestobjekts für eine Erstellung eines Kranken-Offerts
*
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequestGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"offertanfrage"
})
@XmlRootElement(name = "CreateOfferRequest")
public class CreateOfferRequest
extends CreateOfferRequestGenType
{
@XmlElement(name = "Offertanfrage", required = true)
protected SpezOffertType offertanfrage;
/**
* Ruft den Wert der offertanfrage-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezOffertType }
*
*/
public SpezOffertType getOffertanfrage() {
return offertanfrage;
}
/**
* Legt den Wert der offertanfrage-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezOffertType }
*
*/
public void setOffertanfrage(SpezOffertType value) {
this.offertanfrage = value;
}
}

View File

@@ -3,7 +3,6 @@ package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateOfferKrankenRequest;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateOfferLebenRequestType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateOfferRechtsschutzRequest;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallRequestType;
import jakarta.xml.bind.annotation.XmlAccessType;
@@ -42,9 +41,7 @@ import jakarta.xml.bind.annotation.XmlType;
CreateOfferSachPrivatRequestType.class,
CreateOfferUnfallRequestType.class,
CreateOfferLebenRequestType.class,
CreateOfferKrankenRequest.class,
CreateOfferRechtsschutzRequest.class,
CreateOfferRequest.class
CreateOfferKrankenRequest.class
})
public abstract class CreateOfferRequestGenType
extends CreateOfferRequestType

View File

@@ -35,7 +35,7 @@ import jakarta.xml.bind.annotation.XmlType;
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CreateOfferRequest_Type", propOrder = {
"dokAnforderungenVermittler"
"dokumentenAnforderungenVermittler"
})
@XmlSeeAlso({
CreateOfferKfzRequestType.class,
@@ -46,21 +46,21 @@ public abstract class CreateOfferRequestType
{
@XmlElement(name = "DokAnfordVermittler")
protected List<ProzessDokRequestType> dokAnforderungenVermittler;
protected List<ProzessDokRequestType> dokumentenAnforderungenVermittler;
/**
* <p>Die Dokumente, welche der Vermittler anfordert.</p>Gets the value of the dokAnforderungenVermittler property.
* <p>Die Dokumente, welche der Vermittler für den Response anfordert.</p>Gets the value of the dokumentenAnforderungenVermittler 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 dokAnforderungenVermittler property.
* This is why there is not a <CODE>set</CODE> method for the dokumentenAnforderungenVermittler property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getDokAnforderungenVermittler().add(newItem);
* getDokumentenAnforderungenVermittler().add(newItem);
* </pre>
*
*
@@ -70,11 +70,11 @@ public abstract class CreateOfferRequestType
*
*
*/
public List<ProzessDokRequestType> getDokAnforderungenVermittler() {
if (dokAnforderungenVermittler == null) {
dokAnforderungenVermittler = new ArrayList<ProzessDokRequestType>();
public List<ProzessDokRequestType> getDokumentenAnforderungenVermittler() {
if (dokumentenAnforderungenVermittler == null) {
dokumentenAnforderungenVermittler = new ArrayList<ProzessDokRequestType>();
}
return this.dokAnforderungenVermittler;
return this.dokumentenAnforderungenVermittler;
}
}

View File

@@ -1,68 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Type des Responseobjekts für eine Erstellung eines Kranken-Offerts
*
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponseGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Offertantwort" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"offertantwort"
})
@XmlRootElement(name = "CreateOfferResponse")
public class CreateOfferResponse
extends CreateOfferResponseGenType
{
@XmlElement(name = "Offertantwort", required = true)
protected SpezOffertType offertantwort;
/**
* Ruft den Wert der offertantwort-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezOffertType }
*
*/
public SpezOffertType getOffertantwort() {
return offertantwort;
}
/**
* Legt den Wert der offertantwort-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezOffertType }
*
*/
public void setOffertantwort(SpezOffertType value) {
this.offertantwort = value;
}
}

View File

@@ -3,7 +3,6 @@ package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateOfferKrankenResponse;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateOfferLebenResponseType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateOfferRechtsschutzResponse;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallResponseType;
import jakarta.xml.bind.annotation.XmlAccessType;
@@ -36,9 +35,7 @@ import jakarta.xml.bind.annotation.XmlType;
CreateOfferSachPrivatResponseType.class,
CreateOfferUnfallResponseType.class,
CreateOfferLebenResponseType.class,
CreateOfferKrankenResponse.class,
CreateOfferRechtsschutzResponse.class,
CreateOfferResponse.class
CreateOfferKrankenResponse.class
})
public abstract class CreateOfferResponseGenType
extends CreateOfferResponseType

View File

@@ -26,8 +26,6 @@ public class ObjectFactory {
private final static QName _GetApplicationDocumentRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", "GetApplicationDocumentRequest");
private final static QName _GetApplicationDocumentResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", "GetApplicationDocumentResponse");
private final static QName _ProductProposalRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", "ProductProposalRequest");
private final static QName _ProductProposalResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", "ProductProposalResponse");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common
@@ -93,27 +91,11 @@ public class ObjectFactory {
}
/**
* Create an instance of {@link ProductProposalRequestType }
* Create an instance of {@link SpezBOASchrittType }
*
*/
public ProductProposalRequestType createProductProposalRequestType() {
return new ProductProposalRequestType();
}
/**
* Create an instance of {@link ProductProposalResponseType }
*
*/
public ProductProposalResponseType createProductProposalResponseType() {
return new ProductProposalResponseType();
}
/**
* Create an instance of {@link CalculateRequest }
*
*/
public CalculateRequest createCalculateRequest() {
return new CalculateRequest();
public SpezBOASchrittType createSpezBOASchrittType() {
return new SpezBOASchrittType();
}
/**
@@ -124,14 +106,6 @@ public class ObjectFactory {
return new BOAProcessRequestType();
}
/**
* Create an instance of {@link CalculateResponse }
*
*/
public CalculateResponse createCalculateResponse() {
return new CalculateResponse();
}
/**
* Create an instance of {@link BOAProcessResponseType }
*
@@ -140,62 +114,6 @@ public class ObjectFactory {
return new BOAProcessResponseType();
}
/**
* Create an instance of {@link CreateOfferRequest }
*
*/
public CreateOfferRequest createCreateOfferRequest() {
return new CreateOfferRequest();
}
/**
* Create an instance of {@link CreateOfferResponse }
*
*/
public CreateOfferResponse createCreateOfferResponse() {
return new CreateOfferResponse();
}
/**
* Create an instance of {@link CreateApplicationRequest }
*
*/
public CreateApplicationRequest createCreateApplicationRequest() {
return new CreateApplicationRequest();
}
/**
* Create an instance of {@link CreateApplicationResponse }
*
*/
public CreateApplicationResponse createCreateApplicationResponse() {
return new CreateApplicationResponse();
}
/**
* Create an instance of {@link SubmitApplicationRequest }
*
*/
public SubmitApplicationRequest createSubmitApplicationRequest() {
return new SubmitApplicationRequest();
}
/**
* Create an instance of {@link SubmitApplicationResponse }
*
*/
public SubmitApplicationResponse createSubmitApplicationResponse() {
return new SubmitApplicationResponse();
}
/**
* Create an instance of {@link SpezBOASchrittType }
*
*/
public SpezBOASchrittType createSpezBOASchrittType() {
return new SpezBOASchrittType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link GetApplicationDocumentRequestType }{@code >}
*
@@ -222,30 +140,4 @@ public class ObjectFactory {
return new JAXBElement<GetApplicationDocumentResponseType>(_GetApplicationDocumentResponse_QNAME, GetApplicationDocumentResponseType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ProductProposalRequestType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ProductProposalRequestType }{@code >}
*/
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", name = "ProductProposalRequest")
public JAXBElement<ProductProposalRequestType> createProductProposalRequest(ProductProposalRequestType value) {
return new JAXBElement<ProductProposalRequestType>(_ProductProposalRequest_QNAME, ProductProposalRequestType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ProductProposalResponseType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ProductProposalResponseType }{@code >}
*/
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", name = "ProductProposalResponse")
public JAXBElement<ProductProposalResponseType> createProductProposalResponse(ProductProposalResponseType value) {
return new JAXBElement<ProductProposalResponseType>(_ProductProposalResponse_QNAME, ProductProposalResponseType.class, null, value);
}
}

View File

@@ -1,102 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import java.util.ArrayList;
import java.util.List;
import at.vvo.omds.types.omds3Types.r1_11_0.common.CommonRequestType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Request für Product-Proposal
*
* <p>Java-Klasse für ProductProposalRequest_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="ProductProposalRequest_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Sparte" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
* &lt;element name="Kontextinfo" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}ProposalContext_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ProductProposalRequest_Type", propOrder = {
"sparte",
"kontextinfo"
})
public class ProductProposalRequestType
extends CommonRequestType
{
@XmlElement(name = "Sparte", required = true)
protected String sparte;
@XmlElement(name = "Kontextinfo")
protected List<ProposalContextType> kontextinfo;
/**
* Ruft den Wert der sparte-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSparte() {
return sparte;
}
/**
* Legt den Wert der sparte-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSparte(String value) {
this.sparte = value;
}
/**
* Gets the value of the kontextinfo 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 kontextinfo property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getKontextinfo().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ProposalContextType }
*
*
*/
public List<ProposalContextType> getKontextinfo() {
if (kontextinfo == null) {
kontextinfo = new ArrayList<ProposalContextType>();
}
return this.kontextinfo;
}
}

View File

@@ -1,68 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import at.vvo.omds.types.omds3Types.r1_11_0.common.CommonResponseType;
import at.vvo.omds.types.omds3Types.r1_11_0.common.VerkaufsproduktType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Response für Product-Proposal
*
* <p>Java-Klasse für ProductProposalResponse_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="ProductProposalResponse_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Verkaufsprodukt" type="{urn:omds3CommonServiceTypes-1-1-0}Verkaufsprodukt_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ProductProposalResponse_Type", propOrder = {
"verkaufsprodukt"
})
public class ProductProposalResponseType
extends CommonResponseType
{
@XmlElement(name = "Verkaufsprodukt", required = true)
protected VerkaufsproduktType verkaufsprodukt;
/**
* Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
*
* @return
* possible object is
* {@link VerkaufsproduktType }
*
*/
public VerkaufsproduktType getVerkaufsprodukt() {
return verkaufsprodukt;
}
/**
* Legt den Wert der verkaufsprodukt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link VerkaufsproduktType }
*
*/
public void setVerkaufsprodukt(VerkaufsproduktType value) {
this.verkaufsprodukt = value;
}
}

View File

@@ -1,32 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Abstrakter Typ für Kontextinformationen im Product-Proposal-Request
*
* <p>Java-Klasse für ProposalContext_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="ProposalContext_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ProposalContext_Type")
public abstract class ProposalContextType {
}

View File

@@ -17,7 +17,6 @@ import at.vvo.omds.types.omds3Types.r1_11_0.common.VorversicherungenType;
import at.vvo.omds.types.omds3Types.r1_11_0.common.ZahlungsdatenType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.SpezAntragKfzType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.SpezAntragKrankenType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.SpezAntragRechtsschutzType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.AntragSachPrivatType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.SpezAntragUnfallType;
import jakarta.xml.bind.annotation.XmlAccessType;
@@ -94,7 +93,6 @@ import jakarta.xml.bind.annotation.XmlType;
@XmlSeeAlso({
SpezAntragKfzType.class,
AntragSachPrivatType.class,
SpezAntragRechtsschutzType.class,
SpezAntragUnfallType.class,
SpezAntragKrankenType.class,
SpezAntragPersonenType.class

View File

@@ -7,7 +7,6 @@ import at.vvo.omds.types.omds3Types.r1_11_0.common.BeteiligtePersonVertragType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.SpezBerechnungKfzType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.SpezBerechnungKrankenType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SpezBerechnungLebenType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.SpezBerechnungRechtsschutzType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.BerechnungSachPrivatType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.SpezBerechnungUnfallType;
import jakarta.xml.bind.annotation.XmlAccessType;
@@ -45,7 +44,6 @@ import jakarta.xml.bind.annotation.XmlType;
@XmlSeeAlso({
SpezBerechnungKfzType.class,
BerechnungSachPrivatType.class,
SpezBerechnungRechtsschutzType.class,
SpezBerechnungUnfallType.class,
SpezBerechnungKrankenType.class,
SpezBerechnungLebenType.class

View File

@@ -8,7 +8,6 @@ import at.vvo.omds.types.omds3Types.r1_11_0.common.ObjektIdType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.SpezOffertKfzType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.SpezOffertKrankenType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SpezOffertLebenType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.SpezOffertRechtsschutzType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.OffertSachPrivatType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.SpezOffertUnfallType;
import jakarta.xml.bind.annotation.XmlAccessType;
@@ -51,7 +50,6 @@ import jakarta.xml.bind.annotation.XmlType;
@XmlSeeAlso({
SpezOffertKfzType.class,
OffertSachPrivatType.class,
SpezOffertRechtsschutzType.class,
SpezOffertUnfallType.class,
SpezOffertKrankenType.class,
SpezOffertLebenType.class

View File

@@ -1,68 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Type des Requests, um den Antrag einzureichen
*
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequestGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"antragsanfrage"
})
@XmlRootElement(name = "SubmitApplicationRequest")
public class SubmitApplicationRequest
extends SubmitApplicationRequestGenType
{
@XmlElement(name = "Antragsanfrage")
protected SpezAntragType antragsanfrage;
/**
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezAntragType }
*
*/
public SpezAntragType getAntragsanfrage() {
return antragsanfrage;
}
/**
* Legt den Wert der antragsanfrage-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezAntragType }
*
*/
public void setAntragsanfrage(SpezAntragType value) {
this.antragsanfrage = value;
}
}

View File

@@ -3,7 +3,6 @@ package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.SubmitApplicationKrankenRequest;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SubmitApplicationLebenRequestType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.SubmitApplicationRechtsschutzRequest;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.SubmitApplicationUnfallRequestType;
import jakarta.xml.bind.annotation.XmlAccessType;
@@ -42,9 +41,7 @@ import jakarta.xml.bind.annotation.XmlType;
SubmitApplicationSachPrivatRequestType.class,
SubmitApplicationUnfallRequestType.class,
SubmitApplicationLebenRequestType.class,
SubmitApplicationKrankenRequest.class,
SubmitApplicationRechtsschutzRequest.class,
SubmitApplicationRequest.class
SubmitApplicationKrankenRequest.class
})
public abstract class SubmitApplicationRequestGenType
extends SubmitApplicationRequestType

View File

@@ -1,68 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Type des Response, um den Antrag einzureichen
*
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponseGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"antragsantwort"
})
@XmlRootElement(name = "SubmitApplicationResponse")
public class SubmitApplicationResponse
extends SubmitApplicationResponseGenType
{
@XmlElement(name = "Antragsantwort", required = true)
protected SpezAntragType antragsantwort;
/**
* Ruft den Wert der antragsantwort-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezAntragType }
*
*/
public SpezAntragType getAntragsantwort() {
return antragsantwort;
}
/**
* Legt den Wert der antragsantwort-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezAntragType }
*
*/
public void setAntragsantwort(SpezAntragType value) {
this.antragsantwort = value;
}
}

View File

@@ -3,7 +3,6 @@ package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.SubmitApplicationKrankenResponse;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SubmitApplicationLebenResponseType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.SubmitApplicationRechtsschutzResponse;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.SubmitApplicationUnfallResponseType;
import jakarta.xml.bind.annotation.XmlAccessType;
@@ -36,9 +35,7 @@ import jakarta.xml.bind.annotation.XmlType;
SubmitApplicationSachPrivatResponseType.class,
SubmitApplicationUnfallResponseType.class,
SubmitApplicationLebenResponseType.class,
SubmitApplicationKrankenResponse.class,
SubmitApplicationRechtsschutzResponse.class,
SubmitApplicationResponse.class
SubmitApplicationKrankenResponse.class
})
public abstract class SubmitApplicationResponseGenType
extends SubmitApplicationResponseType

View File

@@ -5,6 +5,7 @@ import at.vvo.omds.types.omds3Types.r1_11_0.common.ElementarproduktType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlSeeAlso;
import jakarta.xml.bind.annotation.XmlType;
@@ -48,7 +49,8 @@ public abstract class ElementarproduktKfzType
{
@XmlElement(name = "FahrzeugRefLfdNr")
protected String fahrzeugRefLfdNr;
@XmlSchemaType(name = "unsignedShort")
protected Integer fahrzeugRefLfdNr;
@XmlElement(name = "LeasingVerbundUnternehmen")
protected Boolean leasingVerbundUnternehmen;
@@ -57,10 +59,10 @@ public abstract class ElementarproduktKfzType
*
* @return
* possible object is
* {@link String }
* {@link Integer }
*
*/
public String getFahrzeugRefLfdNr() {
public Integer getFahrzeugRefLfdNr() {
return fahrzeugRefLfdNr;
}
@@ -69,10 +71,10 @@ public abstract class ElementarproduktKfzType
*
* @param value
* allowed object is
* {@link String }
* {@link Integer }
*
*/
public void setFahrzeugRefLfdNr(String value) {
public void setFahrzeugRefLfdNr(Integer value) {
this.fahrzeugRefLfdNr = value;
}

View File

@@ -394,16 +394,16 @@ public class ObjectFactory {
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}
* Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link String }{@code >}
* the new instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}
*/
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "FahrzeugRefLfdNr")
public JAXBElement<String> createFahrzeugRefLfdNr(String value) {
return new JAXBElement<String>(_FahrzeugRefLfdNr_QNAME, String.class, null, value);
public JAXBElement<Integer> createFahrzeugRefLfdNr(Integer value) {
return new JAXBElement<Integer>(_FahrzeugRefLfdNr_QNAME, Integer.class, null, value);
}
}

View File

@@ -5,6 +5,7 @@ import at.vvo.omds.types.omds3Types.r1_11_0.common.ProduktType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlSeeAlso;
import jakarta.xml.bind.annotation.XmlType;
@@ -42,17 +43,18 @@ public abstract class ZusatzproduktKfzType
{
@XmlElement(name = "FahrzeugRefLfdNr")
protected String fahrzeugRefLfdNr;
@XmlSchemaType(name = "unsignedShort")
protected Integer fahrzeugRefLfdNr;
/**
* Ruft den Wert der fahrzeugRefLfdNr-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
* {@link Integer }
*
*/
public String getFahrzeugRefLfdNr() {
public Integer getFahrzeugRefLfdNr() {
return fahrzeugRefLfdNr;
}
@@ -61,10 +63,10 @@ public abstract class ZusatzproduktKfzType
*
* @param value
* allowed object is
* {@link String }
* {@link Integer }
*
*/
public void setFahrzeugRefLfdNr(String value) {
public void setFahrzeugRefLfdNr(Integer value) {
this.fahrzeugRefLfdNr = value;
}

View File

@@ -48,8 +48,8 @@ public class ZusatzversicherungUnfallinvaliditaetType
* <p>
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
* Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
* Zeile 131 von file:/C:/Users/jensb/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3_ON2_Antrag_Leben.xsd
* Zeile 1620 von file:/C:/Users/jensb/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3CommonServiceTypes.xsd
* Zeile 131 von file:/C:/Users/jensb/git/omdsservicedefinitions_develop/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3_ON2_Antrag_Leben.xsd
* Zeile 1623 von file:/C:/Users/jensb/git/omdsservicedefinitions_develop/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3CommonServiceTypes.xsd
* <p>
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine
* der beiden folgenden Deklarationen an, um deren Namen zu ändern:

View File

@@ -48,8 +48,8 @@ public class ZusatzversicherungUnfalltodType
* <p>
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
* Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
* Zeile 119 von file:/C:/Users/jensb/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3_ON2_Antrag_Leben.xsd
* Zeile 1620 von file:/C:/Users/jensb/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3CommonServiceTypes.xsd
* Zeile 119 von file:/C:/Users/jensb/git/omdsservicedefinitions_develop/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3_ON2_Antrag_Leben.xsd
* Zeile 1623 von file:/C:/Users/jensb/git/omdsservicedefinitions_develop/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3CommonServiceTypes.xsd
* <p>
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine
* der beiden folgenden Deklarationen an, um deren Namen zu ändern:

View File

@@ -1,67 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CalculateRequestGenType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequestGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezBerechnungRechtsschutz_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"berechnungsanfrage"
})
@XmlRootElement(name = "CalculateRechtsschutzRequest")
public class CalculateRechtsschutzRequest
extends CalculateRequestGenType
{
@XmlElement(name = "Berechnungsanfrage", required = true)
protected SpezBerechnungRechtsschutzType berechnungsanfrage;
/**
* Ruft den Wert der berechnungsanfrage-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezBerechnungRechtsschutzType }
*
*/
public SpezBerechnungRechtsschutzType getBerechnungsanfrage() {
return berechnungsanfrage;
}
/**
* Legt den Wert der berechnungsanfrage-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezBerechnungRechtsschutzType }
*
*/
public void setBerechnungsanfrage(SpezBerechnungRechtsschutzType value) {
this.berechnungsanfrage = value;
}
}

View File

@@ -1,67 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CalculateResponseGenType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponseGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezBerechnungRechtsschutz_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"berechnungsantwort"
})
@XmlRootElement(name = "CalculateRechtsschutzResponse")
public class CalculateRechtsschutzResponse
extends CalculateResponseGenType
{
@XmlElement(name = "Berechnungsantwort", required = true)
protected SpezBerechnungRechtsschutzType berechnungsantwort;
/**
* Ruft den Wert der berechnungsantwort-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezBerechnungRechtsschutzType }
*
*/
public SpezBerechnungRechtsschutzType getBerechnungsantwort() {
return berechnungsantwort;
}
/**
* Legt den Wert der berechnungsantwort-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezBerechnungRechtsschutzType }
*
*/
public void setBerechnungsantwort(SpezBerechnungRechtsschutzType value) {
this.berechnungsantwort = value;
}
}

View File

@@ -1,67 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateApplicationRequestGenType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequestGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezAntragRechtsschutz_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"antragsanfrage"
})
@XmlRootElement(name = "CreateApplicationRechtsschutzRequest")
public class CreateApplicationRechtsschutzRequest
extends CreateApplicationRequestGenType
{
@XmlElement(name = "Antragsanfrage", required = true)
protected SpezAntragRechtsschutzType antragsanfrage;
/**
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezAntragRechtsschutzType }
*
*/
public SpezAntragRechtsschutzType getAntragsanfrage() {
return antragsanfrage;
}
/**
* Legt den Wert der antragsanfrage-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezAntragRechtsschutzType }
*
*/
public void setAntragsanfrage(SpezAntragRechtsschutzType value) {
this.antragsanfrage = value;
}
}

View File

@@ -1,67 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateApplicationResponseGenType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponseGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezAntragRechtsschutz_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"antragsantwort"
})
@XmlRootElement(name = "CreateApplicationRechtsschutzResponse")
public class CreateApplicationRechtsschutzResponse
extends CreateApplicationResponseGenType
{
@XmlElement(name = "Antragsantwort", required = true)
protected SpezAntragRechtsschutzType antragsantwort;
/**
* Ruft den Wert der antragsantwort-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezAntragRechtsschutzType }
*
*/
public SpezAntragRechtsschutzType getAntragsantwort() {
return antragsantwort;
}
/**
* Legt den Wert der antragsantwort-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezAntragRechtsschutzType }
*
*/
public void setAntragsantwort(SpezAntragRechtsschutzType value) {
this.antragsantwort = value;
}
}

View File

@@ -1,67 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateOfferRequestGenType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequestGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezOffertRechtsschutz_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"offertanfrage"
})
@XmlRootElement(name = "CreateOfferRechtsschutzRequest")
public class CreateOfferRechtsschutzRequest
extends CreateOfferRequestGenType
{
@XmlElement(name = "Offertanfrage", required = true)
protected SpezOffertRechtsschutzType offertanfrage;
/**
* Ruft den Wert der offertanfrage-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezOffertRechtsschutzType }
*
*/
public SpezOffertRechtsschutzType getOffertanfrage() {
return offertanfrage;
}
/**
* Legt den Wert der offertanfrage-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezOffertRechtsschutzType }
*
*/
public void setOffertanfrage(SpezOffertRechtsschutzType value) {
this.offertanfrage = value;
}
}

View File

@@ -1,67 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateOfferResponseGenType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponseGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Offertantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezOffertRechtsschutz_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"offertantwort"
})
@XmlRootElement(name = "CreateOfferRechtsschutzResponse")
public class CreateOfferRechtsschutzResponse
extends CreateOfferResponseGenType
{
@XmlElement(name = "Offertantwort", required = true)
protected SpezOffertRechtsschutzType offertantwort;
/**
* Ruft den Wert der offertantwort-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezOffertRechtsschutzType }
*
*/
public SpezOffertRechtsschutzType getOffertantwort() {
return offertantwort;
}
/**
* Legt den Wert der offertantwort-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezOffertRechtsschutzType }
*
*/
public void setOffertantwort(SpezOffertRechtsschutzType value) {
this.offertantwort = value;
}
}

View File

@@ -1,76 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import java.util.ArrayList;
import java.util.List;
import at.vvo.omds.types.omds3Types.r1_11_0.common.ElementarproduktGenerischType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Typ für ein Elementarprodukt in der Sparte Rechtsschutz. Von diesem Typ werden etwaige Standard-Deckungen abgeleitet, siehe Vertragsrechtsschutz_Type. Von diesem Typ können einzelne VUs aber auch ihre eigenen Elementarprodukte ableiten, wenn sie möchten.
*
* <p>Java-Klasse für ElementarproduktRechtsschutz_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="ElementarproduktRechtsschutz_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}ElementarproduktGenerisch_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="VersInteressenRefLfNr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ElementarproduktRechtsschutz_Type", propOrder = {
"versInteressenRefLfNr"
})
public class ElementarproduktRechtsschutzType
extends ElementarproduktGenerischType
{
@XmlElement(name = "VersInteressenRefLfNr", type = Integer.class)
@XmlSchemaType(name = "unsignedShort")
protected List<Integer> versInteressenRefLfNr;
/**
* Gets the value of the versInteressenRefLfNr 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 versInteressenRefLfNr property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getVersInteressenRefLfNr().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link Integer }
*
*
*/
public List<Integer> getVersInteressenRefLfNr() {
if (versInteressenRefLfNr == null) {
versInteressenRefLfNr = new ArrayList<Integer>();
}
return this.versInteressenRefLfNr;
}
}

View File

@@ -1,144 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import jakarta.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs package.
* <p>An ObjectFactory allows you to programatically
* construct new instances of the Java representation
* for XML content. The Java representation of XML
* content can consist of schema derived interfaces
* and classes representing the binding of schema
* type definitions, element declarations and model
* groups. Factory methods for each of these are
* provided in this class.
*
*/
@XmlRegistry
public class ObjectFactory {
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link CalculateRechtsschutzRequest }
*
*/
public CalculateRechtsschutzRequest createCalculateRechtsschutzRequest() {
return new CalculateRechtsschutzRequest();
}
/**
* Create an instance of {@link SpezBerechnungRechtsschutzType }
*
*/
public SpezBerechnungRechtsschutzType createSpezBerechnungRechtsschutzType() {
return new SpezBerechnungRechtsschutzType();
}
/**
* Create an instance of {@link CalculateRechtsschutzResponse }
*
*/
public CalculateRechtsschutzResponse createCalculateRechtsschutzResponse() {
return new CalculateRechtsschutzResponse();
}
/**
* Create an instance of {@link CreateOfferRechtsschutzRequest }
*
*/
public CreateOfferRechtsschutzRequest createCreateOfferRechtsschutzRequest() {
return new CreateOfferRechtsschutzRequest();
}
/**
* Create an instance of {@link SpezOffertRechtsschutzType }
*
*/
public SpezOffertRechtsschutzType createSpezOffertRechtsschutzType() {
return new SpezOffertRechtsschutzType();
}
/**
* Create an instance of {@link CreateOfferRechtsschutzResponse }
*
*/
public CreateOfferRechtsschutzResponse createCreateOfferRechtsschutzResponse() {
return new CreateOfferRechtsschutzResponse();
}
/**
* Create an instance of {@link CreateApplicationRechtsschutzRequest }
*
*/
public CreateApplicationRechtsschutzRequest createCreateApplicationRechtsschutzRequest() {
return new CreateApplicationRechtsschutzRequest();
}
/**
* Create an instance of {@link SpezAntragRechtsschutzType }
*
*/
public SpezAntragRechtsschutzType createSpezAntragRechtsschutzType() {
return new SpezAntragRechtsschutzType();
}
/**
* Create an instance of {@link CreateApplicationRechtsschutzResponse }
*
*/
public CreateApplicationRechtsschutzResponse createCreateApplicationRechtsschutzResponse() {
return new CreateApplicationRechtsschutzResponse();
}
/**
* Create an instance of {@link SubmitApplicationRechtsschutzRequest }
*
*/
public SubmitApplicationRechtsschutzRequest createSubmitApplicationRechtsschutzRequest() {
return new SubmitApplicationRechtsschutzRequest();
}
/**
* Create an instance of {@link SubmitApplicationRechtsschutzResponse }
*
*/
public SubmitApplicationRechtsschutzResponse createSubmitApplicationRechtsschutzResponse() {
return new SubmitApplicationRechtsschutzResponse();
}
/**
* Create an instance of {@link VerkaufsproduktRechtsschutzType }
*
*/
public VerkaufsproduktRechtsschutzType createVerkaufsproduktRechtsschutzType() {
return new VerkaufsproduktRechtsschutzType();
}
/**
* Create an instance of {@link ProduktRechtsschutzType }
*
*/
public ProduktRechtsschutzType createProduktRechtsschutzType() {
return new ProduktRechtsschutzType();
}
/**
* Create an instance of {@link ElementarproduktRechtsschutzType }
*
*/
public ElementarproduktRechtsschutzType createElementarproduktRechtsschutzType() {
return new ElementarproduktRechtsschutzType();
}
}

View File

@@ -1,109 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import java.util.ArrayList;
import java.util.List;
import at.vvo.omds.types.omds3Types.r1_11_0.common.ProduktGenerischType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Typ für ein Produkt in der Sparte Rechtsschutz. Von diesem Typ können einzelne VUs ihre eigenen Produkte ableiten, wenn sie möchten.
*
* <p>Java-Klasse für ProduktRechtsschutz_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="ProduktRechtsschutz_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="ElementarprodukteRechtsschutz" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ElementarproduktRechtsschutz_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element name="VersInteressenRefLfNr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ProduktRechtsschutz_Type", propOrder = {
"elementarprodukteRechtsschutz",
"versInteressenRefLfNr"
})
public class ProduktRechtsschutzType
extends ProduktGenerischType
{
@XmlElement(name = "ElementarprodukteRechtsschutz")
protected List<ElementarproduktRechtsschutzType> elementarprodukteRechtsschutz;
@XmlElement(name = "VersInteressenRefLfNr", type = Integer.class)
@XmlSchemaType(name = "unsignedShort")
protected List<Integer> versInteressenRefLfNr;
/**
* Gets the value of the elementarprodukteRechtsschutz 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 elementarprodukteRechtsschutz property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getElementarprodukteRechtsschutz().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ElementarproduktRechtsschutzType }
*
*
*/
public List<ElementarproduktRechtsschutzType> getElementarprodukteRechtsschutz() {
if (elementarprodukteRechtsschutz == null) {
elementarprodukteRechtsschutz = new ArrayList<ElementarproduktRechtsschutzType>();
}
return this.elementarprodukteRechtsschutz;
}
/**
* Gets the value of the versInteressenRefLfNr 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 versInteressenRefLfNr property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getVersInteressenRefLfNr().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link Integer }
*
*
*/
public List<Integer> getVersInteressenRefLfNr() {
if (versInteressenRefLfNr == null) {
versInteressenRefLfNr = new ArrayList<Integer>();
}
return this.versInteressenRefLfNr;
}
}

View File

@@ -1,67 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.SpezAntragType;
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 für den Schritt Antrags-Erzeugung
*
* <p>Java-Klasse für SpezAntragRechtsschutz_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="SpezAntragRechtsschutz_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}VerkaufsproduktRechtsschutz_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SpezAntragRechtsschutz_Type", propOrder = {
"verkaufsprodukt"
})
public class SpezAntragRechtsschutzType
extends SpezAntragType
{
@XmlElement(name = "Verkaufsprodukt", required = true)
protected VerkaufsproduktRechtsschutzType verkaufsprodukt;
/**
* Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
*
* @return
* possible object is
* {@link VerkaufsproduktRechtsschutzType }
*
*/
public VerkaufsproduktRechtsschutzType getVerkaufsprodukt() {
return verkaufsprodukt;
}
/**
* Legt den Wert der verkaufsprodukt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link VerkaufsproduktRechtsschutzType }
*
*/
public void setVerkaufsprodukt(VerkaufsproduktRechtsschutzType value) {
this.verkaufsprodukt = value;
}
}

View File

@@ -1,67 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.SpezBerechnungType;
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 für den Schritt Berechnung
*
* <p>Java-Klasse für SpezBerechnungRechtsschutz_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="SpezBerechnungRechtsschutz_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}VerkaufsproduktRechtsschutz_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SpezBerechnungRechtsschutz_Type", propOrder = {
"verkaufsprodukt"
})
public class SpezBerechnungRechtsschutzType
extends SpezBerechnungType
{
@XmlElement(name = "Verkaufsprodukt", required = true)
protected VerkaufsproduktRechtsschutzType verkaufsprodukt;
/**
* Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
*
* @return
* possible object is
* {@link VerkaufsproduktRechtsschutzType }
*
*/
public VerkaufsproduktRechtsschutzType getVerkaufsprodukt() {
return verkaufsprodukt;
}
/**
* Legt den Wert der verkaufsprodukt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link VerkaufsproduktRechtsschutzType }
*
*/
public void setVerkaufsprodukt(VerkaufsproduktRechtsschutzType value) {
this.verkaufsprodukt = value;
}
}

View File

@@ -1,67 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.SpezOffertType;
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 für den Schritt Offert-Erzeugung
*
* <p>Java-Klasse für SpezOffertRechtsschutz_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="SpezOffertRechtsschutz_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}VerkaufsproduktRechtsschutz_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SpezOffertRechtsschutz_Type", propOrder = {
"verkaufsprodukt"
})
public class SpezOffertRechtsschutzType
extends SpezOffertType
{
@XmlElement(name = "Verkaufsprodukt", required = true)
protected VerkaufsproduktRechtsschutzType verkaufsprodukt;
/**
* Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
*
* @return
* possible object is
* {@link VerkaufsproduktRechtsschutzType }
*
*/
public VerkaufsproduktRechtsschutzType getVerkaufsprodukt() {
return verkaufsprodukt;
}
/**
* Legt den Wert der verkaufsprodukt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link VerkaufsproduktRechtsschutzType }
*
*/
public void setVerkaufsprodukt(VerkaufsproduktRechtsschutzType value) {
this.verkaufsprodukt = value;
}
}

View File

@@ -1,67 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.SubmitApplicationRequestGenType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequestGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezAntragRechtsschutz_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"antragsanfrage"
})
@XmlRootElement(name = "SubmitApplicationRechtsschutzRequest")
public class SubmitApplicationRechtsschutzRequest
extends SubmitApplicationRequestGenType
{
@XmlElement(name = "Antragsanfrage", required = true)
protected SpezAntragRechtsschutzType antragsanfrage;
/**
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezAntragRechtsschutzType }
*
*/
public SpezAntragRechtsschutzType getAntragsanfrage() {
return antragsanfrage;
}
/**
* Legt den Wert der antragsanfrage-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezAntragRechtsschutzType }
*
*/
public void setAntragsanfrage(SpezAntragRechtsschutzType value) {
this.antragsanfrage = value;
}
}

View File

@@ -1,67 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.SubmitApplicationResponseGenType;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponseGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezAntragRechtsschutz_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"antragsantwort"
})
@XmlRootElement(name = "SubmitApplicationRechtsschutzResponse")
public class SubmitApplicationRechtsschutzResponse
extends SubmitApplicationResponseGenType
{
@XmlElement(name = "Antragsantwort", required = true)
protected SpezAntragRechtsschutzType antragsantwort;
/**
* Ruft den Wert der antragsantwort-Eigenschaft ab.
*
* @return
* possible object is
* {@link SpezAntragRechtsschutzType }
*
*/
public SpezAntragRechtsschutzType getAntragsantwort() {
return antragsantwort;
}
/**
* Legt den Wert der antragsantwort-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link SpezAntragRechtsschutzType }
*
*/
public void setAntragsantwort(SpezAntragRechtsschutzType value) {
this.antragsantwort = value;
}
}

View File

@@ -1,142 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;
import java.util.ArrayList;
import java.util.List;
import at.vvo.omds.types.omds3Types.r1_11_0.common.ProduktGenerischType;
import at.vvo.omds.types.omds3Types.r1_11_0.common.VerkaufsproduktGenerischType;
import at.vvo.omds.types.omds3Types.r1_11_0.common.VersichertesInteresseType;
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 für ein Verkaufsprodukt in der Sparte Rechtsschutz
*
* <p>Java-Klasse für VerkaufsproduktRechtsschutz_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="VerkaufsproduktRechtsschutz_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}VerkaufsproduktGenerisch_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Produkte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ProduktRechtsschutz_Type" maxOccurs="unbounded"/&gt;
* &lt;element name="Zusatzprodukte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element name="VersicherteInteressen" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "VerkaufsproduktRechtsschutz_Type", propOrder = {
"produkte",
"zusatzprodukte",
"versicherteInteressen"
})
public class VerkaufsproduktRechtsschutzType
extends VerkaufsproduktGenerischType
{
@XmlElement(name = "Produkte", required = true)
protected List<ProduktRechtsschutzType> produkte;
@XmlElement(name = "Zusatzprodukte")
protected List<ProduktGenerischType> zusatzprodukte;
@XmlElement(name = "VersicherteInteressen")
protected List<VersichertesInteresseType> versicherteInteressen;
/**
* Gets the value of the produkte 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 produkte property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getProdukte().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ProduktRechtsschutzType }
*
*
*/
public List<ProduktRechtsschutzType> getProdukte() {
if (produkte == null) {
produkte = new ArrayList<ProduktRechtsschutzType>();
}
return this.produkte;
}
/**
* Gets the value of the zusatzprodukte 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 zusatzprodukte property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getZusatzprodukte().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ProduktGenerischType }
*
*
*/
public List<ProduktGenerischType> getZusatzprodukte() {
if (zusatzprodukte == null) {
zusatzprodukte = new ArrayList<ProduktGenerischType>();
}
return this.zusatzprodukte;
}
/**
* Gets the value of the versicherteInteressen 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 versicherteInteressen property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getVersicherteInteressen().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link VersichertesInteresseType }
*
*
*/
public List<VersichertesInteresseType> getVersicherteInteressen() {
if (versicherteInteressen == null) {
versicherteInteressen = new ArrayList<VersichertesInteresseType>();
}
return this.versicherteInteressen;
}
}

View File

@@ -1,2 +0,0 @@
@jakarta.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED)
package at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs;

View File

@@ -10,12 +10,12 @@ import jakarta.xml.ws.Service;
/**
* This class was generated by Apache CXF 4.0.3
* 2024-04-24T12:48:35.622+02:00
* 2024-05-09T17:02:10.827+02:00
* Generated source version: 4.0.3
*
*/
@WebServiceClient(name = "omdsService",
wsdlLocation = "file:/C:/Users/jensb/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3Services.wsdl",
wsdlLocation = "file:/C:/Users/jensb/git/omdsservicedefinitions_develop/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3Services.wsdl",
targetNamespace = "urn:omds3Services-1-4-0")
public class OmdsService extends Service {
@@ -26,11 +26,11 @@ public class OmdsService extends Service {
static {
URL url = null;
try {
url = new URL("file:/C:/Users/jensb/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3Services.wsdl");
url = new URL("file:/C:/Users/jensb/git/omdsservicedefinitions_develop/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3Services.wsdl");
} catch (MalformedURLException e) {
java.util.logging.Logger.getLogger(OmdsService.class.getName())
.log(java.util.logging.Level.INFO,
"Can not initialize the default wsdl from {0}", "file:/C:/Users/jensb/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3Services.wsdl");
"Can not initialize the default wsdl from {0}", "file:/C:/Users/jensb/git/omdsservicedefinitions_develop/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3Services.wsdl");
}
WSDL_LOCATION = url;
}

View File

@@ -13,10 +13,11 @@ import jakarta.jws.WebResult;
import jakarta.jws.WebService;
import jakarta.jws.soap.SOAPBinding;
import jakarta.xml.bind.annotation.XmlSeeAlso;
import jakarta.xml.ws.soap.MTOM;
/**
* This class was generated by Apache CXF 4.0.3
* 2024-04-24T12:48:35.479+02:00
* 2024-05-09T17:02:10.783+02:00
* Generated source version: 4.0.3
*
*/
@@ -25,13 +26,29 @@ import jakarta.xml.bind.annotation.XmlSeeAlso;
serviceName = "omdsService",
portName = "omdsServicePort",
targetNamespace = "urn:omds3Services-1-4-0",
wsdlLocation = "file:/C:/Users/jensb/git/omdsservicedefinitions/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3Services.wsdl",
wsdlLocation = "file:/C:/Users/jensb/git/omdsservicedefinitions_develop/OMDSServiceDefinition/src/main/resources/def/r1_11_0/omds3Services.wsdl",
endpointInterface = "at.vvo.omds.types.omds3Types.r1_11_0.service.OmdsServicePortType")
@MTOM(enabled = true, threshold = 1024)
public class OmdsServicePortImpl implements OmdsServicePortType {
private static final Logger LOG = Logger.getLogger(OmdsServicePortImpl.class.getName());
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_11_0.service.OmdsServicePortType#getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageListRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageListRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation getOMDSPackageList");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_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_11_0.service.OmdsServicePortType#calculateLeben(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CalculateLebenRequestType param)*
*/
@@ -39,7 +56,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation calculateLeben");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CalculateLebenResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CalculateLebenResponseType();
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CalculateLebenResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -55,359 +72,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation addDocToBusinessCase");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.AddDocToBusinessCaseResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on1basis.AddDocToBusinessCaseResponseType();
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_11_0.service.OmdsServicePortType#calculateRechtsschutz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CalculateRechtsschutzRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CalculateRechtsschutzResponse calculateRechtsschutz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CalculateRechtsschutzRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation calculateRechtsschutz");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CalculateRechtsschutzResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CalculateRechtsschutzResponse();
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_11_0.service.OmdsServicePortType#createApplicationKfz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateApplicationKfzRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateApplicationKfzResponseType createApplicationKfz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateApplicationKfzRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation createApplicationKfz");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateApplicationKfzResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateApplicationKfzResponseType();
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_11_0.service.OmdsServicePortType#submitReceipt(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitReceiptRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitReceiptResponse submitReceipt(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitReceiptRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation submitReceipt");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitReceiptResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitReceiptResponse();
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_11_0.service.OmdsServicePortType#createOfferKfz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateOfferKfzRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateOfferKfzResponseType createOfferKfz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateOfferKfzRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation createOfferKfz");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateOfferKfzResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateOfferKfzResponseType();
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_11_0.service.OmdsServicePortType#submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SubmitApplicationLebenRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SubmitApplicationLebenRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation submitApplicationLeben");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SubmitApplicationLebenResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SubmitApplicationLebenResponseType();
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_11_0.service.OmdsServicePortType#createOfferRechtsschutz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateOfferRechtsschutzRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateOfferRechtsschutzResponse createOfferRechtsschutz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateOfferRechtsschutzRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation createOfferRechtsschutz");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateOfferRechtsschutzResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateOfferRechtsschutzResponse();
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_11_0.service.OmdsServicePortType#searchClaim(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SearchClaimRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SearchClaimResponseType searchClaim(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SearchClaimRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation searchClaim");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SearchClaimResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SearchClaimResponseType();
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_11_0.service.OmdsServicePortType#getStateChanges(at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetStateChangesRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetStateChangesResponseType getStateChanges(at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetStateChangesRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation getStateChanges");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetStateChangesResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetStateChangesResponseType();
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_11_0.service.OmdsServicePortType#submitClaim(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimResponseType submitClaim(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation submitClaim");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimResponseType();
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_11_0.service.OmdsServicePortType#deepLinkOffer(at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkOfferRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkOfferRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation deepLinkOffer");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse();
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_11_0.service.OmdsServicePortType#createVB(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBResponse createVB(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation createVB");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBResponse();
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_11_0.service.OmdsServicePortType#submitApplication(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.SubmitApplicationRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.SubmitApplicationResponse submitApplication(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.SubmitApplicationRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation submitApplication");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.SubmitApplicationResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.SubmitApplicationResponse();
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_11_0.service.OmdsServicePortType#getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfPeriodRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfPeriodRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation getDocumentsOfPeriod");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfPeriodResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfPeriodResponseType();
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_11_0.service.OmdsServicePortType#productProposal(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ProductProposalRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ProductProposalResponseType productProposal(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ProductProposalRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation productProposal");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ProductProposalResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ProductProposalResponseType();
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_11_0.service.OmdsServicePortType#createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation createApplicationUnfall");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallResponseType();
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_11_0.service.OmdsServicePortType#calculateKranken(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenResponse calculateKranken(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation calculateKranken");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenResponse();
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_11_0.service.OmdsServicePortType#checkClaim(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimResponseType checkClaim(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation checkClaim");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimResponseType();
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_11_0.service.OmdsServicePortType#calculate(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CalculateRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CalculateResponse calculate(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CalculateRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation calculate");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CalculateResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CalculateResponse();
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_11_0.service.OmdsServicePortType#createApplicationLeben(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation createApplicationLeben");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenResponseType();
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_11_0.service.OmdsServicePortType#createOfferUnfall(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation createOfferUnfall");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallResponseType();
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_11_0.service.OmdsServicePortType#getArcImageInfos(at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageInfosRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageInfosResponse getArcImageInfos(at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageInfosRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation getArcImageInfos");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageInfosResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageInfosResponse();
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_11_0.service.OmdsServicePortType#getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageListRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageListRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation getOMDSPackageList");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageListResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageListResponse();
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.AddDocToBusinessCaseResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -423,23 +88,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation createApplicationKranken");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateApplicationKrankenResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateApplicationKrankenResponse();
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_11_0.service.OmdsServicePortType#createApplication(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateApplicationRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateApplicationResponse createApplication(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateApplicationRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation createApplication");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateApplicationResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateApplicationResponse();
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateApplicationKrankenResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -455,7 +104,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation calculateSachPrivat");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType();
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -465,13 +114,45 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_11_0.service.OmdsServicePortType#createApplicationRechtsschutz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateApplicationRechtsschutzRequest param)*
* @see at.vvo.omds.types.omds3Types.r1_11_0.service.OmdsServicePortType#createApplicationKfz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateApplicationKfzRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateApplicationRechtsschutzResponse createApplicationRechtsschutz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateApplicationRechtsschutzRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation createApplicationRechtsschutz");
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateApplicationKfzResponseType createApplicationKfz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateApplicationKfzRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation createApplicationKfz");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateApplicationRechtsschutzResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateApplicationRechtsschutzResponse();
at.vvo.omds.types.omds3Types.r1_11_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_11_0.service.OmdsServicePortType#submitReceipt(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitReceiptRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitReceiptResponse submitReceipt(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitReceiptRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation submitReceipt");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_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_11_0.service.OmdsServicePortType#createOfferKfz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateOfferKfzRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateOfferKfzResponseType createOfferKfz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateOfferKfzRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation createOfferKfz");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateOfferKfzResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -487,7 +168,23 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation deepLinkPartner");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse();
at.vvo.omds.types.omds3Types.r1_11_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_11_0.service.OmdsServicePortType#submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SubmitApplicationLebenRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SubmitApplicationLebenRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation submitApplicationLeben");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SubmitApplicationLebenResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -503,7 +200,39 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation deepLinkPolicy");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse();
at.vvo.omds.types.omds3Types.r1_11_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_11_0.service.OmdsServicePortType#searchClaim(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SearchClaimRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SearchClaimResponseType searchClaim(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SearchClaimRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation searchClaim");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_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_11_0.service.OmdsServicePortType#getStateChanges(at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetStateChangesRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetStateChangesResponseType getStateChanges(at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetStateChangesRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation getStateChanges");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetStateChangesResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -519,7 +248,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation getUserData");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.UserDataResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.UserDataResponse();
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.UserDataResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -535,7 +264,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation deepLinkClaim");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse();
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -551,7 +280,23 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation checkCoverage");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckCoverageResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckCoverageResponse();
at.vvo.omds.types.omds3Types.r1_11_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_11_0.service.OmdsServicePortType#submitClaim(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimResponseType submitClaim(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation submitClaim");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -567,7 +312,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation submitApplicationKranken");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.SubmitApplicationKrankenResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.SubmitApplicationKrankenResponse();
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.SubmitApplicationKrankenResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -583,7 +328,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation getNumberOfDocuments");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetNumberOfDocumentsResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetNumberOfDocumentsResponseType();
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetNumberOfDocumentsResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -599,7 +344,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation getOMDSPackage");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageResponse();
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -609,13 +354,13 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_11_0.service.OmdsServicePortType#createOffer(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateOfferRequest param)*
* @see at.vvo.omds.types.omds3Types.r1_11_0.service.OmdsServicePortType#deepLinkOffer(at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkOfferRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateOfferResponse createOffer(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateOfferRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation createOffer");
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkOfferRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation deepLinkOffer");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateOfferResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateOfferResponse();
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -631,7 +376,23 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation calculateUnfall");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CalculateUnfallResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CalculateUnfallResponseType();
at.vvo.omds.types.omds3Types.r1_11_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_11_0.service.OmdsServicePortType#createVB(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBResponse createVB(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation createVB");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -647,7 +408,23 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation submitApplicationUnfall");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.SubmitApplicationUnfallResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.SubmitApplicationUnfallResponseType();
at.vvo.omds.types.omds3Types.r1_11_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_11_0.service.OmdsServicePortType#getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfPeriodRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfPeriodRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation getDocumentsOfPeriod");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfPeriodResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -663,7 +440,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation conversionProposal");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionProposalResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionProposalResponse();
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionProposalResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -679,7 +456,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation getDocumentsOfObject");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfObjectResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfObjectResponseType();
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfObjectResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -695,7 +472,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation calculateKfz");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CalculateKfzResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CalculateKfzResponseType();
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CalculateKfzResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -711,7 +488,39 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation createOfferKranken");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateOfferKrankenResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateOfferKrankenResponse();
at.vvo.omds.types.omds3Types.r1_11_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_11_0.service.OmdsServicePortType#createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation createApplicationUnfall");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_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_11_0.service.OmdsServicePortType#calculateKranken(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenResponse calculateKranken(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation calculateKranken");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -727,7 +536,23 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation createOfferSachPrivat");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType();
at.vvo.omds.types.omds3Types.r1_11_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_11_0.service.OmdsServicePortType#checkClaim(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimResponseType checkClaim(at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation checkClaim");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -743,7 +568,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation createApplicationSachPrivat");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType();
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -759,7 +584,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation conversionScope");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionScopeResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionScopeResponse();
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionScopeResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -775,7 +600,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation getClaim");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.GetClaimResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.GetClaimResponseType();
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.GetClaimResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -791,7 +616,23 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation getArcImage");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageResponse();
at.vvo.omds.types.omds3Types.r1_11_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_11_0.service.OmdsServicePortType#createApplicationLeben(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation createApplicationLeben");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -807,23 +648,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation addInformationToClaim");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.AddInformationToClaimResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.AddInformationToClaimResponse();
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_11_0.service.OmdsServicePortType#submitApplicationRechtsschutz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.SubmitApplicationRechtsschutzRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.SubmitApplicationRechtsschutzResponse submitApplicationRechtsschutz(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.SubmitApplicationRechtsschutzRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation submitApplicationRechtsschutz");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.SubmitApplicationRechtsschutzResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.SubmitApplicationRechtsschutzResponse();
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.AddInformationToClaimResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -839,7 +664,23 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation acknowledgeDocuments");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.AcknowledgeDocumentsResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.on1basis.AcknowledgeDocumentsResponse();
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.AcknowledgeDocumentsResponse _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_11_0.service.OmdsServicePortType#createOfferUnfall(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallRequestType param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation createOfferUnfall");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -855,7 +696,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation createOfferLeben");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateOfferLebenResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateOfferLebenResponseType();
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateOfferLebenResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -871,7 +712,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation login");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse _return = new at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse();
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -887,7 +728,7 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation submitApplicationKfz");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.SubmitApplicationKfzResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.SubmitApplicationKfzResponseType();
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.SubmitApplicationKfzResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -903,7 +744,23 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
LOG.info("Executing operation submitApplicationSachPrivat");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _return = new at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType();
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _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_11_0.service.OmdsServicePortType#getArcImageInfos(at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageInfosRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageInfosResponse getArcImageInfos(at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageInfosRequest param) throws ServiceFaultMsg {
LOG.info("Executing operation getArcImageInfos");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageInfosResponse _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();

View File

@@ -9,15 +9,23 @@ import jakarta.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 4.0.3
* 2024-04-24T12:48:35.608+02:00
* 2024-05-09T17:02:10.819+02:00
* Generated source version: 4.0.3
*
*/
@WebService(targetNamespace = "urn:omds3Services-1-4-0", name = "omdsServicePortType")
@XmlSeeAlso({at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on1basis.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.ObjectFactory.class, at.vvo.omds.types.omds2Types.v2_16.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.ObjectFactory.class})
@XmlSeeAlso({at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on1basis.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.ObjectFactory.class, at.vvo.omds.types.omds2Types.v2_16.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface OmdsServicePortType {
@WebMethod(action = "urn:getOMDSPackageList")
@WebResult(name = "getOMDSPackageListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(
@WebParam(partName = "param", name = "getOMDSPackageListRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageListRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:calculateLeben")
@WebResult(name = "CalculateLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CalculateLebenResponseType calculateLeben(
@@ -34,12 +42,20 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.AddDocToBusinessCaseRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:calculateRechtsschutz")
@WebResult(name = "CalculateRechtsschutzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CalculateRechtsschutzResponse calculateRechtsschutz(
@WebMethod(action = "urn:createApplicationKranken")
@WebResult(name = "CreateApplicationKrankenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateApplicationKrankenResponse createApplicationKranken(
@WebParam(partName = "param", name = "CalculateRechtsschutzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CalculateRechtsschutzRequest param
@WebParam(partName = "param", name = "CreateApplicationKrankenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateApplicationKrankenRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:calculateSachPrivat")
@WebResult(name = "CalculateSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(
@WebParam(partName = "param", name = "CalculateSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createApplicationKfz")
@@ -66,6 +82,14 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateOfferKfzRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:deepLinkPartner")
@WebResult(name = "getDeepLinkPartnerResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(
@WebParam(partName = "param", name = "getDeepLinkPartnerRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkPartnerRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:submitApplicationLeben")
@WebResult(name = "SubmitApplicationLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben(
@@ -74,12 +98,12 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.SubmitApplicationLebenRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createOfferRechtsschutz")
@WebResult(name = "CreateOfferRechtsschutzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateOfferRechtsschutzResponse createOfferRechtsschutz(
@WebMethod(action = "urn:deepLinkPolicy")
@WebResult(name = "getDeepLinkPolicyResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(
@WebParam(partName = "param", name = "CreateOfferRechtsschutzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateOfferRechtsschutzRequest param
@WebParam(partName = "param", name = "getDeepLinkPolicyRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkPolicyRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:searchClaim")
@@ -98,166 +122,6 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetStateChangesRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:submitClaim")
@WebResult(name = "SubmitClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimResponseType submitClaim(
@WebParam(partName = "param", name = "SubmitClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:deepLinkOffer")
@WebResult(name = "getDeepLinkOfferResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(
@WebParam(partName = "param", name = "getDeepLinkOfferRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkOfferRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createVB")
@WebResult(name = "CreateVBResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBResponse createVB(
@WebParam(partName = "param", name = "CreateVBRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:submitApplication")
@WebResult(name = "SubmitApplicationResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.SubmitApplicationResponse submitApplication(
@WebParam(partName = "param", name = "SubmitApplicationRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.SubmitApplicationRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getDocumentsOfPeriod")
@WebResult(name = "GetDocumentsOfPeriodResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(
@WebParam(partName = "param", name = "GetDocumentsOfPeriodRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfPeriodRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:productProposal")
@WebResult(name = "ProductProposalResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ProductProposalResponseType productProposal(
@WebParam(partName = "param", name = "ProductProposalRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ProductProposalRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createApplicationUnfall")
@WebResult(name = "CreateApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(
@WebParam(partName = "param", name = "CreateApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:calculateKranken")
@WebResult(name = "CalculateKrankenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenResponse calculateKranken(
@WebParam(partName = "param", name = "CalculateKrankenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:checkClaim")
@WebResult(name = "CheckClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimResponseType checkClaim(
@WebParam(partName = "param", name = "CheckClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:calculate")
@WebResult(name = "CalculateResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CalculateResponse calculate(
@WebParam(partName = "param", name = "CalculateRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CalculateRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createApplicationLeben")
@WebResult(name = "CreateApplicationLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(
@WebParam(partName = "param", name = "CreateApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createOfferUnfall")
@WebResult(name = "CreateOfferUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(
@WebParam(partName = "param", name = "CreateOfferUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getArcImageInfos")
@WebResult(name = "getArcImageInfosResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageInfosResponse getArcImageInfos(
@WebParam(partName = "param", name = "getArcImageInfosRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageInfosRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getOMDSPackageList")
@WebResult(name = "getOMDSPackageListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(
@WebParam(partName = "param", name = "getOMDSPackageListRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageListRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createApplicationKranken")
@WebResult(name = "CreateApplicationKrankenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateApplicationKrankenResponse createApplicationKranken(
@WebParam(partName = "param", name = "CreateApplicationKrankenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateApplicationKrankenRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createApplication")
@WebResult(name = "CreateApplicationResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateApplicationResponse createApplication(
@WebParam(partName = "param", name = "CreateApplicationRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateApplicationRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:calculateSachPrivat")
@WebResult(name = "CalculateSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(
@WebParam(partName = "param", name = "CalculateSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createApplicationRechtsschutz")
@WebResult(name = "CreateApplicationRechtsschutzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateApplicationRechtsschutzResponse createApplicationRechtsschutz(
@WebParam(partName = "param", name = "CreateApplicationRechtsschutzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.CreateApplicationRechtsschutzRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:deepLinkPartner")
@WebResult(name = "getDeepLinkPartnerResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(
@WebParam(partName = "param", name = "getDeepLinkPartnerRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkPartnerRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:deepLinkPolicy")
@WebResult(name = "getDeepLinkPolicyResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(
@WebParam(partName = "param", name = "getDeepLinkPolicyRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkPolicyRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getUserData")
@WebResult(name = "getUserDataResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.UserDataResponse getUserData(
@@ -282,6 +146,14 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckCoverageRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:submitClaim")
@WebResult(name = "SubmitClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimResponseType submitClaim(
@WebParam(partName = "param", name = "SubmitClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:submitApplicationKranken")
@WebResult(name = "SubmitApplicationKrankenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.SubmitApplicationKrankenResponse submitApplicationKranken(
@@ -306,12 +178,12 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.OMDSPackageRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createOffer")
@WebResult(name = "CreateOfferResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateOfferResponse createOffer(
@WebMethod(action = "urn:deepLinkOffer")
@WebResult(name = "getDeepLinkOfferResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(
@WebParam(partName = "param", name = "CreateOfferRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.CreateOfferRequest param
@WebParam(partName = "param", name = "getDeepLinkOfferRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.DeepLinkOfferRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:calculateUnfall")
@@ -322,6 +194,14 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CalculateUnfallRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createVB")
@WebResult(name = "CreateVBResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBResponse createVB(
@WebParam(partName = "param", name = "CreateVBRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:submitApplicationUnfall")
@WebResult(name = "SubmitApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.SubmitApplicationUnfallResponseType submitApplicationUnfall(
@@ -330,6 +210,14 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.SubmitApplicationUnfallRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getDocumentsOfPeriod")
@WebResult(name = "GetDocumentsOfPeriodResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(
@WebParam(partName = "param", name = "GetDocumentsOfPeriodRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetDocumentsOfPeriodRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:conversionProposal")
@WebResult(name = "ConversionProposalResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionProposalResponse conversionProposal(
@@ -362,6 +250,22 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CreateOfferKrankenRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createApplicationUnfall")
@WebResult(name = "CreateApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(
@WebParam(partName = "param", name = "CreateApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateApplicationUnfallRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:calculateKranken")
@WebResult(name = "CalculateKrankenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenResponse calculateKranken(
@WebParam(partName = "param", name = "CalculateKrankenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.kranken")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.CalculateKrankenRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createOfferSachPrivat")
@WebResult(name = "CreateOfferSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType createOfferSachPrivat(
@@ -370,6 +274,14 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:checkClaim")
@WebResult(name = "CheckClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimResponseType checkClaim(
@WebParam(partName = "param", name = "CheckClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createApplicationSachPrivat")
@WebResult(name = "CreateApplicationSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType createApplicationSachPrivat(
@@ -402,6 +314,14 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createApplicationLeben")
@WebResult(name = "CreateApplicationLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(
@WebParam(partName = "param", name = "CreateApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateApplicationLebenRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:addInformationToClaim")
@WebResult(name = "AddInformationToClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.AddInformationToClaimResponse addInformationToClaim(
@@ -410,14 +330,6 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.AddInformationToClaimRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:submitApplicationRechtsschutz")
@WebResult(name = "SubmitApplicationRechtsschutzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.SubmitApplicationRechtsschutzResponse submitApplicationRechtsschutz(
@WebParam(partName = "param", name = "SubmitApplicationRechtsschutzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs.SubmitApplicationRechtsschutzRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:acknowledgeDocuments")
@WebResult(name = "AcknowledgeDocumentsResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on1basis.AcknowledgeDocumentsResponse acknowledgeDocuments(
@@ -426,6 +338,14 @@ public interface OmdsServicePortType {
at.vvo.omds.types.omds3Types.r1_11_0.on1basis.AcknowledgeDocumentsRequest param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createOfferUnfall")
@WebResult(name = "CreateOfferUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(
@WebParam(partName = "param", name = "CreateOfferUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.CreateOfferUnfallRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createOfferLeben")
@WebResult(name = "CreateOfferLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.CreateOfferLebenResponseType createOfferLeben(
@@ -457,4 +377,12 @@ public interface OmdsServicePortType {
@WebParam(partName = "param", name = "SubmitApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getArcImageInfos")
@WebResult(name = "getArcImageInfosResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
public at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageInfosResponse getArcImageInfos(
@WebParam(partName = "param", name = "getArcImageInfosRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_11_0.servicetypes.ArcImageInfosRequest param
) throws ServiceFaultMsg;
}

View File

@@ -6,7 +6,7 @@ import jakarta.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 4.0.3
* 2024-04-24T12:48:35.436+02:00
* 2024-05-09T17:02:10.755+02:00
* Generated source version: 4.0.3
*/

View File

@@ -254,11 +254,15 @@
</xsd:element>
<xsd:element name="Vinkulierung" type="cst:Vinkularglaeubiger_Type" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Vinkulierungsdaten</xsd:documentation>
<xsd:documentation>Vinkulierungsdaten (deprecated, verwende Sicherstellung)</xsd:documentation>
</xsd:annotation>
<!--deprecated, nutze neueres Konzept Sicherstellung -->
</xsd:element>
<xsd:element name="ZusaetzlicheKfzDaten" type="ZusaetzlicheKfzdaten_Type" minOccurs="0"/>
<xsd:element name="ZusaetzlicheKfzDaten" type="ZusaetzlicheKfzdaten_Type" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Deprecated, verwende analoge Elemente an Fahrzeug_Type</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- deprecated, fuer zusaetzliche Angaben zum Fahrzeug sollten dem Element VersicherteFahrzeuge
(cst:Fahrzeug_Type) als Erweiterung von ZusaetzlicheRisikodaten_Type mitgegeben werden -->
</xsd:sequence>
@@ -708,4 +712,4 @@
<xsd:documentation>Erweiterungsmöglichkeit für Versicherungsbestaetigung</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
</xsd:schema>
</xsd:schema>

View File

@@ -131,12 +131,12 @@
<!-- </jaxb:schemaBindings>-->
<!-- </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:schemaBindings>
<jaxb:package name="at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.rs"/>
</jaxb:schemaBindings>
</jaxb:bindings>
</jaxb:bindings>-->
<!-- 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" >