Schlussredaktion Version 1.7

- GetStateChanges / Notifikationen werden nicht veröffentlicht
 - Elemente für Vertragsdarstellung werden nicht veröffentlicht
 - RefSciherstellungLfnr wird Teil des allg. Verkaufsprodukts und wird bei den einzelnen Sparten entfernt.
 - Formulare (als Dokumente in BOA) werden noch nicht veröffentlicht
 - ZahlwegType bleibt wie bisher
 - ZusaetzlicheRisikodaten werden Bestandteil des versicherten Interesses

Ausschluss generierter Grafiken aus dem Git-Repository.
Dokumente überarbeitet.
ReleaseNotes-1-7-0 geschrieben.
This commit is contained in:
2022-01-14 18:15:39 +01:00
parent 406c0b2b9b
commit 7e453d466e
18924 changed files with 774 additions and 4354 deletions

View File

@@ -4,10 +4,8 @@ package at.vvo.omds.types.omds2Types.v2_14;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
import at.vvo.omds.types.omds3Types.r1_7_0.common.LegitimationType;
/**
@@ -46,9 +44,6 @@ import at.vvo.omds.types.omds3Types.r1_7_0.common.LegitimationType;
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "EL-Legitimation_Type")
@XmlSeeAlso({
LegitimationType.class
})
public class ELLegitimationType {
@XmlAttribute(name = "LegArtCd", required = true)

View File

@@ -1,32 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Abstraktes Ereignis einer Statusänderung
*
* <p>Java-Klasse für AbstraktesEreignisStatusAenderung_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="AbstraktesEreignisStatusAenderung_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AbstraktesEreignisStatusAenderung_Type")
public abstract class AbstraktesEreignisStatusAenderungType {
}

View File

@@ -9,7 +9,7 @@ import at.vvo.omds.types.omds2Types.v2_14.PERSONType;
/**
* Type Bezugsrecht fuer Kfz
* Type Bezugsrecht (nur Kontext Kfz), für Bezugsberechtigungen in anderen Sparten steht jetzt Bezugsberechtigung_Type zur Verfügung.
*
* <p>Java-Klasse für Bezugsrecht_Type complex type.
*

View File

@@ -6,8 +6,6 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.CreateFormRequest;
import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.SubmitFormRequest;
import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.BOAProcessRequestType;
@@ -37,9 +35,7 @@ import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.BOAProcessRequestTyp
"geschaeftsfallnummer"
})
@XmlSeeAlso({
BOAProcessRequestType.class,
SubmitFormRequest.class,
CreateFormRequest.class
BOAProcessRequestType.class
})
public abstract class CommonProcessRequestType
extends CommonRequestType

View File

@@ -6,8 +6,6 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.CreateFormResponse;
import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.SubmitFormResponse;
import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.BOAProcessResponseType;
@@ -37,9 +35,7 @@ import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.BOAProcessResponseTy
"geschaeftsfallnummer"
})
@XmlSeeAlso({
BOAProcessResponseType.class,
SubmitFormResponse.class,
CreateFormResponse.class
BOAProcessResponseType.class
})
public abstract class CommonProcessResponseType
extends CommonResponseType

View File

@@ -8,8 +8,6 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetElementListRequest;
import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.UnderwriteDocumentRequest;
import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.GetApplicationDocumentRequestType;
import at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType;
import at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType;
@@ -52,12 +50,10 @@ import at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType;
@XmlSeeAlso({
GetApplicationDocumentRequestType.class,
CommonSearchRequestType.class,
CommonProcessRequestType.class,
CheckClaimRequestType.class,
SubmitClaimRequestType.class,
GetClaimRequestType.class,
UnderwriteDocumentRequest.class,
CommonProcessRequestType.class,
GetElementListRequest.class
GetClaimRequestType.class
})
public abstract class CommonRequestType {

View File

@@ -10,8 +10,6 @@ import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetElementListResponse;
import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.UnderwriteDocumentResponse;
import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.GetApplicationDocumentResponseType;
import at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimResponseType;
import at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimResponseType;
@@ -52,12 +50,10 @@ import at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimResponseType;
@XmlSeeAlso({
GetApplicationDocumentResponseType.class,
CommonSearchResponseType.class,
CommonProcessResponseType.class,
CheckClaimResponseType.class,
SubmitClaimResponseType.class,
GetClaimResponseType.class,
UnderwriteDocumentResponse.class,
CommonProcessResponseType.class,
GetElementListResponse.class
GetClaimResponseType.class
})
public abstract class CommonResponseType {

View File

@@ -5,10 +5,8 @@ import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds2Types.v2_14.ELZeitraumType;
import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesRequestType;
/**
@@ -52,9 +50,6 @@ import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesRequestType;
"offset",
"orderBy"
})
@XmlSeeAlso({
GetStateChangesRequestType.class
})
public abstract class CommonSearchRequestType
extends CommonRequestType
{

View File

@@ -5,9 +5,7 @@ import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesResponseType;
/**
@@ -39,9 +37,6 @@ import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesResponseType;
"actualMaxResults",
"totalResults"
})
@XmlSeeAlso({
GetStateChangesResponseType.class
})
public abstract class CommonSearchResponseType
extends CommonResponseType
{

View File

@@ -10,8 +10,7 @@ import javax.xml.bind.annotation.XmlType;
/**
* Deprecated, verwende ProzessDokument_Type. Dateianhang welcher an einen Geschäftsfall hinzugefügt werden kann
*
* Deprecated, verwende ProzessDokument_Type.
*
* <p>Java-Klasse für Dateianhang_Type complex type.
*

View File

@@ -1,64 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Typ zur Übermittlung von Formulardaten als Dokument
*
* <p>Java-Klasse für DokumentFormData_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="DokumentFormData_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element ref="{urn:omds3CommonServiceTypes-1-1-0}Formular"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DokumentFormData_Type", propOrder = {
"formular"
})
public class DokumentFormDataType {
@XmlElement(name = "Formular", required = true)
protected Formular formular;
/**
* Ruft den Wert der formular-Eigenschaft ab.
*
* @return
* possible object is
* {@link Formular }
*
*/
public Formular getFormular() {
return formular;
}
/**
* Legt den Wert der formular-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Formular }
*
*/
public void setFormular(Formular value) {
this.formular = value;
}
}

View File

@@ -1,195 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.common;
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;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="FormType" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
* &lt;element name="Id" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/&gt;
* &lt;element name="Formularstatus"&gt;
* &lt;simpleType&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt;
* &lt;enumeration value="inBearbeitung"/&gt;
* &lt;enumeration value="abgeschlossen"/&gt;
* &lt;/restriction&gt;
* &lt;/simpleType&gt;
* &lt;/element&gt;
* &lt;element name="Kontext" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element name="Fragen" type="{urn:omds3CommonServiceTypes-1-1-0}Formularfrage_Type" maxOccurs="unbounded"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"formType",
"id",
"formularstatus",
"kontext",
"fragen"
})
@XmlRootElement(name = "Formular")
public class Formular {
@XmlElement(name = "FormType", required = true)
protected String formType;
@XmlElement(name = "Id")
protected Object id;
@XmlElement(name = "Formularstatus", required = true)
protected String formularstatus;
@XmlElement(name = "Kontext")
protected List<String> kontext;
@XmlElement(name = "Fragen", required = true)
protected List<FormularfrageType> fragen;
/**
* Ruft den Wert der formType-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFormType() {
return formType;
}
/**
* Legt den Wert der formType-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFormType(String value) {
this.formType = value;
}
/**
* Ruft den Wert der id-Eigenschaft ab.
*
* @return
* possible object is
* {@link Object }
*
*/
public Object getId() {
return id;
}
/**
* Legt den Wert der id-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Object }
*
*/
public void setId(Object value) {
this.id = value;
}
/**
* Ruft den Wert der formularstatus-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFormularstatus() {
return formularstatus;
}
/**
* Legt den Wert der formularstatus-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFormularstatus(String value) {
this.formularstatus = value;
}
/**
* Gets the value of the kontext 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 kontext property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getKontext().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getKontext() {
if (kontext == null) {
kontext = new ArrayList<String>();
}
return this.kontext;
}
/**
* Gets the value of the fragen 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 fragen property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getFragen().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link FormularfrageType }
*
*
*/
public List<FormularfrageType> getFragen() {
if (fragen == null) {
fragen = new ArrayList<FormularfrageType>();
}
return this.fragen;
}
}

View File

@@ -1,86 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
/**
* Eine Frage in einem Formular
*
* <p>Java-Klasse für Formularfrage_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="Formularfrage_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Lfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/&gt;
* &lt;element name="Frage" type="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Formularfrage_Type", propOrder = {
"lfnr",
"frage"
})
public class FormularfrageType {
@XmlElement(name = "Lfnr")
@XmlSchemaType(name = "unsignedByte")
protected short lfnr;
@XmlElement(name = "Frage", required = true)
protected AttributType frage;
/**
* Ruft den Wert der lfnr-Eigenschaft ab.
*
*/
public short getLfnr() {
return lfnr;
}
/**
* Legt den Wert der lfnr-Eigenschaft fest.
*
*/
public void setLfnr(short value) {
this.lfnr = value;
}
/**
* Ruft den Wert der frage-Eigenschaft ab.
*
* @return
* possible object is
* {@link AttributType }
*
*/
public AttributType getFrage() {
return frage;
}
/**
* Legt den Wert der frage-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link AttributType }
*
*/
public void setFrage(AttributType value) {
this.frage = value;
}
}

View File

