Java Code neu generiert
This commit is contained in:
@@ -23,6 +23,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="TarifId" type="{urn:omds3CommonServiceTypes-1-1-0}TarifId_Type" minOccurs="0"/>
|
||||
* <element name="Bezeichnung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Bedingungen" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
|
||||
@@ -37,6 +38,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "BasisProduktbaustein_Type", propOrder = {
|
||||
"id",
|
||||
"tarifId",
|
||||
"bezeichnung",
|
||||
"bedingungen",
|
||||
"meldungen"
|
||||
@@ -48,6 +50,8 @@ public abstract class BasisProduktbausteinType {
|
||||
|
||||
@XmlElement(name = "Id")
|
||||
protected String id;
|
||||
@XmlElement(name = "TarifId")
|
||||
protected TarifIdType tarifId;
|
||||
@XmlElement(name = "Bezeichnung")
|
||||
protected String bezeichnung;
|
||||
@XmlElement(name = "Bedingungen")
|
||||
@@ -79,6 +83,30 @@ public abstract class BasisProduktbausteinType {
|
||||
this.id = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der tarifId-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TarifIdType }
|
||||
*
|
||||
*/
|
||||
public TarifIdType getTarifId() {
|
||||
return tarifId;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der tarifId-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TarifIdType }
|
||||
*
|
||||
*/
|
||||
public void setTarifId(TarifIdType value) {
|
||||
this.tarifId = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der bezeichnung-Eigenschaft ab.
|
||||
*
|
||||
|
||||
@@ -10,8 +10,10 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.common.GetApplicationDocumentRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckCoverageRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitReceiptRequest;
|
||||
|
||||
|
||||
/**
|
||||
@@ -53,7 +55,9 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimRequestType;
|
||||
GetClaimRequestType.class,
|
||||
CommonSearchRequestType.class,
|
||||
GetApplicationDocumentRequestType.class,
|
||||
CommonProcessRequestType.class
|
||||
CommonProcessRequestType.class,
|
||||
SubmitReceiptRequest.class,
|
||||
CheckCoverageRequest.class
|
||||
})
|
||||
public abstract class CommonRequestType {
|
||||
|
||||
|
||||
@@ -12,8 +12,10 @@ import javax.xml.bind.annotation.XmlType;
|
||||
import javax.xml.datatype.XMLGregorianCalendar;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.common.GetApplicationDocumentResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckCoverageResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitReceiptResponse;
|
||||
|
||||
|
||||
/**
|
||||
@@ -53,7 +55,9 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimResponseType;
|
||||
GetClaimResponseType.class,
|
||||
CommonSearchResponseType.class,
|
||||
GetApplicationDocumentResponseType.class,
|
||||
CommonProcessResponseType.class
|
||||
CommonProcessResponseType.class,
|
||||
SubmitReceiptResponse.class,
|
||||
CheckCoverageResponse.class
|
||||
})
|
||||
public abstract class CommonResponseType {
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
* <element name="Mimetype" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="Groesse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
|
||||
* <element name="Datum" type="{urn:omds20}Datum-Zeit" minOccurs="0"/>
|
||||
* <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -40,7 +41,8 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
"dateiData",
|
||||
"mimetype",
|
||||
"groesse",
|
||||
"datum"
|
||||
"datum",
|
||||
"name"
|
||||
})
|
||||
public class DokumentBinaryDataType
|
||||
extends DokumentDataType
|
||||
@@ -56,6 +58,8 @@ public class DokumentBinaryDataType
|
||||
@XmlElement(name = "Datum")
|
||||
@XmlSchemaType(name = "dateTime")
|
||||
protected XMLGregorianCalendar datum;
|
||||
@XmlElement(name = "Name")
|
||||
protected String name;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der dateiData-Eigenschaft ab.
|
||||
@@ -153,4 +157,28 @@ public class DokumentBinaryDataType
|
||||
this.datum = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der name-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der name-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setName(String value) {
|
||||
this.name = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -107,6 +107,7 @@ import at.vvo.omds.types.omds2Types.v2_14.Entsch2Type;
|
||||
* <attribute name="Eigengewicht" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
||||
* <attribute name="ZulassdatHalter" type="{urn:omds20}Datum" />
|
||||
* <attribute name="AufbauNatC" type="{urn:omds3CommonServiceTypes-1-1-0}AufbauNatC_Type" />
|
||||
* <attribute name="Historisch" type="{http://www.w3.org/2001/XMLSchema}boolean" />
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
@@ -187,6 +188,8 @@ public class FahrzeugType
|
||||
protected XMLGregorianCalendar zulassdatHalter;
|
||||
@XmlAttribute(name = "AufbauNatC", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected String aufbauNatC;
|
||||
@XmlAttribute(name = "Historisch", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected Boolean historisch;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der zulassungsdaten-Eigenschaft ab.
|
||||
@@ -860,4 +863,28 @@ public class FahrzeugType
|
||||
this.aufbauNatC = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der historisch-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public Boolean isHistorisch() {
|
||||
return historisch;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der historisch-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public void setHistorisch(Boolean value) {
|
||||
this.historisch = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -9,6 +9,8 @@ import at.vvo.omds.types.omds2Types.v2_14.ELLegitimationType;
|
||||
|
||||
|
||||
/**
|
||||
* Daten zur Legitimation des Antragstellers bzw. Kunden
|
||||
*
|
||||
* <p>Java-Klasse für Legitimation_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
|
||||
@@ -45,14 +45,6 @@ public class ObjectFactory {
|
||||
return new GMSGType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZahlwegType }
|
||||
*
|
||||
*/
|
||||
public ZahlwegType createZahlwegType() {
|
||||
return new ZahlwegType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ProzessDokumentType }
|
||||
*
|
||||
@@ -61,6 +53,14 @@ public class ObjectFactory {
|
||||
return new ProzessDokumentType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZahlwegType }
|
||||
*
|
||||
*/
|
||||
public ZahlwegType createZahlwegType() {
|
||||
return new ZahlwegType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ObjektIdType }
|
||||
*
|
||||
@@ -70,11 +70,11 @@ public class ObjectFactory {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ServiceFault }
|
||||
* Create an instance of {@link TechnicalKeyValueType }
|
||||
*
|
||||
*/
|
||||
public ServiceFault createServiceFault() {
|
||||
return new ServiceFault();
|
||||
public TechnicalKeyValueType createTechnicalKeyValueType() {
|
||||
return new TechnicalKeyValueType();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -85,6 +85,22 @@ public class ObjectFactory {
|
||||
return new PersonType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ResponseStatusType }
|
||||
*
|
||||
*/
|
||||
public ResponseStatusType createResponseStatusType() {
|
||||
return new ResponseStatusType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ServiceFault }
|
||||
*
|
||||
*/
|
||||
public ServiceFault createServiceFault() {
|
||||
return new ServiceFault();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link AdresseType }
|
||||
*
|
||||
@@ -109,14 +125,6 @@ public class ObjectFactory {
|
||||
return new ElementIdType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ResponseStatusType }
|
||||
*
|
||||
*/
|
||||
public ResponseStatusType createResponseStatusType() {
|
||||
return new ResponseStatusType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link Referenz }
|
||||
*
|
||||
@@ -237,14 +245,6 @@ public class ObjectFactory {
|
||||
return new VersicherungssteuerType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TechnicalKeyValueType }
|
||||
*
|
||||
*/
|
||||
public TechnicalKeyValueType createTechnicalKeyValueType() {
|
||||
return new TechnicalKeyValueType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link VertragspersonType }
|
||||
*
|
||||
@@ -781,14 +781,6 @@ public class ObjectFactory {
|
||||
return new GMSGType.SteuerlichAnsaessig();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZahlwegType.Kundenkonto }
|
||||
*
|
||||
*/
|
||||
public ZahlwegType.Kundenkonto createZahlwegTypeKundenkonto() {
|
||||
return new ZahlwegType.Kundenkonto();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ProzessDokumentType.Autorisierungen }
|
||||
*
|
||||
@@ -797,6 +789,14 @@ public class ObjectFactory {
|
||||
return new ProzessDokumentType.Autorisierungen();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZahlwegType.Kundenkonto }
|
||||
*
|
||||
*/
|
||||
public ZahlwegType.Kundenkonto createZahlwegTypeKundenkonto() {
|
||||
return new ZahlwegType.Kundenkonto();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link ServiceFault }{@code >}
|
||||
*
|
||||
|
||||
@@ -30,7 +30,7 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.ZusatzproduktKfzType;
|
||||
* <element name="Produktgeneration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Zahlweg" type="{urn:omds20}ZahlWegCd_Type" minOccurs="0"/>
|
||||
* <element name="Zahlrhythmus" type="{urn:omds20}ZahlRhythmCd_Type" minOccurs="0"/>
|
||||
* <element name="Hauptfaelligkeit" type="{urn:omds3CommonServiceTypes-1-1-0}Hauptfaelligkeit_Type"/>
|
||||
* <element name="Hauptfaelligkeit" type="{urn:omds3CommonServiceTypes-1-1-0}Hauptfaelligkeit_Type" minOccurs="0"/>
|
||||
* <element name="RefSicherstellungLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
|
||||
* <element name="ZusaetzlicheProduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheProduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
@@ -69,7 +69,7 @@ public abstract class ProduktType
|
||||
protected String zahlweg;
|
||||
@XmlElement(name = "Zahlrhythmus")
|
||||
protected String zahlrhythmus;
|
||||
@XmlElement(name = "Hauptfaelligkeit", required = true)
|
||||
@XmlElement(name = "Hauptfaelligkeit")
|
||||
@XmlSchemaType(name = "gMonthDay")
|
||||
protected XMLGregorianCalendar hauptfaelligkeit;
|
||||
@XmlElement(name = "RefSicherstellungLfnr")
|
||||
|
||||
@@ -21,6 +21,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Art" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Selbstbehalt" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||
* <element name="SelbstbehaltProzentVs" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
|
||||
* <element name="SelbstbehaltMinBetrag" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||
@@ -35,6 +36,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "Selbstbehalt_Type", propOrder = {
|
||||
"art",
|
||||
"selbstbehalt",
|
||||
"selbstbehaltProzentVs",
|
||||
"selbstbehaltMinBetrag",
|
||||
@@ -42,6 +44,8 @@ import javax.xml.bind.annotation.XmlType;
|
||||
})
|
||||
public class SelbstbehaltType {
|
||||
|
||||
@XmlElement(name = "Art")
|
||||
protected String art;
|
||||
@XmlElement(name = "Selbstbehalt")
|
||||
protected BigDecimal selbstbehalt;
|
||||
@XmlElement(name = "SelbstbehaltProzentVs")
|
||||
@@ -52,6 +56,30 @@ public class SelbstbehaltType {
|
||||
@XmlElement(name = "SelbstbehaltMaxBetrag")
|
||||
protected BigDecimal selbstbehaltMaxBetrag;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der art-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getArt() {
|
||||
return art;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der art-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setArt(String value) {
|
||||
this.art = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der selbstbehalt-Eigenschaft ab.
|
||||
*
|
||||
|
||||
@@ -29,7 +29,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}integer"/>
|
||||
* <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
|
||||
* <element name="errorMsg" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="elementReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
@@ -51,7 +51,6 @@ public class ServiceFault {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected BigInteger errorType;
|
||||
@XmlElement(required = true)
|
||||
protected BigInteger errorCode;
|
||||
@XmlElement(required = true)
|
||||
protected String errorMsg;
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_8_0.common;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Abstrakter Typ für eine TarifId. Dieser Typ muss von der VU überschrieben werden,
|
||||
* die z.B. ein Enum für die zulässigen Tarifschlüssel anbietet.
|
||||
*
|
||||
* <p>Java-Klasse für TarifId_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TarifId_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TarifId_Type")
|
||||
public abstract class TarifIdType {
|
||||
|
||||
|
||||
}
|
||||
@@ -28,6 +28,9 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.VerkaufsproduktKfzType;
|
||||
* <sequence>
|
||||
* <element name="VtgBeg" type="{urn:omds20}Datum"/>
|
||||
* <element name="Verkaufsproduktgeneration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Zahlweg" type="{urn:omds20}ZahlWegCd_Type" minOccurs="0"/>
|
||||
* <element name="Zahlrhythmus" type="{urn:omds20}ZahlRhythmCd_Type" minOccurs="0"/>
|
||||
* <element name="Hauptfaelligkeit" type="{urn:omds3CommonServiceTypes-1-1-0}Hauptfaelligkeit_Type" minOccurs="0"/>
|
||||
* <element name="Berechnungsvariante" type="{urn:omds3CommonServiceTypes-1-1-0}Berechnungsvariante_Type" minOccurs="0"/>
|
||||
* <element name="Vermittlernr" type="{urn:omds20}Vermnr" minOccurs="0"/>
|
||||
* <element ref="{urn:omds20}EL-Rahmenvereinbarung" minOccurs="0"/>
|
||||
@@ -45,6 +48,9 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.VerkaufsproduktKfzType;
|
||||
@XmlType(name = "Verkaufsprodukt_Type", propOrder = {
|
||||
"vtgBeg",
|
||||
"verkaufsproduktgeneration",
|
||||
"zahlweg",
|
||||
"zahlrhythmus",
|
||||
"hauptfaelligkeit",
|
||||
"berechnungsvariante",
|
||||
"vermittlernr",
|
||||
"elRahmenvereinbarung",
|
||||
@@ -64,6 +70,13 @@ public abstract class VerkaufsproduktType
|
||||
protected XMLGregorianCalendar vtgBeg;
|
||||
@XmlElement(name = "Verkaufsproduktgeneration")
|
||||
protected String verkaufsproduktgeneration;
|
||||
@XmlElement(name = "Zahlweg")
|
||||
protected String zahlweg;
|
||||
@XmlElement(name = "Zahlrhythmus")
|
||||
protected String zahlrhythmus;
|
||||
@XmlElement(name = "Hauptfaelligkeit")
|
||||
@XmlSchemaType(name = "gMonthDay")
|
||||
protected XMLGregorianCalendar hauptfaelligkeit;
|
||||
@XmlElement(name = "Berechnungsvariante")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected BerechnungsvarianteType berechnungsvariante;
|
||||
@@ -125,6 +138,78 @@ public abstract class VerkaufsproduktType
|
||||
this.verkaufsproduktgeneration = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der zahlweg-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getZahlweg() {
|
||||
return zahlweg;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der zahlweg-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setZahlweg(String value) {
|
||||
this.zahlweg = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der zahlrhythmus-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getZahlrhythmus() {
|
||||
return zahlrhythmus;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der zahlrhythmus-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setZahlrhythmus(String value) {
|
||||
this.zahlrhythmus = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der hauptfaelligkeit-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link XMLGregorianCalendar }
|
||||
*
|
||||
*/
|
||||
public XMLGregorianCalendar getHauptfaelligkeit() {
|
||||
return hauptfaelligkeit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der hauptfaelligkeit-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link XMLGregorianCalendar }
|
||||
*
|
||||
*/
|
||||
public void setHauptfaelligkeit(XMLGregorianCalendar value) {
|
||||
this.hauptfaelligkeit = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der berechnungsvariante-Eigenschaft ab.
|
||||
*
|
||||
|
||||
@@ -10,7 +10,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Angaben zu einer Vorversicherung
|
||||
* Angaben zu einer Vorversicherung in der Standardimplementierung, erweitert VorversicherungenDetail_Type
|
||||
*
|
||||
* <p>Java-Klasse für Vorversicherung_Type complex type.
|
||||
*
|
||||
|
||||
@@ -11,7 +11,8 @@ import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Details zu einer Vorversicherung
|
||||
* 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.
|
||||
*
|
||||
|
||||
@@ -10,7 +10,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Standardimplementierung Vorversicherungen
|
||||
* Standardimplementierung Vorversicherungen: Eine Liste von Vorversicherung_Type-Objekten
|
||||
*
|
||||
* <p>Java-Klasse für VorversicherungenImpl_Type complex type.
|
||||
*
|
||||
|
||||
@@ -9,7 +9,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.VorversicherungenKfzTyp
|
||||
|
||||
|
||||
/**
|
||||
* Abstrakter Typ zur Beschreibung der Vorversicherungen
|
||||
* Abstrakter Typ zur Beschreibung der Vorversicherungen, wird verwendet in SpezAntrag_Type.
|
||||
* Es gibt zwei Ableitungen im Standard: VorversicherungenKfz_Type und VorversicherungenImpl_Type (s.u.), jede VU kann aber auch eigene Implementierungen vornehmen.
|
||||
*
|
||||
* <p>Java-Klasse für Vorversicherungen_Type complex type.
|
||||
*
|
||||
|
||||
@@ -50,6 +50,14 @@ public class ObjectFactory {
|
||||
return new GetApplicationDocumentResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SpezBOASchrittType }
|
||||
*
|
||||
*/
|
||||
public SpezBOASchrittType createSpezBOASchrittType() {
|
||||
return new SpezBOASchrittType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link BOAProcessRequestType }
|
||||
*
|
||||
|
||||
@@ -11,7 +11,6 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.AbgelehnteRisikenType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.AntragsartType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.BeteiligtePersonVertragType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.DatenverwendungType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.EinwilligungType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.ErsatzpolizzenType;
|
||||
@@ -36,11 +35,9 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezAntragUnfallType
|
||||
* <pre>
|
||||
* <complexType name="SpezAntrag_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsart" type="{urn:omds3CommonServiceTypes-1-1-0}Antragsart_Type" minOccurs="0"/>
|
||||
* <element name="Personen" type="{urn:omds3CommonServiceTypes-1-1-0}BeteiligtePersonVertrag_Type" maxOccurs="unbounded"/>
|
||||
* <element name="Versicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
|
||||
* <element name="AbweichenderPraemienzahler" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
|
||||
* <element name="WeitereVersicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="WeitereVertragspersonen" type="{urn:omds3CommonServiceTypes-1-1-0}Vertragsperson_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
@@ -57,7 +54,7 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezAntragUnfallType
|
||||
* <element name="Sicherstellungen" type="{urn:omds3CommonServiceTypes-1-1-0}Sicherstellung_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Einwilligungen" type="{urn:omds3CommonServiceTypes-1-1-0}Einwilligung_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
@@ -67,8 +64,6 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezAntragUnfallType
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SpezAntrag_Type", propOrder = {
|
||||
"antragsart",
|
||||
"personen",
|
||||
"versicherungsnehmer",
|
||||
"abweichenderPraemienzahler",
|
||||
"weitereVersicherungsnehmer",
|
||||
"weitereVertragspersonen",
|
||||
@@ -91,16 +86,13 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezAntragUnfallType
|
||||
SpezAntragPersonenType.class,
|
||||
SpezAntragKfzType.class
|
||||
})
|
||||
public abstract class SpezAntragType {
|
||||
public abstract class SpezAntragType
|
||||
extends SpezOffertType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsart")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected AntragsartType antragsart;
|
||||
@XmlElement(name = "Personen", required = true)
|
||||
protected List<BeteiligtePersonVertragType> personen;
|
||||
@XmlElement(name = "Versicherungsnehmer")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected int versicherungsnehmer;
|
||||
@XmlElement(name = "AbweichenderPraemienzahler")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected Integer abweichenderPraemienzahler;
|
||||
@@ -160,51 +152,6 @@ public abstract class SpezAntragType {
|
||||
this.antragsart = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the personen 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 JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the personen property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getPersonen().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link BeteiligtePersonVertragType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<BeteiligtePersonVertragType> getPersonen() {
|
||||
if (personen == null) {
|
||||
personen = new ArrayList<BeteiligtePersonVertragType>();
|
||||
}
|
||||
return this.personen;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der versicherungsnehmer-Eigenschaft ab.
|
||||
*
|
||||
*/
|
||||
public int getVersicherungsnehmer() {
|
||||
return versicherungsnehmer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der versicherungsnehmer-Eigenschaft fest.
|
||||
*
|
||||
*/
|
||||
public void setVersicherungsnehmer(int value) {
|
||||
this.versicherungsnehmer = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der abweichenderPraemienzahler-Eigenschaft ab.
|
||||
*
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.common;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Abstrackter Basistyp für das Datenmodell aller BOA-Prozessschritte
|
||||
*
|
||||
* <p>Java-Klasse für SpezBOASchritt_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SpezBOASchritt_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SpezBOASchritt_Type")
|
||||
@XmlSeeAlso({
|
||||
SpezBerechnungType.class,
|
||||
SpezOffertType.class
|
||||
})
|
||||
public class SpezBOASchrittType {
|
||||
|
||||
|
||||
}
|
||||
@@ -25,11 +25,11 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezBerechnungUnfall
|
||||
* <pre>
|
||||
* <complexType name="SpezBerechnung_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBOASchritt_Type">
|
||||
* <sequence>
|
||||
* <element name="Personen" type="{urn:omds3CommonServiceTypes-1-1-0}BeteiligtePersonVertrag_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
@@ -46,7 +46,9 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezBerechnungUnfall
|
||||
BerechnungSachPrivatType.class,
|
||||
SpezBerechnungKfzType.class
|
||||
})
|
||||
public abstract class SpezBerechnungType {
|
||||
public abstract class SpezBerechnungType
|
||||
extends SpezBOASchrittType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Personen")
|
||||
protected List<BeteiligtePersonVertragType> personen;
|
||||
|
||||
@@ -27,13 +27,13 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezOffertUnfallType
|
||||
* <pre>
|
||||
* <complexType name="SpezOffert_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBOASchritt_Type">
|
||||
* <sequence>
|
||||
* <element name="Offertnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
|
||||
* <element name="Personen" type="{urn:omds3CommonServiceTypes-1-1-0}BeteiligtePersonVertrag_Type" maxOccurs="unbounded"/>
|
||||
* <element name="Versicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
@@ -50,9 +50,12 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezOffertUnfallType
|
||||
SpezOffertUnfallType.class,
|
||||
SpezOffertLebenType.class,
|
||||
OffertSachPrivatType.class,
|
||||
SpezOffertKfzType.class
|
||||
SpezOffertKfzType.class,
|
||||
SpezAntragType.class
|
||||
})
|
||||
public abstract class SpezOffertType {
|
||||
public abstract class SpezOffertType
|
||||
extends SpezBOASchrittType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Offertnummer")
|
||||
protected ObjektIdType offertnummer;
|
||||
|
||||
@@ -32,6 +32,7 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.VinkulierungType;
|
||||
* <element name="Bezugsrecht" type="{urn:omds3CommonServiceTypes-1-1-0}Bezugsrecht_Type" minOccurs="0"/>
|
||||
* <element name="Zielpraemie" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||
* <element name="Eingeschraenkt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* <element name="Neuwertklausel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -49,7 +50,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.VinkulierungType;
|
||||
"vinkulierung",
|
||||
"bezugsrecht",
|
||||
"zielpraemie",
|
||||
"eingeschraenkt"
|
||||
"eingeschraenkt",
|
||||
"neuwertklausel"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
TeilkaskoKfzType.class,
|
||||
@@ -76,6 +78,8 @@ public abstract class KaskoKfzType
|
||||
protected BigDecimal zielpraemie;
|
||||
@XmlElement(name = "Eingeschraenkt", defaultValue = "0")
|
||||
protected Boolean eingeschraenkt;
|
||||
@XmlElement(name = "Neuwertklausel")
|
||||
protected Boolean neuwertklausel;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der art-Eigenschaft ab.
|
||||
@@ -261,4 +265,28 @@ public abstract class KaskoKfzType
|
||||
this.eingeschraenkt = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der neuwertklausel-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public Boolean isNeuwertklausel() {
|
||||
return neuwertklausel;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der neuwertklausel-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public void setNeuwertklausel(Boolean value) {
|
||||
this.neuwertklausel = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.ProduktType;
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produkt_Type">
|
||||
* <sequence>
|
||||
* <element name="Haftpflicht" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}HaftpflichtKfz_Type"/>
|
||||
* <element name="Haftpflicht" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}HaftpflichtKfz_Type" minOccurs="0"/>
|
||||
* <choice>
|
||||
* <element name="Teilkasko" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}TeilkaskoKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Vollkasko" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VollkaskoKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
@@ -49,7 +49,7 @@ public class ProduktKfzType
|
||||
extends ProduktType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Haftpflicht", required = true)
|
||||
@XmlElement(name = "Haftpflicht")
|
||||
protected HaftpflichtKfzType haftpflicht;
|
||||
@XmlElement(name = "Teilkasko")
|
||||
protected List<TeilkaskoKfzType> teilkasko;
|
||||
|
||||
@@ -19,7 +19,6 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}KaskoKfz_Type">
|
||||
* <sequence>
|
||||
* <element name="Neuwertklausel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* <element name="Leasingklausel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
@@ -31,42 +30,15 @@ import javax.xml.bind.annotation.XmlType;
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "VollkaskoKfz_Type", propOrder = {
|
||||
"neuwertklausel",
|
||||
"leasingklausel"
|
||||
})
|
||||
public class VollkaskoKfzType
|
||||
extends KaskoKfzType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Neuwertklausel")
|
||||
protected Boolean neuwertklausel;
|
||||
@XmlElement(name = "Leasingklausel")
|
||||
protected Boolean leasingklausel;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der neuwertklausel-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public Boolean isNeuwertklausel() {
|
||||
return neuwertklausel;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der neuwertklausel-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public void setNeuwertklausel(Boolean value) {
|
||||
this.neuwertklausel = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der leasingklausel-Eigenschaft ab.
|
||||
*
|
||||
|
||||
@@ -49,7 +49,7 @@ public class ZusatzversicherungUnfallinvaliditaetType
|
||||
* 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/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3_ON2_Antrag_Leben.xsd
|
||||
* Zeile 1380 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3CommonServiceTypes.xsd
|
||||
* Zeile 1419 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_8_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:
|
||||
|
||||
@@ -49,7 +49,7 @@ public class ZusatzversicherungUnfalltodType
|
||||
* 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/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3_ON2_Antrag_Leben.xsd
|
||||
* Zeile 1380 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3CommonServiceTypes.xsd
|
||||
* Zeile 1419 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_8_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:
|
||||
|
||||
@@ -10,6 +10,7 @@ import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.ProduktGenerischType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.SelbstbehaltType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -25,6 +26,7 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.ProduktGenerischType;
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type">
|
||||
* <sequence>
|
||||
* <element name="VersObjekteRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded"/>
|
||||
* <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -35,7 +37,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.ProduktGenerischType;
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ProduktSachPrivat_Type", propOrder = {
|
||||
"versObjekteRefLfnr"
|
||||
"versObjekteRefLfnr",
|
||||
"selbstbehalt"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
ProduktGebaeudeversicherungType.class,
|
||||
@@ -48,6 +51,8 @@ public class ProduktSachPrivatType
|
||||
@XmlElement(name = "VersObjekteRefLfnr", type = Integer.class)
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected List<Integer> versObjekteRefLfnr;
|
||||
@XmlElement(name = "Selbstbehalt")
|
||||
protected List<SelbstbehaltType> selbstbehalt;
|
||||
|
||||
/**
|
||||
* Gets the value of the versObjekteRefLfnr property.
|
||||
@@ -78,4 +83,33 @@ public class ProduktSachPrivatType
|
||||
return this.versObjekteRefLfnr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the selbstbehalt 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 JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the selbstbehalt property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getSelbstbehalt().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link SelbstbehaltType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<SelbstbehaltType> getSelbstbehalt() {
|
||||
if (selbstbehalt == null) {
|
||||
selbstbehalt = new ArrayList<SelbstbehaltType>();
|
||||
}
|
||||
return this.selbstbehalt;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.VersichertesInteresseMitAttrib
|
||||
* <element name="BauartCd" type="{urn:omds20}BauartCd_Type" minOccurs="0"/>
|
||||
* <element name="DachungCd" type="{urn:omds20}DachungCd_Type" minOccurs="0"/>
|
||||
* <element name="GebaeudeHoeheCd" type="{urn:omds20}GebaeudeHoeheCd_Type" minOccurs="0"/>
|
||||
* <element name="BaujahrGebaeude" type="{http://www.w3.org/2001/XMLSchema}integer"/>
|
||||
* <element name="BaujahrGebaeude" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
|
||||
* <element name="EL-Flaeche" type="{urn:omds20}EL-Flaeche_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Vorschaeden" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoVorschaeden_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="AusstattungCd" type="{urn:omds20}AusstattungCd_Type" minOccurs="0"/>
|
||||
@@ -80,7 +80,7 @@ public class RisikoGebaeudeType
|
||||
protected String dachungCd;
|
||||
@XmlElement(name = "GebaeudeHoeheCd")
|
||||
protected String gebaeudeHoeheCd;
|
||||
@XmlElement(name = "BaujahrGebaeude", required = true)
|
||||
@XmlElement(name = "BaujahrGebaeude")
|
||||
protected BigInteger baujahrGebaeude;
|
||||
@XmlElement(name = "EL-Flaeche")
|
||||
protected List<ELFlaecheType> elFlaeche;
|
||||
|
||||
@@ -0,0 +1,226 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_8_0.on7schaden;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.PersonType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.VersichertesInteresseType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Versicherungsnehmer" type="{urn:omds3CommonServiceTypes-1-1-0}Person_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Polizzennr" type="{urn:omds20}Polizzennr" minOccurs="0"/>
|
||||
* <element name="VertragsID" type="{urn:omds20}VertragsID" minOccurs="0"/>
|
||||
* <element name="VersInteresse" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type" minOccurs="0"/>
|
||||
* <element name="EigenschaftCd" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="ZusaetzlicheDeckungsauskunftsdaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ZusaetzlicheDeckungsauskunftsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"versicherungsnehmer",
|
||||
"polizzennr",
|
||||
"vertragsID",
|
||||
"versInteresse",
|
||||
"eigenschaftCd",
|
||||
"zusaetzlicheDeckungsauskunftsdaten"
|
||||
})
|
||||
@XmlRootElement(name = "CheckCoverageRequest")
|
||||
public class CheckCoverageRequest
|
||||
extends CommonRequestType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Versicherungsnehmer")
|
||||
protected List<PersonType> versicherungsnehmer;
|
||||
@XmlElement(name = "Polizzennr")
|
||||
protected String polizzennr;
|
||||
@XmlElement(name = "VertragsID")
|
||||
protected String vertragsID;
|
||||
@XmlElement(name = "VersInteresse")
|
||||
protected VersichertesInteresseType versInteresse;
|
||||
@XmlElement(name = "EigenschaftCd")
|
||||
protected List<String> eigenschaftCd;
|
||||
@XmlElement(name = "ZusaetzlicheDeckungsauskunftsdaten")
|
||||
protected List<ZusaetzlicheDeckungsauskunftsdatenType> zusaetzlicheDeckungsauskunftsdaten;
|
||||
|
||||
/**
|
||||
* Gets the value of the versicherungsnehmer 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 JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the versicherungsnehmer property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getVersicherungsnehmer().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link PersonType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<PersonType> getVersicherungsnehmer() {
|
||||
if (versicherungsnehmer == null) {
|
||||
versicherungsnehmer = new ArrayList<PersonType>();
|
||||
}
|
||||
return this.versicherungsnehmer;
|
||||
}
|
||||
|
||||
/**
|
||||
* 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 versInteresse-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link VersichertesInteresseType }
|
||||
*
|
||||
*/
|
||||
public VersichertesInteresseType getVersInteresse() {
|
||||
return versInteresse;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der versInteresse-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link VersichertesInteresseType }
|
||||
*
|
||||
*/
|
||||
public void setVersInteresse(VersichertesInteresseType value) {
|
||||
this.versInteresse = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the eigenschaftCd 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 JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the eigenschaftCd property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getEigenschaftCd().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link String }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<String> getEigenschaftCd() {
|
||||
if (eigenschaftCd == null) {
|
||||
eigenschaftCd = new ArrayList<String>();
|
||||
}
|
||||
return this.eigenschaftCd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the zusaetzlicheDeckungsauskunftsdaten 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 JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the zusaetzlicheDeckungsauskunftsdaten property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getZusaetzlicheDeckungsauskunftsdaten().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ZusaetzlicheDeckungsauskunftsdatenType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ZusaetzlicheDeckungsauskunftsdatenType> getZusaetzlicheDeckungsauskunftsdaten() {
|
||||
if (zusaetzlicheDeckungsauskunftsdaten == null) {
|
||||
zusaetzlicheDeckungsauskunftsdaten = new ArrayList<ZusaetzlicheDeckungsauskunftsdatenType>();
|
||||
}
|
||||
return this.zusaetzlicheDeckungsauskunftsdaten;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,320 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_8_0.on7schaden;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.PersonType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.VersichertesInteresseType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Versicherungsnehmer" type="{urn:omds3CommonServiceTypes-1-1-0}Person_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Polizzennr" type="{urn:omds20}Polizzennr" minOccurs="0"/>
|
||||
* <element name="VertragsID" type="{urn:omds20}VertragsID" minOccurs="0"/>
|
||||
* <element name="VersInteresse" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type" minOccurs="0"/>
|
||||
* <element name="ZusaetzlicheDeckungsauskunftsdaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ZusaetzlicheDeckungsauskunftsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Auskuenfte" maxOccurs="unbounded" minOccurs="0">
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="EigenschaftCd" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="Antwort" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"versicherungsnehmer",
|
||||
"polizzennr",
|
||||
"vertragsID",
|
||||
"versInteresse",
|
||||
"zusaetzlicheDeckungsauskunftsdaten",
|
||||
"auskuenfte"
|
||||
})
|
||||
@XmlRootElement(name = "CheckCoverageResponse")
|
||||
public class CheckCoverageResponse
|
||||
extends CommonResponseType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Versicherungsnehmer")
|
||||
protected List<PersonType> versicherungsnehmer;
|
||||
@XmlElement(name = "Polizzennr")
|
||||
protected String polizzennr;
|
||||
@XmlElement(name = "VertragsID")
|
||||
protected String vertragsID;
|
||||
@XmlElement(name = "VersInteresse")
|
||||
protected VersichertesInteresseType versInteresse;
|
||||
@XmlElement(name = "ZusaetzlicheDeckungsauskunftsdaten")
|
||||
protected List<ZusaetzlicheDeckungsauskunftsdatenType> zusaetzlicheDeckungsauskunftsdaten;
|
||||
@XmlElement(name = "Auskuenfte")
|
||||
protected List<CheckCoverageResponse.Auskuenfte> auskuenfte;
|
||||
|
||||
/**
|
||||
* Gets the value of the versicherungsnehmer 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 JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the versicherungsnehmer property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getVersicherungsnehmer().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link PersonType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<PersonType> getVersicherungsnehmer() {
|
||||
if (versicherungsnehmer == null) {
|
||||
versicherungsnehmer = new ArrayList<PersonType>();
|
||||
}
|
||||
return this.versicherungsnehmer;
|
||||
}
|
||||
|
||||
/**
|
||||
* 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 versInteresse-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link VersichertesInteresseType }
|
||||
*
|
||||
*/
|
||||
public VersichertesInteresseType getVersInteresse() {
|
||||
return versInteresse;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der versInteresse-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link VersichertesInteresseType }
|
||||
*
|
||||
*/
|
||||
public void setVersInteresse(VersichertesInteresseType value) {
|
||||
this.versInteresse = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the zusaetzlicheDeckungsauskunftsdaten 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 JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the zusaetzlicheDeckungsauskunftsdaten property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getZusaetzlicheDeckungsauskunftsdaten().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ZusaetzlicheDeckungsauskunftsdatenType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ZusaetzlicheDeckungsauskunftsdatenType> getZusaetzlicheDeckungsauskunftsdaten() {
|
||||
if (zusaetzlicheDeckungsauskunftsdaten == null) {
|
||||
zusaetzlicheDeckungsauskunftsdaten = new ArrayList<ZusaetzlicheDeckungsauskunftsdatenType>();
|
||||
}
|
||||
return this.zusaetzlicheDeckungsauskunftsdaten;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the auskuenfte 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 JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the auskuenfte property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getAuskuenfte().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link CheckCoverageResponse.Auskuenfte }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<CheckCoverageResponse.Auskuenfte> getAuskuenfte() {
|
||||
if (auskuenfte == null) {
|
||||
auskuenfte = new ArrayList<CheckCoverageResponse.Auskuenfte>();
|
||||
}
|
||||
return this.auskuenfte;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="EigenschaftCd" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="Antwort" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"eigenschaftCd",
|
||||
"antwort"
|
||||
})
|
||||
public static class Auskuenfte {
|
||||
|
||||
@XmlElement(name = "EigenschaftCd", required = true)
|
||||
protected String eigenschaftCd;
|
||||
@XmlElement(name = "Antwort", required = true)
|
||||
protected String antwort;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der eigenschaftCd-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getEigenschaftCd() {
|
||||
return eigenschaftCd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der eigenschaftCd-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setEigenschaftCd(String value) {
|
||||
this.eigenschaftCd = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getAntwort() {
|
||||
return antwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setAntwort(String value) {
|
||||
this.antwort = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -44,6 +44,14 @@ public class ObjectFactory {
|
||||
public ObjectFactory() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CheckCoverageResponse }
|
||||
*
|
||||
*/
|
||||
public CheckCoverageResponse createCheckCoverageResponse() {
|
||||
return new CheckCoverageResponse();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SpartendetailSchadenKrankenType }
|
||||
*
|
||||
@@ -132,6 +140,38 @@ public class ObjectFactory {
|
||||
return new SchadenzuordnungType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CheckCoverageRequest }
|
||||
*
|
||||
*/
|
||||
public CheckCoverageRequest createCheckCoverageRequest() {
|
||||
return new CheckCoverageRequest();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CheckCoverageResponse.Auskuenfte }
|
||||
*
|
||||
*/
|
||||
public CheckCoverageResponse.Auskuenfte createCheckCoverageResponseAuskuenfte() {
|
||||
return new CheckCoverageResponse.Auskuenfte();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SubmitReceiptRequest }
|
||||
*
|
||||
*/
|
||||
public SubmitReceiptRequest createSubmitReceiptRequest() {
|
||||
return new SubmitReceiptRequest();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SubmitReceiptResponse }
|
||||
*
|
||||
*/
|
||||
public SubmitReceiptResponse createSubmitReceiptResponse() {
|
||||
return new SubmitReceiptResponse();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SearchClaimResponseResultType }
|
||||
*
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_8_0.on7schaden;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
@@ -25,6 +27,18 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
* <element name="ArbeitsunfaehigBis" type="{urn:omds20}Datum" minOccurs="0"/>
|
||||
* <element name="Diagnose" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="BehandlerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Koerperhaelfte" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}byte">
|
||||
* <enumeration value="0"/>
|
||||
* <enumeration value="1"/>
|
||||
* <enumeration value="2"/>
|
||||
* <enumeration value="3"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="Koerperteil" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="BehoerdlicheAufnahme" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -38,7 +52,10 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
"arbeitsunfaehigVon",
|
||||
"arbeitsunfaehigBis",
|
||||
"diagnose",
|
||||
"behandlerName"
|
||||
"behandlerName",
|
||||
"koerperhaelfte",
|
||||
"koerperteil",
|
||||
"behoerdlicheAufnahme"
|
||||
})
|
||||
public class SpartendetailSchadenUnfallType
|
||||
extends SpartendetailSchadenType
|
||||
@@ -54,6 +71,12 @@ public class SpartendetailSchadenUnfallType
|
||||
protected String diagnose;
|
||||
@XmlElement(name = "BehandlerName")
|
||||
protected String behandlerName;
|
||||
@XmlElement(name = "Koerperhaelfte")
|
||||
protected Byte koerperhaelfte;
|
||||
@XmlElement(name = "Koerperteil")
|
||||
protected List<String> koerperteil;
|
||||
@XmlElement(name = "BehoerdlicheAufnahme")
|
||||
protected String behoerdlicheAufnahme;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der arbeitsunfaehigVon-Eigenschaft ab.
|
||||
@@ -151,4 +174,81 @@ public class SpartendetailSchadenUnfallType
|
||||
this.behandlerName = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der koerperhaelfte-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Byte }
|
||||
*
|
||||
*/
|
||||
public Byte getKoerperhaelfte() {
|
||||
return koerperhaelfte;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der koerperhaelfte-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Byte }
|
||||
*
|
||||
*/
|
||||
public void setKoerperhaelfte(Byte value) {
|
||||
this.koerperhaelfte = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the koerperteil 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 JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the koerperteil property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getKoerperteil().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link String }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<String> getKoerperteil() {
|
||||
if (koerperteil == null) {
|
||||
koerperteil = new ArrayList<String>();
|
||||
}
|
||||
return this.koerperteil;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der behoerdlicheAufnahme-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getBehoerdlicheAufnahme() {
|
||||
return behoerdlicheAufnahme;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der behoerdlicheAufnahme-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setBehoerdlicheAufnahme(String value) {
|
||||
this.behoerdlicheAufnahme = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,250 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_8_0.on7schaden;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.DokumentDataType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.ZahlwegType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Polizzennr" type="{urn:omds20}Polizzennr"/>
|
||||
* <element name="VertragsID" type="{urn:omds20}VertragsID" minOccurs="0"/>
|
||||
* <element name="Betrag" type="{urn:omds20}decimal"/>
|
||||
* <element name="Grund" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Zahlweg" type="{urn:omds3CommonServiceTypes-1-1-0}Zahlweg_Type"/>
|
||||
* <element name="Belege" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentData_Type" maxOccurs="unbounded"/>
|
||||
* <element name="ZusaetzlicheBelegeinreichungsdaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ZusaetzlicheBelegeinreichungsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"polizzennr",
|
||||
"vertragsID",
|
||||
"betrag",
|
||||
"grund",
|
||||
"zahlweg",
|
||||
"belege",
|
||||
"zusaetzlicheBelegeinreichungsdaten"
|
||||
})
|
||||
@XmlRootElement(name = "SubmitReceiptRequest")
|
||||
public class SubmitReceiptRequest
|
||||
extends CommonRequestType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Polizzennr", required = true)
|
||||
protected String polizzennr;
|
||||
@XmlElement(name = "VertragsID")
|
||||
protected String vertragsID;
|
||||
@XmlElement(name = "Betrag", required = true)
|
||||
protected BigDecimal betrag;
|
||||
@XmlElement(name = "Grund")
|
||||
protected String grund;
|
||||
@XmlElement(name = "Zahlweg", required = true)
|
||||
protected ZahlwegType zahlweg;
|
||||
@XmlElement(name = "Belege", required = true)
|
||||
protected List<DokumentDataType> belege;
|
||||
@XmlElement(name = "ZusaetzlicheBelegeinreichungsdaten")
|
||||
protected List<ZusaetzlicheBelegeinreichungsdatenType> zusaetzlicheBelegeinreichungsdaten;
|
||||
|
||||
/**
|
||||
* 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 betrag-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigDecimal }
|
||||
*
|
||||
*/
|
||||
public BigDecimal getBetrag() {
|
||||
return betrag;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der betrag-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigDecimal }
|
||||
*
|
||||
*/
|
||||
public void setBetrag(BigDecimal value) {
|
||||
this.betrag = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der grund-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getGrund() {
|
||||
return grund;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der grund-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setGrund(String value) {
|
||||
this.grund = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der zahlweg-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ZahlwegType }
|
||||
*
|
||||
*/
|
||||
public ZahlwegType getZahlweg() {
|
||||
return zahlweg;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der zahlweg-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ZahlwegType }
|
||||
*
|
||||
*/
|
||||
public void setZahlweg(ZahlwegType value) {
|
||||
this.zahlweg = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the belege 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 JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the belege property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getBelege().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link DokumentDataType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<DokumentDataType> getBelege() {
|
||||
if (belege == null) {
|
||||
belege = new ArrayList<DokumentDataType>();
|
||||
}
|
||||
return this.belege;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the zusaetzlicheBelegeinreichungsdaten 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 JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the zusaetzlicheBelegeinreichungsdaten property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getZusaetzlicheBelegeinreichungsdaten().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ZusaetzlicheBelegeinreichungsdatenType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ZusaetzlicheBelegeinreichungsdatenType> getZusaetzlicheBelegeinreichungsdaten() {
|
||||
if (zusaetzlicheBelegeinreichungsdaten == null) {
|
||||
zusaetzlicheBelegeinreichungsdaten = new ArrayList<ZusaetzlicheBelegeinreichungsdatenType>();
|
||||
}
|
||||
return this.zusaetzlicheBelegeinreichungsdaten;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_8_0.on7schaden;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonResponseType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
@XmlRootElement(name = "SubmitReceiptResponse")
|
||||
public class SubmitReceiptResponse
|
||||
extends CommonResponseType
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_8_0.on7schaden;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Abstrakter Typ fuer die Erweiterung des Service zur Belegeinreichung mit Datentypen, die nicht im Standard halten sind
|
||||
*
|
||||
* <p>Java-Klasse für ZusaetzlicheBelegeinreichungsdaten_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ZusaetzlicheBelegeinreichungsdaten_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ZusaetzlicheBelegeinreichungsdaten_Type")
|
||||
public abstract class ZusaetzlicheBelegeinreichungsdatenType {
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_8_0.on7schaden;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Abstrakter Typ fuer die Erweiterung von Anfragen zu Deckungsauskünften mit Datentypen, die nicht im Standard halten sind
|
||||
*
|
||||
* <p>Java-Klasse für ZusaetzlicheDeckungsauskunftsdaten_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ZusaetzlicheDeckungsauskunftsdaten_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ZusaetzlicheDeckungsauskunftsdaten_Type")
|
||||
public abstract class ZusaetzlicheDeckungsauskunftsdatenType {
|
||||
|
||||
|
||||
}
|
||||
@@ -10,7 +10,7 @@ import javax.xml.ws.Service;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.5.0
|
||||
* 2022-01-28T16:06:56.178+01:00
|
||||
* 2022-07-22T12:29:12.238+02:00
|
||||
* Generated source version: 3.5.0
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.5.0
|
||||
* 2022-01-28T16:06:56.147+01:00
|
||||
* 2022-07-22T12:29:12.207+02:00
|
||||
* Generated source version: 3.5.0
|
||||
*
|
||||
*/
|
||||
@@ -33,11 +33,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
private static final Logger LOG = Logger.getLogger(OmdsServicePortImpl.class.getName());
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageListRequest parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageListRequest param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageListRequest parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageListRequest param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation getOMDSPackageList");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageListResponse _return = null;
|
||||
return _return;
|
||||
@@ -49,11 +49,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#calculateLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#calculateLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenResponseType calculateLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenResponseType calculateLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation calculateLeben");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenResponseType _return = null;
|
||||
return _return;
|
||||
@@ -65,11 +65,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#addDocToBusinessCase(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#addDocToBusinessCase(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseResponseType addDocToBusinessCase(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseResponseType addDocToBusinessCase(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation addDocToBusinessCase");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseResponseType _return = null;
|
||||
return _return;
|
||||
@@ -81,11 +81,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation calculateSachPrivat");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _return = null;
|
||||
return _return;
|
||||
@@ -97,11 +97,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createApplicationKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createApplicationKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzResponseType createApplicationKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzResponseType createApplicationKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation createApplicationKfz");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzResponseType _return = null;
|
||||
return _return;
|
||||
@@ -113,11 +113,27 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createOfferKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#submitReceipt(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitReceiptRequest param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzResponseType createOfferKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitReceiptResponse submitReceipt(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitReceiptRequest param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation submitReceipt");
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_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_8_0.service.OmdsServicePortType#createOfferKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzResponseType createOfferKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation createOfferKfz");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzResponseType _return = null;
|
||||
return _return;
|
||||
@@ -129,11 +145,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#deepLinkPartner(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPartnerRequest parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#deepLinkPartner(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPartnerRequest param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPartnerRequest parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPartnerRequest param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation deepLinkPartner");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
|
||||
return _return;
|
||||
@@ -145,11 +161,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation submitApplicationLeben");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenResponseType _return = null;
|
||||
return _return;
|
||||
@@ -161,11 +177,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPolicyRequest parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPolicyRequest param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPolicyRequest parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPolicyRequest param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation deepLinkPolicy");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
|
||||
return _return;
|
||||
@@ -177,11 +193,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#searchClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#searchClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimResponseType searchClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimResponseType searchClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation searchClaim");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimResponseType _return = null;
|
||||
return _return;
|
||||
@@ -193,11 +209,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getUserData(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataRequest parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getUserData(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataRequest param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataResponse getUserData(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataRequest parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataResponse getUserData(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataRequest param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation getUserData");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataResponse _return = null;
|
||||
return _return;
|
||||
@@ -209,11 +225,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#deepLinkClaim(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkClaimRequest parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#deepLinkClaim(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkClaimRequest param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkClaim(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkClaimRequest parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkClaim(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkClaimRequest param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation deepLinkClaim");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
|
||||
return _return;
|
||||
@@ -225,11 +241,27 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#submitClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#checkCoverage(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckCoverageRequest param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimResponseType submitClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckCoverageResponse checkCoverage(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckCoverageRequest param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation checkCoverage");
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_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_8_0.service.OmdsServicePortType#submitClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimResponseType submitClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation submitClaim");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimResponseType _return = null;
|
||||
return _return;
|
||||
@@ -241,11 +273,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getOMDSPackage(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageRequest parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getOMDSPackage(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageRequest param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageResponse getOMDSPackage(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageRequest parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageResponse getOMDSPackage(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageRequest param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation getOMDSPackage");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageResponse _return = null;
|
||||
return _return;
|
||||
@@ -257,11 +289,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getNumberOfDocuments(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getNumberOfDocuments(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsResponseType getNumberOfDocuments(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsResponseType getNumberOfDocuments(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation getNumberOfDocuments");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsResponseType _return = null;
|
||||
return _return;
|
||||
@@ -273,11 +305,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#deepLinkOffer(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkOfferRequest parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#deepLinkOffer(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkOfferRequest param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkOfferRequest parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkOfferRequest param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation deepLinkOffer");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
|
||||
return _return;
|
||||
@@ -289,11 +321,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#calculateUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#calculateUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallResponseType calculateUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallResponseType calculateUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation calculateUnfall");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallResponseType _return = null;
|
||||
return _return;
|
||||
@@ -305,11 +337,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnfallRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnfallRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnfallResponseType submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnfallRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnfallResponseType submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnfallRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation submitApplicationUnfall");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnfallResponseType _return = null;
|
||||
return _return;
|
||||
@@ -321,11 +353,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation getDocumentsOfPeriod");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodResponseType _return = null;
|
||||
return _return;
|
||||
@@ -337,11 +369,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectResponseType getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectResponseType getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation getDocumentsOfObject");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectResponseType _return = null;
|
||||
return _return;
|
||||
@@ -353,11 +385,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#calculateKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#calculateKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzResponseType calculateKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzResponseType calculateKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation calculateKfz");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzResponseType _return = null;
|
||||
return _return;
|
||||
@@ -369,11 +401,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation createApplicationUnfall");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallResponseType _return = null;
|
||||
return _return;
|
||||
@@ -385,11 +417,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createOfferSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createOfferSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType createOfferSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType createOfferSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation createOfferSachPrivat");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType _return = null;
|
||||
return _return;
|
||||
@@ -401,11 +433,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#checkClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#checkClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimResponseType checkClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimResponseType checkClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation checkClaim");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimResponseType _return = null;
|
||||
return _return;
|
||||
@@ -417,11 +449,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType createApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType createApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation createApplicationSachPrivat");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType _return = null;
|
||||
return _return;
|
||||
@@ -433,27 +465,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getArcImage(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageRequest parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageResponse getArcImage(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageRequest parameters) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation getArcImage");
|
||||
System.out.println(parameters);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_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_8_0.service.OmdsServicePortType#getClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimRequestType parameters)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimResponseType getClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimResponseType getClaim(at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation getClaim");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimResponseType _return = null;
|
||||
return _return;
|
||||
@@ -465,11 +481,27 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createApplicationLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateApplicationLebenRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getArcImage(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageRequest param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateApplicationLebenRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageResponse getArcImage(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageRequest param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation getArcImage");
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_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_8_0.service.OmdsServicePortType#createApplicationLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateApplicationLebenRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateApplicationLebenRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation createApplicationLeben");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateApplicationLebenResponseType _return = null;
|
||||
return _return;
|
||||
@@ -481,11 +513,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createOfferUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createOfferUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation createOfferUnfall");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallResponseType _return = null;
|
||||
return _return;
|
||||
@@ -497,11 +529,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createOfferLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#createOfferLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenResponseType createOfferLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenResponseType createOfferLeben(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation createOfferLeben");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenResponseType _return = null;
|
||||
return _return;
|
||||
@@ -513,11 +545,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#login(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.LoginRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#login(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.LoginRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse login(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.LoginRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse login(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.LoginRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation login");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
|
||||
return _return;
|
||||
@@ -529,11 +561,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#submitApplicationKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#submitApplicationKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzResponseType submitApplicationKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzResponseType submitApplicationKfz(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation submitApplicationKfz");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzResponseType _return = null;
|
||||
return _return;
|
||||
@@ -545,11 +577,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation submitApplicationSachPrivat");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _return = null;
|
||||
return _return;
|
||||
@@ -561,11 +593,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getArcImageInfos(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosRequest parameters)*
|
||||
* @see at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType#getArcImageInfos(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosRequest param)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosResponse getArcImageInfos(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosRequest parameters) throws ServiceFaultMsg {
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosResponse getArcImageInfos(at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosRequest param) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation getArcImageInfos");
|
||||
System.out.println(parameters);
|
||||
System.out.println(param);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosResponse _return = null;
|
||||
return _return;
|
||||
|
||||
@@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.5.0
|
||||
* 2022-01-28T16:06:56.163+01:00
|
||||
* 2022-07-22T12:29:12.223+02:00
|
||||
* Generated source version: 3.5.0
|
||||
*
|
||||
*/
|
||||
@@ -19,274 +19,290 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
public interface OmdsServicePortType {
|
||||
|
||||
@WebMethod(action = "urn:getOMDSPackageList")
|
||||
@WebResult(name = "getOMDSPackageListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
@WebResult(name = "getOMDSPackageListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(
|
||||
|
||||
@WebParam(partName = "parameters", name = "getOMDSPackageListRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageListRequest parameters
|
||||
@WebParam(partName = "param", name = "getOMDSPackageListRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_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 = "parameters")
|
||||
@WebResult(name = "CalculateLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenResponseType calculateLeben(
|
||||
|
||||
@WebParam(partName = "parameters", name = "CalculateLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenRequestType parameters
|
||||
@WebParam(partName = "param", name = "CalculateLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:addDocToBusinessCase")
|
||||
@WebResult(name = "AddDocToBusinessCaseResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
|
||||
@WebResult(name = "AddDocToBusinessCaseResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseResponseType addDocToBusinessCase(
|
||||
|
||||
@WebParam(partName = "parameters", name = "AddDocToBusinessCaseRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseRequestType parameters
|
||||
@WebParam(partName = "param", name = "AddDocToBusinessCaseRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:calculateSachPrivat")
|
||||
@WebResult(name = "CalculateSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters")
|
||||
@WebResult(name = "CalculateSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(
|
||||
|
||||
@WebParam(partName = "parameters", name = "CalculateSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters
|
||||
@WebParam(partName = "param", name = "CalculateSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:createApplicationKfz")
|
||||
@WebResult(name = "CreateApplicationKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters")
|
||||
@WebResult(name = "CreateApplicationKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzResponseType createApplicationKfz(
|
||||
|
||||
@WebParam(partName = "parameters", name = "CreateApplicationKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzRequestType parameters
|
||||
@WebParam(partName = "param", name = "CreateApplicationKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:submitReceipt")
|
||||
@WebResult(name = "SubmitReceiptResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitReceiptResponse submitReceipt(
|
||||
|
||||
@WebParam(partName = "param", name = "SubmitReceiptRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitReceiptRequest param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:createOfferKfz")
|
||||
@WebResult(name = "CreateOfferKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters")
|
||||
@WebResult(name = "CreateOfferKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzResponseType createOfferKfz(
|
||||
|
||||
@WebParam(partName = "parameters", name = "CreateOfferKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzRequestType parameters
|
||||
@WebParam(partName = "param", name = "CreateOfferKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:deepLinkPartner")
|
||||
@WebResult(name = "getDeepLinkPartnerResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
@WebResult(name = "getDeepLinkPartnerResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(
|
||||
|
||||
@WebParam(partName = "parameters", name = "getDeepLinkPartnerRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPartnerRequest parameters
|
||||
@WebParam(partName = "param", name = "getDeepLinkPartnerRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_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 = "parameters")
|
||||
@WebResult(name = "SubmitApplicationLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben(
|
||||
|
||||
@WebParam(partName = "parameters", name = "SubmitApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenRequestType parameters
|
||||
@WebParam(partName = "param", name = "SubmitApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:deepLinkPolicy")
|
||||
@WebResult(name = "getDeepLinkPolicyResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
@WebResult(name = "getDeepLinkPolicyResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(
|
||||
|
||||
@WebParam(partName = "parameters", name = "getDeepLinkPolicyRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPolicyRequest parameters
|
||||
@WebParam(partName = "param", name = "getDeepLinkPolicyRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPolicyRequest param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:searchClaim")
|
||||
@WebResult(name = "SearchClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
|
||||
@WebResult(name = "SearchClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimResponseType searchClaim(
|
||||
|
||||
@WebParam(partName = "parameters", name = "SearchClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimRequestType parameters
|
||||
@WebParam(partName = "param", name = "SearchClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getUserData")
|
||||
@WebResult(name = "getUserDataResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
@WebResult(name = "getUserDataResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataResponse getUserData(
|
||||
|
||||
@WebParam(partName = "parameters", name = "getUserDataRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataRequest parameters
|
||||
@WebParam(partName = "param", name = "getUserDataRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataRequest param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:deepLinkClaim")
|
||||
@WebResult(name = "getDeepLinkClaimResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
@WebResult(name = "getDeepLinkClaimResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkClaim(
|
||||
|
||||
@WebParam(partName = "parameters", name = "getDeepLinkClaimRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkClaimRequest parameters
|
||||
@WebParam(partName = "param", name = "getDeepLinkClaimRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkClaimRequest param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:checkCoverage")
|
||||
@WebResult(name = "CheckCoverageResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckCoverageResponse checkCoverage(
|
||||
|
||||
@WebParam(partName = "param", name = "CheckCoverageRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
||||
at.vvo.omds.types.omds3Types.r1_8_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 = "parameters")
|
||||
@WebResult(name = "SubmitClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimResponseType submitClaim(
|
||||
|
||||
@WebParam(partName = "parameters", name = "SubmitClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimRequestType parameters
|
||||
@WebParam(partName = "param", name = "SubmitClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getOMDSPackage")
|
||||
@WebResult(name = "getOMDSPackageResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
@WebResult(name = "getOMDSPackageResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageResponse getOMDSPackage(
|
||||
|
||||
@WebParam(partName = "parameters", name = "getOMDSPackageRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageRequest parameters
|
||||
@WebParam(partName = "param", name = "getOMDSPackageRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageRequest param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getNumberOfDocuments")
|
||||
@WebResult(name = "GetNumberOfDocumentsResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
|
||||
@WebResult(name = "GetNumberOfDocumentsResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsResponseType getNumberOfDocuments(
|
||||
|
||||
@WebParam(partName = "parameters", name = "GetNumberOfDocumentsRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsRequestType parameters
|
||||
@WebParam(partName = "param", name = "GetNumberOfDocumentsRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:deepLinkOffer")
|
||||
@WebResult(name = "getDeepLinkOfferResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
@WebResult(name = "getDeepLinkOfferResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(
|
||||
|
||||
@WebParam(partName = "parameters", name = "getDeepLinkOfferRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkOfferRequest parameters
|
||||
@WebParam(partName = "param", name = "getDeepLinkOfferRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkOfferRequest param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:calculateUnfall")
|
||||
@WebResult(name = "CalculateUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters")
|
||||
@WebResult(name = "CalculateUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallResponseType calculateUnfall(
|
||||
|
||||
@WebParam(partName = "parameters", name = "CalculateUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallRequestType parameters
|
||||
@WebParam(partName = "param", name = "CalculateUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:submitApplicationUnfall")
|
||||
@WebResult(name = "SubmitApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters")
|
||||
@WebResult(name = "SubmitApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnfallResponseType submitApplicationUnfall(
|
||||
|
||||
@WebParam(partName = "parameters", name = "SubmitApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnfallRequestType parameters
|
||||
@WebParam(partName = "param", name = "SubmitApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
|
||||
at.vvo.omds.types.omds3Types.r1_8_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 = "parameters")
|
||||
@WebResult(name = "GetDocumentsOfPeriodResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(
|
||||
|
||||
@WebParam(partName = "parameters", name = "GetDocumentsOfPeriodRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodRequestType parameters
|
||||
@WebParam(partName = "param", name = "GetDocumentsOfPeriodRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getDocumentsOfObject")
|
||||
@WebResult(name = "GetDocumentsOfObjectResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
|
||||
@WebResult(name = "GetDocumentsOfObjectResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectResponseType getDocumentsOfObject(
|
||||
|
||||
@WebParam(partName = "parameters", name = "GetDocumentsOfObjectRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectRequestType parameters
|
||||
@WebParam(partName = "param", name = "GetDocumentsOfObjectRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:calculateKfz")
|
||||
@WebResult(name = "CalculateKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters")
|
||||
@WebResult(name = "CalculateKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzResponseType calculateKfz(
|
||||
|
||||
@WebParam(partName = "parameters", name = "CalculateKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzRequestType parameters
|
||||
@WebParam(partName = "param", name = "CalculateKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:createApplicationUnfall")
|
||||
@WebResult(name = "CreateApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters")
|
||||
@WebResult(name = "CreateApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(
|
||||
|
||||
@WebParam(partName = "parameters", name = "CreateApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallRequestType parameters
|
||||
@WebParam(partName = "param", name = "CreateApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:createOfferSachPrivat")
|
||||
@WebResult(name = "CreateOfferSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters")
|
||||
@WebResult(name = "CreateOfferSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType createOfferSachPrivat(
|
||||
|
||||
@WebParam(partName = "parameters", name = "CreateOfferSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters
|
||||
@WebParam(partName = "param", name = "CreateOfferSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
|
||||
at.vvo.omds.types.omds3Types.r1_8_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 = "parameters")
|
||||
@WebResult(name = "CheckClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimResponseType checkClaim(
|
||||
|
||||
@WebParam(partName = "parameters", name = "CheckClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimRequestType parameters
|
||||
@WebParam(partName = "param", name = "CheckClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
||||
at.vvo.omds.types.omds3Types.r1_8_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 = "parameters")
|
||||
@WebResult(name = "CreateApplicationSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType createApplicationSachPrivat(
|
||||
|
||||
@WebParam(partName = "parameters", name = "CreateApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getArcImage")
|
||||
@WebResult(name = "getArcImageResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageResponse getArcImage(
|
||||
|
||||
@WebParam(partName = "parameters", name = "getArcImageRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageRequest parameters
|
||||
@WebParam(partName = "param", name = "CreateApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getClaim")
|
||||
@WebResult(name = "GetClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
|
||||
@WebResult(name = "GetClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimResponseType getClaim(
|
||||
|
||||
@WebParam(partName = "parameters", name = "GetClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimRequestType parameters
|
||||
@WebParam(partName = "param", name = "GetClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getArcImage")
|
||||
@WebResult(name = "getArcImageResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageResponse getArcImage(
|
||||
|
||||
@WebParam(partName = "param", name = "getArcImageRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_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 = "parameters")
|
||||
@WebResult(name = "CreateApplicationLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(
|
||||
|
||||
@WebParam(partName = "parameters", name = "CreateApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateApplicationLebenRequestType parameters
|
||||
@WebParam(partName = "param", name = "CreateApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
|
||||
at.vvo.omds.types.omds3Types.r1_8_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 = "parameters")
|
||||
@WebResult(name = "CreateOfferUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(
|
||||
|
||||
@WebParam(partName = "parameters", name = "CreateOfferUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallRequestType parameters
|
||||
@WebParam(partName = "param", name = "CreateOfferUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
|
||||
at.vvo.omds.types.omds3Types.r1_8_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 = "parameters")
|
||||
@WebResult(name = "CreateOfferLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenResponseType createOfferLeben(
|
||||
|
||||
@WebParam(partName = "parameters", name = "CreateOfferLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenRequestType parameters
|
||||
@WebParam(partName = "param", name = "CreateOfferLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:login")
|
||||
@WebResult(name = "loginResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
@WebResult(name = "loginResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse login(
|
||||
|
||||
@WebParam(partName = "parameters", name = "loginRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.LoginRequestType parameters
|
||||
@WebParam(partName = "param", name = "loginRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.LoginRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:submitApplicationKfz")
|
||||
@WebResult(name = "SubmitApplicationKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters")
|
||||
@WebResult(name = "SubmitApplicationKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzResponseType submitApplicationKfz(
|
||||
|
||||
@WebParam(partName = "parameters", name = "SubmitApplicationKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzRequestType parameters
|
||||
@WebParam(partName = "param", name = "SubmitApplicationKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:submitApplicationSachPrivat")
|
||||
@WebResult(name = "SubmitApplicationSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters")
|
||||
@WebResult(name = "SubmitApplicationSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType submitApplicationSachPrivat(
|
||||
|
||||
@WebParam(partName = "parameters", name = "SubmitApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType parameters
|
||||
@WebParam(partName = "param", name = "SubmitApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType param
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getArcImageInfos")
|
||||
@WebResult(name = "getArcImageInfosResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
@WebResult(name = "getArcImageInfosResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
|
||||
public at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosResponse getArcImageInfos(
|
||||
|
||||
@WebParam(partName = "parameters", name = "getArcImageInfosRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosRequest parameters
|
||||
@WebParam(partName = "param", name = "getArcImageInfosRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosRequest param
|
||||
) throws ServiceFaultMsg;
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.5.0
|
||||
* 2022-01-28T16:06:56.053+01:00
|
||||
* 2022-07-22T12:29:12.142+02:00
|
||||
* Generated source version: 3.5.0
|
||||
*
|
||||
*/
|
||||
@@ -50,9 +50,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
|
||||
{
|
||||
System.out.println("Invoking getOMDSPackageList...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageListRequest _getOMDSPackageList_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageListRequest _getOMDSPackageList_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageListResponse _getOMDSPackageList__return = port.getOMDSPackageList(_getOMDSPackageList_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageListResponse _getOMDSPackageList__return = port.getOMDSPackageList(_getOMDSPackageList_param);
|
||||
System.out.println("getOMDSPackageList.result=" + _getOMDSPackageList__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -63,9 +63,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking calculateLeben...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenRequestType _calculateLeben_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenRequestType _calculateLeben_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenResponseType _calculateLeben__return = port.calculateLeben(_calculateLeben_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CalculateLebenResponseType _calculateLeben__return = port.calculateLeben(_calculateLeben_param);
|
||||
System.out.println("calculateLeben.result=" + _calculateLeben__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -76,9 +76,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking addDocToBusinessCase...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseRequestType _addDocToBusinessCase_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseRequestType _addDocToBusinessCase_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseResponseType _addDocToBusinessCase__return = port.addDocToBusinessCase(_addDocToBusinessCase_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.AddDocToBusinessCaseResponseType _addDocToBusinessCase__return = port.addDocToBusinessCase(_addDocToBusinessCase_param);
|
||||
System.out.println("addDocToBusinessCase.result=" + _addDocToBusinessCase__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -89,9 +89,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking calculateSachPrivat...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType _calculateSachPrivat_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType _calculateSachPrivat_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _calculateSachPrivat__return = port.calculateSachPrivat(_calculateSachPrivat_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _calculateSachPrivat__return = port.calculateSachPrivat(_calculateSachPrivat_param);
|
||||
System.out.println("calculateSachPrivat.result=" + _calculateSachPrivat__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -102,9 +102,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking createApplicationKfz...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzRequestType _createApplicationKfz_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzRequestType _createApplicationKfz_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzResponseType _createApplicationKfz__return = port.createApplicationKfz(_createApplicationKfz_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateApplicationKfzResponseType _createApplicationKfz__return = port.createApplicationKfz(_createApplicationKfz_param);
|
||||
System.out.println("createApplicationKfz.result=" + _createApplicationKfz__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -114,10 +114,23 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking createOfferKfz...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzRequestType _createOfferKfz_parameters = null;
|
||||
System.out.println("Invoking submitReceipt...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitReceiptRequest _submitReceipt_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzResponseType _createOfferKfz__return = port.createOfferKfz(_createOfferKfz_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitReceiptResponse _submitReceipt__return = port.submitReceipt(_submitReceipt_param);
|
||||
System.out.println("submitReceipt.result=" + _submitReceipt__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
}
|
||||
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking createOfferKfz...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzRequestType _createOfferKfz_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CreateOfferKfzResponseType _createOfferKfz__return = port.createOfferKfz(_createOfferKfz_param);
|
||||
System.out.println("createOfferKfz.result=" + _createOfferKfz__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -128,9 +141,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking deepLinkPartner...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPartnerRequest _deepLinkPartner_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPartnerRequest _deepLinkPartner_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPartner__return = port.deepLinkPartner(_deepLinkPartner_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPartner__return = port.deepLinkPartner(_deepLinkPartner_param);
|
||||
System.out.println("deepLinkPartner.result=" + _deepLinkPartner__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -141,9 +154,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking submitApplicationLeben...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenRequestType _submitApplicationLeben_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenRequestType _submitApplicationLeben_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenResponseType _submitApplicationLeben__return = port.submitApplicationLeben(_submitApplicationLeben_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.SubmitApplicationLebenResponseType _submitApplicationLeben__return = port.submitApplicationLeben(_submitApplicationLeben_param);
|
||||
System.out.println("submitApplicationLeben.result=" + _submitApplicationLeben__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -154,9 +167,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking deepLinkPolicy...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPolicyRequest _deepLinkPolicy_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkPolicyRequest _deepLinkPolicy_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPolicy__return = port.deepLinkPolicy(_deepLinkPolicy_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPolicy__return = port.deepLinkPolicy(_deepLinkPolicy_param);
|
||||
System.out.println("deepLinkPolicy.result=" + _deepLinkPolicy__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -167,9 +180,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking searchClaim...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimRequestType _searchClaim_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimRequestType _searchClaim_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimResponseType _searchClaim__return = port.searchClaim(_searchClaim_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SearchClaimResponseType _searchClaim__return = port.searchClaim(_searchClaim_param);
|
||||
System.out.println("searchClaim.result=" + _searchClaim__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -180,9 +193,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking getUserData...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataRequest _getUserData_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataRequest _getUserData_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataResponse _getUserData__return = port.getUserData(_getUserData_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.UserDataResponse _getUserData__return = port.getUserData(_getUserData_param);
|
||||
System.out.println("getUserData.result=" + _getUserData__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -193,9 +206,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking deepLinkClaim...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkClaimRequest _deepLinkClaim_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkClaimRequest _deepLinkClaim_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkClaim__return = port.deepLinkClaim(_deepLinkClaim_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkClaim__return = port.deepLinkClaim(_deepLinkClaim_param);
|
||||
System.out.println("deepLinkClaim.result=" + _deepLinkClaim__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -205,10 +218,23 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking submitClaim...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimRequestType _submitClaim_parameters = null;
|
||||
System.out.println("Invoking checkCoverage...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckCoverageRequest _checkCoverage_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimResponseType _submitClaim__return = port.submitClaim(_submitClaim_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckCoverageResponse _checkCoverage__return = port.checkCoverage(_checkCoverage_param);
|
||||
System.out.println("checkCoverage.result=" + _checkCoverage__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
}
|
||||
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking submitClaim...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimRequestType _submitClaim_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitClaimResponseType _submitClaim__return = port.submitClaim(_submitClaim_param);
|
||||
System.out.println("submitClaim.result=" + _submitClaim__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -219,9 +245,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking getOMDSPackage...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageRequest _getOMDSPackage_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageRequest _getOMDSPackage_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageResponse _getOMDSPackage__return = port.getOMDSPackage(_getOMDSPackage_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.OMDSPackageResponse _getOMDSPackage__return = port.getOMDSPackage(_getOMDSPackage_param);
|
||||
System.out.println("getOMDSPackage.result=" + _getOMDSPackage__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -232,9 +258,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking getNumberOfDocuments...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsRequestType _getNumberOfDocuments_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsRequestType _getNumberOfDocuments_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsResponseType _getNumberOfDocuments__return = port.getNumberOfDocuments(_getNumberOfDocuments_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetNumberOfDocumentsResponseType _getNumberOfDocuments__return = port.getNumberOfDocuments(_getNumberOfDocuments_param);
|
||||
System.out.println("getNumberOfDocuments.result=" + _getNumberOfDocuments__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -245,9 +271,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking deepLinkOffer...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkOfferRequest _deepLinkOffer_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkOfferRequest _deepLinkOffer_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkOffer__return = port.deepLinkOffer(_deepLinkOffer_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkOffer__return = port.deepLinkOffer(_deepLinkOffer_param);
|
||||
System.out.println("deepLinkOffer.result=" + _deepLinkOffer__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -258,9 +284,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking calculateUnfall...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallRequestType _calculateUnfall_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallRequestType _calculateUnfall_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallResponseType _calculateUnfall__return = port.calculateUnfall(_calculateUnfall_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallResponseType _calculateUnfall__return = port.calculateUnfall(_calculateUnfall_param);
|
||||
System.out.println("calculateUnfall.result=" + _calculateUnfall__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -271,9 +297,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking submitApplicationUnfall...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnfallRequestType _submitApplicationUnfall_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnfallRequestType _submitApplicationUnfall_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnfallResponseType _submitApplicationUnfall__return = port.submitApplicationUnfall(_submitApplicationUnfall_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnfallResponseType _submitApplicationUnfall__return = port.submitApplicationUnfall(_submitApplicationUnfall_param);
|
||||
System.out.println("submitApplicationUnfall.result=" + _submitApplicationUnfall__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -284,9 +310,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking getDocumentsOfPeriod...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodRequestType _getDocumentsOfPeriod_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodRequestType _getDocumentsOfPeriod_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodResponseType _getDocumentsOfPeriod__return = port.getDocumentsOfPeriod(_getDocumentsOfPeriod_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfPeriodResponseType _getDocumentsOfPeriod__return = port.getDocumentsOfPeriod(_getDocumentsOfPeriod_param);
|
||||
System.out.println("getDocumentsOfPeriod.result=" + _getDocumentsOfPeriod__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -297,9 +323,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking getDocumentsOfObject...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectRequestType _getDocumentsOfObject_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectRequestType _getDocumentsOfObject_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectResponseType _getDocumentsOfObject__return = port.getDocumentsOfObject(_getDocumentsOfObject_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on1basis.GetDocumentsOfObjectResponseType _getDocumentsOfObject__return = port.getDocumentsOfObject(_getDocumentsOfObject_param);
|
||||
System.out.println("getDocumentsOfObject.result=" + _getDocumentsOfObject__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -310,9 +336,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking calculateKfz...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzRequestType _calculateKfz_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzRequestType _calculateKfz_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzResponseType _calculateKfz__return = port.calculateKfz(_calculateKfz_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.CalculateKfzResponseType _calculateKfz__return = port.calculateKfz(_calculateKfz_param);
|
||||
System.out.println("calculateKfz.result=" + _calculateKfz__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -323,9 +349,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking createApplicationUnfall...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallRequestType _createApplicationUnfall_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallRequestType _createApplicationUnfall_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallResponseType _createApplicationUnfall__return = port.createApplicationUnfall(_createApplicationUnfall_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnfallResponseType _createApplicationUnfall__return = port.createApplicationUnfall(_createApplicationUnfall_param);
|
||||
System.out.println("createApplicationUnfall.result=" + _createApplicationUnfall__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -336,9 +362,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking createOfferSachPrivat...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType _createOfferSachPrivat_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType _createOfferSachPrivat_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType _createOfferSachPrivat__return = port.createOfferSachPrivat(_createOfferSachPrivat_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType _createOfferSachPrivat__return = port.createOfferSachPrivat(_createOfferSachPrivat_param);
|
||||
System.out.println("createOfferSachPrivat.result=" + _createOfferSachPrivat__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -349,9 +375,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking checkClaim...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimRequestType _checkClaim_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimRequestType _checkClaim_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimResponseType _checkClaim__return = port.checkClaim(_checkClaim_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.CheckClaimResponseType _checkClaim__return = port.checkClaim(_checkClaim_param);
|
||||
System.out.println("checkClaim.result=" + _checkClaim__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -362,24 +388,11 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking createApplicationSachPrivat...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType _createApplicationSachPrivat_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType _createApplicationSachPrivat_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType _createApplicationSachPrivat__return = port.createApplicationSachPrivat(_createApplicationSachPrivat_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType _createApplicationSachPrivat__return = port.createApplicationSachPrivat(_createApplicationSachPrivat_param);
|
||||
System.out.println("createApplicationSachPrivat.result=" + _createApplicationSachPrivat__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
}
|
||||
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking getArcImage...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageRequest _getArcImage_parameters = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageResponse _getArcImage__return = port.getArcImage(_getArcImage_parameters);
|
||||
System.out.println("getArcImage.result=" + _getArcImage__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
@@ -388,9 +401,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking getClaim...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimRequestType _getClaim_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimRequestType _getClaim_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimResponseType _getClaim__return = port.getClaim(_getClaim_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.GetClaimResponseType _getClaim__return = port.getClaim(_getClaim_param);
|
||||
System.out.println("getClaim.result=" + _getClaim__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -400,10 +413,23 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking createApplicationLeben...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateApplicationLebenRequestType _createApplicationLeben_parameters = null;
|
||||
System.out.println("Invoking getArcImage...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageRequest _getArcImage_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateApplicationLebenResponseType _createApplicationLeben__return = port.createApplicationLeben(_createApplicationLeben_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageResponse _getArcImage__return = port.getArcImage(_getArcImage_param);
|
||||
System.out.println("getArcImage.result=" + _getArcImage__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
}
|
||||
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking createApplicationLeben...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateApplicationLebenRequestType _createApplicationLeben_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateApplicationLebenResponseType _createApplicationLeben__return = port.createApplicationLeben(_createApplicationLeben_param);
|
||||
System.out.println("createApplicationLeben.result=" + _createApplicationLeben__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -414,9 +440,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking createOfferUnfall...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallRequestType _createOfferUnfall_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallRequestType _createOfferUnfall_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallResponseType _createOfferUnfall__return = port.createOfferUnfall(_createOfferUnfall_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallResponseType _createOfferUnfall__return = port.createOfferUnfall(_createOfferUnfall_param);
|
||||
System.out.println("createOfferUnfall.result=" + _createOfferUnfall__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -427,9 +453,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking createOfferLeben...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenRequestType _createOfferLeben_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenRequestType _createOfferLeben_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenResponseType _createOfferLeben__return = port.createOfferLeben(_createOfferLeben_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.leben.CreateOfferLebenResponseType _createOfferLeben__return = port.createOfferLeben(_createOfferLeben_param);
|
||||
System.out.println("createOfferLeben.result=" + _createOfferLeben__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -440,9 +466,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking login...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.LoginRequestType _login_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.LoginRequestType _login_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _login__return = port.login(_login_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.DeepLinkBusinessObjectResponse _login__return = port.login(_login_param);
|
||||
System.out.println("login.result=" + _login__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -453,9 +479,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking submitApplicationKfz...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzRequestType _submitApplicationKfz_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzRequestType _submitApplicationKfz_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzResponseType _submitApplicationKfz__return = port.submitApplicationKfz(_submitApplicationKfz_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.SubmitApplicationKfzResponseType _submitApplicationKfz__return = port.submitApplicationKfz(_submitApplicationKfz_param);
|
||||
System.out.println("submitApplicationKfz.result=" + _submitApplicationKfz__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -466,9 +492,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking submitApplicationSachPrivat...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType _submitApplicationSachPrivat_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType _submitApplicationSachPrivat_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _submitApplicationSachPrivat__return = port.submitApplicationSachPrivat(_submitApplicationSachPrivat_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _submitApplicationSachPrivat__return = port.submitApplicationSachPrivat(_submitApplicationSachPrivat_param);
|
||||
System.out.println("submitApplicationSachPrivat.result=" + _submitApplicationSachPrivat__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
@@ -479,9 +505,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking getArcImageInfos...");
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosRequest _getArcImageInfos_parameters = null;
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosRequest _getArcImageInfos_param = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosResponse _getArcImageInfos__return = port.getArcImageInfos(_getArcImageInfos_parameters);
|
||||
at.vvo.omds.types.omds3Types.r1_8_0.servicetypes.ArcImageInfosResponse _getArcImageInfos__return = port.getArcImageInfos(_getArcImageInfos_param);
|
||||
System.out.println("getArcImageInfos.result=" + _getArcImageInfos__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
|
||||
@@ -6,7 +6,7 @@ import javax.xml.ws.WebFault;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.5.0
|
||||
* 2022-01-28T16:06:56.132+01:00
|
||||
* 2022-07-22T12:29:12.191+02:00
|
||||
* Generated source version: 3.5.0
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user