Dokumentenhandling
- Trennung in Service objektbezogen / zeitraumbezogen wie in Fachausschuss entschieden - Verschieben Methode addDocumentToClaim von Schaden nach addDocumentToBusinessCase in Dokumente
This commit is contained in:
@@ -374,6 +374,30 @@ public class ObjectFactory {
|
||||
return new ZeitraumType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link PolizzenObjektSpezifikationType }
|
||||
*
|
||||
*/
|
||||
public PolizzenObjektSpezifikationType createPolizzenObjektSpezifikationType() {
|
||||
return new PolizzenObjektSpezifikationType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SchadenObjektSpezifikationType }
|
||||
*
|
||||
*/
|
||||
public SchadenObjektSpezifikationType createSchadenObjektSpezifikationType() {
|
||||
return new SchadenObjektSpezifikationType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link PolicyPartnerRole }
|
||||
*
|
||||
*/
|
||||
public PolicyPartnerRole createPolicyPartnerRole() {
|
||||
return new PolicyPartnerRole();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZahlwegType.Kundenkonto }
|
||||
*
|
||||
|
||||
@@ -5,9 +5,7 @@ import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenObjektSpezifikationType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenmelderVermittlerType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.PolizzenObjektSpezifikationType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -32,8 +30,8 @@ import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.PolizzenObjektSpezifikat
|
||||
@XmlType(name = "ObjektSpezifikation_Type")
|
||||
@XmlSeeAlso({
|
||||
SchadenmelderVermittlerType.class,
|
||||
SchadenObjektSpezifikationType.class,
|
||||
PolizzenObjektSpezifikationType.class
|
||||
PolizzenObjektSpezifikationType.class,
|
||||
SchadenObjektSpezifikationType.class
|
||||
})
|
||||
public abstract class ObjektSpezifikationType {
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -8,7 +8,6 @@ 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_4_0.common.PartnerRoleType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -7,7 +7,6 @@ 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_4_0.common.ObjektSpezifikationType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -24,7 +23,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektSpezifikationType;
|
||||
* <sequence>
|
||||
* <element name="Polizzennr" type="{urn:omds20}Polizzennr"/>
|
||||
* <element name="VtgProdCd" type="{urn:omds20}VtgProdCd_Type" minOccurs="0"/>
|
||||
* <element name="RollePartner" type="{urn:omds3ServiceTypes-1-1-0}PolicyPartnerRole" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="RollePartner" type="{urn:omds3CommonServiceTypes-1-1-0}PolicyPartnerRole" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -1,12 +1,10 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on7schaden;
|
||||
package at.vvo.omds.types.omds3Types.r1_4_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;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektSpezifikationType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -21,7 +19,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektSpezifikationType;
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type">
|
||||
* <choice>
|
||||
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}IdGeschaeftsfallSchadenereignis"/>
|
||||
* <element ref="{urn:omds3CommonServiceTypes-1-1-0}Geschaeftsfallnummer"/>
|
||||
* <element name="Schadennr" type="{urn:omds20}Schadennr"/>
|
||||
* </choice>
|
||||
* </extension>
|
||||
@@ -33,40 +31,40 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektSpezifikationType;
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SchadenObjektSpezifikation_Type", propOrder = {
|
||||
"idGeschaeftsfallSchadenereignis",
|
||||
"geschaeftsfallnummer",
|
||||
"schadennr"
|
||||
})
|
||||
public class SchadenObjektSpezifikationType
|
||||
extends ObjektSpezifikationType
|
||||
{
|
||||
|
||||
@XmlElement(name = "IdGeschaeftsfallSchadenereignis")
|
||||
protected ObjektIdType idGeschaeftsfallSchadenereignis;
|
||||
@XmlElement(name = "Geschaeftsfallnummer")
|
||||
protected ObjektIdType geschaeftsfallnummer;
|
||||
@XmlElement(name = "Schadennr")
|
||||
protected String schadennr;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der idGeschaeftsfallSchadenereignis-Eigenschaft ab.
|
||||
* Eine Geschaeftsfallnummer
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ObjektIdType }
|
||||
*
|
||||
*/
|
||||
public ObjektIdType getIdGeschaeftsfallSchadenereignis() {
|
||||
return idGeschaeftsfallSchadenereignis;
|
||||
public ObjektIdType getGeschaeftsfallnummer() {
|
||||
return geschaeftsfallnummer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der idGeschaeftsfallSchadenereignis-Eigenschaft fest.
|
||||
* Legt den Wert der geschaeftsfallnummer-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ObjektIdType }
|
||||
*
|
||||
*/
|
||||
public void setIdGeschaeftsfallSchadenereignis(ObjektIdType value) {
|
||||
this.idGeschaeftsfallSchadenereignis = value;
|
||||
public void setGeschaeftsfallnummer(ObjektIdType value) {
|
||||
this.geschaeftsfallnummer = value;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -9,6 +9,7 @@ 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_4_0.common.DokumentenReferenzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ZeitraumType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -25,6 +26,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentenReferenzType;
|
||||
* <element name="ActualMaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
* <element name="TotalResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
* <element name="DokumentInfos" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
@@ -38,7 +40,8 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentenReferenzType;
|
||||
"actualOffset",
|
||||
"actualMaxResults",
|
||||
"totalResults",
|
||||
"dokumentInfos"
|
||||
"dokumentInfos",
|
||||
"zeitraum"
|
||||
})
|
||||
public class DocumentInfosResponseResultType {
|
||||
|
||||
@@ -53,6 +56,8 @@ public class DocumentInfosResponseResultType {
|
||||
protected long totalResults;
|
||||
@XmlElement(name = "DokumentInfos")
|
||||
protected List<DokumentenReferenzType> dokumentInfos;
|
||||
@XmlElement(name = "Zeitraum", required = true)
|
||||
protected ZeitraumType zeitraum;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der actualOffset-Eigenschaft ab.
|
||||
@@ -131,4 +136,28 @@ public class DocumentInfosResponseResultType {
|
||||
return this.dokumentInfos;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der zeitraum-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ZeitraumType }
|
||||
*
|
||||
*/
|
||||
public ZeitraumType getZeitraum() {
|
||||
return zeitraum;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der zeitraum-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ZeitraumType }
|
||||
*
|
||||
*/
|
||||
public void setZeitraum(ZeitraumType value) {
|
||||
this.zeitraum = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -12,20 +12,20 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ZeitraumType;
|
||||
|
||||
|
||||
/**
|
||||
* Dieser Typ enthält die Elemente fuer die Anfrage nach Dokumenten
|
||||
* Typ mit Elementen fuer die Anfrage nach Dokumenten zu einem fachlichen Objekt
|
||||
*
|
||||
* <p>Java-Klasse für GetDocumentInfosRequest_Type complex type.
|
||||
* <p>Java-Klasse für GetDocumentsOfObjectRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="GetDocumentInfosRequest_Type">
|
||||
* <complexType name="GetDocumentsOfObjectRequest_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="VUNr" type="{urn:omds20}VUNr"/>
|
||||
* <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
|
||||
* <element name="ObjektSpezifikation" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type" minOccurs="0"/>
|
||||
* <element name="ObjektSpezifikation" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type"/>
|
||||
* <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type" minOccurs="0"/>
|
||||
* <element name="DokumentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType" minOccurs="0"/>
|
||||
* <element name="MaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
|
||||
@@ -46,7 +46,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ZeitraumType;
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "GetDocumentInfosRequest_Type", propOrder = {
|
||||
@XmlType(name = "GetDocumentsOfObjectRequest_Type", propOrder = {
|
||||
"vuNr",
|
||||
"authFilter",
|
||||
"objektSpezifikation",
|
||||
@@ -56,13 +56,13 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ZeitraumType;
|
||||
"offset",
|
||||
"orderBy"
|
||||
})
|
||||
public class GetDocumentInfosRequestType {
|
||||
public class GetDocumentsOfObjectRequestType {
|
||||
|
||||
@XmlElement(name = "VUNr", required = true)
|
||||
protected String vuNr;
|
||||
@XmlElement(name = "AuthFilter")
|
||||
protected AuthorizationFilter authFilter;
|
||||
@XmlElement(name = "ObjektSpezifikation")
|
||||
@XmlElement(name = "ObjektSpezifikation", required = true)
|
||||
protected ObjektSpezifikationType objektSpezifikation;
|
||||
@XmlElement(name = "Zeitraum")
|
||||
protected ZeitraumType zeitraum;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -11,18 +11,18 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault;
|
||||
|
||||
|
||||
/**
|
||||
* ResponseTyp mit Informationen zu den Dokumenten eines fachlichen Objekts.
|
||||
* Typ mit Informationen zu den Dokumenten eines fachlichen Objekts.
|
||||
*
|
||||
* <p>Java-Klasse für GetDocumentInfosResponse_Type complex type.
|
||||
* <p>Java-Klasse für GetDocumentsOfObjectResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="GetDocumentInfosResponse_Type">
|
||||
* <complexType name="GetDocumentsOfObjectResponse_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <choice>
|
||||
* <element name="Result" type="{urn:omds3ServiceTypes-1-1-0}DocumentInfosResponseResult_Type"/>
|
||||
* <element name="Result" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}DocumentInfosResponseResult_Type"/>
|
||||
* <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded"/>
|
||||
* </choice>
|
||||
* </restriction>
|
||||
@@ -33,11 +33,11 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault;
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "GetDocumentInfosResponse_Type", propOrder = {
|
||||
@XmlType(name = "GetDocumentsOfObjectResponse_Type", propOrder = {
|
||||
"result",
|
||||
"serviceFault"
|
||||
})
|
||||
public class GetDocumentInfosResponseType {
|
||||
public class GetDocumentsOfObjectResponseType {
|
||||
|
||||
@XmlElement(name = "Result")
|
||||
protected DocumentInfosResponseResultType result;
|
||||
@@ -12,21 +12,21 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ZeitraumType;
|
||||
|
||||
|
||||
/**
|
||||
* Dieser Typ enthält die Elemente fuer die Anfrage nach Dokumenten
|
||||
* Typ mit Elementen fuer die Anfrage nach Dokumenten eines Zeitraums
|
||||
*
|
||||
* <p>Java-Klasse für GetDocumentInfosRequest_Type complex type.
|
||||
* <p>Java-Klasse für GetDocumentsOfPeriodRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="GetDocumentInfosRequest_Type">
|
||||
* <complexType name="GetDocumentsOfPeriodRequest_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="VUNr" type="{urn:omds20}VUNr"/>
|
||||
* <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
|
||||
* <element name="ObjektSpezifikation" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type" minOccurs="0"/>
|
||||
* <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type" minOccurs="0"/>
|
||||
* <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type"/>
|
||||
* <element name="DokumentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType" minOccurs="0"/>
|
||||
* <element name="MaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
|
||||
* <element name="Offset" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
|
||||
@@ -46,7 +46,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ZeitraumType;
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "GetDocumentInfosRequest_Type", propOrder = {
|
||||
@XmlType(name = "GetDocumentsOfPeriodRequest_Type", propOrder = {
|
||||
"vuNr",
|
||||
"authFilter",
|
||||
"objektSpezifikation",
|
||||
@@ -56,7 +56,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ZeitraumType;
|
||||
"offset",
|
||||
"orderBy"
|
||||
})
|
||||
public class GetDocumentInfosRequestType {
|
||||
public class GetDocumentsOfPeriodRequestType {
|
||||
|
||||
@XmlElement(name = "VUNr", required = true)
|
||||
protected String vuNr;
|
||||
@@ -64,7 +64,7 @@ public class GetDocumentInfosRequestType {
|
||||
protected AuthorizationFilter authFilter;
|
||||
@XmlElement(name = "ObjektSpezifikation")
|
||||
protected ObjektSpezifikationType objektSpezifikation;
|
||||
@XmlElement(name = "Zeitraum")
|
||||
@XmlElement(name = "Zeitraum", required = true)
|
||||
protected ZeitraumType zeitraum;
|
||||
@XmlElement(name = "DokumentType")
|
||||
protected Integer dokumentType;
|
||||
@@ -11,14 +11,14 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault;
|
||||
|
||||
|
||||
/**
|
||||
* ResponseTyp mit Informationen zu den Dokumenten eines fachlichen Objekts.
|
||||
* Typ mit Informationen zu den Dokumenten eines Zeitraums
|
||||
*
|
||||
* <p>Java-Klasse für GetDocumentInfosResponse_Type complex type.
|
||||
* <p>Java-Klasse für GetDocumentsOfPeriodResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="GetDocumentInfosResponse_Type">
|
||||
* <complexType name="GetDocumentsOfPeriodResponse_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <choice>
|
||||
@@ -33,11 +33,11 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault;
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "GetDocumentInfosResponse_Type", propOrder = {
|
||||
@XmlType(name = "GetDocumentsOfPeriodResponse_Type", propOrder = {
|
||||
"result",
|
||||
"serviceFault"
|
||||
})
|
||||
public class GetDocumentInfosResponseType {
|
||||
public class GetDocumentsOfPeriodResponseType {
|
||||
|
||||
@XmlElement(name = "Result")
|
||||
protected DocumentInfosResponseResultType result;
|
||||
@@ -11,7 +11,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für den Response einer Anzahl von Dokumenten zu einem fachlichen Objekt
|
||||
* Typ mit Informationen zu den Dokumenten eines fachlichen Objekts
|
||||
*
|
||||
* <p>Java-Klasse für GetNumberOfDocumentsResponse_Type complex type.
|
||||
*
|
||||
|
||||
@@ -28,8 +28,10 @@ public class ObjectFactory {
|
||||
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");
|
||||
private final static QName _GetNumberOfDocumentsResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetNumberOfDocumentsResponse");
|
||||
private final static QName _GetDocumentInfosRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentInfosRequest");
|
||||
private final static QName _GetDocumentInfosResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentInfosResponse");
|
||||
private final static QName _GetDocumentsOfObjectRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentsOfObjectRequest");
|
||||
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");
|
||||
@@ -80,19 +82,35 @@ public class ObjectFactory {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link GetDocumentInfosRequestType }
|
||||
* Create an instance of {@link GetDocumentsOfObjectRequestType }
|
||||
*
|
||||
*/
|
||||
public GetDocumentInfosRequestType createGetDocumentInfosRequestType() {
|
||||
return new GetDocumentInfosRequestType();
|
||||
public GetDocumentsOfObjectRequestType createGetDocumentsOfObjectRequestType() {
|
||||
return new GetDocumentsOfObjectRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link GetDocumentInfosResponseType }
|
||||
* Create an instance of {@link GetDocumentsOfObjectResponseType }
|
||||
*
|
||||
*/
|
||||
public GetDocumentInfosResponseType createGetDocumentInfosResponseType() {
|
||||
return new GetDocumentInfosResponseType();
|
||||
public GetDocumentsOfObjectResponseType createGetDocumentsOfObjectResponseType() {
|
||||
return new GetDocumentsOfObjectResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link GetDocumentsOfPeriodRequestType }
|
||||
*
|
||||
*/
|
||||
public GetDocumentsOfPeriodRequestType createGetDocumentsOfPeriodRequestType() {
|
||||
return new GetDocumentsOfPeriodRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link GetDocumentsOfPeriodResponseType }
|
||||
*
|
||||
*/
|
||||
public GetDocumentsOfPeriodResponseType createGetDocumentsOfPeriodResponseType() {
|
||||
return new GetDocumentsOfPeriodResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -228,21 +246,39 @@ public class ObjectFactory {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentInfosRequestType }{@code >}}
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentsOfObjectRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetDocumentInfosRequest")
|
||||
public JAXBElement<GetDocumentInfosRequestType> createGetDocumentInfosRequest(GetDocumentInfosRequestType value) {
|
||||
return new JAXBElement<GetDocumentInfosRequestType>(_GetDocumentInfosRequest_QNAME, GetDocumentInfosRequestType.class, null, value);
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetDocumentsOfObjectRequest")
|
||||
public JAXBElement<GetDocumentsOfObjectRequestType> createGetDocumentsOfObjectRequest(GetDocumentsOfObjectRequestType value) {
|
||||
return new JAXBElement<GetDocumentsOfObjectRequestType>(_GetDocumentsOfObjectRequest_QNAME, GetDocumentsOfObjectRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentInfosResponseType }{@code >}}
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentsOfObjectResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetDocumentInfosResponse")
|
||||
public JAXBElement<GetDocumentInfosResponseType> createGetDocumentInfosResponse(GetDocumentInfosResponseType value) {
|
||||
return new JAXBElement<GetDocumentInfosResponseType>(_GetDocumentInfosResponse_QNAME, GetDocumentInfosResponseType.class, null, value);
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetDocumentsOfObjectResponse")
|
||||
public JAXBElement<GetDocumentsOfObjectResponseType> createGetDocumentsOfObjectResponse(GetDocumentsOfObjectResponseType value) {
|
||||
return new JAXBElement<GetDocumentsOfObjectResponseType>(_GetDocumentsOfObjectResponse_QNAME, GetDocumentsOfObjectResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentsOfPeriodRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetDocumentsOfPeriodRequest")
|
||||
public JAXBElement<GetDocumentsOfPeriodRequestType> createGetDocumentsOfPeriodRequest(GetDocumentsOfPeriodRequestType value) {
|
||||
return new JAXBElement<GetDocumentsOfPeriodRequestType>(_GetDocumentsOfPeriodRequest_QNAME, GetDocumentsOfPeriodRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentsOfPeriodResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetDocumentsOfPeriodResponse")
|
||||
public JAXBElement<GetDocumentsOfPeriodResponseType> createGetDocumentsOfPeriodResponse(GetDocumentsOfPeriodResponseType value) {
|
||||
return new JAXBElement<GetDocumentsOfPeriodResponseType>(_GetDocumentsOfPeriodResponse_QNAME, GetDocumentsOfPeriodResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,6 +3,7 @@ package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
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_4_0.on2antrag.common.SubmitApplicationRequestType;
|
||||
|
||||
@@ -18,6 +19,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationReq
|
||||
* <complexType name="SubmitApplicationRechtsschutzRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezAntragRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
@@ -26,10 +30,38 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationReq
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SubmitApplicationRechtsschutzRequest_Type")
|
||||
@XmlType(name = "SubmitApplicationRechtsschutzRequest_Type", propOrder = {
|
||||
"antragsanfrage"
|
||||
})
|
||||
public class SubmitApplicationRechtsschutzRequestType
|
||||
extends SubmitApplicationRequestType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsanfrage", required = true)
|
||||
protected SpezAntragRechtsschutzType antragsanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragRechtsschutzType getAntragsanfrage() {
|
||||
return antragsanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsanfrage(SpezAntragRechtsschutzType value) {
|
||||
this.antragsanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@ package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
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_4_0.on2antrag.common.SubmitApplicationRequestType;
|
||||
|
||||
@@ -18,6 +19,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationReq
|
||||
* <complexType name="SubmitApplicationSachPrivatRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}AntragSachPrivat_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
@@ -26,10 +30,38 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationReq
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SubmitApplicationSachPrivatRequest_Type")
|
||||
@XmlType(name = "SubmitApplicationSachPrivatRequest_Type", propOrder = {
|
||||
"antragsanfrage"
|
||||
})
|
||||
public class SubmitApplicationSachPrivatRequestType
|
||||
extends SubmitApplicationRequestType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsanfrage")
|
||||
protected AntragSachPrivatType antragsanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link AntragSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public AntragSachPrivatType getAntragsanfrage() {
|
||||
return antragsanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link AntragSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsanfrage(AntragSachPrivatType value) {
|
||||
this.antragsanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@ package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
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_4_0.on2antrag.common.SubmitApplicationRequestType;
|
||||
|
||||
@@ -18,6 +19,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationReq
|
||||
* <complexType name="SubmitApplicationUnfallRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
@@ -26,10 +30,38 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationReq
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SubmitApplicationUnfallRequest_Type")
|
||||
@XmlType(name = "SubmitApplicationUnfallRequest_Type", propOrder = {
|
||||
"antragsanfrage"
|
||||
})
|
||||
public class SubmitApplicationUnfallRequestType
|
||||
extends SubmitApplicationRequestType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsanfrage")
|
||||
protected SpezAntragUnfallType antragsanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragUnfallType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragUnfallType getAntragsanfrage() {
|
||||
return antragsanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsanfrage(SpezAntragUnfallType value) {
|
||||
this.antragsanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -62,9 +62,9 @@ public class ChangeCommunicationObjectRequestType
|
||||
@XmlElement(name = "ObjektId", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
||||
protected ObjektIdType objektId;
|
||||
@XmlElementRefs({
|
||||
@XmlElementRef(name = "GeaenderteKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class),
|
||||
@XmlElementRef(name = "ObjektId", namespace = "urn:omds3CommonServiceTypes-1-1-0", type = JAXBElement.class),
|
||||
@XmlElementRef(name = "BisherigeKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class)
|
||||
@XmlElementRef(name = "BisherigeKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class),
|
||||
@XmlElementRef(name = "GeaenderteKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class)
|
||||
})
|
||||
protected List<JAXBElement<?>> objektIdOrBisherigeKommunikationsVerbindungAndGeaenderteKommunikationsVerbindung;
|
||||
@XmlElement(name = "WirksamtkeitAb", required = true)
|
||||
@@ -116,8 +116,8 @@ public class ChangeCommunicationObjectRequestType
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -472,14 +472,6 @@ public class ObjectFactory {
|
||||
return new LossEventListResponseResultType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SchadenObjektSpezifikationType }
|
||||
*
|
||||
*/
|
||||
public SchadenObjektSpezifikationType createSchadenObjektSpezifikationType() {
|
||||
return new SchadenObjektSpezifikationType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SpartendetailSchadenKrankenType.Behandlungen }
|
||||
*
|
||||
|
||||
@@ -10,7 +10,7 @@ import javax.xml.ws.Service;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-07-01T17:11:05.627+02:00
|
||||
* 2019-07-02T18:14:24.981+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-07-01T17:11:05.536+02:00
|
||||
* 2019-07-02T18:14:24.764+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
@@ -416,6 +416,38 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_4_0.service.OmdsServicePortType#getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfPeriodRequestType parameters)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfPeriodRequestType parameters) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation getDocumentsOfPeriod");
|
||||
System.out.println(parameters);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfPeriodResponseType _return = null;
|
||||
return _return;
|
||||
} catch (java.lang.Exception ex) {
|
||||
ex.printStackTrace();
|
||||
throw new RuntimeException(ex);
|
||||
}
|
||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_4_0.service.OmdsServicePortType#getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfObjectRequestType parameters)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfObjectResponseType getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfObjectRequestType parameters) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation getDocumentsOfObject");
|
||||
System.out.println(parameters);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfObjectResponseType _return = null;
|
||||
return _return;
|
||||
} catch (java.lang.Exception ex) {
|
||||
ex.printStackTrace();
|
||||
throw new RuntimeException(ex);
|
||||
}
|
||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_4_0.service.OmdsServicePortType#getClaimLight(at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SpezifikationSchadenType parameters)*
|
||||
*/
|
||||
@@ -480,22 +512,6 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_4_0.service.OmdsServicePortType#getDocumentInfos(at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentInfosRequestType parameters)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentInfosResponseType getDocumentInfos(at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentInfosRequestType parameters) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation getDocumentInfos");
|
||||
System.out.println(parameters);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentInfosResponseType _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_4_0.service.OmdsServicePortType#createOfferSachPrivat(at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters)*
|
||||
*/
|
||||
|
||||
@@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-07-01T17:11:05.603+02:00
|
||||
* 2019-07-02T18:14:24.942+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
@@ -186,6 +186,20 @@ public interface OmdsServicePortType {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.DeepLinkOfferRequest parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getDocumentsOfPeriod")
|
||||
@WebResult(name = "GetDocumentsOfPeriodResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(
|
||||
@WebParam(partName = "parameters", name = "GetDocumentsOfPeriodRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
|
||||
at.vvo.omds.types.omds3Types.r1_4_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 = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfObjectResponseType getDocumentsOfObject(
|
||||
@WebParam(partName = "parameters", name = "GetDocumentsOfObjectRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfObjectRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getClaimLight")
|
||||
@WebResult(name = "GetClaimLightResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.GetClaimResponseLightType getClaimLight(
|
||||
@@ -214,13 +228,6 @@ public interface OmdsServicePortType {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangeCommunicationObjectRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getDocumentInfos")
|
||||
@WebResult(name = "GetDocumentInfosResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentInfosResponseType getDocumentInfos(
|
||||
@WebParam(partName = "parameters", name = "GetDocumentInfosRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentInfosRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:createOfferSachPrivat")
|
||||
@WebResult(name = "CreateOfferSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType createOfferSachPrivat(
|
||||
|
||||
@@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-07-01T17:11:05.385+02:00
|
||||
* 2019-07-02T18:14:24.416+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
@@ -331,6 +331,30 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkOffer__return = port.deepLinkOffer(_deepLinkOffer_parameters);
|
||||
System.out.println("deepLinkOffer.result=" + _deepLinkOffer__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
}
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking getDocumentsOfPeriod...");
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfPeriodRequestType _getDocumentsOfPeriod_parameters = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfPeriodResponseType _getDocumentsOfPeriod__return = port.getDocumentsOfPeriod(_getDocumentsOfPeriod_parameters);
|
||||
System.out.println("getDocumentsOfPeriod.result=" + _getDocumentsOfPeriod__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
}
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking getDocumentsOfObject...");
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfObjectRequestType _getDocumentsOfObject_parameters = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentsOfObjectResponseType _getDocumentsOfObject__return = port.getDocumentsOfObject(_getDocumentsOfObject_parameters);
|
||||
System.out.println("getDocumentsOfObject.result=" + _getDocumentsOfObject__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
@@ -379,18 +403,6 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangeCommunicationObjectResponse _changeCommunicationObject__return = port.changeCommunicationObject(_changeCommunicationObject_parameters);
|
||||
System.out.println("changeCommunicationObject.result=" + _changeCommunicationObject__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
}
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking getDocumentInfos...");
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentInfosRequestType _getDocumentInfos_parameters = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetDocumentInfosResponseType _getDocumentInfos__return = port.getDocumentInfos(_getDocumentInfos_parameters);
|
||||
System.out.println("getDocumentInfos.result=" + _getDocumentInfos__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
|
||||
@@ -6,7 +6,7 @@ import javax.xml.ws.WebFault;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-07-01T17:11:05.517+02:00
|
||||
* 2019-07-02T18:14:24.631+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*/
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import javax.xml.datatype.XMLGregorianCalendar;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.AuthorizationFilter;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.PolicyPartnerRole;
|
||||
|
||||
|
||||
/**
|
||||
@@ -28,7 +29,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.AuthorizationFilter;
|
||||
* <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
|
||||
* <element name="policyNumber" type="{urn:omds20}Polizzennr"/>
|
||||
* <element name="policyType" type="{urn:omds20}VtgProdCd_Type" minOccurs="0"/>
|
||||
* <element name="policyPartnerRole" type="{urn:omds3ServiceTypes-1-1-0}PolicyPartnerRole" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="policyPartnerRole" type="{urn:omds3CommonServiceTypes-1-1-0}PolicyPartnerRole" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="documentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="dateFrom" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
|
||||
* <element name="dateUntil" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
|
||||
|
||||
@@ -1,134 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
||||
|
||||
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.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentenReferenzType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für DocumentInfosResponseResult_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="DocumentInfosResponseResult_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="ActualOffset" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
* <element name="ActualMaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
* <element name="TotalResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
* <element name="DokumentInfos" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "DocumentInfosResponseResult_Type", propOrder = {
|
||||
"actualOffset",
|
||||
"actualMaxResults",
|
||||
"totalResults",
|
||||
"dokumentInfos"
|
||||
})
|
||||
public class DocumentInfosResponseResultType {
|
||||
|
||||
@XmlElement(name = "ActualOffset")
|
||||
@XmlSchemaType(name = "unsignedInt")
|
||||
protected long actualOffset;
|
||||
@XmlElement(name = "ActualMaxResults")
|
||||
@XmlSchemaType(name = "unsignedInt")
|
||||
protected long actualMaxResults;
|
||||
@XmlElement(name = "TotalResults")
|
||||
@XmlSchemaType(name = "unsignedInt")
|
||||
protected long totalResults;
|
||||
@XmlElement(name = "DokumentInfos")
|
||||
protected List<DokumentenReferenzType> dokumentInfos;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der actualOffset-Eigenschaft ab.
|
||||
*
|
||||
*/
|
||||
public long getActualOffset() {
|
||||
return actualOffset;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der actualOffset-Eigenschaft fest.
|
||||
*
|
||||
*/
|
||||
public void setActualOffset(long value) {
|
||||
this.actualOffset = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der actualMaxResults-Eigenschaft ab.
|
||||
*
|
||||
*/
|
||||
public long getActualMaxResults() {
|
||||
return actualMaxResults;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der actualMaxResults-Eigenschaft fest.
|
||||
*
|
||||
*/
|
||||
public void setActualMaxResults(long value) {
|
||||
this.actualMaxResults = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der totalResults-Eigenschaft ab.
|
||||
*
|
||||
*/
|
||||
public long getTotalResults() {
|
||||
return totalResults;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der totalResults-Eigenschaft fest.
|
||||
*
|
||||
*/
|
||||
public void setTotalResults(long value) {
|
||||
this.totalResults = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the dokumentInfos 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 dokumentInfos property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getDokumentInfos().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link DokumentenReferenzType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<DokumentenReferenzType> getDokumentInfos() {
|
||||
if (dokumentInfos == null) {
|
||||
dokumentInfos = new ArrayList<DokumentenReferenzType>();
|
||||
}
|
||||
return this.dokumentInfos;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,179 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
||||
|
||||
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_4_0.common.AuthorizationFilter;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektSpezifikationType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ZeitraumType;
|
||||
|
||||
|
||||
/**
|
||||
* Dieser Typ enthält die Elemente fuer die Anfrage nach Dokumenten
|
||||
*
|
||||
* <p>Java-Klasse für GetNumberOfDocumentsRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="GetNumberOfDocumentsRequest_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="VUNr" type="{urn:omds20}VUNr"/>
|
||||
* <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
|
||||
* <element name="ObjektSpezifikation" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type" minOccurs="0"/>
|
||||
* <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type" minOccurs="0"/>
|
||||
* <element name="DokumentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "GetNumberOfDocumentsRequest_Type", propOrder = {
|
||||
"vuNr",
|
||||
"authFilter",
|
||||
"objektSpezifikation",
|
||||
"zeitraum",
|
||||
"dokumentType"
|
||||
})
|
||||
public class GetNumberOfDocumentsRequestType {
|
||||
|
||||
@XmlElement(name = "VUNr", required = true)
|
||||
protected String vuNr;
|
||||
@XmlElement(name = "AuthFilter")
|
||||
protected AuthorizationFilter authFilter;
|
||||
@XmlElement(name = "ObjektSpezifikation")
|
||||
protected ObjektSpezifikationType objektSpezifikation;
|
||||
@XmlElement(name = "Zeitraum")
|
||||
protected ZeitraumType zeitraum;
|
||||
@XmlElement(name = "DokumentType")
|
||||
protected Integer dokumentType;
|
||||
|
||||
/**
|
||||
* 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 authFilter-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link AuthorizationFilter }
|
||||
*
|
||||
*/
|
||||
public AuthorizationFilter getAuthFilter() {
|
||||
return authFilter;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der authFilter-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link AuthorizationFilter }
|
||||
*
|
||||
*/
|
||||
public void setAuthFilter(AuthorizationFilter value) {
|
||||
this.authFilter = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der objektSpezifikation-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ObjektSpezifikationType }
|
||||
*
|
||||
*/
|
||||
public ObjektSpezifikationType getObjektSpezifikation() {
|
||||
return objektSpezifikation;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der objektSpezifikation-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ObjektSpezifikationType }
|
||||
*
|
||||
*/
|
||||
public void setObjektSpezifikation(ObjektSpezifikationType value) {
|
||||
this.objektSpezifikation = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der zeitraum-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ZeitraumType }
|
||||
*
|
||||
*/
|
||||
public ZeitraumType getZeitraum() {
|
||||
return zeitraum;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der zeitraum-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ZeitraumType }
|
||||
*
|
||||
*/
|
||||
public void setZeitraum(ZeitraumType value) {
|
||||
this.zeitraum = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der dokumentType-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public Integer getDokumentType() {
|
||||
return dokumentType;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der dokumentType-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public void setDokumentType(Integer value) {
|
||||
this.dokumentType = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,96 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
||||
|
||||
import java.math.BigInteger;
|
||||
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_4_0.common.ServiceFault;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für den Response einer Anzahl von Dokumenten zu einem fachlichen Objekt
|
||||
*
|
||||
* <p>Java-Klasse für GetNumberOfDocumentsResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="GetNumberOfDocumentsResponse_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <choice>
|
||||
* <element name="AnzDokumente" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
|
||||
* <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault"/>
|
||||
* </choice>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "GetNumberOfDocumentsResponse_Type", propOrder = {
|
||||
"anzDokumente",
|
||||
"serviceFault"
|
||||
})
|
||||
public class GetNumberOfDocumentsResponseType {
|
||||
|
||||
@XmlElement(name = "AnzDokumente")
|
||||
@XmlSchemaType(name = "nonNegativeInteger")
|
||||
protected BigInteger anzDokumente;
|
||||
@XmlElement(name = "ServiceFault")
|
||||
protected ServiceFault serviceFault;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der anzDokumente-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public BigInteger getAnzDokumente() {
|
||||
return anzDokumente;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der anzDokumente-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public void setAnzDokumente(BigInteger value) {
|
||||
this.anzDokumente = 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;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -47,10 +47,6 @@ public class ObjectFactory {
|
||||
private final static QName _GetDeepLinkBusinessObjectResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getDeepLinkBusinessObjectResponse");
|
||||
private final static QName _WithoutFrame_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "withoutFrame");
|
||||
private final static QName _HttpActionLink_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "httpActionLink");
|
||||
private final static QName _GetNumberOfDocumentsRequest_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "GetNumberOfDocumentsRequest");
|
||||
private final static QName _GetNumberOfDocumentsResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "GetNumberOfDocumentsResponse");
|
||||
private final static QName _GetDocumentInfosRequest_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "GetDocumentInfosRequest");
|
||||
private final static QName _GetDocumentInfosResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "GetDocumentInfosResponse");
|
||||
|
||||
/**
|
||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_4_0.servicetypes
|
||||
@@ -203,38 +199,6 @@ public class ObjectFactory {
|
||||
return new HttpActionLinkType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link GetNumberOfDocumentsRequestType }
|
||||
*
|
||||
*/
|
||||
public GetNumberOfDocumentsRequestType createGetNumberOfDocumentsRequestType() {
|
||||
return new GetNumberOfDocumentsRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link GetNumberOfDocumentsResponseType }
|
||||
*
|
||||
*/
|
||||
public GetNumberOfDocumentsResponseType createGetNumberOfDocumentsResponseType() {
|
||||
return new GetNumberOfDocumentsResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link GetDocumentInfosRequestType }
|
||||
*
|
||||
*/
|
||||
public GetDocumentInfosRequestType createGetDocumentInfosRequestType() {
|
||||
return new GetDocumentInfosRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link GetDocumentInfosResponseType }
|
||||
*
|
||||
*/
|
||||
public GetDocumentInfosResponseType createGetDocumentInfosResponseType() {
|
||||
return new GetDocumentInfosResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link OMDSPackageInfoType }
|
||||
*
|
||||
@@ -243,14 +207,6 @@ public class ObjectFactory {
|
||||
return new OMDSPackageInfoType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link PolicyPartnerRole }
|
||||
*
|
||||
*/
|
||||
public PolicyPartnerRole createPolicyPartnerRole() {
|
||||
return new PolicyPartnerRole();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ArcImageInfo }
|
||||
*
|
||||
@@ -267,22 +223,6 @@ public class ObjectFactory {
|
||||
return new ArcContent();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link PolizzenObjektSpezifikationType }
|
||||
*
|
||||
*/
|
||||
public PolizzenObjektSpezifikationType createPolizzenObjektSpezifikationType() {
|
||||
return new PolizzenObjektSpezifikationType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link DocumentInfosResponseResultType }
|
||||
*
|
||||
*/
|
||||
public DocumentInfosResponseResultType createDocumentInfosResponseResultType() {
|
||||
return new DocumentInfosResponseResultType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link BeteiligtePersonVertragType }
|
||||
*
|
||||
@@ -514,40 +454,4 @@ public class ObjectFactory {
|
||||
return new JAXBElement<HttpActionLinkType>(_HttpActionLink_QNAME, HttpActionLinkType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetNumberOfDocumentsRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "GetNumberOfDocumentsRequest")
|
||||
public JAXBElement<GetNumberOfDocumentsRequestType> createGetNumberOfDocumentsRequest(GetNumberOfDocumentsRequestType value) {
|
||||
return new JAXBElement<GetNumberOfDocumentsRequestType>(_GetNumberOfDocumentsRequest_QNAME, GetNumberOfDocumentsRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetNumberOfDocumentsResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "GetNumberOfDocumentsResponse")
|
||||
public JAXBElement<GetNumberOfDocumentsResponseType> createGetNumberOfDocumentsResponse(GetNumberOfDocumentsResponseType value) {
|
||||
return new JAXBElement<GetNumberOfDocumentsResponseType>(_GetNumberOfDocumentsResponse_QNAME, GetNumberOfDocumentsResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentInfosRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "GetDocumentInfosRequest")
|
||||
public JAXBElement<GetDocumentInfosRequestType> createGetDocumentInfosRequest(GetDocumentInfosRequestType value) {
|
||||
return new JAXBElement<GetDocumentInfosRequestType>(_GetDocumentInfosRequest_QNAME, GetDocumentInfosRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentInfosResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "GetDocumentInfosResponse")
|
||||
public JAXBElement<GetDocumentInfosResponseType> createGetDocumentInfosResponse(GetDocumentInfosResponseType value) {
|
||||
return new JAXBElement<GetDocumentInfosResponseType>(_GetDocumentInfosResponse_QNAME, GetDocumentInfosResponseType.class, null, value);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -316,7 +316,7 @@
|
||||
<xsd:documentation>Abstraktes ResponseObjekt</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Status" type="ResponseStatus_Type" />
|
||||
<xsd:element name="Status" type="ResponseStatus_Type"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ResponseStatus_Type">
|
||||
@@ -1689,7 +1689,6 @@
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="Upload_Dokument_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ fuer den Upload von Dokumenten mit base64 encodiertem Dokument, Mimetype und Filename</xsd:documentation>
|
||||
@@ -1764,7 +1763,6 @@
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="Zeitraum_Type">
|
||||
<xsd:attribute name="ZRBeg" type="omds:Datum" use="optional"/>
|
||||
<xsd:attribute name="ZREnd" type="omds:Datum" use="optional"/>
|
||||
@@ -1774,4 +1772,68 @@
|
||||
<xsd:documentation>Eine abstrakte Spezifikation eines Objekts</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="PolizzenObjektSpezifikation_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Die Spezifikation eines Polizzenobjektes</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="ObjektSpezifikation_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Polizzennr" type="omds:Polizzennr">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>die Polizzennummer als OMDS Polizzennr-Typ.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="VtgProdCd" type="omds:VtgProdCd_Type" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Einschränkung der Anfrage auf Dokumente für Polizzen eines bestimmten Typs. Das Attribut ist vom Typ VtgProdCd_Type des OMDS-Datensatz</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="RollePartner" type="PolicyPartnerRole" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Einschränkung der Anfrage auf Dokumente für bestimmte Partner in einer bestimmten Rolle</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="SchadenObjektSpezifikation_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Die Spezifikation eines Schadenobjektes</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="ObjektSpezifikation_Type">
|
||||
<xsd:choice>
|
||||
<xsd:element ref="Geschaeftsfallnummer">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Eine Geschaeftsfallnummer</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Schadennr" type="omds:Schadennr">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Schadennummer als omds:Schadennr</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="PolicyPartnerRole">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Partnerrollen in einer Polizze: Versicherungsnehmer, Versicherte Person</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="partnerNumber" type="omds:Personennr">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Die Partnernummer als OMDS-Personennr (String mit 1-26 Zeichen) </xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="partnerRole" type="PartnerRoleType" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Partnerrollen im Vertrag als PartnerRoleType: String mit 2 Zeichen: VN, VP</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -80,6 +80,32 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<part name="parameters" element="ost:getArcImageResponse" />
|
||||
</message>
|
||||
|
||||
<!-- Dokumente allgemein -->
|
||||
<message name="AddDocToBusinessCaseRequestMsg">
|
||||
<part name="parameters" element="b:AddDocToBusinessCaseRequest"/>
|
||||
</message>
|
||||
<message name="AddDocToBusinessCaseResponseMsg">
|
||||
<part name="parameters" element="b:AddDocToBusinessCaseResponse" />
|
||||
</message>
|
||||
<message name="GetNumberOfDocumentsRequestMsg">
|
||||
<part name="parameters" element="b:GetNumberOfDocumentsRequest"/>
|
||||
</message>
|
||||
<message name="GetNumberOfDocumentsResponseMsg">
|
||||
<part name="parameters" element="b:GetNumberOfDocumentsResponse" />
|
||||
</message>
|
||||
<message name="GetDocumentsOfObjectRequestMsg">
|
||||
<part name="parameters" element="b:GetDocumentsOfObjectRequest"/>
|
||||
</message>
|
||||
<message name="GetDocumentsOfObjectResponseMsg">
|
||||
<part name="parameters" element="b:GetDocumentsOfObjectResponse" />
|
||||
</message>
|
||||
<message name="GetDocumentsOfPeriodRequestMsg">
|
||||
<part name="parameters" element="b:GetDocumentsOfPeriodRequest"/>
|
||||
</message>
|
||||
<message name="GetDocumentsOfPeriodResponseMsg">
|
||||
<part name="parameters" element="b:GetDocumentsOfPeriodResponse" />
|
||||
</message>
|
||||
|
||||
<!-- Deep Links -->
|
||||
|
||||
<message name="deepLinkClaimRequest">
|
||||
@@ -107,6 +133,9 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<message name="deepLinkPolicyResponse">
|
||||
<part name="parameters" element="ost:getDeepLinkPolicyResponse" />
|
||||
</message>
|
||||
|
||||
|
||||
|
||||
<!-- Schaden -->
|
||||
<message name="CreateClaimRequestMsg">
|
||||
<part name="parameters" element="sch:CreateClaimRequest"/>
|
||||
@@ -157,25 +186,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<part name="parameters" element="sch:ChangedClaimsListResponse" />
|
||||
</message>
|
||||
|
||||
<!-- Dokumente -->
|
||||
<message name="AddDocToBusinessCaseRequestMsg">
|
||||
<part name="parameters" element="b:AddDocToBusinessCaseRequest"/>
|
||||
</message>
|
||||
<message name="AddDocToBusinessCaseResponseMsg">
|
||||
<part name="parameters" element="b:AddDocToBusinessCaseResponse" />
|
||||
</message>
|
||||
<message name="GetNumberOfDocumentsRequestMsg">
|
||||
<part name="parameters" element="b:GetNumberOfDocumentsRequest"/>
|
||||
</message>
|
||||
<message name="GetNumberOfDocumentsResponseMsg">
|
||||
<part name="parameters" element="b:GetNumberOfDocumentsResponse" />
|
||||
</message>
|
||||
<message name="GetDocumentInfosRequestMsg">
|
||||
<part name="parameters" element="b:GetDocumentInfosRequest"/>
|
||||
</message>
|
||||
<message name="GetDocumentInfosResponseMsg">
|
||||
<part name="parameters" element="b:GetDocumentInfosResponse" />
|
||||
</message>
|
||||
|
||||
|
||||
<!-- Maklerseitige Endpoints -->
|
||||
<message name="DeclareEndpointRequestMsg">
|
||||
@@ -398,18 +409,38 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<fault name="deepLinkPolicyFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
|
||||
|
||||
<operation name="addDocToBusinessCase">
|
||||
<input name="AddDocToBusinessCaseRequestPort" message="os:AddDocToBusinessCaseRequestMsg" />
|
||||
<output name="AddDocToBusinessCaseResponsePort" message="os:AddDocToBusinessCaseResponseMsg" />
|
||||
<fault name="AddDocToBusinessCaseFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
<operation name="getNumberOfDocuments">
|
||||
<input name="GetNumberOfDocumentsRequestPort" message="os:GetNumberOfDocumentsRequestMsg" />
|
||||
<output name="GetNumberOfDocumentsResponsePort" message="os:GetNumberOfDocumentsResponseMsg" />
|
||||
<fault name="GetNumberOfDocumentsFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
<operation name="getDocumentsOfObject">
|
||||
<input name="GetDocumentsOfObjectRequestPort" message="os:GetDocumentsOfObjectRequestMsg" />
|
||||
<output name="GetDocumentsOfObjectResponsePort" message="os:GetDocumentsOfObjectResponseMsg" />
|
||||
<fault name="GetDocumentsOfObjectFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
<operation name="getDocumentsOfPeriod">
|
||||
<input name="GetDocumentsOfPeriodRequestPort" message="os:GetDocumentsOfPeriodRequestMsg" />
|
||||
<output name="GetDocumentsOfPeriodResponsePort" message="os:GetDocumentsOfPeriodResponseMsg" />
|
||||
<fault name="GetDocumentsOfPeriodFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
|
||||
<operation name="createClaim">
|
||||
<input name="CreateClaimRequestPort" message="os:CreateClaimRequestMsg" />
|
||||
<output name="CreateClaimResponsePort" message="os:CreateClaimResponseMsg" />
|
||||
<fault name="CreateClaimFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
|
||||
<operation name="submitClaim">
|
||||
<input name="SubmitClaimRequestPort" message="os:SubmitClaimRequestMsg" />
|
||||
<output name="SubmitClaimResponsePort" message="os:SubmitClaimResponseMsg" />
|
||||
<fault name="SubmitClaimFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
|
||||
<operation name="initiateClaim">
|
||||
<input name="InitiateClaimRequestPort" message="os:InitiateClaimRequestMsg" />
|
||||
<output name="InitiateClaimResponsePort" message="os:InitiateClaimResponseMsg" />
|
||||
@@ -425,23 +456,6 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<output name="GetClaimLightResponsePort" message="os:GetClaimLightResponseMsg" />
|
||||
<fault name="GetClaimLightFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
|
||||
<operation name="addDocToBusinessCase">
|
||||
<input name="AddDocToBusinessCaseRequestPort" message="os:AddDocToBusinessCaseRequestMsg" />
|
||||
<output name="AddDocToBusinessCaseResponsePort" message="os:AddDocToBusinessCaseResponseMsg" />
|
||||
<fault name="AddDocToBusinessCaseFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
|
||||
<operation name="getNumberOfDocuments">
|
||||
<input name="GetNumberOfDocumentsRequestPort" message="os:GetNumberOfDocumentsRequestMsg" />
|
||||
<output name="GetNumberOfDocumentsResponsePort" message="os:GetNumberOfDocumentsResponseMsg" />
|
||||
<fault name="GetNumberOfDocumentsFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
<operation name="getDocumentInfos">
|
||||
<input name="GetDocumentInfosRequestPort" message="os:GetDocumentInfosRequestMsg" />
|
||||
<output name="GetDocumentInfosResponsePort" message="os:GetDocumentInfosResponseMsg" />
|
||||
<fault name="GetDocumentInfosFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
<operation name="searchClaim">
|
||||
<input name="SearchClaimRequestPort" message="os:SearchClaimRequestMsg" />
|
||||
<output name="SearchClaimResponsePort" message="os:SearchClaimResponseMsg" />
|
||||
@@ -457,11 +471,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<output name="ChangedClaimsListResponsePort" message="os:GetChangedClaimsListResponseMsg" />
|
||||
<fault name="ChangedClaimsListFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
<operation name="declareEndpoint">
|
||||
<input name="DeclareEndpointRequestPort" message="os:DeclareEndpointRequestMsg"/>
|
||||
<output name="DeclareEndpointResponsePort" message="os:DeclareEndpointResponseMsg"/>
|
||||
<fault name="DeclareEndpointFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="calculateKfz">
|
||||
<input name="CalculateKfzRequestPort" message="os:CalculateKfzRequestMsg"/>
|
||||
<output name="CalculateKfzResponsePort" message="os:CalculateKfzResponseMsg"/>
|
||||
@@ -530,7 +540,11 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<output name="GetStateChangesResponsePort" message="os:GetStateChangesResponseMsg"/>
|
||||
<fault name="GetStateChangesFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="declareEndpoint">
|
||||
<input name="DeclareEndpointRequestPort" message="os:DeclareEndpointRequestMsg"/>
|
||||
<output name="DeclareEndpointResponsePort" message="os:DeclareEndpointResponseMsg"/>
|
||||
<fault name="DeclareEndpointFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="getPoliciesOfPartner">
|
||||
<input name="GetPoliciesOfPartnerRequestPort" message="os:GetPoliciesOfPartnerRequestMsg"/>
|
||||
@@ -727,6 +741,60 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<!-- Dokumentenhandling -->
|
||||
|
||||
<operation name="addDocToBusinessCase">
|
||||
<soap:operation soapAction="urn:addDocToBusinessCase" style="document" />
|
||||
<input name="AddDocToBusinessCaseRequestPort">
|
||||
<soap:body use="literal" />
|
||||
</input>
|
||||
<output name="AddDocToBusinessCaseResponsePort">
|
||||
<soap:body use="literal" />
|
||||
</output>
|
||||
<fault name="AddDocToBusinessCaseFault">
|
||||
<soap:fault name="AddDocToBusinessCaseFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getNumberOfDocuments">
|
||||
<soap:operation soapAction="urn:getNumberOfDocuments" style="document" />
|
||||
<input name="GetNumberOfDocumentsRequestPort">
|
||||
<soap:body use="literal" />
|
||||
</input>
|
||||
<output name="GetNumberOfDocumentsResponsePort">
|
||||
<soap:body use="literal" />
|
||||
</output>
|
||||
<fault name="GetNumberOfDocumentsFault">
|
||||
<soap:fault name="GetNumberOfDocumentsFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getDocumentsOfObject">
|
||||
<soap:operation soapAction="urn:getDocumentsOfObject" style="document" />
|
||||
<input name="GetDocumentsOfObjectRequestPort">
|
||||
<soap:body use="literal" />
|
||||
</input>
|
||||
<output name="GetDocumentsOfObjectResponsePort">
|
||||
<soap:body use="literal" />
|
||||
</output>
|
||||
<fault name="GetDocumentsOfObjectFault">
|
||||
<soap:fault name="GetDocumentsOfObjectFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getDocumentsOfPeriod">
|
||||
<soap:operation soapAction="urn:getDocumentsOfPeriod" style="document" />
|
||||
<input name="GetDocumentsOfPeriodRequestPort">
|
||||
<soap:body use="literal" />
|
||||
</input>
|
||||
<output name="GetDocumentsOfPeriodResponsePort">
|
||||
<soap:body use="literal" />
|
||||
</output>
|
||||
<fault name="GetDocumentsOfPeriodFault">
|
||||
<soap:fault name="GetDocumentsOfPeriodFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<!-- Schaden -->
|
||||
<operation name="createClaim">
|
||||
<soap:operation soapAction="urn:createClaim" style="document" />
|
||||
@@ -794,44 +862,6 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="addDocToBusinessCase">
|
||||
<soap:operation soapAction="urn:addDocToBusinessCase" style="document" />
|
||||
<input name="AddDocToBusinessCaseRequestPort">
|
||||
<soap:body use="literal" />
|
||||
</input>
|
||||
<output name="AddDocToBusinessCaseResponsePort">
|
||||
<soap:body use="literal" />
|
||||
</output>
|
||||
<fault name="AddDocToBusinessCaseFault">
|
||||
<soap:fault name="AddDocToBusinessCaseFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getNumberOfDocuments">
|
||||
<soap:operation soapAction="urn:getNumberOfDocuments" style="document" />
|
||||
<input name="GetNumberOfDocumentsRequestPort">
|
||||
<soap:body use="literal" />
|
||||
</input>
|
||||
<output name="GetNumberOfDocumentsResponsePort">
|
||||
<soap:body use="literal" />
|
||||
</output>
|
||||
<fault name="GetNumberOfDocumentsFault">
|
||||
<soap:fault name="GetNumberOfDocumentsFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getDocumentInfos">
|
||||
<soap:operation soapAction="urn:getDocumentInfos" style="document" />
|
||||
<input name="GetDocumentInfosRequestPort">
|
||||
<soap:body use="literal" />
|
||||
</input>
|
||||
<output name="GetDocumentInfosResponsePort">
|
||||
<soap:body use="literal" />
|
||||
</output>
|
||||
<fault name="GetDocumentInfosFault">
|
||||
<soap:fault name="GetDocumentInfosFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="searchClaim">
|
||||
<soap:operation soapAction="urn:searchClaim" style="document" />
|
||||
|
||||
@@ -1,14 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:omds="urn:omds20"
|
||||
xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen"
|
||||
elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
|
||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
|
||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||
|
||||
|
||||
<xsd:element name="AddDocToBusinessCaseRequest" type="AddDocToBusinessCaseRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Requestobjekt um Dokument zu Geschäftsfall hinzuzufügen</xsd:documentation>
|
||||
@@ -24,7 +17,6 @@
|
||||
<xsd:element name="Dokument" type="cst:Upload_Dokument_Type"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:element name="AddDocToBusinessCaseResponse" type="AddDocToBusinessCaseResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Response von der VU, wenn ein zusätzliches Dokument übergeben wurde</xsd:documentation>
|
||||
@@ -39,7 +31,6 @@
|
||||
<xsd:element name="ServiceFault" type="cst:ServiceFault" maxOccurs="unbounded"/>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:element name="GetNumberOfDocumentsRequest" type="GetNumberOfDocumentsRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Request um eine Anzahl von Dokumenten zu einem fachlichen Objekt zu erhalten</xsd:documentation>
|
||||
@@ -72,26 +63,26 @@
|
||||
</xsd:element>
|
||||
<xsd:complexType name="GetNumberOfDocumentsResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ für den Response einer Anzahl von Dokumenten zu einem fachlichen Objekt</xsd:documentation>
|
||||
<xsd:documentation>Typ mit Informationen zu den Dokumenten eines fachlichen Objekts</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:choice>
|
||||
<xsd:element name="AnzDokumente" type="xsd:nonNegativeInteger"/>
|
||||
<xsd:element name="ServiceFault" type="cst:ServiceFault"/>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
<xsd:element name="GetDocumentInfosRequest" type="GetDocumentInfosRequest_Type">
|
||||
<xsd:element name="GetDocumentsOfObjectRequest" type="GetDocumentsOfObjectRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Request um Informationen zu den Dokumenten eines fachlichen Objekts zu erhalten</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="GetDocumentInfosRequest_Type">
|
||||
<xsd:complexType name="GetDocumentsOfObjectRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Dieser Typ enthält die Elemente fuer die Anfrage nach Dokumenten</xsd:documentation>
|
||||
<xsd:documentation>Typ mit Elementen fuer die Anfrage nach Dokumenten zu einem fachlichen Objekt</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="VUNr" type="omds:VUNr"/>
|
||||
<xsd:element name="AuthFilter" type="cst:AuthorizationFilter" minOccurs="0"/>
|
||||
<xsd:element name="ObjektSpezifikation" type="cst:ObjektSpezifikation_Type" minOccurs="0"/>
|
||||
<xsd:element name="ObjektSpezifikation" type="cst:ObjektSpezifikation_Type"/>
|
||||
<xsd:element name="Zeitraum" type="cst:Zeitraum_Type" minOccurs="0"/>
|
||||
<xsd:element name="DokumentType" type="cst:DocumentType" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
@@ -109,14 +100,58 @@
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:element name="GetDocumentInfosResponse" type="GetDocumentInfosResponse_Type">
|
||||
<xsd:element name="GetDocumentsOfObjectResponse" type="GetDocumentsOfObjectResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Response mit Informationen zu den Dokumenten eines fachlichen Objekts</xsd:documentation>
|
||||
<xsd:documentation>Response zu den Dokumenten eines fachlichen Objekts</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="GetDocumentInfosResponse_Type">
|
||||
<xsd:complexType name="GetDocumentsOfObjectResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>ResponseTyp mit Informationen zu den Dokumenten eines fachlichen Objekts.</xsd:documentation>
|
||||
<xsd:documentation>Typ mit Informationen zu den Dokumenten eines fachlichen Objekts.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:choice>
|
||||
<xsd:element name="Result" type="DocumentInfosResponseResult_Type"/>
|
||||
<xsd:element name="ServiceFault" type="cst:ServiceFault" maxOccurs="unbounded"/>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
<xsd:element name="GetDocumentsOfPeriodRequest" type="GetDocumentsOfPeriodRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Request um Informationen zu den Dokumenten eines Zeitraums zu erhalten</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="GetDocumentsOfPeriodRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ mit Elementen fuer die Anfrage nach Dokumenten eines Zeitraums</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="VUNr" type="omds:VUNr"/>
|
||||
<xsd:element name="AuthFilter" type="cst:AuthorizationFilter" minOccurs="0"/>
|
||||
<xsd:element name="ObjektSpezifikation" type="cst:ObjektSpezifikation_Type" minOccurs="0"/>
|
||||
<xsd:element name="Zeitraum" type="cst:Zeitraum_Type"/>
|
||||
<xsd:element name="DokumentType" type="cst:DocumentType" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Filter nach Art des Dokuments</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="MaxResults" type="xsd:unsignedShort" minOccurs="0"/>
|
||||
<xsd:element name="Offset" type="xsd:unsignedShort" minOccurs="0"/>
|
||||
<xsd:element name="OrderBy" minOccurs="0">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:enumeration value="Erstellungsdatum aufsteigend"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:element name="GetDocumentsOfPeriodResponse" type="GetDocumentsOfPeriodResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Response zu den Dokumenten eines Zeitraums</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="GetDocumentsOfPeriodResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ mit Informationen zu den Dokumenten eines Zeitraums</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:choice>
|
||||
<xsd:element name="Result" type="DocumentInfosResponseResult_Type"/>
|
||||
@@ -145,10 +180,9 @@
|
||||
<xsd:documentation>Die Ergebnisliste</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Zeitraum" type="cst:Zeitraum_Type"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
|
||||
<!-- Grundlagen Notifikationsservices -->
|
||||
<xsd:element name="DeclareEndpointRequest" type="DeclareEndpointRequest_Type">
|
||||
<xsd:annotation>
|
||||
@@ -278,9 +312,6 @@
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
|
||||
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>State-Changes</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
|
||||
@@ -1,16 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20"
|
||||
xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common"
|
||||
targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall"
|
||||
elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
|
||||
|
||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
|
||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
||||
|
||||
|
||||
<xsd:complexType name="VerkaufsproduktUnfall_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ für ein Verkaufsprodukt in der Sparte Unfall</xsd:documentation>
|
||||
@@ -222,7 +214,11 @@ targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall"
|
||||
<xsd:documentation>Type des Requests, um den Antrag einzureichen</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="ac:SubmitApplicationRequest_Type"/>
|
||||
<xsd:extension base="ac:SubmitApplicationRequest_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Antragsanfrage" type="SpezAntragUnfall_Type" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="SubmitApplicationUnfallResponse_Type">
|
||||
|
||||
@@ -1227,23 +1227,6 @@
|
||||
<xsd:documentation>GeschäftfallId der Anlage des spartenbezogenen Schaden-Objektes</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="SchadenObjektSpezifikation_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Die Spezifikation eines Schadenobjektes</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:ObjektSpezifikation_Type">
|
||||
<xsd:choice>
|
||||
<xsd:element ref="IdGeschaeftsfallSchadenereignis"/>
|
||||
<xsd:element name="Schadennr" type="omds:Schadennr">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Schadennummer als omds:Schadennr</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<!-- Schaden Notifikationsservices -->
|
||||
<xsd:element name="DeclareNewClaimStatusRequest" type="DeclareNewClaimStatusRequest_Type">
|
||||
<xsd:annotation>
|
||||
|
||||
Reference in New Issue
Block a user