@@ -1,61 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds2Types.v2_14.ELLegitimationType;
/**
* <p>Java-Klasse für Legitimation_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="Legitimation_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds20}EL-Legitimation_Type"&gt;
* &lt;attribute name="AusstellendesLand" type="{urn:omds20}LandesCd_Type" /&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Legitimation_Type")
public class LegitimationType
extends ELLegitimationType
{
@XmlAttribute(name = "AusstellendesLand", namespace = "urn:omds3CommonServiceTypes-1-1-0")
protected String ausstellendesLand;
/**
* Ruft den Wert der ausstellendesLand-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAusstellendesLand() {
return ausstellendesLand;
}
/**
* Legt den Wert der ausstellendesLand-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAusstellendesLand(String value) {
this.ausstellendesLand = value;
}
}

View File

@@ -46,11 +46,11 @@ public class ObjectFactory {
}
/**
* Create an instance of {@link ZahlwegImplType }
* Create an instance of {@link ZahlwegType }
*
*/
public ZahlwegImplType createZahlwegImplType() {
return new ZahlwegImplType();
public ZahlwegType createZahlwegType() {
return new ZahlwegType();
}
/**
@@ -62,27 +62,11 @@ public class ObjectFactory {
}
/**
* Create an instance of {@link TechnicalKeyValueType }
* Create an instance of {@link ServiceFault }
*
*/
public TechnicalKeyValueType createTechnicalKeyValueType() {
return new TechnicalKeyValueType();
}
/**
* Create an instance of {@link ResponseStatusType }
*
*/
public ResponseStatusType createResponseStatusType() {
return new ResponseStatusType();
}
/**
* Create an instance of {@link EintragSchluessellisteType }
*
*/
public EintragSchluessellisteType createEintragSchluessellisteType() {
return new EintragSchluessellisteType();
public ServiceFault createServiceFault() {
return new ServiceFault();
}
/**
@@ -93,46 +77,6 @@ public class ObjectFactory {
return new ObjektIdType();
}
/**
* Create an instance of {@link Formular }
*
*/
public Formular createFormular() {
return new Formular();
}
/**
* Create an instance of {@link FormularfrageType }
*
*/
public FormularfrageType createFormularfrageType() {
return new FormularfrageType();
}
/**
* Create an instance of {@link AutorisierungsAnforderungType }
*
*/
public AutorisierungsAnforderungType createAutorisierungsAnforderungType() {
return new AutorisierungsAnforderungType();
}
/**
* Create an instance of {@link AutorisierungType }
*
*/
public AutorisierungType createAutorisierungType() {
return new AutorisierungType();
}
/**
* Create an instance of {@link ServiceFault }
*
*/
public ServiceFault createServiceFault() {
return new ServiceFault();
}
/**
* Create an instance of {@link PersonType }
*
@@ -165,6 +109,14 @@ public class ObjectFactory {
return new ElementIdType();
}
/**
* Create an instance of {@link ResponseStatusType }
*
*/
public ResponseStatusType createResponseStatusType() {
return new ResponseStatusType();
}
/**
* Create an instance of {@link Referenz }
*
@@ -173,14 +125,6 @@ public class ObjectFactory {
return new Referenz();
}
/**
* Create an instance of {@link LegitimationType }
*
*/
public LegitimationType createLegitimationType() {
return new LegitimationType();
}
/**
* Create an instance of {@link DateianhangType }
*
@@ -189,14 +133,6 @@ public class ObjectFactory {
return new DateianhangType();
}
/**
* Create an instance of {@link DokumentFormDataType }
*
*/
public DokumentFormDataType createDokumentFormDataType() {
return new DokumentFormDataType();
}
/**
* Create an instance of {@link DokumentBinaryDataType }
*
@@ -205,6 +141,22 @@ public class ObjectFactory {
return new DokumentBinaryDataType();
}
/**
* Create an instance of {@link AutorisierungType }
*
*/
public AutorisierungType createAutorisierungType() {
return new AutorisierungType();
}
/**
* Create an instance of {@link AutorisierungsAnforderungType }
*
*/
public AutorisierungsAnforderungType createAutorisierungsAnforderungType() {
return new AutorisierungsAnforderungType();
}
/**
* Create an instance of {@link AutorisierungsartType }
*
@@ -277,6 +229,14 @@ public class ObjectFactory {
return new VersicherungssteuerType();
}
/**
* Create an instance of {@link TechnicalKeyValueType }
*
*/
public TechnicalKeyValueType createTechnicalKeyValueType() {
return new TechnicalKeyValueType();
}
/**
* Create an instance of {@link VertragspersonType }
*
@@ -629,6 +589,14 @@ public class ObjectFactory {
return new AttributMetadatenEnumType();
}
/**
* Create an instance of {@link EintragSchluessellisteType }
*
*/
public EintragSchluessellisteType createEintragSchluessellisteType() {
return new EintragSchluessellisteType();
}
/**
* Create an instance of {@link AttributStringType }
*
@@ -806,11 +774,11 @@ public class ObjectFactory {
}
/**
* Create an instance of {@link ZahlwegImplType.Kundenkonto }
* Create an instance of {@link ZahlwegType.Kundenkonto }
*
*/
public ZahlwegImplType.Kundenkonto createZahlwegImplTypeKundenkonto() {
return new ZahlwegImplType.Kundenkonto();
public ZahlwegType.Kundenkonto createZahlwegTypeKundenkonto() {
return new ZahlwegType.Kundenkonto();
}
/**

View File

@@ -31,6 +31,7 @@ import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.VerkaufsproduktKfzType;
* &lt;element name="Berechnungsvariante" type="{urn:omds3CommonServiceTypes-1-1-0}Berechnungsvariante_Type" minOccurs="0"/&gt;
* &lt;element name="Vermittlernr" type="{urn:omds20}Vermnr" minOccurs="0"/&gt;
* &lt;element ref="{urn:omds20}EL-Rahmenvereinbarung" minOccurs="0"/&gt;
* &lt;element name="RefSicherstellungLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/&gt;
* &lt;element name="ZusaetzlicheVerkaufproduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheVerkaufproduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
@@ -47,6 +48,7 @@ import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.VerkaufsproduktKfzType;
"berechnungsvariante",
"vermittlernr",
"elRahmenvereinbarung",
"refSicherstellungLfnr",
"zusaetzlicheVerkaufproduktdaten"
})
@XmlSeeAlso({
@@ -69,6 +71,9 @@ public abstract class VerkaufsproduktType
protected String vermittlernr;
@XmlElement(name = "EL-Rahmenvereinbarung", namespace = "urn:omds20")
protected ELRahmenvereinbarungType elRahmenvereinbarung;
@XmlElement(name = "RefSicherstellungLfnr")
@XmlSchemaType(name = "unsignedShort")
protected Integer refSicherstellungLfnr;
@XmlElement(name = "ZusaetzlicheVerkaufproduktdaten")
protected List<ZusaetzlicheVerkaufproduktdatenType> zusaetzlicheVerkaufproduktdaten;
@@ -192,6 +197,30 @@ public abstract class VerkaufsproduktType
this.elRahmenvereinbarung = value;
}
/**
* Ruft den Wert der refSicherstellungLfnr-Eigenschaft ab.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getRefSicherstellungLfnr() {
return refSicherstellungLfnr;
}
/**
* Legt den Wert der refSicherstellungLfnr-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setRefSicherstellungLfnr(Integer value) {
this.refSicherstellungLfnr = value;
}
/**
* Gets the value of the zusaetzlicheVerkaufproduktdaten property.
*

View File

@@ -1,9 +1,12 @@
package at.vvo.omds.types.omds3Types.r1_7_0.common;
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.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
@@ -20,7 +23,10 @@ import javax.xml.bind.annotation.XmlType;
* &lt;complexType name="VersichertesInteresse_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;attribute name="Lfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt;
* &lt;sequence&gt;
* &lt;element name="ZusaetzlicheRisikodaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheRisikodaten_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;attribute name="Lfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
@@ -29,38 +35,63 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "VersichertesInteresse_Type")
@XmlType(name = "VersichertesInteresse_Type", propOrder = {
"zusaetzlicheRisikodaten"
})
@XmlSeeAlso({
FahrzeugType.class,
VersichertesInteresseMitAttributMetadatenType.class
})
public abstract class VersichertesInteresseType {
@XmlAttribute(name = "Lfnr", namespace = "urn:omds3CommonServiceTypes-1-1-0")
@XmlElement(name = "ZusaetzlicheRisikodaten")
protected List<ZusaetzlicheRisikodatenType> zusaetzlicheRisikodaten;
@XmlAttribute(name = "Lfnr", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
@XmlSchemaType(name = "unsignedShort")
protected Integer lfnr;
protected int lfnr;
/**
* Gets the value of the zusaetzlicheRisikodaten 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 zusaetzlicheRisikodaten property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getZusaetzlicheRisikodaten().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ZusaetzlicheRisikodatenType }
*
*
*/
public List<ZusaetzlicheRisikodatenType> getZusaetzlicheRisikodaten() {
if (zusaetzlicheRisikodaten == null) {
zusaetzlicheRisikodaten = new ArrayList<ZusaetzlicheRisikodatenType>();
}
return this.zusaetzlicheRisikodaten;
}
/**
* Ruft den Wert der lfnr-Eigenschaft ab.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getLfnr() {
public int getLfnr() {
return lfnr;
}
/**
* Legt den Wert der lfnr-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setLfnr(Integer value) {
public void setLfnr(int value) {
this.lfnr = value;
}

View File

@@ -1,210 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Typ Zahlweg
*
* <p>Java-Klasse für ZahlwegImpl_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="ZahlwegImpl_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}Zahlweg_Type"&gt;
* &lt;choice&gt;
* &lt;element name="Zahlungsanweisung" type="{http://www.w3.org/2001/XMLSchema}anyType"/&gt;
* &lt;element name="Lastschrift" type="{urn:omds3CommonServiceTypes-1-1-0}Bankverbindung_Type"/&gt;
* &lt;element name="Kundenkonto"&gt;
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;attribute name="Kundenkontonummer" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* &lt;/element&gt;
* &lt;element name="Kreditkarte" type="{urn:omds3CommonServiceTypes-1-1-0}Kreditkarte_Type"/&gt;
* &lt;/choice&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ZahlwegImpl_Type", propOrder = {
"zahlungsanweisung",
"lastschrift",
"kundenkonto",
"kreditkarte"
})
public class ZahlwegImplType
extends ZahlwegType
{
@XmlElement(name = "Zahlungsanweisung")
protected Object zahlungsanweisung;
@XmlElement(name = "Lastschrift")
protected BankverbindungType lastschrift;
@XmlElement(name = "Kundenkonto")
protected ZahlwegImplType.Kundenkonto kundenkonto;
@XmlElement(name = "Kreditkarte")
protected KreditkarteType kreditkarte;
/**
* Ruft den Wert der zahlungsanweisung-Eigenschaft ab.
*
* @return
* possible object is
* {@link Object }
*
*/
public Object getZahlungsanweisung() {
return zahlungsanweisung;
}
/**
* Legt den Wert der zahlungsanweisung-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Object }
*
*/
public void setZahlungsanweisung(Object value) {
this.zahlungsanweisung = value;
}
/**
* Ruft den Wert der lastschrift-Eigenschaft ab.
*
* @return
* possible object is
* {@link BankverbindungType }
*
*/
public BankverbindungType getLastschrift() {
return lastschrift;
}
/**
* Legt den Wert der lastschrift-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link BankverbindungType }
*
*/
public void setLastschrift(BankverbindungType value) {
this.lastschrift = value;
}
/**
* Ruft den Wert der kundenkonto-Eigenschaft ab.
*
* @return
* possible object is
* {@link ZahlwegImplType.Kundenkonto }
*
*/
public ZahlwegImplType.Kundenkonto getKundenkonto() {
return kundenkonto;
}
/**
* Legt den Wert der kundenkonto-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link ZahlwegImplType.Kundenkonto }
*
*/
public void setKundenkonto(ZahlwegImplType.Kundenkonto value) {
this.kundenkonto = value;
}
/**
* Ruft den Wert der kreditkarte-Eigenschaft ab.
*
* @return
* possible object is
* {@link KreditkarteType }
*
*/
public KreditkarteType getKreditkarte() {
return kreditkarte;
}
/**
* Legt den Wert der kreditkarte-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link KreditkarteType }
*
*/
public void setKreditkarte(KreditkarteType value) {
this.kreditkarte = value;
}
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;attribute name="Kundenkontonummer" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class Kundenkonto {
@XmlAttribute(name = "Kundenkontonummer", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
protected String kundenkontonummer;
/**
* Ruft den Wert der kundenkontonummer-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKundenkontonummer() {
return kundenkontonummer;
}
/**
* Legt den Wert der kundenkontonummer-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKundenkontonummer(String value) {
this.kundenkontonummer = value;
}
}
}

View File

@@ -3,7 +3,8 @@ package at.vvo.omds.types.omds3Types.r1_7_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
@@ -18,6 +19,20 @@ import javax.xml.bind.annotation.XmlType;
* &lt;complexType name="Zahlweg_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;choice&gt;
* &lt;element name="Zahlungsanweisung" type="{http://www.w3.org/2001/XMLSchema}anyType"/&gt;
* &lt;element name="Lastschrift" type="{urn:omds3CommonServiceTypes-1-1-0}Bankverbindung_Type"/&gt;
* &lt;element name="Kundenkonto"&gt;
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;attribute name="Kundenkontonummer" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* &lt;/element&gt;
* &lt;element name="Kreditkarte" type="{urn:omds3CommonServiceTypes-1-1-0}Kreditkarte_Type"/&gt;
* &lt;/choice&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
@@ -26,11 +41,168 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Zahlweg_Type")
@XmlSeeAlso({
ZahlwegImplType.class
@XmlType(name = "Zahlweg_Type", propOrder = {
"zahlungsanweisung",
"lastschrift",
"kundenkonto",
"kreditkarte"
})
public abstract class ZahlwegType {
public class ZahlwegType {
@XmlElement(name = "Zahlungsanweisung")
protected Object zahlungsanweisung;
@XmlElement(name = "Lastschrift")
protected BankverbindungType lastschrift;
@XmlElement(name = "Kundenkonto")
protected ZahlwegType.Kundenkonto kundenkonto;
@XmlElement(name = "Kreditkarte")
protected KreditkarteType kreditkarte;
/**
* Ruft den Wert der zahlungsanweisung-Eigenschaft ab.
*
* @return
* possible object is
* {@link Object }
*
*/
public Object getZahlungsanweisung() {
return zahlungsanweisung;
}
/**
* Legt den Wert der zahlungsanweisung-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Object }
*
*/
public void setZahlungsanweisung(Object value) {
this.zahlungsanweisung = value;
}
/**
* Ruft den Wert der lastschrift-Eigenschaft ab.
*
* @return
* possible object is
* {@link BankverbindungType }
*
*/
public BankverbindungType getLastschrift() {
return lastschrift;
}
/**
* Legt den Wert der lastschrift-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link BankverbindungType }
*
*/
public void setLastschrift(BankverbindungType value) {
this.lastschrift = value;
}
/**
* Ruft den Wert der kundenkonto-Eigenschaft ab.
*
* @return
* possible object is
* {@link ZahlwegType.Kundenkonto }
*
*/
public ZahlwegType.Kundenkonto getKundenkonto() {
return kundenkonto;
}
/**
* Legt den Wert der kundenkonto-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link ZahlwegType.Kundenkonto }
*
*/
public void setKundenkonto(ZahlwegType.Kundenkonto value) {
this.kundenkonto = value;
}
/**
* Ruft den Wert der kreditkarte-Eigenschaft ab.
*
* @return
* possible object is
* {@link KreditkarteType }
*
*/
public KreditkarteType getKreditkarte() {
return kreditkarte;
}
/**
* Legt den Wert der kreditkarte-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link KreditkarteType }
*
*/
public void setKreditkarte(KreditkarteType value) {
this.kreditkarte = value;
}
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;attribute name="Kundenkontonummer" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class Kundenkonto {
@XmlAttribute(name = "Kundenkontonummer", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
protected String kundenkontonummer;
/**
* Ruft den Wert der kundenkontonummer-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKundenkontonummer() {
return kundenkontonummer;
}
/**
* Legt den Wert der kundenkontonummer-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKundenkontonummer(String value) {
this.kundenkontonummer = value;
}
}
}

View File

@@ -7,7 +7,7 @@ import javax.xml.bind.annotation.XmlType;
/**
* VU-spezifische Erweiterungsmöglichkeit für Personendaten
* VU-spezifische Erweiterungsmöglichkeit für Risikodaten
*
* <p>Java-Klasse für ZusaetzlicheRisikodaten_Type complex type.
*

View File

@@ -1,36 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
* Abstraktes Event einer Statusänderung
*
* <p>Java-Klasse für AbstractStateChangeEvent_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="AbstractStateChangeEvent_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AbstractStateChangeEvent_Type")
@XmlSeeAlso({
StateChangeEventType.class
})
public abstract class AbstractStateChangeEventType {
}

View File

@@ -1,36 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
* Abstrakter Status eines Geschaeftsfalls
*
* <p>Java-Klasse für AbstractStatusGeschaeftsfall_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="AbstractStatusGeschaeftsfall_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AbstractStatusGeschaeftsfall_Type")
@XmlSeeAlso({
StatusAntragsGeschaeftsfall.class
})
public abstract class AbstractStatusGeschaeftsfallType {
}

View File

@@ -1,102 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
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_7_0.common.CommonProcessRequestType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessRequest_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="FormType" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
* &lt;element name="Kontext" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"formType",
"kontext"
})
@XmlRootElement(name = "CreateFormRequest")
public class CreateFormRequest
extends CommonProcessRequestType
{
@XmlElement(name = "FormType", required = true)
protected String formType;
@XmlElement(name = "Kontext")
protected List<String> kontext;
/**
* Ruft den Wert der formType-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFormType() {
return formType;
}
/**
* Legt den Wert der formType-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFormType(String value) {
this.formType = value;
}
/**
* Gets the value of the kontext 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 kontext property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getKontext().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getKontext() {
if (kontext == null) {
kontext = new ArrayList<String>();
}
return this.kontext;
}
}

View File

@@ -1,68 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
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_7_0.common.CommonProcessResponseType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.Formular;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessResponse_Type"&gt;
* &lt;sequence&gt;
* &lt;element ref="{urn:omds3CommonServiceTypes-1-1-0}Formular"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"formular"
})
@XmlRootElement(name = "CreateFormResponse")
public class CreateFormResponse
extends CommonProcessResponseType
{
@XmlElement(name = "Formular", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
protected Formular formular;
/**
* Ruft den Wert der formular-Eigenschaft ab.
*
* @return
* possible object is
* {@link Formular }
*
*/
public Formular getFormular() {
return formular;
}
/**
* Legt den Wert der formular-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Formular }
*
*/
public void setFormular(Formular value) {
this.formular = value;
}
}

View File

@@ -1,32 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Ein abstrakter Typ, dessen konkrete Implementierungen unterschiedliche Credentials aufnehmen können.
*
* <p>Java-Klasse für Credentials_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="Credentials_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Credentials_Type")
public abstract class CredentialsType {
}

View File

@@ -1,183 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter;
/**
* Typ für den DeclareEndpointRequest
*
* <p>Java-Klasse für DeclareEndpointRequest_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="DeclareEndpointRequest_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="VUNr" type="{urn:omds20}VUNr"/&gt;
* &lt;element name="BasisUrlEndpoint"&gt;
* &lt;simpleType&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt;
* &lt;maxLength value="1000"/&gt;
* &lt;/restriction&gt;
* &lt;/simpleType&gt;
* &lt;/element&gt;
* &lt;element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}ArtAuthentifizierung"/&gt;
* &lt;element name="Credentials" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}Credentials_Type"/&gt;
* &lt;element name="AuthorizationFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DeclareEndpointRequest_Type", propOrder = {
"vuNr",
"basisUrlEndpoint",
"artAuthentifizierung",
"credentials",
"authorizationFilter"
})
public class DeclareEndpointRequestType {
@XmlElement(name = "VUNr", required = true)
protected String vuNr;
@XmlElement(name = "BasisUrlEndpoint", required = true)
protected String basisUrlEndpoint;
@XmlElement(name = "ArtAuthentifizierung", required = true)
protected String artAuthentifizierung;
@XmlElement(name = "Credentials", required = true)
protected CredentialsType credentials;
@XmlElement(name = "AuthorizationFilter")
protected AuthorizationFilter authorizationFilter;
/**
* Ruft den Wert der vuNr-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVUNr() {
return vuNr;
}
/**
* Legt den Wert der vuNr-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVUNr(String value) {
this.vuNr = value;
}
/**
* Ruft den Wert der basisUrlEndpoint-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBasisUrlEndpoint() {
return basisUrlEndpoint;
}
/**
* Legt den Wert der basisUrlEndpoint-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBasisUrlEndpoint(String value) {
this.basisUrlEndpoint = value;
}
/**
* Ruft den Wert der artAuthentifizierung-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getArtAuthentifizierung() {
return artAuthentifizierung;
}
/**
* Legt den Wert der artAuthentifizierung-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setArtAuthentifizierung(String value) {
this.artAuthentifizierung = value;
}
/**
* Ruft den Wert der credentials-Eigenschaft ab.
*
* @return
* possible object is
* {@link CredentialsType }
*
*/
public CredentialsType getCredentials() {
return credentials;
}
/**
* Legt den Wert der credentials-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link CredentialsType }
*
*/
public void setCredentials(CredentialsType value) {
this.credentials = value;
}
/**
* Ruft den Wert der authorizationFilter-Eigenschaft ab.
*
* @return
* possible object is
* {@link AuthorizationFilter }
*
*/
public AuthorizationFilter getAuthorizationFilter() {
return authorizationFilter;
}
/**
* Legt den Wert der authorizationFilter-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link AuthorizationFilter }
*
*/
public void setAuthorizationFilter(AuthorizationFilter value) {
this.authorizationFilter = value;
}
}

View File

@@ -1,99 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault;
/**
* Response um als Makler der VU einen Endpoint bekannt zu geben
*
* <p>Java-Klasse für DeclareEndpointResponse_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="DeclareEndpointResponse_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="RegistrierteBasisUrlMaklerEndpoint" minOccurs="0"&gt;
* &lt;simpleType&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt;
* &lt;maxLength value="1000"/&gt;
* &lt;/restriction&gt;
* &lt;/simpleType&gt;
* &lt;/element&gt;
* &lt;element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DeclareEndpointResponse_Type", propOrder = {
"registrierteBasisUrlMaklerEndpoint",
"serviceFault"
})
public class DeclareEndpointResponseType {
@XmlElement(name = "RegistrierteBasisUrlMaklerEndpoint")
protected String registrierteBasisUrlMaklerEndpoint;
@XmlElement(name = "ServiceFault")
protected ServiceFault serviceFault;
/**
* Ruft den Wert der registrierteBasisUrlMaklerEndpoint-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRegistrierteBasisUrlMaklerEndpoint() {
return registrierteBasisUrlMaklerEndpoint;
}
/**
* Legt den Wert der registrierteBasisUrlMaklerEndpoint-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRegistrierteBasisUrlMaklerEndpoint(String value) {
this.registrierteBasisUrlMaklerEndpoint = value;
}
/**
* Ruft den Wert der serviceFault-Eigenschaft ab.
*
* @return
* possible object is
* {@link ServiceFault }
*
*/
public ServiceFault getServiceFault() {
return serviceFault;
}
/**
* Legt den Wert der serviceFault-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link ServiceFault }
*
*/
public void setServiceFault(ServiceFault value) {
this.serviceFault = value;
}
}

View File

@@ -1,71 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Typ fuer die Bekanntgabe von Statusänderungen
*
* <p>Java-Klasse für DeclareStateChangesRequest_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="DeclareStateChangesRequest_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="StateChange" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStateChangeEvent_Type" maxOccurs="unbounded"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DeclareStateChangesRequest_Type", propOrder = {
"stateChange"
})
public class DeclareStateChangesRequestType {
@XmlElement(name = "StateChange", required = true)
protected List<AbstractStateChangeEventType> stateChange;
/**
* Gets the value of the stateChange 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 stateChange property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getStateChange().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link AbstractStateChangeEventType }
*
*
*/
public List<AbstractStateChangeEventType> getStateChange() {
if (stateChange == null) {
stateChange = new ArrayList<AbstractStateChangeEventType>();
}
return this.stateChange;
}
}

View File

@@ -1,32 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Typ fuer die Annahme von Statusänderungen
*
* <p>Java-Klasse für DeclareStateChangesResponse_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="DeclareStateChangesResponse_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DeclareStateChangesResponse_Type")
public class DeclareStateChangesResponseType {
}

View File

@@ -1,95 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
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_7_0.common.CommonRequestType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="ListCd" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
* &lt;element name="Context" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"listCd",
"context"
})
@XmlRootElement(name = "GetElementListRequest")
public class GetElementListRequest
extends CommonRequestType
{
@XmlElement(name = "ListCd", required = true)
protected String listCd;
@XmlElement(name = "Context")
protected String context;
/**
* Ruft den Wert der listCd-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getListCd() {
return listCd;
}
/**
* Legt den Wert der listCd-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setListCd(String value) {
this.listCd = value;
}
/**
* Ruft den Wert der context-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getContext() {
return context;
}
/**
* Legt den Wert der context-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setContext(String value) {
this.context = value;
}
}

View File

@@ -1,161 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
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.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonResponseType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.EintragSchluessellisteType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Bezeichnung" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
* &lt;element name="BeschreibungTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="Values" type="{urn:omds3CommonServiceTypes-1-1-0}EintragSchluesselliste_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element name="MinAnz" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"bezeichnung",
"beschreibungTxt",
"values",
"minAnz"
})
@XmlRootElement(name = "GetElementListResponse")
public class GetElementListResponse
extends CommonResponseType
{
@XmlElement(name = "Bezeichnung", required = true)
protected String bezeichnung;
@XmlElement(name = "BeschreibungTxt")
protected String beschreibungTxt;
@XmlElement(name = "Values")
protected List<EintragSchluessellisteType> values;
@XmlElement(name = "MinAnz")
@XmlSchemaType(name = "unsignedShort")
protected Integer minAnz;
/**
* Ruft den Wert der bezeichnung-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBezeichnung() {
return bezeichnung;
}
/**
* Legt den Wert der bezeichnung-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBezeichnung(String value) {
this.bezeichnung = value;
}
/**
* Ruft den Wert der beschreibungTxt-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBeschreibungTxt() {
return beschreibungTxt;
}
/**
* Legt den Wert der beschreibungTxt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBeschreibungTxt(String value) {
this.beschreibungTxt = value;
}
/**
* Gets the value of the values 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 values property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getValues().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link EintragSchluessellisteType }
*
*
*/
public List<EintragSchluessellisteType> getValues() {
if (values == null) {
values = new ArrayList<EintragSchluessellisteType>();
}
return this.values;
}
/**
* Ruft den Wert der minAnz-Eigenschaft ab.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getMinAnz() {
return minAnz;
}
/**
* Legt den Wert der minAnz-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setMinAnz(Integer value) {
this.minAnz = value;
}
}

View File

@@ -1,70 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonSearchRequestType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.GeschaeftsobjektArtType;
/**
* Typ des Requestobjektes um Geschäftsfalle abzuholen
*
* <p>Java-Klasse für GetStateChangesRequest_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="GetStateChangesRequest_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonSearchRequest_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="GeschaeftsobjektArt" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsobjektArt_Type" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "GetStateChangesRequest_Type", propOrder = {
"geschaeftsobjektArt"
})
public class GetStateChangesRequestType
extends CommonSearchRequestType
{
@XmlElement(name = "GeschaeftsobjektArt")
@XmlSchemaType(name = "string")
protected GeschaeftsobjektArtType geschaeftsobjektArt;
/**
* Ruft den Wert der geschaeftsobjektArt-Eigenschaft ab.
*
* @return
* possible object is
* {@link GeschaeftsobjektArtType }
*
*/
public GeschaeftsobjektArtType getGeschaeftsobjektArt() {
return geschaeftsobjektArt;
}
/**
* Legt den Wert der geschaeftsobjektArt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link GeschaeftsobjektArtType }
*
*/
public void setGeschaeftsobjektArt(GeschaeftsobjektArtType value) {
this.geschaeftsobjektArt = value;
}
}

View File

@@ -1,74 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonSearchResponseType;
/**
* Typ des Responseobjektes um Geschäftsfalle abzuholen
*
* <p>Java-Klasse für GetStateChangesResponse_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="GetStateChangesResponse_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonSearchResponse_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Event" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStateChangeEvent_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "GetStateChangesResponse_Type", propOrder = {
"event"
})
public class GetStateChangesResponseType
extends CommonSearchResponseType
{
@XmlElement(name = "Event")
protected List<AbstractStateChangeEventType> event;
/**
* Gets the value of the event 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 event property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getEvent().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link AbstractStateChangeEventType }
*
*
*/
public List<AbstractStateChangeEventType> getEvent() {
if (event == null) {
event = new ArrayList<AbstractStateChangeEventType>();
}
return this.event;
}
}

View File

@@ -24,10 +24,6 @@ import javax.xml.namespace.QName;
@XmlRegistry
public class ObjectFactory {
private final static QName _GetStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesRequest");
private final static QName _GetStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesResponse");
private final static QName _DeclareStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesRequest");
private final static QName _DeclareStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesResponse");
private final static QName _AddDocToBusinessCaseRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "AddDocToBusinessCaseRequest");
private final static QName _AddDocToBusinessCaseResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "AddDocToBusinessCaseResponse");
private final static QName _GetNumberOfDocumentsRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetNumberOfDocumentsRequest");
@@ -36,11 +32,6 @@ public class ObjectFactory {
private final static QName _GetDocumentsOfObjectResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentsOfObjectResponse");
private final static QName _GetDocumentsOfPeriodRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentsOfPeriodRequest");
private final static QName _GetDocumentsOfPeriodResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentsOfPeriodResponse");
private final static QName _DeclareEndpointRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareEndpointRequest");
private final static QName _ArtAuthentifizierung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "ArtAuthentifizierung");
private final static QName _DeclareEndpointResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareEndpointResponse");
private final static QName _SecurityContextTokenRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "SecurityContextTokenRequest");
private final static QName _SecurityContextTokenResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "SecurityContextTokenResponse");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_7_0.on1basis
@@ -49,38 +40,6 @@ public class ObjectFactory {
public ObjectFactory() {
}
/**
* Create an instance of {@link GetStateChangesRequestType }
*
*/
public GetStateChangesRequestType createGetStateChangesRequestType() {
return new GetStateChangesRequestType();
}
/**
* Create an instance of {@link GetStateChangesResponseType }
*
*/
public GetStateChangesResponseType createGetStateChangesResponseType() {
return new GetStateChangesResponseType();
}
/**
* Create an instance of {@link DeclareStateChangesRequestType }
*
*/
public DeclareStateChangesRequestType createDeclareStateChangesRequestType() {
return new DeclareStateChangesRequestType();
}
/**
* Create an instance of {@link DeclareStateChangesResponseType }
*
*/
public DeclareStateChangesResponseType createDeclareStateChangesResponseType() {
return new DeclareStateChangesResponseType();
}
/**
* Create an instance of {@link AddDocToBusinessCaseRequestType }
*
@@ -145,118 +104,6 @@ public class ObjectFactory {
return new GetDocumentsOfPeriodResponseType();
}
/**
* Create an instance of {@link DeclareEndpointRequestType }
*
*/
public DeclareEndpointRequestType createDeclareEndpointRequestType() {
return new DeclareEndpointRequestType();
}
/**
* Create an instance of {@link DeclareEndpointResponseType }
*
*/
public DeclareEndpointResponseType createDeclareEndpointResponseType() {
return new DeclareEndpointResponseType();
}
/**
* Create an instance of {@link SecurityContextTokenRequestType }
*
*/
public SecurityContextTokenRequestType createSecurityContextTokenRequestType() {
return new SecurityContextTokenRequestType();
}
/**
* Create an instance of {@link SecurityContextTokenResponseType }
*
*/
public SecurityContextTokenResponseType createSecurityContextTokenResponseType() {
return new SecurityContextTokenResponseType();
}
/**
* Create an instance of {@link GetElementListRequest }
*
*/
public GetElementListRequest createGetElementListRequest() {
return new GetElementListRequest();
}
/**
* Create an instance of {@link GetElementListResponse }
*
*/
public GetElementListResponse createGetElementListResponse() {
return new GetElementListResponse();
}
/**
* Create an instance of {@link CreateFormRequest }
*
*/
public CreateFormRequest createCreateFormRequest() {
return new CreateFormRequest();
}
/**
* Create an instance of {@link CreateFormResponse }
*
*/
public CreateFormResponse createCreateFormResponse() {
return new CreateFormResponse();
}
/**
* Create an instance of {@link SubmitFormRequest }
*
*/
public SubmitFormRequest createSubmitFormRequest() {
return new SubmitFormRequest();
}
/**
* Create an instance of {@link SubmitFormResponse }
*
*/
public SubmitFormResponse createSubmitFormResponse() {
return new SubmitFormResponse();
}
/**
* Create an instance of {@link UnderwriteDocumentRequest }
*
*/
public UnderwriteDocumentRequest createUnderwriteDocumentRequest() {
return new UnderwriteDocumentRequest();
}
/**
* Create an instance of {@link UnderwriteDocumentResponse }
*
*/
public UnderwriteDocumentResponse createUnderwriteDocumentResponse() {
return new UnderwriteDocumentResponse();
}
/**
* Create an instance of {@link StateChangeEventType }
*
*/
public StateChangeEventType createStateChangeEventType() {
return new StateChangeEventType();
}
/**
* Create an instance of {@link StatusAntragsGeschaeftsfall }
*
*/
public StatusAntragsGeschaeftsfall createStatusAntragsGeschaeftsfall() {
return new StatusAntragsGeschaeftsfall();
}
/**
* Create an instance of {@link DocumentInfosResponseResultType }
*
@@ -265,66 +112,6 @@ public class ObjectFactory {
return new DocumentInfosResponseResultType();
}
/**
* Create an instance of {@link UsernamePasswordCredentialsType }
*
*/
public UsernamePasswordCredentialsType createUsernamePasswordCredentialsType() {
return new UsernamePasswordCredentialsType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link GetStateChangesRequestType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link GetStateChangesRequestType }{@code >}
*/
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetStateChangesRequest")
public JAXBElement<GetStateChangesRequestType> createGetStateChangesRequest(GetStateChangesRequestType value) {
return new JAXBElement<GetStateChangesRequestType>(_GetStateChangesRequest_QNAME, GetStateChangesRequestType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link GetStateChangesResponseType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link GetStateChangesResponseType }{@code >}
*/
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetStateChangesResponse")
public JAXBElement<GetStateChangesResponseType> createGetStateChangesResponse(GetStateChangesResponseType value) {
return new JAXBElement<GetStateChangesResponseType>(_GetStateChangesResponse_QNAME, GetStateChangesResponseType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesRequestType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesRequestType }{@code >}
*/
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareStateChangesRequest")
public JAXBElement<DeclareStateChangesRequestType> createDeclareStateChangesRequest(DeclareStateChangesRequestType value) {
return new JAXBElement<DeclareStateChangesRequestType>(_DeclareStateChangesRequest_QNAME, DeclareStateChangesRequestType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesResponseType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesResponseType }{@code >}
*/
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareStateChangesResponse")
public JAXBElement<DeclareStateChangesResponseType> createDeclareStateChangesResponse(DeclareStateChangesResponseType value) {
return new JAXBElement<DeclareStateChangesResponseType>(_DeclareStateChangesResponse_QNAME, DeclareStateChangesResponseType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link AddDocToBusinessCaseRequestType }{@code >}
*
@@ -429,69 +216,4 @@ public class ObjectFactory {
return new JAXBElement<GetDocumentsOfPeriodResponseType>(_GetDocumentsOfPeriodResponse_QNAME, GetDocumentsOfPeriodResponseType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link DeclareEndpointRequestType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link DeclareEndpointRequestType }{@code >}
*/
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareEndpointRequest")
public JAXBElement<DeclareEndpointRequestType> createDeclareEndpointRequest(DeclareEndpointRequestType value) {
return new JAXBElement<DeclareEndpointRequestType>(_DeclareEndpointRequest_QNAME, DeclareEndpointRequestType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link String }{@code >}
*/
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "ArtAuthentifizierung")
public JAXBElement<String> createArtAuthentifizierung(String value) {
return new JAXBElement<String>(_ArtAuthentifizierung_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link DeclareEndpointResponseType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link DeclareEndpointResponseType }{@code >}
*/
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareEndpointResponse")
public JAXBElement<DeclareEndpointResponseType> createDeclareEndpointResponse(DeclareEndpointResponseType value) {
return new JAXBElement<DeclareEndpointResponseType>(_DeclareEndpointResponse_QNAME, DeclareEndpointResponseType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link SecurityContextTokenRequestType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link SecurityContextTokenRequestType }{@code >}
*/
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "SecurityContextTokenRequest")
public JAXBElement<SecurityContextTokenRequestType> createSecurityContextTokenRequest(SecurityContextTokenRequestType value) {
return new JAXBElement<SecurityContextTokenRequestType>(_SecurityContextTokenRequest_QNAME, SecurityContextTokenRequestType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link SecurityContextTokenResponseType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link SecurityContextTokenResponseType }{@code >}
*/
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "SecurityContextTokenResponse")
public JAXBElement<SecurityContextTokenResponseType> createSecurityContextTokenResponse(SecurityContextTokenResponseType value) {
return new JAXBElement<SecurityContextTokenResponseType>(_SecurityContextTokenResponse_QNAME, SecurityContextTokenResponseType.class, null, value);
}
}

View File

@@ -1,64 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Request-Type zum Bezug eines Security-Context-Tokens
*
* <p>Java-Klasse für SecurityContextTokenRequest_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="SecurityContextTokenRequest_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Credentials" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}Credentials_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SecurityContextTokenRequest_Type", propOrder = {
"credentials"
})
public class SecurityContextTokenRequestType {
@XmlElement(name = "Credentials", required = true)
protected CredentialsType credentials;
/**
* Ruft den Wert der credentials-Eigenschaft ab.
*
* @return
* possible object is
* {@link CredentialsType }
*
*/
public CredentialsType getCredentials() {
return credentials;
}
/**
* Legt den Wert der credentials-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link CredentialsType }
*
*/
public void setCredentials(CredentialsType value) {
this.credentials = value;
}
}

View File

@@ -1,115 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* Response-Type zum Bezug eines Securtity-Context-Tokens
*
* <p>Java-Klasse für SecurityContextTokenResponse_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="SecurityContextTokenResponse_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Token" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
* &lt;element name="DauerhaftGueltig" type="{http://www.w3.org/2001/XMLSchema}boolean"/&gt;
* &lt;element name="GueltigBis" type="{urn:omds20}Datum-Zeit" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SecurityContextTokenResponse_Type", propOrder = {
"token",
"dauerhaftGueltig",
"gueltigBis"
})
public class SecurityContextTokenResponseType {
@XmlElement(name = "Token", required = true)
protected String token;
@XmlElement(name = "DauerhaftGueltig")
protected boolean dauerhaftGueltig;
@XmlElement(name = "GueltigBis")
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar gueltigBis;
/**
* Ruft den Wert der token-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getToken() {
return token;
}
/**
* Legt den Wert der token-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setToken(String value) {
this.token = value;
}
/**
* Ruft den Wert der dauerhaftGueltig-Eigenschaft ab.
*
*/
public boolean isDauerhaftGueltig() {
return dauerhaftGueltig;
}
/**
* Legt den Wert der dauerhaftGueltig-Eigenschaft fest.
*
*/
public void setDauerhaftGueltig(boolean value) {
this.dauerhaftGueltig = value;
}
/**
* Ruft den Wert der gueltigBis-Eigenschaft ab.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getGueltigBis() {
return gueltigBis;
}
/**
* Legt den Wert der gueltigBis-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setGueltigBis(XMLGregorianCalendar value) {
this.gueltigBis = value;
}
}

View File

@@ -1,269 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
import at.vvo.omds.types.omds3Types.r1_7_0.common.GeschaeftsobjektArtType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType;
/**
* Standard-Event einer Statusänderung
*
* <p>Java-Klasse für StateChangeEvent_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="StateChangeEvent_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStateChangeEvent_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Objektart" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsobjektArt_Type"/&gt;
* &lt;element name="ObjektId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/&gt;
* &lt;element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/&gt;
* &lt;element name="GeschaeftsfallArt" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsfallArt_Type" minOccurs="0"/&gt;
* &lt;element name="Aenderungsdatum" type="{urn:omds20}Datum-Zeit"/&gt;
* &lt;element name="StatusGueltigAbDatum" type="{urn:omds20}Datum-Zeit"/&gt;
* &lt;element name="BisherigerStatus" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStatusGeschaeftsfall_Type" minOccurs="0"/&gt;
* &lt;element name="NeuerStatus" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStatusGeschaeftsfall_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "StateChangeEvent_Type", propOrder = {
"objektart",
"objektId",
"geschaeftsfallnummer",
"geschaeftsfallArt",
"aenderungsdatum",
"statusGueltigAbDatum",
"bisherigerStatus",
"neuerStatus"
})
public class StateChangeEventType
extends AbstractStateChangeEventType
{
@XmlElement(name = "Objektart", required = true)
@XmlSchemaType(name = "string")
protected GeschaeftsobjektArtType objektart;
@XmlElement(name = "ObjektId", required = true)
protected ObjektIdType objektId;
@XmlElement(name = "Geschaeftsfallnummer")
protected ObjektIdType geschaeftsfallnummer;
@XmlElement(name = "GeschaeftsfallArt")
protected String geschaeftsfallArt;
@XmlElement(name = "Aenderungsdatum", required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar aenderungsdatum;
@XmlElement(name = "StatusGueltigAbDatum", required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar statusGueltigAbDatum;
@XmlElement(name = "BisherigerStatus")
protected AbstractStatusGeschaeftsfallType bisherigerStatus;
@XmlElement(name = "NeuerStatus", required = true)
protected AbstractStatusGeschaeftsfallType neuerStatus;
/**
* Ruft den Wert der objektart-Eigenschaft ab.
*
* @return
* possible object is
* {@link GeschaeftsobjektArtType }
*
*/
public GeschaeftsobjektArtType getObjektart() {
return objektart;
}
/**
* Legt den Wert der objektart-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link GeschaeftsobjektArtType }
*
*/
public void setObjektart(GeschaeftsobjektArtType value) {
this.objektart = value;
}
/**
* Ruft den Wert der objektId-Eigenschaft ab.
*
* @return
* possible object is
* {@link ObjektIdType }
*
*/
public ObjektIdType getObjektId() {
return objektId;
}
/**
* Legt den Wert der objektId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link ObjektIdType }
*
*/
public void setObjektId(ObjektIdType value) {
this.objektId = value;
}
/**
* Ruft den Wert der geschaeftsfallnummer-Eigenschaft ab.
*
* @return
* possible object is
* {@link ObjektIdType }
*
*/
public ObjektIdType getGeschaeftsfallnummer() {
return geschaeftsfallnummer;
}
/**
* Legt den Wert der geschaeftsfallnummer-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link ObjektIdType }
*
*/
public void setGeschaeftsfallnummer(ObjektIdType value) {
this.geschaeftsfallnummer = value;
}
/**
* Ruft den Wert der geschaeftsfallArt-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getGeschaeftsfallArt() {
return geschaeftsfallArt;
}
/**
* Legt den Wert der geschaeftsfallArt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setGeschaeftsfallArt(String value) {
this.geschaeftsfallArt = value;
}
/**
* Ruft den Wert der aenderungsdatum-Eigenschaft ab.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getAenderungsdatum() {
return aenderungsdatum;
}
/**
* Legt den Wert der aenderungsdatum-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setAenderungsdatum(XMLGregorianCalendar value) {
this.aenderungsdatum = value;
}
/**
* Ruft den Wert der statusGueltigAbDatum-Eigenschaft ab.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getStatusGueltigAbDatum() {
return statusGueltigAbDatum;
}
/**
* Legt den Wert der statusGueltigAbDatum-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setStatusGueltigAbDatum(XMLGregorianCalendar value) {
this.statusGueltigAbDatum = value;
}
/**
* Ruft den Wert der bisherigerStatus-Eigenschaft ab.
*
* @return
* possible object is
* {@link AbstractStatusGeschaeftsfallType }
*
*/
public AbstractStatusGeschaeftsfallType getBisherigerStatus() {
return bisherigerStatus;
}
/**
* Legt den Wert der bisherigerStatus-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link AbstractStatusGeschaeftsfallType }
*
*/
public void setBisherigerStatus(AbstractStatusGeschaeftsfallType value) {
this.bisherigerStatus = value;
}
/**
* Ruft den Wert der neuerStatus-Eigenschaft ab.
*
* @return
* possible object is
* {@link AbstractStatusGeschaeftsfallType }
*
*/
public AbstractStatusGeschaeftsfallType getNeuerStatus() {
return neuerStatus;
}
/**
* Legt den Wert der neuerStatus-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link AbstractStatusGeschaeftsfallType }
*
*/
public void setNeuerStatus(AbstractStatusGeschaeftsfallType value) {
this.neuerStatus = value;
}
}

View File

@@ -1,58 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Status eines Antrags
*
* <p>Java-Klasse für StatusAntragsGeschaeftsfall complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="StatusAntragsGeschaeftsfall"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStatusGeschaeftsfall_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Antragstatus" type="{urn:omds3CommonServiceTypes-1-1-0}SubmitApplicationStatus_Type"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "StatusAntragsGeschaeftsfall", propOrder = {
"antragstatus"
})
public class StatusAntragsGeschaeftsfall
extends AbstractStatusGeschaeftsfallType
{
@XmlElement(name = "Antragstatus")
protected int antragstatus;
/**
* Ruft den Wert der antragstatus-Eigenschaft ab.
*
*/
public int getAntragstatus() {
return antragstatus;
}
/**
* Legt den Wert der antragstatus-Eigenschaft fest.
*
*/
public void setAntragstatus(int value) {
this.antragstatus = value;
}
}

View File

@@ -1,68 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
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_7_0.common.CommonProcessRequestType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.Formular;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessRequest_Type"&gt;
* &lt;sequence&gt;
* &lt;element ref="{urn:omds3CommonServiceTypes-1-1-0}Formular"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"formular"
})
@XmlRootElement(name = "SubmitFormRequest")
public class SubmitFormRequest
extends CommonProcessRequestType
{
@XmlElement(name = "Formular", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
protected Formular formular;
/**
* Ruft den Wert der formular-Eigenschaft ab.
*
* @return
* possible object is
* {@link Formular }
*
*/
public Formular getFormular() {
return formular;
}
/**
* Legt den Wert der formular-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Formular }
*
*/
public void setFormular(Formular value) {
this.formular = value;
}
}

View File

@@ -1,68 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
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_7_0.common.CommonProcessResponseType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.Formular;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessResponse_Type"&gt;
* &lt;sequence&gt;
* &lt;element ref="{urn:omds3CommonServiceTypes-1-1-0}Formular"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"formular"
})
@XmlRootElement(name = "SubmitFormResponse")
public class SubmitFormResponse
extends CommonProcessResponseType
{
@XmlElement(name = "Formular", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
protected Formular formular;
/**
* Ruft den Wert der formular-Eigenschaft ab.
*
* @return
* possible object is
* {@link Formular }
*
*/
public Formular getFormular() {
return formular;
}
/**
* Legt den Wert der formular-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Formular }
*
*/
public void setFormular(Formular value) {
this.formular = value;
}
}

View File

@@ -1,104 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
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_7_0.common.AutorisierungsAnforderungType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonRequestType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.DokumentDataType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="DokumentenVorlage" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentData_Type"/&gt;
* &lt;element name="AngeforderteUnterschriften" type="{urn:omds3CommonServiceTypes-1-1-0}AutorisierungsAnforderung_Type" maxOccurs="unbounded"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"dokumentenVorlage",
"angeforderteUnterschriften"
})
@XmlRootElement(name = "UnderwriteDocumentRequest")
public class UnderwriteDocumentRequest
extends CommonRequestType
{
@XmlElement(name = "DokumentenVorlage", required = true)
protected DokumentDataType dokumentenVorlage;
@XmlElement(name = "AngeforderteUnterschriften", required = true)
protected List<AutorisierungsAnforderungType> angeforderteUnterschriften;
/**
* Ruft den Wert der dokumentenVorlage-Eigenschaft ab.
*
* @return
* possible object is
* {@link DokumentDataType }
*
*/
public DokumentDataType getDokumentenVorlage() {
return dokumentenVorlage;
}
/**
* Legt den Wert der dokumentenVorlage-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link DokumentDataType }
*
*/
public void setDokumentenVorlage(DokumentDataType value) {
this.dokumentenVorlage = value;
}
/**
* Gets the value of the angeforderteUnterschriften 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 angeforderteUnterschriften property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getAngeforderteUnterschriften().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link AutorisierungsAnforderungType }
*
*
*/
public List<AutorisierungsAnforderungType> getAngeforderteUnterschriften() {
if (angeforderteUnterschriften == null) {
angeforderteUnterschriften = new ArrayList<AutorisierungsAnforderungType>();
}
return this.angeforderteUnterschriften;
}
}

View File

@@ -1,104 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
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_7_0.common.AutorisierungType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonResponseType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.DokumentDataType;
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="DokData" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentData_Type"/&gt;
* &lt;element name="Autorisierungen" type="{urn:omds3CommonServiceTypes-1-1-0}Autorisierung_Type" maxOccurs="unbounded"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"dokData",
"autorisierungen"
})
@XmlRootElement(name = "UnderwriteDocumentResponse")
public class UnderwriteDocumentResponse
extends CommonResponseType
{
@XmlElement(name = "DokData", required = true)
protected DokumentDataType dokData;
@XmlElement(name = "Autorisierungen", required = true)
protected List<AutorisierungType> autorisierungen;
/**
* Ruft den Wert der dokData-Eigenschaft ab.
*
* @return
* possible object is
* {@link DokumentDataType }
*
*/
public DokumentDataType getDokData() {
return dokData;
}
/**
* Legt den Wert der dokData-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link DokumentDataType }
*
*/
public void setDokData(DokumentDataType value) {
this.dokData = value;
}
/**
* Gets the value of the autorisierungen 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 autorisierungen property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getAutorisierungen().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link AutorisierungType }
*
*
*/
public List<AutorisierungType> getAutorisierungen() {
if (autorisierungen == null) {
autorisierungen = new ArrayList<AutorisierungType>();
}
return this.autorisierungen;
}
}

View File

@@ -1,87 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
/**
* Konkrete Implementierung von Credentials mit Username und Password
*
* <p>Java-Klasse für UsernamePasswordCredentials_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="UsernamePasswordCredentials_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;attribute name="Username" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
* &lt;attribute name="Password" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "UsernamePasswordCredentials_Type")
public class UsernamePasswordCredentialsType {
@XmlAttribute(name = "Username", namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", required = true)
protected String username;
@XmlAttribute(name = "Password", namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", required = true)
protected String password;
/**
* Ruft den Wert der username-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getUsername() {
return username;
}
/**
* Legt den Wert der username-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUsername(String value) {
this.username = value;
}
/**
* Ruft den Wert der password-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPassword() {
return password;
}
/**
* Legt den Wert der password-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPassword(String value) {
this.password = value;
}
}

View File

@@ -1,32 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Abstrakter Typ fuer die Erweiterung des Vertrags um Elemente, die nicht im Standard enthalten sind
*
* <p>Java-Klasse für ZusaetzlicheVertragsdaten_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="ZusaetzlicheVertragsdaten_Type"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ZusaetzlicheVertragsdaten_Type")
public abstract class ZusaetzlicheVertragsdatenType {
}

View File

@@ -13,7 +13,7 @@ import at.vvo.omds.types.omds3Types.r1_7_0.common.VorversicherungenType;
/**
* Vorversicherungen für Kfz (alternativ siehe auch cst:VorversicherungenImpl_Type)
* Vorversicherungen, Implementierung speziell für Kfz. Alternativ siehe auch allgemeine spartenübergreifende Implementierung cst:VorversicherungenImpl_Type.
*
* <p>Java-Klasse für VorversicherungenKfz_Type complex type.
*

View File

@@ -6,7 +6,6 @@ import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.ProduktGenerischType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.VerkaufsproduktGenerischType;
@@ -28,7 +27,6 @@ import at.vvo.omds.types.omds3Types.r1_7_0.common.VersichertePersonType;
* &lt;element name="LebenProdukte" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}ProduktLeben_Type" maxOccurs="unbounded"/&gt;
* &lt;element name="Zusatzprodukte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element name="VersichertePersonen" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertePerson_Type" maxOccurs="unbounded"/&gt;
* &lt;element name="RefSicherstellungLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
@@ -41,8 +39,7 @@ import at.vvo.omds.types.omds3Types.r1_7_0.common.VersichertePersonType;
@XmlType(name = "VerkaufsproduktLeben_Type", propOrder = {
"lebenProdukte",
"zusatzprodukte",
"versichertePersonen",
"refSicherstellungLfnr"
"versichertePersonen"
})
public class VerkaufsproduktLebenType
extends VerkaufsproduktGenerischType
@@ -54,9 +51,6 @@ public class VerkaufsproduktLebenType
protected List<ProduktGenerischType> zusatzprodukte;
@XmlElement(name = "VersichertePersonen", required = true)
protected List<VersichertePersonType> versichertePersonen;
@XmlElement(name = "RefSicherstellungLfnr")
@XmlSchemaType(name = "unsignedShort")
protected Integer refSicherstellungLfnr;
/**
* Gets the value of the lebenProdukte property.
@@ -145,28 +139,4 @@ public class VerkaufsproduktLebenType
return this.versichertePersonen;
}
/**
* Ruft den Wert der refSicherstellungLfnr-Eigenschaft ab.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getRefSicherstellungLfnr() {
return refSicherstellungLfnr;
}
/**
* Legt den Wert der refSicherstellungLfnr-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setRefSicherstellungLfnr(Integer value) {
this.refSicherstellungLfnr = value;
}
}

View File

@@ -48,7 +48,7 @@ public class ZusatzversicherungUnfallinvaliditaetType
* <p>
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
* Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
* Zeile 132 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Leben.xsd
* Zeile 131 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Leben.xsd
* Zeile 1374 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3CommonServiceTypes.xsd
* <p>
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine

View File

@@ -48,7 +48,7 @@ public class ZusatzversicherungUnfalltodType
* <p>
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
* Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
* Zeile 120 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Leben.xsd
* Zeile 119 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Leben.xsd
* Zeile 1374 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3CommonServiceTypes.xsd
* <p>
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine

View File

@@ -6,7 +6,6 @@ import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.ProduktGenerischType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.VerkaufsproduktGenerischType;
@@ -28,7 +27,6 @@ import at.vvo.omds.types.omds3Types.r1_7_0.common.VersichertesInteresseType;
* &lt;element name="Produkte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ProduktSachPrivat_Type" maxOccurs="unbounded"/&gt;
* &lt;element name="Zusatzprodukte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element name="VersicherteObjekte" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type" maxOccurs="unbounded"/&gt;
* &lt;element name="RefSicherstellungLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
@@ -41,8 +39,7 @@ import at.vvo.omds.types.omds3Types.r1_7_0.common.VersichertesInteresseType;
@XmlType(name = "VerkaufsproduktSachPrivat_Type", propOrder = {
"produkte",
"zusatzprodukte",
"versicherteObjekte",
"refSicherstellungLfnr"
"versicherteObjekte"
})
public class VerkaufsproduktSachPrivatType
extends VerkaufsproduktGenerischType
@@ -54,9 +51,6 @@ public class VerkaufsproduktSachPrivatType
protected List<ProduktGenerischType> zusatzprodukte;
@XmlElement(name = "VersicherteObjekte", required = true)
protected List<VersichertesInteresseType> versicherteObjekte;
@XmlElement(name = "RefSicherstellungLfnr")
@XmlSchemaType(name = "unsignedShort")
protected Integer refSicherstellungLfnr;
/**
* Gets the value of the produkte property.
@@ -145,28 +139,4 @@ public class VerkaufsproduktSachPrivatType
return this.versicherteObjekte;
}
/**
* Ruft den Wert der refSicherstellungLfnr-Eigenschaft ab.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getRefSicherstellungLfnr() {
return refSicherstellungLfnr;
}
/**
* Legt den Wert der refSicherstellungLfnr-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setRefSicherstellungLfnr(Integer value) {
this.refSicherstellungLfnr = value;
}
}

View File

@@ -1,6 +1,8 @@
package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
@@ -21,6 +23,7 @@ import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CalculateResponseGen
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponseGen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezBerechnungUnfall_Type"/&gt;
* &lt;element name="Upsellingvarianten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezBerechnungUnfall_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
@@ -31,7 +34,8 @@ import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CalculateResponseGen
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CalculateUnfallResponse_Type", propOrder = {
"berechnungsantwort"
"berechnungsantwort",
"upsellingvarianten"
})
public class CalculateUnfallResponseType
extends CalculateResponseGenType
@@ -39,6 +43,8 @@ public class CalculateUnfallResponseType
@XmlElement(name = "Berechnungsantwort", required = true)
protected SpezBerechnungUnfallType berechnungsantwort;
@XmlElement(name = "Upsellingvarianten")
protected List<SpezBerechnungUnfallType> upsellingvarianten;
/**
* Ruft den Wert der berechnungsantwort-Eigenschaft ab.
@@ -64,4 +70,33 @@ public class CalculateUnfallResponseType
this.berechnungsantwort = value;
}
/**
* Gets the value of the upsellingvarianten 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 upsellingvarianten property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getUpsellingvarianten().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link SpezBerechnungUnfallType }
*
*
*/
public List<SpezBerechnungUnfallType> getUpsellingvarianten() {
if (upsellingvarianten == null) {
upsellingvarianten = new ArrayList<SpezBerechnungUnfallType>();
}
return this.upsellingvarianten;
}
}

View File

@@ -6,7 +6,6 @@ import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.ProduktGenerischType;
import at.vvo.omds.types.omds3Types.r1_7_0.common.VerkaufsproduktGenerischType;
@@ -28,7 +27,6 @@ import at.vvo.omds.types.omds3Types.r1_7_0.common.VersichertePersonType;
* &lt;element name="Unfallprodukte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}ProduktUnfall_Type" maxOccurs="unbounded"/&gt;
* &lt;element name="Zusatzprodukte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element name="VersichertePersonen" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertePerson_Type" maxOccurs="unbounded"/&gt;
* &lt;element name="RefSicherstellungLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
@@ -41,8 +39,7 @@ import at.vvo.omds.types.omds3Types.r1_7_0.common.VersichertePersonType;
@XmlType(name = "VerkaufsproduktUnfall_Type", propOrder = {
"unfallprodukte",
"zusatzprodukte",
"versichertePersonen",
"refSicherstellungLfnr"
"versichertePersonen"
})
public class VerkaufsproduktUnfallType
extends VerkaufsproduktGenerischType
@@ -54,9 +51,6 @@ public class VerkaufsproduktUnfallType
protected List<ProduktGenerischType> zusatzprodukte;
@XmlElement(name = "VersichertePersonen", required = true)
protected List<VersichertePersonType> versichertePersonen;
@XmlElement(name = "RefSicherstellungLfnr")
@XmlSchemaType(name = "unsignedShort")
protected Integer refSicherstellungLfnr;
/**
* Gets the value of the unfallprodukte property.
@@ -145,28 +139,4 @@ public class VerkaufsproduktUnfallType
return this.versichertePersonen;
}
/**
* Ruft den Wert der refSicherstellungLfnr-Eigenschaft ab.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getRefSicherstellungLfnr() {
return refSicherstellungLfnr;
}
/**
* Legt den Wert der refSicherstellungLfnr-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setRefSicherstellungLfnr(Integer value) {
this.refSicherstellungLfnr = value;
}
}

View File

@@ -10,7 +10,7 @@ import javax.xml.ws.Service;
/**
* This class was generated by Apache CXF 3.5.0
* 2022-01-10T13:04:51.353+01:00
* 2022-01-14T17:40:09.965+01:00
* Generated source version: 3.5.0
*
*/

View File

@@ -7,6 +7,7 @@
package at.vvo.omds.types.omds3Types.r1_7_0.service;
import java.util.logging.Logger;
import javax.xml.ws.soap.MTOM;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
@@ -16,7 +17,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 3.5.0
* 2022-01-10T13:04:51.310+01:00
* 2022-01-14T17:40:09.925+01:00
* Generated source version: 3.5.0
*
*/
@@ -27,17 +28,17 @@ import javax.xml.bind.annotation.XmlSeeAlso;
targetNamespace = "urn:omds3Services-1-4-0",
wsdlLocation = "file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3Services.wsdl",
endpointInterface = "at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType")
@MTOM(enabled = true, threshold = 1024)
public class OmdsServicePortImpl implements OmdsServicePortType {
private static final Logger LOG = Logger.getLogger(OmdsServicePortImpl.class.getName());
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListRequest param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListRequest parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListRequest param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListRequest parameters) throws ServiceFaultMsg {
LOG.info("Executing operation getOMDSPackageList");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListResponse _return = null;
return _return;
@@ -49,11 +50,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#calculateLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#calculateLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenResponseType calculateLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenResponseType calculateLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation calculateLeben");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenResponseType _return = null;
return _return;
@@ -65,11 +66,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#addDocToBusinessCase(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#addDocToBusinessCase(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseResponseType addDocToBusinessCase(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseResponseType addDocToBusinessCase(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation addDocToBusinessCase");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseResponseType _return = null;
return _return;
@@ -81,11 +82,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation calculateSachPrivat");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _return = null;
return _return;
@@ -97,11 +98,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createApplicationKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createApplicationKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzResponseType createApplicationKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzResponseType createApplicationKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation createApplicationKfz");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzResponseType _return = null;
return _return;
@@ -113,11 +114,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createOfferKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createOfferKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzResponseType createOfferKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzResponseType createOfferKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation createOfferKfz");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzResponseType _return = null;
return _return;
@@ -129,11 +130,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#deepLinkPartner(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPartnerRequest param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#deepLinkPartner(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPartnerRequest parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPartnerRequest param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPartnerRequest parameters) throws ServiceFaultMsg {
LOG.info("Executing operation deepLinkPartner");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
return _return;
@@ -145,11 +146,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation submitApplicationLeben");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenResponseType _return = null;
return _return;
@@ -161,11 +162,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPolicyRequest param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPolicyRequest parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPolicyRequest param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPolicyRequest parameters) throws ServiceFaultMsg {
LOG.info("Executing operation deepLinkPolicy");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
return _return;
@@ -177,11 +178,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#searchClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#searchClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimResponseType searchClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimResponseType searchClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation searchClaim");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimResponseType _return = null;
return _return;
@@ -193,27 +194,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getStateChanges(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getUserData(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataRequest parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesResponseType getStateChanges(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesRequestType param) throws ServiceFaultMsg {
LOG.info("Executing operation getStateChanges");
System.out.println(param);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
throw new RuntimeException(ex);
}
//throw new ServiceFaultMsg("ServiceFaultMsg...");
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getUserData(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataRequest param)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataResponse getUserData(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataRequest param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataResponse getUserData(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataRequest parameters) throws ServiceFaultMsg {
LOG.info("Executing operation getUserData");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataResponse _return = null;
return _return;
@@ -225,11 +210,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#deepLinkClaim(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkClaimRequest param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#deepLinkClaim(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkClaimRequest parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkClaim(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkClaimRequest param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkClaim(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkClaimRequest parameters) throws ServiceFaultMsg {
LOG.info("Executing operation deepLinkClaim");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
return _return;
@@ -241,11 +226,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimResponseType submitClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimResponseType submitClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation submitClaim");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimResponseType _return = null;
return _return;
@@ -257,11 +242,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getOMDSPackage(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageRequest param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getOMDSPackage(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageRequest parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageResponse getOMDSPackage(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageRequest param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageResponse getOMDSPackage(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageRequest parameters) throws ServiceFaultMsg {
LOG.info("Executing operation getOMDSPackage");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageResponse _return = null;
return _return;
@@ -273,11 +258,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getNumberOfDocuments(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getNumberOfDocuments(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsResponseType getNumberOfDocuments(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsResponseType getNumberOfDocuments(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation getNumberOfDocuments");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsResponseType _return = null;
return _return;
@@ -289,11 +274,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#deepLinkOffer(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkOfferRequest param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#deepLinkOffer(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkOfferRequest parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkOfferRequest param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkOfferRequest parameters) throws ServiceFaultMsg {
LOG.info("Executing operation deepLinkOffer");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
return _return;
@@ -305,11 +290,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#calculateUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#calculateUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallResponseType calculateUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallResponseType calculateUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation calculateUnfall");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallResponseType _return = null;
return _return;
@@ -321,11 +306,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallResponseType submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallResponseType submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation submitApplicationUnfall");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallResponseType _return = null;
return _return;
@@ -337,11 +322,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation getDocumentsOfPeriod");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodResponseType _return = null;
return _return;
@@ -353,11 +338,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectResponseType getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectResponseType getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation getDocumentsOfObject");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectResponseType _return = null;
return _return;
@@ -369,11 +354,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#calculateKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#calculateKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzResponseType calculateKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzResponseType calculateKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation calculateKfz");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzResponseType _return = null;
return _return;
@@ -385,11 +370,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation createApplicationUnfall");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallResponseType _return = null;
return _return;
@@ -401,11 +386,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createOfferSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createOfferSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType createOfferSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType createOfferSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation createOfferSachPrivat");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType _return = null;
return _return;
@@ -417,11 +402,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#checkClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#checkClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimResponseType checkClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimResponseType checkClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation checkClaim");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimResponseType _return = null;
return _return;
@@ -433,11 +418,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType createApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType createApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation createApplicationSachPrivat");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType _return = null;
return _return;
@@ -449,11 +434,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getArcImage(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageRequest param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getArcImage(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageRequest parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageResponse getArcImage(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageRequest param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageResponse getArcImage(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageRequest parameters) throws ServiceFaultMsg {
LOG.info("Executing operation getArcImage");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageResponse _return = null;
return _return;
@@ -465,11 +450,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimResponseType getClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimResponseType getClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation getClaim");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimResponseType _return = null;
return _return;
@@ -481,11 +466,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createApplicationLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createApplicationLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation createApplicationLeben");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenResponseType _return = null;
return _return;
@@ -497,11 +482,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createOfferUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createOfferUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation createOfferUnfall");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallResponseType _return = null;
return _return;
@@ -513,11 +498,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createOfferLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createOfferLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenResponseType createOfferLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenResponseType createOfferLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation createOfferLeben");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenResponseType _return = null;
return _return;
@@ -529,11 +514,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#login(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.LoginRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#login(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.LoginRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse login(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.LoginRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse login(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.LoginRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation login");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _return = null;
return _return;
@@ -545,11 +530,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitApplicationKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitApplicationKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzResponseType submitApplicationKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzResponseType submitApplicationKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation submitApplicationKfz");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzResponseType _return = null;
return _return;
@@ -561,11 +546,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation submitApplicationSachPrivat");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _return = null;
return _return;
@@ -577,11 +562,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
}
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getArcImageInfos(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosRequest param)*
* @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getArcImageInfos(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosRequest parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosResponse getArcImageInfos(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosRequest param) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosResponse getArcImageInfos(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosRequest parameters) throws ServiceFaultMsg {
LOG.info("Executing operation getArcImageInfos");
System.out.println(param);
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosResponse _return = null;
return _return;

View File

@@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 3.5.0
* 2022-01-10T13:04:51.335+01:00
* 2022-01-14T17:40:09.950+01:00
* Generated source version: 3.5.0
*
*/
@@ -19,282 +19,274 @@ import javax.xml.bind.annotation.XmlSeeAlso;
public interface OmdsServicePortType {
@WebMethod(action = "urn:getOMDSPackageList")
@WebResult(name = "getOMDSPackageListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
@WebResult(name = "getOMDSPackageListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(
@WebParam(partName = "param", name = "getOMDSPackageListRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListRequest param
@WebParam(partName = "parameters", name = "getOMDSPackageListRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListRequest parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:calculateLeben")
@WebResult(name = "CalculateLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "param")
@WebResult(name = "CalculateLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenResponseType calculateLeben(
@WebParam(partName = "param", name = "CalculateLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenRequestType param
@WebParam(partName = "parameters", name = "CalculateLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:addDocToBusinessCase")
@WebResult(name = "AddDocToBusinessCaseResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "param")
@WebResult(name = "AddDocToBusinessCaseResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseResponseType addDocToBusinessCase(
@WebParam(partName = "param", name = "AddDocToBusinessCaseRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseRequestType param
@WebParam(partName = "parameters", name = "AddDocToBusinessCaseRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:calculateSachPrivat")
@WebResult(name = "CalculateSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "param")
@WebResult(name = "CalculateSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(
@WebParam(partName = "param", name = "CalculateSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType param
@WebParam(partName = "parameters", name = "CalculateSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createApplicationKfz")
@WebResult(name = "CreateApplicationKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "param")
@WebResult(name = "CreateApplicationKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzResponseType createApplicationKfz(
@WebParam(partName = "param", name = "CreateApplicationKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzRequestType param
@WebParam(partName = "parameters", name = "CreateApplicationKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createOfferKfz")
@WebResult(name = "CreateOfferKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "param")
@WebResult(name = "CreateOfferKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzResponseType createOfferKfz(
@WebParam(partName = "param", name = "CreateOfferKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzRequestType param
@WebParam(partName = "parameters", name = "CreateOfferKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:deepLinkPartner")
@WebResult(name = "getDeepLinkPartnerResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
@WebResult(name = "getDeepLinkPartnerResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(
@WebParam(partName = "param", name = "getDeepLinkPartnerRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPartnerRequest param
@WebParam(partName = "parameters", name = "getDeepLinkPartnerRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPartnerRequest parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:submitApplicationLeben")
@WebResult(name = "SubmitApplicationLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "param")
@WebResult(name = "SubmitApplicationLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben(
@WebParam(partName = "param", name = "SubmitApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenRequestType param
@WebParam(partName = "parameters", name = "SubmitApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:deepLinkPolicy")
@WebResult(name = "getDeepLinkPolicyResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
@WebResult(name = "getDeepLinkPolicyResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(
@WebParam(partName = "param", name = "getDeepLinkPolicyRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPolicyRequest param
@WebParam(partName = "parameters", name = "getDeepLinkPolicyRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPolicyRequest parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:searchClaim")
@WebResult(name = "SearchClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
@WebResult(name = "SearchClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimResponseType searchClaim(
@WebParam(partName = "param", name = "SearchClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimRequestType param
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getStateChanges")
@WebResult(name = "GetStateChangesResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "param")
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesResponseType getStateChanges(
@WebParam(partName = "param", name = "GetStateChangesRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesRequestType param
@WebParam(partName = "parameters", name = "SearchClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getUserData")
@WebResult(name = "getUserDataResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
@WebResult(name = "getUserDataResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataResponse getUserData(
@WebParam(partName = "param", name = "getUserDataRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataRequest param
@WebParam(partName = "parameters", name = "getUserDataRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataRequest parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:deepLinkClaim")
@WebResult(name = "getDeepLinkClaimResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
@WebResult(name = "getDeepLinkClaimResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkClaim(
@WebParam(partName = "param", name = "getDeepLinkClaimRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkClaimRequest param
@WebParam(partName = "parameters", name = "getDeepLinkClaimRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkClaimRequest parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:submitClaim")
@WebResult(name = "SubmitClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
@WebResult(name = "SubmitClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimResponseType submitClaim(
@WebParam(partName = "param", name = "SubmitClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType param
@WebParam(partName = "parameters", name = "SubmitClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getOMDSPackage")
@WebResult(name = "getOMDSPackageResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
@WebResult(name = "getOMDSPackageResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageResponse getOMDSPackage(
@WebParam(partName = "param", name = "getOMDSPackageRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageRequest param
@WebParam(partName = "parameters", name = "getOMDSPackageRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageRequest parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getNumberOfDocuments")
@WebResult(name = "GetNumberOfDocumentsResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "param")
@WebResult(name = "GetNumberOfDocumentsResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsResponseType getNumberOfDocuments(
@WebParam(partName = "param", name = "GetNumberOfDocumentsRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsRequestType param
@WebParam(partName = "parameters", name = "GetNumberOfDocumentsRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:deepLinkOffer")
@WebResult(name = "getDeepLinkOfferResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
@WebResult(name = "getDeepLinkOfferResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(
@WebParam(partName = "param", name = "getDeepLinkOfferRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkOfferRequest param
@WebParam(partName = "parameters", name = "getDeepLinkOfferRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkOfferRequest parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:calculateUnfall")
@WebResult(name = "CalculateUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "param")
@WebResult(name = "CalculateUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallResponseType calculateUnfall(
@WebParam(partName = "param", name = "CalculateUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallRequestType param
@WebParam(partName = "parameters", name = "CalculateUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:submitApplicationUnfall")
@WebResult(name = "SubmitApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "param")
@WebResult(name = "SubmitApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallResponseType submitApplicationUnfall(
@WebParam(partName = "param", name = "SubmitApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallRequestType param
@WebParam(partName = "parameters", name = "SubmitApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getDocumentsOfPeriod")
@WebResult(name = "GetDocumentsOfPeriodResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "param")
@WebResult(name = "GetDocumentsOfPeriodResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(
@WebParam(partName = "param", name = "GetDocumentsOfPeriodRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodRequestType param
@WebParam(partName = "parameters", name = "GetDocumentsOfPeriodRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getDocumentsOfObject")
@WebResult(name = "GetDocumentsOfObjectResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "param")
@WebResult(name = "GetDocumentsOfObjectResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectResponseType getDocumentsOfObject(
@WebParam(partName = "param", name = "GetDocumentsOfObjectRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectRequestType param
@WebParam(partName = "parameters", name = "GetDocumentsOfObjectRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:calculateKfz")
@WebResult(name = "CalculateKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "param")
@WebResult(name = "CalculateKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzResponseType calculateKfz(
@WebParam(partName = "param", name = "CalculateKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzRequestType param
@WebParam(partName = "parameters", name = "CalculateKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createApplicationUnfall")
@WebResult(name = "CreateApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "param")
@WebResult(name = "CreateApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(
@WebParam(partName = "param", name = "CreateApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallRequestType param
@WebParam(partName = "parameters", name = "CreateApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createOfferSachPrivat")
@WebResult(name = "CreateOfferSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "param")
@WebResult(name = "CreateOfferSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType createOfferSachPrivat(
@WebParam(partName = "param", name = "CreateOfferSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType param
@WebParam(partName = "parameters", name = "CreateOfferSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:checkClaim")
@WebResult(name = "CheckClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
@WebResult(name = "CheckClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimResponseType checkClaim(
@WebParam(partName = "param", name = "CheckClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType param
@WebParam(partName = "parameters", name = "CheckClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createApplicationSachPrivat")
@WebResult(name = "CreateApplicationSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "param")
@WebResult(name = "CreateApplicationSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType createApplicationSachPrivat(
@WebParam(partName = "param", name = "CreateApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType param
@WebParam(partName = "parameters", name = "CreateApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getArcImage")
@WebResult(name = "getArcImageResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
@WebResult(name = "getArcImageResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageResponse getArcImage(
@WebParam(partName = "param", name = "getArcImageRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageRequest param
@WebParam(partName = "parameters", name = "getArcImageRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageRequest parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getClaim")
@WebResult(name = "GetClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "param")
@WebResult(name = "GetClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimResponseType getClaim(
@WebParam(partName = "param", name = "GetClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType param
@WebParam(partName = "parameters", name = "GetClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createApplicationLeben")
@WebResult(name = "CreateApplicationLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "param")
@WebResult(name = "CreateApplicationLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(
@WebParam(partName = "param", name = "CreateApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenRequestType param
@WebParam(partName = "parameters", name = "CreateApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createOfferUnfall")
@WebResult(name = "CreateOfferUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "param")
@WebResult(name = "CreateOfferUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(
@WebParam(partName = "param", name = "CreateOfferUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallRequestType param
@WebParam(partName = "parameters", name = "CreateOfferUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:createOfferLeben")
@WebResult(name = "CreateOfferLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "param")
@WebResult(name = "CreateOfferLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenResponseType createOfferLeben(
@WebParam(partName = "param", name = "CreateOfferLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenRequestType param
@WebParam(partName = "parameters", name = "CreateOfferLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:login")
@WebResult(name = "loginResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
@WebResult(name = "loginResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse login(
@WebParam(partName = "param", name = "loginRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.LoginRequestType param
@WebParam(partName = "parameters", name = "loginRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.LoginRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:submitApplicationKfz")
@WebResult(name = "SubmitApplicationKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "param")
@WebResult(name = "SubmitApplicationKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzResponseType submitApplicationKfz(
@WebParam(partName = "param", name = "SubmitApplicationKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzRequestType param
@WebParam(partName = "parameters", name = "SubmitApplicationKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:submitApplicationSachPrivat")
@WebResult(name = "SubmitApplicationSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "param")
@WebResult(name = "SubmitApplicationSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType submitApplicationSachPrivat(
@WebParam(partName = "param", name = "SubmitApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType param
@WebParam(partName = "parameters", name = "SubmitApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat")
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType parameters
) throws ServiceFaultMsg;
@WebMethod(action = "urn:getArcImageInfos")
@WebResult(name = "getArcImageInfosResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "param")
@WebResult(name = "getArcImageInfosResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosResponse getArcImageInfos(
@WebParam(partName = "param", name = "getArcImageInfosRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosRequest param
@WebParam(partName = "parameters", name = "getArcImageInfosRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosRequest parameters
) throws ServiceFaultMsg;
}

View File

@@ -16,10 +16,11 @@ import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.soap.MTOMFeature;
/**
* This class was generated by Apache CXF 3.5.0
* 2022-01-10T13:04:51.220+01:00
* 2022-01-14T17:40:09.829+01:00
* Generated source version: 3.5.0
*
*/
@@ -46,13 +47,16 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
OmdsService ss = new OmdsService(wsdlURL, SERVICE_NAME);
OmdsServicePortType port = ss.getOmdsServicePort();
OmdsServicePortType port = ss.getOmdsServicePort(new MTOMFeature(1024));
//OmdsService ss = new OmdsService(wsdlURL, SERVICE_NAME);
//OmdsServicePortType port = ss.getOmdsServicePort();
{
System.out.println("Invoking getOMDSPackageList...");
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListRequest _getOMDSPackageList_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListRequest _getOMDSPackageList_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListResponse _getOMDSPackageList__return = port.getOMDSPackageList(_getOMDSPackageList_param);
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListResponse _getOMDSPackageList__return = port.getOMDSPackageList(_getOMDSPackageList_parameters);
System.out.println("getOMDSPackageList.result=" + _getOMDSPackageList__return);
} catch (ServiceFaultMsg e) {
@@ -63,9 +67,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking calculateLeben...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenRequestType _calculateLeben_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenRequestType _calculateLeben_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenResponseType _calculateLeben__return = port.calculateLeben(_calculateLeben_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenResponseType _calculateLeben__return = port.calculateLeben(_calculateLeben_parameters);
System.out.println("calculateLeben.result=" + _calculateLeben__return);
} catch (ServiceFaultMsg e) {
@@ -76,9 +80,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking addDocToBusinessCase...");
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseRequestType _addDocToBusinessCase_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseRequestType _addDocToBusinessCase_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseResponseType _addDocToBusinessCase__return = port.addDocToBusinessCase(_addDocToBusinessCase_param);
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseResponseType _addDocToBusinessCase__return = port.addDocToBusinessCase(_addDocToBusinessCase_parameters);
System.out.println("addDocToBusinessCase.result=" + _addDocToBusinessCase__return);
} catch (ServiceFaultMsg e) {
@@ -89,9 +93,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking calculateSachPrivat...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType _calculateSachPrivat_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType _calculateSachPrivat_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _calculateSachPrivat__return = port.calculateSachPrivat(_calculateSachPrivat_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _calculateSachPrivat__return = port.calculateSachPrivat(_calculateSachPrivat_parameters);
System.out.println("calculateSachPrivat.result=" + _calculateSachPrivat__return);
} catch (ServiceFaultMsg e) {
@@ -102,9 +106,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking createApplicationKfz...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzRequestType _createApplicationKfz_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzRequestType _createApplicationKfz_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzResponseType _createApplicationKfz__return = port.createApplicationKfz(_createApplicationKfz_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzResponseType _createApplicationKfz__return = port.createApplicationKfz(_createApplicationKfz_parameters);
System.out.println("createApplicationKfz.result=" + _createApplicationKfz__return);
} catch (ServiceFaultMsg e) {
@@ -115,9 +119,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking createOfferKfz...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzRequestType _createOfferKfz_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzRequestType _createOfferKfz_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzResponseType _createOfferKfz__return = port.createOfferKfz(_createOfferKfz_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzResponseType _createOfferKfz__return = port.createOfferKfz(_createOfferKfz_parameters);
System.out.println("createOfferKfz.result=" + _createOfferKfz__return);
} catch (ServiceFaultMsg e) {
@@ -128,9 +132,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking deepLinkPartner...");
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPartnerRequest _deepLinkPartner_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPartnerRequest _deepLinkPartner_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPartner__return = port.deepLinkPartner(_deepLinkPartner_param);
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPartner__return = port.deepLinkPartner(_deepLinkPartner_parameters);
System.out.println("deepLinkPartner.result=" + _deepLinkPartner__return);
} catch (ServiceFaultMsg e) {
@@ -141,9 +145,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking submitApplicationLeben...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenRequestType _submitApplicationLeben_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenRequestType _submitApplicationLeben_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenResponseType _submitApplicationLeben__return = port.submitApplicationLeben(_submitApplicationLeben_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenResponseType _submitApplicationLeben__return = port.submitApplicationLeben(_submitApplicationLeben_parameters);
System.out.println("submitApplicationLeben.result=" + _submitApplicationLeben__return);
} catch (ServiceFaultMsg e) {
@@ -154,9 +158,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking deepLinkPolicy...");
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPolicyRequest _deepLinkPolicy_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPolicyRequest _deepLinkPolicy_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPolicy__return = port.deepLinkPolicy(_deepLinkPolicy_param);
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPolicy__return = port.deepLinkPolicy(_deepLinkPolicy_parameters);
System.out.println("deepLinkPolicy.result=" + _deepLinkPolicy__return);
} catch (ServiceFaultMsg e) {
@@ -167,24 +171,11 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking searchClaim...");
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimRequestType _searchClaim_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimRequestType _searchClaim_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimResponseType _searchClaim__return = port.searchClaim(_searchClaim_param);
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimResponseType _searchClaim__return = port.searchClaim(_searchClaim_parameters);
System.out.println("searchClaim.result=" + _searchClaim__return);
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
System.out.println(e.toString());
}
}
{
System.out.println("Invoking getStateChanges...");
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesRequestType _getStateChanges_param = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesResponseType _getStateChanges__return = port.getStateChanges(_getStateChanges_param);
System.out.println("getStateChanges.result=" + _getStateChanges__return);
} catch (ServiceFaultMsg e) {
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
System.out.println(e.toString());
@@ -193,9 +184,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking getUserData...");
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataRequest _getUserData_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataRequest _getUserData_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataResponse _getUserData__return = port.getUserData(_getUserData_param);
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataResponse _getUserData__return = port.getUserData(_getUserData_parameters);
System.out.println("getUserData.result=" + _getUserData__return);
} catch (ServiceFaultMsg e) {
@@ -206,9 +197,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking deepLinkClaim...");
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkClaimRequest _deepLinkClaim_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkClaimRequest _deepLinkClaim_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkClaim__return = port.deepLinkClaim(_deepLinkClaim_param);
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkClaim__return = port.deepLinkClaim(_deepLinkClaim_parameters);
System.out.println("deepLinkClaim.result=" + _deepLinkClaim__return);
} catch (ServiceFaultMsg e) {
@@ -219,9 +210,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking submitClaim...");
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType _submitClaim_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType _submitClaim_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimResponseType _submitClaim__return = port.submitClaim(_submitClaim_param);
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimResponseType _submitClaim__return = port.submitClaim(_submitClaim_parameters);
System.out.println("submitClaim.result=" + _submitClaim__return);
} catch (ServiceFaultMsg e) {
@@ -232,9 +223,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking getOMDSPackage...");
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageRequest _getOMDSPackage_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageRequest _getOMDSPackage_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageResponse _getOMDSPackage__return = port.getOMDSPackage(_getOMDSPackage_param);
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageResponse _getOMDSPackage__return = port.getOMDSPackage(_getOMDSPackage_parameters);
System.out.println("getOMDSPackage.result=" + _getOMDSPackage__return);
} catch (ServiceFaultMsg e) {
@@ -245,9 +236,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking getNumberOfDocuments...");
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsRequestType _getNumberOfDocuments_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsRequestType _getNumberOfDocuments_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsResponseType _getNumberOfDocuments__return = port.getNumberOfDocuments(_getNumberOfDocuments_param);
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsResponseType _getNumberOfDocuments__return = port.getNumberOfDocuments(_getNumberOfDocuments_parameters);
System.out.println("getNumberOfDocuments.result=" + _getNumberOfDocuments__return);
} catch (ServiceFaultMsg e) {
@@ -258,9 +249,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking deepLinkOffer...");
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkOfferRequest _deepLinkOffer_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkOfferRequest _deepLinkOffer_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkOffer__return = port.deepLinkOffer(_deepLinkOffer_param);
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkOffer__return = port.deepLinkOffer(_deepLinkOffer_parameters);
System.out.println("deepLinkOffer.result=" + _deepLinkOffer__return);
} catch (ServiceFaultMsg e) {
@@ -271,9 +262,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking calculateUnfall...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallRequestType _calculateUnfall_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallRequestType _calculateUnfall_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallResponseType _calculateUnfall__return = port.calculateUnfall(_calculateUnfall_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallResponseType _calculateUnfall__return = port.calculateUnfall(_calculateUnfall_parameters);
System.out.println("calculateUnfall.result=" + _calculateUnfall__return);
} catch (ServiceFaultMsg e) {
@@ -284,9 +275,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking submitApplicationUnfall...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallRequestType _submitApplicationUnfall_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallRequestType _submitApplicationUnfall_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallResponseType _submitApplicationUnfall__return = port.submitApplicationUnfall(_submitApplicationUnfall_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallResponseType _submitApplicationUnfall__return = port.submitApplicationUnfall(_submitApplicationUnfall_parameters);
System.out.println("submitApplicationUnfall.result=" + _submitApplicationUnfall__return);
} catch (ServiceFaultMsg e) {
@@ -297,9 +288,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking getDocumentsOfPeriod...");
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodRequestType _getDocumentsOfPeriod_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodRequestType _getDocumentsOfPeriod_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodResponseType _getDocumentsOfPeriod__return = port.getDocumentsOfPeriod(_getDocumentsOfPeriod_param);
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodResponseType _getDocumentsOfPeriod__return = port.getDocumentsOfPeriod(_getDocumentsOfPeriod_parameters);
System.out.println("getDocumentsOfPeriod.result=" + _getDocumentsOfPeriod__return);
} catch (ServiceFaultMsg e) {
@@ -310,9 +301,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking getDocumentsOfObject...");
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectRequestType _getDocumentsOfObject_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectRequestType _getDocumentsOfObject_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectResponseType _getDocumentsOfObject__return = port.getDocumentsOfObject(_getDocumentsOfObject_param);
at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectResponseType _getDocumentsOfObject__return = port.getDocumentsOfObject(_getDocumentsOfObject_parameters);
System.out.println("getDocumentsOfObject.result=" + _getDocumentsOfObject__return);
} catch (ServiceFaultMsg e) {
@@ -323,9 +314,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking calculateKfz...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzRequestType _calculateKfz_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzRequestType _calculateKfz_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzResponseType _calculateKfz__return = port.calculateKfz(_calculateKfz_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzResponseType _calculateKfz__return = port.calculateKfz(_calculateKfz_parameters);
System.out.println("calculateKfz.result=" + _calculateKfz__return);
} catch (ServiceFaultMsg e) {
@@ -336,9 +327,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking createApplicationUnfall...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallRequestType _createApplicationUnfall_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallRequestType _createApplicationUnfall_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallResponseType _createApplicationUnfall__return = port.createApplicationUnfall(_createApplicationUnfall_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallResponseType _createApplicationUnfall__return = port.createApplicationUnfall(_createApplicationUnfall_parameters);
System.out.println("createApplicationUnfall.result=" + _createApplicationUnfall__return);
} catch (ServiceFaultMsg e) {
@@ -349,9 +340,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking createOfferSachPrivat...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType _createOfferSachPrivat_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType _createOfferSachPrivat_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType _createOfferSachPrivat__return = port.createOfferSachPrivat(_createOfferSachPrivat_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType _createOfferSachPrivat__return = port.createOfferSachPrivat(_createOfferSachPrivat_parameters);
System.out.println("createOfferSachPrivat.result=" + _createOfferSachPrivat__return);
} catch (ServiceFaultMsg e) {
@@ -362,9 +353,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking checkClaim...");
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType _checkClaim_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType _checkClaim_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimResponseType _checkClaim__return = port.checkClaim(_checkClaim_param);
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimResponseType _checkClaim__return = port.checkClaim(_checkClaim_parameters);
System.out.println("checkClaim.result=" + _checkClaim__return);
} catch (ServiceFaultMsg e) {
@@ -375,9 +366,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking createApplicationSachPrivat...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType _createApplicationSachPrivat_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType _createApplicationSachPrivat_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType _createApplicationSachPrivat__return = port.createApplicationSachPrivat(_createApplicationSachPrivat_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType _createApplicationSachPrivat__return = port.createApplicationSachPrivat(_createApplicationSachPrivat_parameters);
System.out.println("createApplicationSachPrivat.result=" + _createApplicationSachPrivat__return);
} catch (ServiceFaultMsg e) {
@@ -388,9 +379,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking getArcImage...");
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageRequest _getArcImage_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageRequest _getArcImage_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageResponse _getArcImage__return = port.getArcImage(_getArcImage_param);
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageResponse _getArcImage__return = port.getArcImage(_getArcImage_parameters);
System.out.println("getArcImage.result=" + _getArcImage__return);
} catch (ServiceFaultMsg e) {
@@ -401,9 +392,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking getClaim...");
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType _getClaim_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType _getClaim_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimResponseType _getClaim__return = port.getClaim(_getClaim_param);
at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimResponseType _getClaim__return = port.getClaim(_getClaim_parameters);
System.out.println("getClaim.result=" + _getClaim__return);
} catch (ServiceFaultMsg e) {
@@ -414,9 +405,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking createApplicationLeben...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenRequestType _createApplicationLeben_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenRequestType _createApplicationLeben_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenResponseType _createApplicationLeben__return = port.createApplicationLeben(_createApplicationLeben_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenResponseType _createApplicationLeben__return = port.createApplicationLeben(_createApplicationLeben_parameters);
System.out.println("createApplicationLeben.result=" + _createApplicationLeben__return);
} catch (ServiceFaultMsg e) {
@@ -427,9 +418,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking createOfferUnfall...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallRequestType _createOfferUnfall_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallRequestType _createOfferUnfall_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallResponseType _createOfferUnfall__return = port.createOfferUnfall(_createOfferUnfall_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallResponseType _createOfferUnfall__return = port.createOfferUnfall(_createOfferUnfall_parameters);
System.out.println("createOfferUnfall.result=" + _createOfferUnfall__return);
} catch (ServiceFaultMsg e) {
@@ -440,9 +431,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking createOfferLeben...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenRequestType _createOfferLeben_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenRequestType _createOfferLeben_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenResponseType _createOfferLeben__return = port.createOfferLeben(_createOfferLeben_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenResponseType _createOfferLeben__return = port.createOfferLeben(_createOfferLeben_parameters);
System.out.println("createOfferLeben.result=" + _createOfferLeben__return);
} catch (ServiceFaultMsg e) {
@@ -453,9 +444,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking login...");
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.LoginRequestType _login_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.LoginRequestType _login_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _login__return = port.login(_login_param);
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _login__return = port.login(_login_parameters);
System.out.println("login.result=" + _login__return);
} catch (ServiceFaultMsg e) {
@@ -466,9 +457,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking submitApplicationKfz...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzRequestType _submitApplicationKfz_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzRequestType _submitApplicationKfz_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzResponseType _submitApplicationKfz__return = port.submitApplicationKfz(_submitApplicationKfz_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzResponseType _submitApplicationKfz__return = port.submitApplicationKfz(_submitApplicationKfz_parameters);
System.out.println("submitApplicationKfz.result=" + _submitApplicationKfz__return);
} catch (ServiceFaultMsg e) {
@@ -479,9 +470,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking submitApplicationSachPrivat...");
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType _submitApplicationSachPrivat_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType _submitApplicationSachPrivat_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _submitApplicationSachPrivat__return = port.submitApplicationSachPrivat(_submitApplicationSachPrivat_param);
at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _submitApplicationSachPrivat__return = port.submitApplicationSachPrivat(_submitApplicationSachPrivat_parameters);
System.out.println("submitApplicationSachPrivat.result=" + _submitApplicationSachPrivat__return);
} catch (ServiceFaultMsg e) {
@@ -492,9 +483,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking getArcImageInfos...");
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosRequest _getArcImageInfos_param = null;
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosRequest _getArcImageInfos_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosResponse _getArcImageInfos__return = port.getArcImageInfos(_getArcImageInfos_param);
at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosResponse _getArcImageInfos__return = port.getArcImageInfos(_getArcImageInfos_parameters);
System.out.println("getArcImageInfos.result=" + _getArcImageInfos__return);
} catch (ServiceFaultMsg e) {

View File

@@ -6,7 +6,7 @@ import javax.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 3.5.0
* 2022-01-10T13:04:51.304+01:00
* 2022-01-14T17:40:09.918+01:00
* Generated source version: 3.5.0
*/

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ost="urn:omds3ServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.7.0">
<!-- Mit XMLSpy v2017 rel. 3 sp1 (x64) (http://www.altova.com) von Jens Buehring (Kap Dion GmbH) bearbeitet -->
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ost="urn:omds3ServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
<xsd:import namespace="urn:omds20" schemaLocation="omds214-00.xsd"/>
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>

View File

@@ -1,12 +1,12 @@
Releases
================================
OMDS 3 Version 1.0.0 - erste Veroeffentlichung der 'Quick-Wins'
OMDS 3 Version 1.1.0 - Veroeffentlichung Schaden, Services die von Maklern betrieben werden, Bugfixes zu 1.0.0
OMDS 3 Version 1.1.1 - Bugfixes zu 1.1.0: Bei einigen Elementen war der z.B. Typ nicht definiert
OMDS 3 Version 1.2.0 - Autorisierung neu beschrieben, keine Änderungen in den Services selbst
OMDS 3 Version 1.3.0 - Berechnung-Offert-Antrag Kfz neu
OMDS 3 Version 1.4.0 - Berechnung-Offert-Antrag Kfz überarbeitet, Verwendung OMDS 2.11
OMDS 3 Version 1.5.0 - Berechnung-Offert-Antrag Sach-privat, Schaden überarbeitet, Verwendung OMDS 2.11
OMDS 3 Version 1.6.0 - Mitte 2021 - Verwendung OMDS 2.14.0
OMDS 3 Version 1.7.0 - Anfang 2022 - Berechnung-Offert-Antrag Unfall, Leben, Verwendung OMDS 2.14.0,
Handling von Dokumenten im Prozess, Konvertierung, Fahrzeugwechsel, Wechselkennzeichen.
OMDS 3 Version 1.0.0 - Okt. 2017 - erste Veroeffentlichung der 'Quick-Wins'
OMDS 3 Version 1.1.0 - Okt. 2017 - Veroeffentlichung Schaden, Services die von Maklern betrieben werden, Bugfixes zu 1.0.0
OMDS 3 Version 1.1.1 - Dez. 2017 - Bugfixes zu 1.1.0: Bei einigen Elementen war der z.B. Typ nicht definiert
OMDS 3 Version 1.2.0 - Mai 2018 - Autorisierung neu beschrieben, keine Änderungen in den Services selbst
OMDS 3 Version 1.3.0 - Jun. 2019 - Berechnung-Offert-Antrag Kfz neu
OMDS 3 Version 1.4.0 - Okt. 2019 - Berechnung-Offert-Antrag Kfz überarbeitet, Verwendung OMDS 2.11
OMDS 3 Version 1.5.0 - Jul. 2020 - Berechnung-Offert-Antrag Sach-privat, Schaden überarbeitet, Verwendung OMDS 2.11
OMDS 3 Version 1.6.0 - Jul. 2021 - Service-Release: Verwendung OMDS 2.14 (SNAPSHOT)
OMDS 3 Version 1.7.0 - Jän. 2022 - Neue Sparten: Berechnung-Offert-Antrag Unfall, Leben, Verwendung OMDS 2.14.0,
Handling von Dokumenten im Prozess, Konvertierung-Fahrzeugwechsel-Wechselkennzeichen.

View File

@@ -4,15 +4,21 @@ Version 1.7.0
Was ist neu oder anders in Version 1.7.0 im Vergleich zur Version 1.6.0?
=====================================================================================
1. Version 1.7.0 ist abwärtskompatibel zur Version 1.6.0
1. Berechnung-Offert-Antrag wurde für die Sparten Unfall und Leben neu angelegt
3. Neue Dokumentenarten
4. Neue Zwischenschicht in BOA eingefügt
5. Struktur für Konvertierung
6. Dokumentenhandling BOA
7. Neue OMDS Version
- Personenmerkmale nicht mehr verpflichtend
- Neue Änderungsarten ...
1. Version 1.7.0 ist abwärtskompatibel zur Version 1.6.0
2. Berechnung-Offert-Antrag wurde für die Sparten Unfall und Leben hinzugefügt.
Für Leben wurde die Möglichkeit geschaffen bis zu 4 Produktebenen abzubilden (bisher max. 3 Ebenen).
3. Struktur für Konvertierung in BOA wurde nochmals überarbeitet und verwendet jetzt
Vererbung, damit sie künftig erweitert werden kann. Dazu wurde eine neue Zwischenschicht
in der Vererbungshierarchie von B/O/A eingefügt.
4. Dokumentenhandling in BOA wurde verbessert.
5. Neue OMDS Version 2.14-00
- Es sind neue Personenmerkmale hinzugekommen, einige Merkmale sind nicht mehr verpflichtend
- Neue Änderungsarten: Fahrzeugwechsel, Wechselkennzeichen Aus- und Einschluss.
- Neue Legitimierungsart: Firmenbuchauszug
6. Aufnahme Vermittlername in Kontierung_Type
7. Alle BOA-Sparten: Sicherstellungen und Einwilligungen sind im Antragsobjekt neu hinzu gekommen.
8. Erweiterungsmöglichkeit für die Risikomerkmale von versicherten Interessen.
=============
Version 1.6.0
@@ -21,13 +27,18 @@ Version 1.6.0
Was ist neu oder anders in Version 1.6.0 im Vergleich zur Version 1.5.0?
=====================================================================================
1. Version 1.6.0 ist abwärtskompatibel zur Version 1.5.0
2. Allgemeinere Lösung Vinkulierung
3. Verwendet OMDS 2.14-00 statt 2.11-00:
2. Aufnahme der Aufbauart in Kfz
3. Aufnahme Felder für Konvertierung in Berechnung-Offert-Antrag
4. Erweiterung der Liste der Dokumentenarten
5. Aufnahmen eines Änderungsgrundes in BOA
6. Verwendet OMDS 2.14-00 (SNAPSHOT) statt 2.11-00:
- neue Vertragsrollen: AZ - Abweichender Zulassungsbesitzer, FI - Firmeninhaber, ZB - Zustellbevollmächtigter
- neues Feld GesFormCdType in Sonst-Person
- TIN für "Titel nachgestellt"
- neuer LegArtCd_Type: FA - Firmenbuchauszug
- Geburtsland an der Person
7. Entfernen der Restriktion auf genau 4 Zeichen im Status
8. Verwendung technische Objekte in CommonRequest_Type
=============
@@ -36,20 +47,21 @@ Version 1.5.0
Was ist neu oder anders in Version 1.5.0 im Vergleich zur Version 1.4.0?
=====================================================================================
1. Berechnung-Offert-Antrag wurde für die Sparte Sach-Privat hinzugefügt.
2. Es wurden Methoden definiert, um Schäden zu melden und Schadenmeldungen zu suchen und aufzurufen.
3. Vinkulierung ist nicht mehr im allgemeinen Antrags-Spezifikation zu finden, sondern
1. Version 1.5.0 ist abwärtskompatibel zur Version 1.4.0
2. Berechnung-Offert-Antrag wurde für die Sparte Sach-Privat hinzugefügt.
3. Es wurden Methoden definiert, um Schäden zu melden und Schadenmeldungen zu suchen und aufzurufen.
4. Vinkulierung ist nicht mehr im allgemeinen Antrags-Spezifikation zu finden, sondern
nur bei KFZ. Hintergrund ist, dass für Sicherstellungen (inkl. Vinkulierung) mit 1.6.0 eine
allgemeinere Lösung kommt.
4. In der Berechnung können optional schon Daten zu Personen angegeben werden. Dies erfolgt im
5. In der Berechnung können optional schon Daten zu Personen angegeben werden. Dies erfolgt im
Vorgriff auf Personenversicherungen, wo dies benötigt wird. In der Praxis hat sich überdies
erwiesen, dass auch bei Sachversicherungen bei manchen Versicherern bereits in der Berechnung
Personendaten erforderlich sind.
5. Es wurden neue "generische" Produktbausteine geschaffen, welche optional Produkt-Metadaten
6. Es wurden neue "generische" Produktbausteine geschaffen, welche optional Produkt-Metadaten
für den Client zu den Produktbausteinen enthalten können.
6. Es wurden neue Ableitungen für das Versicherte Interesse geschaffen.
7. Für die Übermittlung von Metadaten zu Attributen wurden spezielle Typen angelegt
8. Das allgemeine Response-Objekt kann "Referenzen" aufnehmen. Dies sind Deep-Links oder andere Querverweise.
7. Es wurden neue Ableitungen für das Versicherte Interesse geschaffen.
8. Für die Übermittlung von Metadaten zu Attributen wurden spezielle Typen angelegt
9. Das allgemeine Response-Objekt kann "Referenzen" aufnehmen. Dies sind Deep-Links oder andere Querverweise.
=============
@@ -58,42 +70,43 @@ Version 1.4.0
Was ist neu oder anders in Version 1.4.0 im Vergleich zur Version 1.3.0?
=====================================================================================
1. Folgend dem Beschluss des Steuerkreises zur Versionierung vom 28.5.2019 sind alle
1. Version 1.4.0 ist abwärtskompatibel zur Version 1.3.0
2. Folgend dem Beschluss des Steuerkreises zur Versionierung vom 28.5.2019 sind alle
Definitionen, die noch nicht durch zwei Implementierungen validiert wurden,
aus dem offiziellen Release entfernt worden.
Dies betrifft insb. Schaden, Sparten außer Kfz, maklerseitige Services, Services
zu Partner und Vertragsänderungen.
Diese Teile des Standards sind im Branch "Develop" des Git-Repository aber weiterhin verfügbar:
https://bitbucket.org/omds/omdsservicedefinitions/src/develop/
2. Antragsdaten Kfz können auch direkt in SubmitApplicationKfz übergeben werden, ein
3. Antragsdaten Kfz können auch direkt in SubmitApplicationKfz übergeben werden, ein
vorheriger Aufruf von CreateApplicateionKfz ist optional.
3. Für BerechnungsdatenKfz, OffertdatenKfz und AntragsdatenKfz sind eigene Elemente
4. Für BerechnungsdatenKfz, OffertdatenKfz und AntragsdatenKfz sind eigene Elemente
definiert.
4. Die Zulassungsdaten sind in die omds3CommonServiceTypes gewandert und nun
5. Die Zulassungsdaten sind in die omds3CommonServiceTypes gewandert und nun
Teil des Typs "Fahrzeug_Type". In 1.3 waren sie Teil von BOA-Kfz.
5. Vertragsbeginn ist in Ebene 2 und 3 optional. Vertragsbeginn und Vertragsende sind
6. Vertragsbeginn ist in Ebene 2 und 3 optional. Vertragsbeginn und Vertragsende sind
nur noch vom Typ omds:Datum und nicht omds_Datum-Zeit.
6. Das Element Vorversicherungen wurde verallgemeinert: Es steht jetzt ein abstakter Typ
7. Das Element Vorversicherungen wurde verallgemeinert: Es steht jetzt ein abstakter Typ
zur Beschreibung der Vorversicherungen zur Verfügung und eine Implementierung für Kfz.
Bei der Implementierung für Kfz wurde zusätzlich die Möglichkeit der Angabe einer Sparte (VtgSparteCd)
aufgenommen. Die Vorversicherungen haben das neue optionale Merkmal "Ausländische Vorversicherung".
ZusaetzlicheVorversicherungsdaten_Type wurde als zusätzliche VU-spezifische Erweiterungsmöglichkeit eingeführt.
7. Es wurde ein neues abstraktes Element "AbgelehnteRisiken" bei den Antragsdaten eingeführt.
8. Es wurden einige optionale Tarifmerkmale im Kfz-Verkaufsprodukt aufgenommen: Geburtsdatum, Postleitzahl,
8. Es wurde ein neues abstraktes Element "AbgelehnteRisiken" bei den Antragsdaten eingeführt.
9. Es wurden einige optionale Tarifmerkmale im Kfz-Verkaufsprodukt aufgenommen: Geburtsdatum, Postleitzahl,
Vermittlernummer und Nat. Person / Sonstige Person.
9. Für den Fahrzeugzustand wurde ein zusätzliches Element vom Typ xsd:string eingeführt. Das bisherige
10. Für den Fahrzeugzustand wurde ein zusätzliches Element vom Typ xsd:string eingeführt. Das bisherige
Element "Fahrzeugzustand" wurde zu FzZustandBesichtigung. Der Zustandsbeschreibung_Type wurde zu
ArtBesichtigung_Type und die Schlüsselwerte wurden etwas allgemeiner formuliert.
10. Drei Elemente die bislang in den Antragsdaten Kfz enthalten waren, sind in die allgemeinen Antragsdaten
11. Drei Elemente die bislang in den Antragsdaten Kfz enthalten waren, sind in die allgemeinen Antragsdaten
aufgenommen worden: Ersatzpolizzennummer, ZusendungWeitereDokumente, Vorversicherungen
11. Der abstrakte Produktbaustein_Type wurde zu BasisProduktbaustein_Type; Die Unterscheidung in
12. Der abstrakte Produktbaustein_Type wurde zu BasisProduktbaustein_Type; Die Unterscheidung in
ProduktbausteinAntragsprozess_Type und Produktbaustein_Auskunft_Type wurde aufgegeben.
Der ProduktbausteinAntragsprozess_Type heisst jetzt einfach Produktbaustein_Type. Da alle involvierten Typen
abstrakte Typen sind, hat diese Vereinfachung keine Auswirkung auf die tatsächlichen Produktbausteine.
12. Das optionale Element VvdVertrag in ZusaetzlicheKfzdaten_Type wurde umbenannt zu, da es für
13. Das optionale Element VvdVertrag in ZusaetzlicheKfzdaten_Type wurde umbenannt zu, da es für
den Standard zu spezifisch ist. Es wurde das Element ZusaetzlicheAntragsdatenKfz als zusätzliche VU-spezifische
Erweiterungsmöglichkeit eingeführt, um dieses Element aufnehmen zu können.
13. MTOM Unterstützung wurde aufgenommen für:
14. MTOM Unterstützung wurde aufgenommen für:
- Download OMDSDatensätze getOMDSPackage
- Download Dokumente getArcImage
- Upload und Download Dokumenente bei BOA createApplication, submitApplication
@@ -106,9 +119,9 @@ Version 1.3.0
Was ist neu oder anders in Version 1.3.0 im Vergleich zur Version 1.2.0?
=====================================================================================
1. Neu enthalten ist: KFZ Berechnung - Offert - Antrag
2. Schaden hat bislang Status "Empfehlung" und wurde bisher noch in keiner Task-force erprobt.
1. Version 1.3.0 ist abwärtskompatibel zur Version 1.2.0
2. Neu enthalten ist: KFZ Berechnung - Offert - Antrag
3. Schaden hat bislang Status "Empfehlung" und wurde bisher noch in keiner Task-force erprobt.
Schaden wurde nicht-abwärtskompatibel verändert:
* VUNr in Requests ist jetzt obligatorisch
* Bereinigung von Inner-Classes
@@ -125,8 +138,8 @@ Was ist neu oder anders in Version 1.3.0 im Vergleich zur Version 1.2.0?
* SearchClaimRequest_Type, ChangedClaimsListRequest_Type und LossEventListRequest_Type verwenden statt
omds:EL-Zeitraum_Type den neuen Typ Zeitraum_Type
3. ServiceFault kann einen zusätzlichen Rückgabewert enthalten: Den String "elementReference".
4. Fehlerkorrektur in ElementIdType: Das Attribut idValidUntil darf null sein.
4. ServiceFault kann einen zusätzlichen Rückgabewert enthalten: Den String "elementReference".
5. Fehlerkorrektur in ElementIdType: Das Attribut idValidUntil darf null sein.
=============
@@ -136,7 +149,7 @@ Version 1.2.0
Was ist neu oder anders in Version 1.2.0 im Vergleich zur Version 1.1.1?
=====================================================================================
1. WSDLs und XSDs sind unverändert
1. Version 1.2.0 ist abwärtskompatibel zur Version 1.1.1, WSDLs und XSDs sind unverändert
2. Dokument "ON_1.02.1_AuthentifizierungAllgemein 1.2.0.docx" wurde um OAuth ergänzt und
es wurde ein erläuterndes Dokument zu OAuth hinzugefügt: "Erläuterungen_OAuth_zu_ON_1.02.1.docx".
@@ -152,7 +165,7 @@ Was ist neu oder anders in Version 1.1.1 im Vergleich zur Version 1.1.0?
1. Es werden einige Fehler korrigiert, es gibt keine grundsaetzlichen Aenderungen. Daher
ist bleiben die Namespaces unveraendert gegenueber Version 1.1.0.
2. - Die Filenames der WSDL und XSD-Files haben die Versionsnummer nicht mehr angehängt,
2. Die Filenames der WSDL und XSD-Files haben die Versionsnummer nicht mehr angehängt,
da dies als unhandlich in der Generierung beeinsprucht wurde. Die Versionsnummer 1.1.1 ist
aber als Attribut im Kopf der XML-Dateien enthalten.

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Mit XMLSpy v2021 (x64) (http://www.altova.com) von IT Services (d-con.net GmbH) bearbeitet -->
<xsd:schema xmlns:omds="urn:omds20" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:omds20" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="214-00">
<xsd:element name="OMDS">
<xsd:annotation>

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2022 (x64) (http://www.altova.com) by Jens Bühring (Kap Dion GmbH) -->
<xsd:schema xmlns="urn:omds3CommonServiceTypes-1-1-0" xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:ost="urn:omds3ServiceTypes-1-1-0" targetNamespace="urn:omds3CommonServiceTypes-1-1-0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.7.0">
<xsd:import namespace="urn:omds20" schemaLocation="omds214-00.xsd"/>
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
@@ -456,6 +457,7 @@
<xsd:documentation>Optional eine Geschaeftsfallnummer, die mehrere Request-Responses einem Geschaeftsfall zuordnet</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- Jens Buehring: Hier wurde mit der Version 1.7 der Aenderungsgrund entfernt, dieser wird nur in BOA verwendet und nicht in allen Prozess-Requests. -->
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
@@ -472,6 +474,7 @@
<xsd:documentation>Optional die Nummer eines Geschäftsfalls dem der Response zugeordnet ist. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- Jens Buehring: Hier wurde mit der Version 1.7 der Aenderungsgrund entfernt, dieser wird nur in BOA verwendet und nicht in allen Prozess-Requests. -->
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
@@ -637,13 +640,6 @@
</xsd:sequence>
<xsd:attribute name="PersArtCd" type="omds:PersArtCd_Type" use="required"/>
</xsd:complexType>
<xsd:complexType name="Legitimation_Type">
<xsd:complexContent>
<xsd:extension base="omds:EL-Legitimation_Type">
<xsd:attribute name="AusstellendesLand" type="omds:LandesCd_Type" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="Person" type="Person_Type">
<xsd:annotation>
<xsd:documentation>Typ zur Übergabe personenbezogener Daten, entspricht weitgehend OMDS Datensatz PERSON_Type, die Personennr ist aber optional. Die Person kann eine Adresse enthalten. Die Adresse hat aber keine Id.</xsd:documentation>
@@ -677,8 +673,7 @@
</xsd:element>
<xsd:complexType name="Dateianhang_Type">
<xsd:annotation>
<xsd:documentation>Deprecated, verwende ProzessDokument_Type. Dateianhang welcher an einen Geschäftsfall hinzugefügt werden kann
</xsd:documentation>
<xsd:documentation>Deprecated, verwende ProzessDokument_Type.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Mimetype" type="xsd:string">
@@ -792,14 +787,6 @@
<xsd:documentation>Abstrakter Typ zur Übermittlung von Dokumentendaten</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:complexType name="DokumentFormData_Type">
<xsd:annotation>
<xsd:documentation>Typ zur Übermittlung von Formulardaten als Dokument</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="Formular"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="DokumentBinaryData_Type">
<xsd:annotation>
<xsd:documentation>Typ zur Übermittlung von Dokumenten als Binary plus Metadaten</xsd:documentation>
@@ -1200,6 +1187,11 @@
</xsd:annotation>
</xsd:element>
<xsd:element ref="omds:EL-Rahmenvereinbarung" minOccurs="0"/>
<xsd:element name="RefSicherstellungLfnr" type="xsd:unsignedShort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Möglichkeit eine Sicherstellung aus dem Antragsobjekt zu referenzieren.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ZusaetzlicheVerkaufproduktdaten" type="ZusaetzlicheVerkaufproduktdaten_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
@@ -1217,7 +1209,11 @@
<xsd:element name="Zahlweg" type="omds:ZahlWegCd_Type" minOccurs="0"/>
<xsd:element name="Zahlrhythmus" type="omds:ZahlRhythmCd_Type" minOccurs="0"/>
<xsd:element name="Hauptfaelligkeit" type="Hauptfaelligkeit_Type"/>
<xsd:element name="RefSicherstellungLfnr" type="xsd:unsignedShort" minOccurs="0"/>
<xsd:element name="RefSicherstellungLfnr" type="xsd:unsignedShort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Möglichkeit eine Sicherstellung aus dem Antragsobjekt zu referenzieren.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ZusaetzlicheProduktdaten" type="ZusaetzlicheProduktdaten_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
@@ -1231,7 +1227,11 @@
<xsd:extension base="Produktbaustein_Type">
<xsd:sequence>
<xsd:element name="VtgBeg" type="omds:Datum" minOccurs="0"/>
<xsd:element name="RefSicherstellungLfnr" type="xsd:unsignedShort" minOccurs="0"/>
<xsd:element name="RefSicherstellungLfnr" type="xsd:unsignedShort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Möglichkeit eine Sicherstellung aus dem Antragsobjekt zu referenzieren.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ZusaetzlicheElementarproduktdaten" type="ZusaetzlicheElementarproduktdaten_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
@@ -1434,7 +1434,7 @@
<xsd:element name="Unterjaehrigkeitszuschlag" type="xsd:double" minOccurs="0"/>
<xsd:element name="Abschlag" type="xsd:double" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Abschlag z.B. bei jährlichem Zahlrhythmus in Prozent</xsd:documentation>
<xsd:documentation>Abschlag, z.B. bei jährlichem Zahlrhythmus in Prozent</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
@@ -1617,7 +1617,7 @@
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<!-- Vinkulierung -->
<!-- Vinkulierung (in Kfz verwendet), für andere Sparten existiert das neuere Konzept "Sicherstellungen" -->
<xsd:complexType name="Vinkulierung_Type">
<xsd:annotation>
<xsd:documentation>Type Vinkulierung</xsd:documentation>
@@ -1668,7 +1668,7 @@
<!--Bezugsberechtigungen-->
<xsd:complexType name="Bezugsrecht_Type">
<xsd:annotation>
<xsd:documentation>Type Bezugsrecht fuer Kfz</xsd:documentation>
<xsd:documentation>Type Bezugsrecht (nur Kontext Kfz), für Bezugsberechtigungen in anderen Sparten steht jetzt Bezugsberechtigung_Type zur Verfügung.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="omds:PERSON"/>
@@ -1998,11 +1998,6 @@
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="AbstraktesEreignisStatusAenderung_Type" abstract="true">
<xsd:annotation>
<xsd:documentation>Abstraktes Ereignis einer Statusänderung </xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:simpleType name="SubmitApplicationStatus_Type">
<xsd:annotation>
<xsd:documentation>Definition des Rückegabestatus für eingespielte Anträge</xsd:documentation>
@@ -2202,29 +2197,21 @@
<xsd:element name="Beschreibung" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Zahlweg_Type" abstract="true">
<!-- Der Type Zahlweg_Type und der Typ Kreditkarte_Type werden im Standard nicht verwendet und werden möglicher Weise in einer künftigen Version entfernt -->
<xsd:complexType name="Zahlweg_Type">
<xsd:annotation>
<xsd:documentation>Typ Zahlweg</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:complexType name="ZahlwegImpl_Type">
<xsd:annotation>
<xsd:documentation>Typ Zahlweg</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Zahlweg_Type">
<xsd:choice>
<xsd:element name="Zahlungsanweisung"/>
<xsd:element name="Lastschrift" type="Bankverbindung_Type"/>
<xsd:element name="Kundenkonto">
<xsd:complexType>
<xsd:attribute name="Kundenkontonummer" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Kreditkarte" type="Kreditkarte_Type"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
<xsd:choice>
<xsd:element name="Zahlungsanweisung"/>
<xsd:element name="Lastschrift" type="Bankverbindung_Type"/>
<xsd:element name="Kundenkonto">
<xsd:complexType>
<xsd:attribute name="Kundenkontonummer" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Kreditkarte" type="Kreditkarte_Type"/>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="Kreditkarte_Type">
<xsd:annotation>
@@ -2324,6 +2311,9 @@
<xsd:annotation>
<xsd:documentation>Abstrakter Obertyp für versicherte Interessen</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ZusaetzlicheRisikodaten" type="ZusaetzlicheRisikodaten_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="Lfnr" type="xsd:unsignedShort" use="required">
<xsd:annotation>
<xsd:documentation>Die laufende Nummer im Prozess.</xsd:documentation>
@@ -2381,12 +2371,16 @@
<xsd:element name="ManuelleTaetigkeit" type="AttributEnum_Type" minOccurs="0"/>
<xsd:element name="BehandelnderArzt" type="xsd:string" minOccurs="0"/>
<xsd:element name="KontaktRueckfragen" type="xsd:string" minOccurs="0"/>
<xsd:element name="ZusaetzlicheRisikodaten" type="ZusaetzlicheRisikodaten_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="ZusaetzlicheRisikodaten" type="ZusaetzlicheRisikodaten_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Deprecated: Künftig sollten ZusaetzlicheRisikodaten im Obertyp VersichertesInteresse_Type genutzt werden.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ZusaetzlicheRisikodaten_Type" abstract="true">
<xsd:annotation>
<xsd:documentation>VU-spezifische Erweiterungsmöglichkeit für Personendaten</xsd:documentation>
<xsd:documentation>VU-spezifische Erweiterungsmöglichkeit für Risikodaten</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:complexType name="Fahrzeug_Type">
@@ -3247,7 +3241,7 @@
<xsd:sequence>
<xsd:element name="Aenderbar" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Ob das Attribut im aktuellen Zustand änderbar ist</xsd:documentation>
<xsd:documentation>Wahr, wenn das Attribut im aktuellen Zustand änderbar ist, sonst falsch.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Bezeichnung" type="xsd:string" minOccurs="0">
@@ -3690,53 +3684,4 @@
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ZusaetzlicheFondsdaten_Type" abstract="true"/>
<xsd:complexType name="Formularfrage_Type">
<xsd:annotation>
<xsd:documentation>Eine Frage in einem Formular</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Lfnr" type="xsd:unsignedByte"/>
<xsd:element name="Frage" type="Attribut_Type"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="Formular">
<xsd:annotation>
<xsd:documentation>Repräsentiert ein Formular</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="FormType" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Der Typ des Formulars</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Id" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Optional eine Id für das Formular</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Formularstatus">
<xsd:annotation>
<xsd:documentation>Ob das Formular in Bearbieitung oder abgeschlossen ist</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="inBearbeitung"/>
<xsd:enumeration value="abgeschlossen"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Kontext" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Optional Kontextinformationen, z.B. die Id des übergeordneten Geschäftsfalls, zu dem das Formular gehört.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Fragen" type="Formularfrage_Type" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Die Liste der Fragen des Formulars, manche können beantwortet sein.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>

View File

@@ -260,14 +260,6 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<part name="parameters" element="boaL:SubmitApplicationLebenResponse"/>
</message>
<!-- State-Changes z.B. Polizzierung -->
<message name="GetStateChangesRequestMsg">
<part name="parameters" element="b:GetStateChangesRequest"/>
</message>
<message name="GetStateChangesResponseMsg">
<part name="parameters" element="b:GetStateChangesResponse"/>
</message>
<!-- Fehler -->
<message name="ServiceFaultMsg">
<part name="parameters" element="cst:serviceFault" />
@@ -462,12 +454,6 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<output name="SubmitApplicationLebenResponsePort" message="os:SubmitApplicationLebenResponseMsg"/>
<fault name="SubmitApplicationLebenFault" message="os:ServiceFaultMsg"/>
</operation>
<operation name="getStateChanges">
<input name="GetStateChangesRequestPort" message="os:GetStateChangesRequestMsg"/>
<output name="GetStateChangesResponsePort" message="os:GetStateChangesResponseMsg"/>
<fault name="GetStateChangesFault" message="os:ServiceFaultMsg"/>
</operation>
</portType>
<binding name="omdsServicePortBinding" type="os:omdsServicePortType">
@@ -920,19 +906,6 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:fault name="SubmitApplicationLebenFault" use="literal"/>
</fault>
</operation>
<operation name="getStateChanges">
<soap:operation soapAction="urn:getStateChanges" style="document"/>
<input name="GetStateChangesRequestPort">
<soap:body use="literal"/>
</input>
<output name="GetStateChangesResponsePort">
<soap:body use="literal"/>
</output>
<fault name="GetStateChangesFault">
<soap:fault name="GetStateChangesFault" use="literal"/>
</fault>
</operation>
</binding>
<service name="omdsService">

View File

@@ -2,143 +2,6 @@
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.7.0">
<xsd:import namespace="urn:omds20" schemaLocation="omds214-00.xsd"/>
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
<xsd:annotation>
<xsd:documentation>State-Changes</xsd:documentation>
</xsd:annotation>
<xsd:complexType name="GetStateChangesRequest_Type">
<xsd:annotation>
<xsd:documentation>Typ des Requestobjektes um Geschäftsfalle abzuholen</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="cst:CommonSearchRequest_Type">
<xsd:sequence>
<xsd:element name="GeschaeftsobjektArt" type="cst:GeschaeftsobjektArt_Type" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Vorgabe einer Geschäftsobjektart, z.B. Vertrag, Schaden oder Antrag</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="GetStateChangesResponse_Type">
<xsd:annotation>
<xsd:documentation>Typ des Responseobjektes um Geschäftsfalle abzuholen</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="cst:CommonSearchResponse_Type">
<xsd:sequence>
<xsd:element name="Event" type="AbstractStateChangeEvent_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="GetStateChangesRequest" type="GetStateChangesRequest_Type">
<xsd:annotation>
<xsd:documentation>Requestobjekt fuer die Abfrage von Statusänderungen</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GetStateChangesResponse" type="GetStateChangesResponse_Type">
<xsd:annotation>
<xsd:documentation>Responseobjekt fuer die Abfrage von Statusänderungen</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="DeclareStateChangesRequest_Type">
<xsd:annotation>
<xsd:documentation>Typ fuer die Bekanntgabe von Statusänderungen</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="StateChange" type="AbstractStateChangeEvent_Type" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="DeclareStateChangesResponse_Type">
<xsd:annotation>
<xsd:documentation>Typ fuer die Annahme von Statusänderungen</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:element name="DeclareStateChangesRequest" type="DeclareStateChangesRequest_Type">
<xsd:annotation>
<xsd:documentation>Requestobjekt fuer die Übermittlung von Statusänderungen</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DeclareStateChangesResponse" type="DeclareStateChangesResponse_Type">
<xsd:annotation>
<xsd:documentation>Responseobjekt für die Übermittlung von Statusänderungen</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="AbstractStateChangeEvent_Type" abstract="true">
<xsd:annotation>
<xsd:documentation>Abstraktes Event einer Statusänderung </xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:complexType name="StateChangeEvent_Type">
<xsd:annotation>
<xsd:documentation>Standard-Event einer Statusänderung</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractStateChangeEvent_Type">
<xsd:sequence>
<xsd:element name="Objektart" type="cst:GeschaeftsobjektArt_Type">
<xsd:annotation>
<xsd:documentation>Die Art des Objekts, z.B. Vertrag</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ObjektId" type="cst:ObjektId_Type">
<xsd:annotation>
<xsd:documentation>Die Id des Objekts als ObjektId_Type</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Geschaeftsfallnummer" type="cst:ObjektId_Type" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Eine Geschäftsfall-Id als String, wenn dem Servicenutzer eine solche zugeordnet ist.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GeschaeftsfallArt" type="cst:GeschaeftsfallArt_Type" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Die Art des Geschaeftsfalls der zur Statusänderung geführt hat.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Aenderungsdatum" type="omds:Datum-Zeit">
<xsd:annotation>
<xsd:documentation>Das Datum ab wann die Statusänderung feststeht.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StatusGueltigAbDatum" type="omds:Datum-Zeit">
<xsd:annotation>
<xsd:documentation>Das Datum ab welchem die Statusänderung wirksam wird.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BisherigerStatus" type="AbstractStatusGeschaeftsfall_Type" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Optional der bisherige Status</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NeuerStatus" type="AbstractStatusGeschaeftsfall_Type">
<xsd:annotation>
<xsd:documentation>Der neue Status</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="AbstractStatusGeschaeftsfall_Type" abstract="true">
<xsd:annotation>
<xsd:documentation>Abstrakter Status eines Geschaeftsfalls</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:complexType name="StatusAntragsGeschaeftsfall">
<xsd:annotation>
<xsd:documentation>Status eines Antrags</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractStatusGeschaeftsfall_Type">
<xsd:sequence>
<xsd:element name="Antragstatus" type="cst:SubmitApplicationStatus_Type"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="AddDocToBusinessCaseRequest" type="AddDocToBusinessCaseRequest_Type">
<xsd:annotation>
<xsd:documentation>Requestobjekt um Dokument zu Geschäftsfall hinzuzufügen</xsd:documentation>
@@ -323,426 +186,4 @@
<xsd:element name="Zeitraum" type="cst:Zeitraum_Type"/>
</xsd:sequence>
</xsd:complexType>
<!-- Grundlagen Notifikationsservices -->
<xsd:element name="DeclareEndpointRequest" type="DeclareEndpointRequest_Type">
<xsd:annotation>
<xsd:documentation>Request um als Makler der VU einen Endpoint bekannt zu geben</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="DeclareEndpointRequest_Type">
<xsd:annotation>
<xsd:documentation>Typ für den DeclareEndpointRequest</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="VUNr" type="omds:VUNr"/>
<xsd:element name="BasisUrlEndpoint">
<xsd:annotation>
<xsd:documentation>Die BasisURL unter welcher z.B. die VU die SOAP-Webservices des Vermittlers aufrufen kann. Die maximale Länge beträgt 1000 Zeichen</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1000"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element ref="ArtAuthentifizierung"/>
<xsd:element name="Credentials" type="Credentials_Type">
<xsd:annotation>
<xsd:documentation>Ein abstrakter Credentials-Type, für den z.B. der UsernamePasswordCredentials_Type eingesetzt werden kann.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AuthorizationFilter" type="cst:AuthorizationFilter" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Die Zuordnung des Endpoints zu bestimmten fachlichen Nutzern, z.B. Vermittlernummern.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="ArtAuthentifizierung">
<xsd:annotation>
<xsd:documentation>Gibt vor, wie die Authentifizierung beim einzelnen Serviceaufruf erfolgt. Derzeit werden die Typen Username-Token und Security-Context-Token unterstützt.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="UsernameToken"/>
<xsd:enumeration value="Security-Context-Token"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:complexType name="Credentials_Type" abstract="true">
<xsd:annotation>
<xsd:documentation>Ein abstrakter Typ, dessen konkrete Implementierungen unterschiedliche Credentials aufnehmen können. </xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:complexType name="UsernamePasswordCredentials_Type">
<xsd:annotation>
<xsd:documentation>Konkrete Implementierung von Credentials mit Username und Password</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="Username" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Der Username, wobei keine vorschriften bezüglich des Usernames gemacht werden.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Password" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Das Passwort, wobei keine Anforderungen an die Passwort-Stärke gemacht werden.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:element name="DeclareEndpointResponse" type="DeclareEndpointResponse_Type">
<xsd:annotation>
<xsd:documentation>Response um als Makler der VU einen Endpoint bekannt zu geben</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="DeclareEndpointResponse_Type">
<xsd:annotation>
<xsd:documentation>Response um als Makler der VU einen Endpoint bekannt zu geben</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="RegistrierteBasisUrlMaklerEndpoint" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Die von der VU zuletzt erfolgreich registrierte BasisUrl</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1000"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="ServiceFault" type="cst:ServiceFault" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="SecurityContextTokenRequest" type="SecurityContextTokenRequest_Type">
<xsd:annotation>
<xsd:documentation>Request zum Bezug eines Security-Context-Token</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="SecurityContextTokenRequest_Type">
<xsd:annotation>
<xsd:documentation>Request-Type zum Bezug eines Security-Context-Tokens</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Credentials" type="Credentials_Type"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="SecurityContextTokenResponse" type="SecurityContextTokenResponse_Type">
<xsd:annotation>
<xsd:documentation>Response des Bezug eines Security-Context-Tokens</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="SecurityContextTokenResponse_Type">
<xsd:annotation>
<xsd:documentation>Response-Type zum Bezug eines Securtity-Context-Tokens</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Token" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Der Token selbst als String</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DauerhaftGueltig" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>Wahr, wenn der Token eine zeitlich unbeschränkte Gültigkeit aufweist, sonst falsch.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GueltigBis" type="omds:Datum-Zeit" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Optional: Das Ablaufdatum des Tokens</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<!-- Unterschriften -->
<!-- <xsd:element name="CollectSignaturesRequest">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Request zur Einholung von Autorisierungen für einen Prozessschritt</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:complexType>-->
<!-- <xsd:complexContent>-->
<!-- <xsd:extension base="cst:CommonRequest_Type">-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Geschaeftsfallnummer" type="cst:ObjektId_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Die Nummer des Geschaeftsfalls, zu dem die Unterschriften eingeholt werden sollen.</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- <xsd:element name="Personen" maxOccurs="unbounded">-->
<!-- <xsd:complexType>-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="ObjektId" type="cst:ObjektId_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Die Person im Versicherungssystem</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- <xsd:element name="Autorisierungsart" type="SpezifikationAutorisierung_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Beschreibt die Art, wie die Autorisierung eingeholt werden soll. In dem Objekt sind die benötigten Parameter enthalten (z.B. die Telefonnummer). Eine herkömmliche Unterschrift wird ebenfalls als Autorisierungsart codiert.</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- </xsd:sequence>-->
<!-- </xsd:complexType>-->
<!-- </xsd:element>-->
<!-- </xsd:sequence>-->
<!-- </xsd:extension>-->
<!-- </xsd:complexContent>-->
<!-- </xsd:complexType>-->
<!-- </xsd:element>-->
<!-- <xsd:element name="CollectSignaturesResponse">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Response bei der Einholung von Unterschriften</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:complexType>-->
<!-- <xsd:complexContent>-->
<!-- <xsd:extension base="cst:CommonResponse_Type">-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Geschaeftsfallnummer" type="cst:ObjektId_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Die Nummer des Geschaeftsfalls, zu dem die Unterschriften eingeholt werden sollen.</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- </xsd:sequence>-->
<!-- </xsd:extension>-->
<!-- </xsd:complexContent>-->
<!-- </xsd:complexType>-->
<!-- </xsd:element>-->
<!-- <xsd:complexType name="SpezifikationAutorisierung_Type" abstract="true">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Ein abstraktes Element für die Spezifizierung einer Autorisierungsart mit welcher der Prozessschritt autorisiert werden soll</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:complexType>-->
<!-- <xsd:element name="SpezifikationAutorisierungEMail" type="SpezifikationAutorisierung_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Eine E-Mail-Adresse zur Autorisierung eines Prozessschrittes</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- <xsd:element name="SpezifikationAutorisierungUnterschrift" type="SpezifikationAutorisierung_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Legt fest, dass der Prozessschritt mit einer traditionellen manuellen Unterschrift autorisiert werden soll</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- <xsd:element name="GetStateSignaturesRequest">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Request, um den Status der Unterschriften für einen Geschäftsfall abzufragen</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:complexType>-->
<!-- <xsd:complexContent>-->
<!-- <xsd:extension base="cst:CommonRequest_Type">-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Geschaeftsfallnummer" type="cst:ObjektId_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Die Nummer des Geschaeftsfalls, zu dem der Status der Unterschriften eingeholt werden soll.</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- </xsd:sequence>-->
<!-- </xsd:extension>-->
<!-- </xsd:complexContent>-->
<!-- </xsd:complexType>-->
<!-- </xsd:element>-->
<!-- <xsd:element name="GetStateSignaturesResponse">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Response mit dem Status der Autorisierungen eines Geschäftsfalls</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:complexType>-->
<!-- <xsd:complexContent>-->
<!-- <xsd:extension base="cst:CommonResponse_Type">-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="ProzessDokumentStatus" type="ProzessDokumentStatus_Type" maxOccurs="unbounded"/>-->
<!-- </xsd:sequence>-->
<!-- </xsd:extension>-->
<!-- </xsd:complexContent>-->
<!-- </xsd:complexType>-->
<!-- </xsd:element>-->
<!-- <xsd:complexType name="ProzessDokumentStatus_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Unterschriftenstatus für ein Dokument</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Dokumenttyp" type="cst:DocumentType">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Der fachliche Typ des Dokuments</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- <xsd:element name="Beschreibung">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Beschreibung des Dokuments</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:simpleType>-->
<!-- <xsd:restriction base="xsd:string">-->
<!-- <xsd:maxLength value="200"/>-->
<!-- </xsd:restriction>-->
<!-- </xsd:simpleType>-->
<!-- </xsd:element>-->
<!-- <xsd:element name="DokAnforderungsId" type="cst:ObjektId_Type"/>-->
<!-- <xsd:element name="Autorisierungen" maxOccurs="unbounded">-->
<!-- <xsd:complexType>-->
<!-- <xsd:complexContent>-->
<!-- <xsd:extension base="cst:AutorisierungAsync_Type"/>-->
<!-- </xsd:complexContent>-->
<!-- </xsd:complexType>-->
<!-- </xsd:element>-->
<!-- </xsd:sequence>-->
<!-- </xsd:complexType>-->
<xsd:element name="GetElementListRequest">
<xsd:annotation>
<xsd:documentation>Request um eine Schlüsselliste abzufragen</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="cst:CommonRequest_Type">
<xsd:sequence>
<xsd:element name="ListCd" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Der Code der Schlüsselliste, zu welcher Informationen abgefragt werden sollen.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Context" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Optional eine Contextinformation zur Schlüsselliste</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="GetElementListResponse">
<xsd:annotation>
<xsd:documentation>Response mit einer Schlüsselliste</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="cst:CommonResponse_Type">
<xsd:sequence>
<xsd:element name="Bezeichnung" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Ein menschenverständlicher Text für die Liste, der z.B. in einer Oberfläche verwendet werden könnte. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BeschreibungTxt" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Eine weiterführende Beschreibung der Liste.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Values" type="cst:EintragSchluesselliste_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Optional die Vorgabe einer Werteliste, aus der die ausgewählten Schlüssel stammen müssen</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MinAnz" type="xsd:unsignedShort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Mindestanzahl zu selektierender Werte, z.B. 0 für optional oder 1 für obligatorisch oder auch mehrere, wenn Multiselect.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="CreateFormRequest">
<xsd:annotation>
<xsd:documentation>Startet die Erstellung eines Formulars</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="cst:CommonProcessRequest_Type">
<xsd:sequence>
<xsd:element name="FormType" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Der Typ des Formulars</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Kontext" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Optional Kontextinformationen, z.B. die Id des Geschäftsfalls, zu dem das Formular gehört.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="CreateFormResponse">
<xsd:annotation>
<xsd:documentation>Gibt die Einstiegsfragen eines Formulars zurück.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="cst:CommonProcessResponse_Type">
<xsd:sequence>
<xsd:element ref="cst:Formular"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="SubmitFormRequest">
<xsd:annotation>
<xsd:documentation>Übergibt Antworten eines Formulars</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="cst:CommonProcessRequest_Type">
<xsd:sequence>
<xsd:element ref="cst:Formular"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="SubmitFormResponse">
<xsd:annotation>
<xsd:documentation>Übergibt den aktuellen Zustand des Formulars und etwaige weitere Fragen falls notwendig</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="cst:CommonProcessResponse_Type">
<xsd:sequence>
<xsd:element ref="cst:Formular"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="UnderwriteDocumentRequest">
<xsd:annotation>
<xsd:documentation>Übergibt Dokument und Angaben wer wo unterschreibt</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="cst:CommonRequest_Type">
<xsd:sequence>
<xsd:element name="DokumentenVorlage" type="cst:DokumentData_Type">
<xsd:annotation>
<xsd:documentation>Z.B. ein PDF, in welchem ein oder mehrere Unterschriftenfelder enthalten sind. Wenn es mehrere Unterschriften sind, müssen die Unterschriftenfelder mit der richtigen AutorisierungsId versehen sein.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AngeforderteUnterschriften" type="cst:AutorisierungsAnforderung_Type" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="UnderwriteDocumentResponse">
<xsd:annotation>
<xsd:documentation>Retourniert das unterschriebene Dokument</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="cst:CommonResponse_Type">
<xsd:sequence>
<xsd:element name="DokData" type="cst:DokumentData_Type">
<xsd:annotation>
<xsd:documentation>Z.B. das unterschriebene PDF</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Autorisierungen" type="cst:Autorisierung_Type" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Die Metadaten zu den Unterschriften.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:schema>

View File

@@ -158,55 +158,6 @@
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<!--
<xsd:complexType name="SpezVertrag_Type" abstract="true">
<xsd:annotation>
<xsd:documentation>Abstrakter Basistyp für Vertrag</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Personen" type="cst:BeteiligtePersonVertrag_Type" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Liste aller benötigten Vertragspersonen (nicht versicherte Personen), welche dann über ihre Rolle referenziert werden. Die Personen können eine Adresse enthalten.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Versicherungsnehmer" type="xsd:unsignedShort">
<xsd:annotation>
<xsd:documentation>Referenz auf die Person, die als Versicherungsnehmer fungiert. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AbweichenderPraemienzahler" type="xsd:unsignedShort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Referenz auf einen abweichenden Praemienzahler, wenn nicht der Verisicherungsnehmer die Prämie zahlt</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="WeitereVersicherungsnehmer" type="xsd:unsignedShort" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Referenz auf weitere Versicherungsnehmer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="WeitereVertragspersonen" type="cst:Vertragsperson_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Weitere Personen in Vertragsrollen</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Zahlungsdaten" type="cst:Zahlungsdaten_Type">
<xsd:annotation>
<xsd:documentation>Beschreibt die Art der Zahlung und enthält die zugehörigen Daten</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Sepa" type="cst:SepaCd_Type" minOccurs="0">
<xsd:annotation>
<xsd:documentation>SEPA-Mandat-Steuerung, wenn Zahlungsdaten ein SEPA-Mandat notwendig machen.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Kontierung" type="cst:Kontierung_Type" minOccurs="0" maxOccurs="3"/>
<xsd:element name="ZusaetzlicheVertragsdaten" type="ZusaetzlicheVertragsdaten_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Moeglichkeit fuer die Erweitung des Standards um eigene Antragsdaten</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>-->
<!--Abstrakte BOA-Operationstypen-->
<xsd:complexType name="BOAProcessRequest_Type">
<xsd:annotation>
@@ -291,7 +242,7 @@
<xsd:sequence>
<xsd:element name="Dokumente" type="cst:DokumentInfo_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Deprecated, verwende statt dessen DokumenteAnforderungen. Referenzen auf Offertdokumente, die heruntergeladen werden können.</xsd:documentation>
<xsd:documentation>Deprecated, verwende statt dessen DokumenteAnforderungen.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DokumenteAnforderungen" type="cst:ProzessDokumentBasis_Type" minOccurs="0" maxOccurs="unbounded">
@@ -312,7 +263,7 @@
<xsd:sequence>
<xsd:element name="Dateianhaenge" type="cst:Dateianhang_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Deprecated: Verwende künftig Dokumente</xsd:documentation>
<xsd:documentation>Deprecated: Verwende künftig Dokumente.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Dokumente" type="cst:ProzessDokument_Type" minOccurs="0" maxOccurs="unbounded">
@@ -343,7 +294,7 @@
</xsd:element>
<xsd:element name="Dokumente" type="cst:DokumentInfo_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Deprecated: Verwende statt dessen DokumenteAnforderungen. Dokumente und für den Kunden.</xsd:documentation>
<xsd:documentation>Deprecated: Verwende künftig DokumenteAnforderungen.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DokumenteAnforderungen" type="cst:ProzessDokumentBasis_Type" minOccurs="0" maxOccurs="unbounded">
@@ -364,7 +315,7 @@
<xsd:sequence>
<xsd:element name="Dateianhaenge" type="cst:Dateianhang_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Deprecated: Verwende künftig Dokumente</xsd:documentation>
<xsd:documentation>Deprecated: Verwende künftig Dokumente.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Dokumente" type="cst:ProzessDokument_Type" minOccurs="0" maxOccurs="unbounded">
@@ -396,7 +347,7 @@
<xsd:element name="Antragsnummer" type="cst:ObjektId_Type"/>
<xsd:element name="Dokumente" type="cst:DokumentInfo_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Deprecated, verwende statt dessen DokumenteAnforderungen. Referenzen auf Antragsdokumente, die heruntergeladen werden können.</xsd:documentation>
<xsd:documentation>Deprecated, verwende künftig DokumenteAnforderungen.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DokumenteAnforderungen" type="cst:ProzessDokumentBasis_Type" minOccurs="0" maxOccurs="unbounded">
@@ -509,11 +460,6 @@
<xsd:documentation>Abstrakter Typ fuer die Erweiterung des Antrags um Elemente, die nicht im Standard enthalten sind</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:complexType name="ZusaetzlicheVertragsdaten_Type" abstract="true">
<xsd:annotation>
<xsd:documentation>Abstrakter Typ fuer die Erweiterung des Vertrags um Elemente, die nicht im Standard enthalten sind</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:complexType name="GetApplicationDocumentRequest_Type">
<xsd:annotation>
<xsd:documentation>Typ um Offert- und Antragsdokumente zu beziehen</xsd:documentation>

View File

@@ -434,7 +434,7 @@
</xsd:element>
<xsd:complexType name="VorversicherungenKfz_Type">
<xsd:annotation>
<xsd:documentation>Vorversicherungen für Kfz (alternativ siehe auch cst:VorversicherungenImpl_Type)</xsd:documentation>
<xsd:documentation>Vorversicherungen, Implementierung speziell für Kfz. Alternativ siehe auch allgemeine spartenübergreifende Implementierung cst:VorversicherungenImpl_Type.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="cst:Vorversicherungen_Type">
@@ -598,4 +598,4 @@
<xsd:documentation>Abstrakter Typ für VU-Spezifische Erweiterungen bei der Kfz-Beschreibung im Antrag</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
</xsd:schema>
</xsd:schema>

View File

@@ -21,7 +21,6 @@
<xsd:documentation>Die Risikoeigenschaften der versicherten Personen, die im Produktbaum referenziert werden.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RefSicherstellungLfnr" type="xsd:unsignedShort" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>

View File

@@ -225,11 +225,6 @@
<xsd:element name="Produkte" type="ProduktSachPrivat_Type" maxOccurs="unbounded"/>
<xsd:element name="Zusatzprodukte" type="cst:ProduktGenerisch_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="VersicherteObjekte" type="cst:VersichertesInteresse_Type" maxOccurs="unbounded"/>
<xsd:element name="RefSicherstellungLfnr" type="xsd:unsignedShort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Möglichkeit eine Sichterstellung aus dem Antragsobjekt zu referenzieren.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>

View File

@@ -25,11 +25,6 @@
<xsd:documentation>Die Risikodaten der versicherten Personen. Diese werden im Produktbaum auf Ebene 2 referenziert.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RefSicherstellungLfnr" type="xsd:unsignedShort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Möglichkeit eine Sichterstellung aus dem Antragsobjekt zu referenzieren.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>