State-Changes werden mangels Implementierungen nicht in 1.5 veröffentlicht

VorversicherungenKfz_Type wird beibehalten
This commit is contained in:
2020-07-10 08:26:17 +02:00
parent 534e17d831
commit 4f14b0f79a
28 changed files with 476 additions and 1943 deletions

View File

@@ -47,11 +47,11 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimRequestType;
}) })
@XmlSeeAlso({ @XmlSeeAlso({
GetApplicationDocumentRequestType.class, GetApplicationDocumentRequestType.class,
CommonSearchRequestType.class,
CheckClaimRequestType.class, CheckClaimRequestType.class,
SubmitClaimRequestType.class, SubmitClaimRequestType.class,
GetClaimRequestType.class, GetClaimRequestType.class,
CommonProcessRequestType.class, CommonProcessRequestType.class
CommonSearchRequestType.class
}) })
public abstract class CommonRequestType { public abstract class CommonRequestType {

View File

@@ -39,11 +39,11 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimResponseType;
}) })
@XmlSeeAlso({ @XmlSeeAlso({
GetApplicationDocumentResponseType.class, GetApplicationDocumentResponseType.class,
CommonSearchResponseType.class,
CheckClaimResponseType.class, CheckClaimResponseType.class,
SubmitClaimResponseType.class, SubmitClaimResponseType.class,
GetClaimResponseType.class, GetClaimResponseType.class,
CommonProcessResponseType.class, CommonProcessResponseType.class
CommonSearchResponseType.class
}) })
public abstract class CommonResponseType { 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.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType; import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds2Types.v2_11.ELZeitraumType; import at.vvo.omds.types.omds2Types.v2_11.ELZeitraumType;
import at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesRequestType;
/** /**
@@ -52,9 +50,6 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesRequestType;
"offset", "offset",
"orderBy" "orderBy"
}) })
@XmlSeeAlso({
GetStateChangesRequestType.class
})
public abstract class CommonSearchRequestType public abstract class CommonSearchRequestType
extends CommonRequestType 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.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType; import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesResponseType;
/** /**
@@ -39,9 +37,6 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesResponseType;
"actualMaxResults", "actualMaxResults",
"totalResults" "totalResults"
}) })
@XmlSeeAlso({
GetStateChangesResponseType.class
})
public abstract class CommonSearchResponseType public abstract class CommonSearchResponseType
extends CommonResponseType extends CommonResponseType
{ {

View File

@@ -55,7 +55,8 @@ import javax.xml.bind.annotation.XmlType;
"zusaetzlicheVorversicherungsdaten" "zusaetzlicheVorversicherungsdaten"
}) })
@XmlSeeAlso({ @XmlSeeAlso({
VorversicherungType.class VorversicherungType.class,
at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.VorversicherungenKfzType.VorversicherungKfz.class
}) })
public class VorversicherungenDetailType { public class VorversicherungenDetailType {

View File

@@ -5,6 +5,7 @@ import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType; import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.VorversicherungenKfzType;
/** /**
@@ -28,7 +29,8 @@ import javax.xml.bind.annotation.XmlType;
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Vorversicherungen_Type") @XmlType(name = "Vorversicherungen_Type")
@XmlSeeAlso({ @XmlSeeAlso({
VorversicherungenImplType.class VorversicherungenImplType.class,
VorversicherungenKfzType.class
}) })
public abstract class VorversicherungenType { public abstract class VorversicherungenType {

View File

@@ -1,36 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_5_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_5_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,32 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_5_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_5_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_5_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_5_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_5_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_5_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_5_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,70 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_5_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_5_0.common.CommonSearchRequestType;
import at.vvo.omds.types.omds3Types.r1_5_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_5_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_5_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 @XmlRegistry
public class ObjectFactory { 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 _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 _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 _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 _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 _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 _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_5_0.on1basis * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_5_0.on1basis
@@ -49,38 +40,6 @@ public class ObjectFactory {
public 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 } * Create an instance of {@link AddDocToBusinessCaseRequestType }
* *
@@ -145,54 +104,6 @@ public class ObjectFactory {
return new GetDocumentsOfPeriodResponseType(); 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 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 } * Create an instance of {@link DocumentInfosResponseResultType }
* *
@@ -201,50 +112,6 @@ public class ObjectFactory {
return new DocumentInfosResponseResultType(); 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 >}}
*
*/
@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 >}}
*
*/
@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 >}}
*
*/
@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 >}}
*
*/
@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 >}} * Create an instance of {@link JAXBElement }{@code <}{@link AddDocToBusinessCaseRequestType }{@code >}}
* *
@@ -317,49 +184,4 @@ public class ObjectFactory {
return new JAXBElement<GetDocumentsOfPeriodResponseType>(_GetDocumentsOfPeriodResponse_QNAME, GetDocumentsOfPeriodResponseType.class, null, value); return new JAXBElement<GetDocumentsOfPeriodResponseType>(_GetDocumentsOfPeriodResponse_QNAME, GetDocumentsOfPeriodResponseType.class, null, value);
} }
/**
* Create an 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 >}}
*
*/
@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 >}}
*
*/
@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 >}}
*
*/
@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 >}}
*
*/
@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_5_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_5_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,270 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_5_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_5_0.common.GeschaeftsobjektArtType;
import at.vvo.omds.types.omds3Types.r1_5_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")
@XmlSchemaType(name = "anySimpleType")
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_5_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,87 +0,0 @@
package at.vvo.omds.types.omds3Types.r1_5_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

@@ -41,6 +41,14 @@ public class ObjectFactory {
public ObjectFactory() { public ObjectFactory() {
} }
/**
* Create an instance of {@link VorversicherungenKfzType }
*
*/
public VorversicherungenKfzType createVorversicherungenKfzType() {
return new VorversicherungenKfzType();
}
/** /**
* Create an instance of {@link CreateOfferKfzResponseType } * Create an instance of {@link CreateOfferKfzResponseType }
* *
@@ -241,6 +249,14 @@ public class ObjectFactory {
return new ZusaetzlicheAntragsdatenKfzType(); return new ZusaetzlicheAntragsdatenKfzType();
} }
/**
* Create an instance of {@link VorversicherungenKfzType.VorversicherungKfz }
*
*/
public VorversicherungenKfzType.VorversicherungKfz createVorversicherungenKfzTypeVorversicherungKfz() {
return new VorversicherungenKfzType.VorversicherungKfz();
}
/** /**
* Create an instance of {@link CreateOfferKfzResponseType.Offertantwort } * Create an instance of {@link CreateOfferKfzResponseType.Offertantwort }
* *

View File

@@ -0,0 +1,165 @@
package at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz;
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.XmlType;
import at.vvo.omds.types.omds3Types.r1_5_0.common.VorversicherungenDetailType;
import at.vvo.omds.types.omds3Types.r1_5_0.common.VorversicherungenType;
/**
* Type Vorversicherungen für Kfz
*
* <p>Java-Klasse für VorversicherungenKfz_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="VorversicherungenKfz_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}Vorversicherungen_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="VorversicherungKfz" maxOccurs="unbounded" minOccurs="0"&gt;
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}VorversicherungenDetail_Type"&gt;
* &lt;attribute name="VtgSparteCd" type="{urn:omds20}VtgSparteCd_Type" /&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* &lt;/element&gt;
* &lt;element name="VorversicherungRechtsschutz" type="{urn:omds3CommonServiceTypes-1-1-0}VorversicherungenDetail_Type" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "VorversicherungenKfz_Type", propOrder = {
"vorversicherungKfz",
"vorversicherungRechtsschutz"
})
public class VorversicherungenKfzType
extends VorversicherungenType
{
@XmlElement(name = "VorversicherungKfz")
protected List<VorversicherungenKfzType.VorversicherungKfz> vorversicherungKfz;
@XmlElement(name = "VorversicherungRechtsschutz")
protected VorversicherungenDetailType vorversicherungRechtsschutz;
/**
* Gets the value of the vorversicherungKfz 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 vorversicherungKfz property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getVorversicherungKfz().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link VorversicherungenKfzType.VorversicherungKfz }
*
*
*/
public List<VorversicherungenKfzType.VorversicherungKfz> getVorversicherungKfz() {
if (vorversicherungKfz == null) {
vorversicherungKfz = new ArrayList<VorversicherungenKfzType.VorversicherungKfz>();
}
return this.vorversicherungKfz;
}
/**
* Ruft den Wert der vorversicherungRechtsschutz-Eigenschaft ab.
*
* @return
* possible object is
* {@link VorversicherungenDetailType }
*
*/
public VorversicherungenDetailType getVorversicherungRechtsschutz() {
return vorversicherungRechtsschutz;
}
/**
* Legt den Wert der vorversicherungRechtsschutz-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link VorversicherungenDetailType }
*
*/
public void setVorversicherungRechtsschutz(VorversicherungenDetailType value) {
this.vorversicherungRechtsschutz = 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;extension base="{urn:omds3CommonServiceTypes-1-1-0}VorversicherungenDetail_Type"&gt;
* &lt;attribute name="VtgSparteCd" type="{urn:omds20}VtgSparteCd_Type" /&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class VorversicherungKfz
extends VorversicherungenDetailType
{
@XmlAttribute(name = "VtgSparteCd", namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
protected String vtgSparteCd;
/**
* Ruft den Wert der vtgSparteCd-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVtgSparteCd() {
return vtgSparteCd;
}
/**
* Legt den Wert der vtgSparteCd-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVtgSparteCd(String value) {
this.vtgSparteCd = value;
}
}
}

View File

@@ -2404,210 +2404,4 @@
<xsd:extension base="Attribut_Type"/> <xsd:extension base="Attribut_Type"/>
</xsd:complexContent> </xsd:complexContent>
</xsd:complexType> </xsd:complexType>
<!-- <xsd:complexType name="Sicherstellung_Type" abstract="true">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Abstrakter Typ fuer Sicherstellungen</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Lfnr" type="xsd:unsignedShort">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Die laufende Nummer dieser Sicherstellung</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- <xsd:element name="Betrag" type="omds:decimal" minOccurs="0">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Optional die Angabe des sichergestellten Betrags, wenn nicht die volle Summe sichergestellt werden soll</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- <xsd:element name="Unanfechtbarkeitssumme" type="omds:decimal" minOccurs="0">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Optional die Angabe einer Unanfechtbarkeitssumme, wenn eine Unanfechtsbarkeitsklausel eingeschlossen wurde</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- </xsd:sequence>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="Abtretung_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Sicherstellung vom Typ Abtretung / Zession</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:complexContent>-->
<!-- <xsd:extension base="Sicherstellung_Type">-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Zessionar" type="GlaeubigerSicherstellung_Type"/>-->
<!-- </xsd:sequence>-->
<!-- </xsd:extension>-->
<!-- </xsd:complexContent>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="Verpfaendung_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Sicherstellung vom Typ Verpfändung</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:complexContent>-->
<!-- <xsd:extension base="Sicherstellung_Type">-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Pfandglaeubiger" type="Pfandglaeubiger_Type" maxOccurs="unbounded"/>-->
<!-- </xsd:sequence>-->
<!-- </xsd:extension>-->
<!-- </xsd:complexContent>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="Pfandglaeubiger_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Eigenschaften Pfandgläubiger</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Anteil" type="xsd:double"/>-->
<!-- <xsd:element name="Glaeubiger" type="GlaeubigerSicherstellung_Type"/>-->
<!-- </xsd:sequence>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="VinkulierungPersonen_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Sicherstellung vom Typ Vinkulierung</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:complexContent>-->
<!-- <xsd:extension base="Sicherstellung_Type">-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Vinkularglaeubiger" type="Vinkularglaeubiger_Type"/>-->
<!-- </xsd:sequence>-->
<!-- </xsd:extension>-->
<!-- </xsd:complexContent>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="GlaeubigerSicherstellung_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Gläubiger einer Sicherstellung</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Institut" type="xsd:string"/>-->
<!-- <xsd:element name="PLZ" type="xsd:string"/>-->
<!-- <xsd:element name="Strasse" type="xsd:string"/>-->
<!-- <xsd:element name="Vertragsnummer" type="xsd:string"/>-->
<!-- </xsd:sequence>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="Einwilligung_Type" abstract="true">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Abstrakter Typ für Einwilligung</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Zustimmung" type="xsd:boolean" minOccurs="0">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Die Bestätigung der Zustimmung</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- <xsd:element name="Text" type="xsd:string" minOccurs="0">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Optional der tatsächliche Text der Zustimmung</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- </xsd:sequence>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="EinwilligungPersDaten_Type" abstract="true">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Abstrakter Typ für Einwilligung personenbezogene Daten</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:complexContent>-->
<!-- <xsd:extension base="Einwilligung_Type">-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="PersonRefLfnr" type="xsd:unsignedShort">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Referenz auf die Person</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- </xsd:sequence>-->
<!-- </xsd:extension>-->
<!-- </xsd:complexContent>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="EinwVerarbGesDaten_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Einwilligung Verarbeitung Gesundheitsdaten</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:complexContent>-->
<!-- <xsd:extension base="EinwilligungPersDaten_Type"/>-->
<!-- </xsd:complexContent>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="EinwGesDatenVN_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Einwilligung Bekanntgabe Gesundheitsdaten an VN</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:complexContent>-->
<!-- <xsd:extension base="EinwilligungPersDaten_Type"/>-->
<!-- </xsd:complexContent>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="EinwSprachaufz_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Einwilligung Sprachaufzeichnung</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:complexContent>-->
<!-- <xsd:extension base="EinwilligungPersDaten_Type"/>-->
<!-- </xsd:complexContent>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="FATCA_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Fragen gemäß FATCA</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:choice>-->
<!-- <xsd:element name="FATCA_NatPerson" type="FATCA_NatPersonType"/>-->
<!-- <xsd:element name="FATCA_SonstPerson" type="FATCA_SonstPersonType"/>-->
<!-- </xsd:choice>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="FATCA_NatPersonType">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Fragen FATCA bei natürlichen Personen</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Geburtsland" type="AttributEnum_Type"/>-->
<!-- <xsd:element name="US_Indizien" type="xsd:boolean"/>-->
<!-- <xsd:element name="US_Steuerpflicht" type="xsd:boolean"/>-->
<!-- <xsd:element name="US_TIN" type="xsd:string" minOccurs="0"/>-->
<!-- </xsd:sequence>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="FATCA_SonstPersonType">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Fragen FATCA bei sonstigen Personen</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="LandFirmensitz" type="AttributEnum_Type"/>-->
<!-- <xsd:element name="GIIN" type="xsd:string" minOccurs="0"/>-->
<!-- <xsd:element name="KonzessionFinanzen" type="xsd:boolean">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Konzession nach BWG, VAG, WAG, PKG, BMSVG, ZaDiG oder vergleichbare Konzession nach ausländischem Recht</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- <xsd:element name="NichtFinanzielleDienstleistungen" type="xsd:boolean">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Überwiegend eine aktive Geschäftstätigkeit in Produktion oder Handel</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- </xsd:sequence>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="GMSG_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Fragen gemäß dem Gemeinsamen Meldestandard-Gesetz</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="SteuerlichAnsaessig" maxOccurs="unbounded">-->
<!-- <xsd:complexType>-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Land" type="AttributEnum_Type"/>-->
<!-- <xsd:element name="Steuernummer" type="AttributString_Type" minOccurs="0"/>-->
<!-- </xsd:sequence>-->
<!-- </xsd:complexType>-->
<!-- </xsd:element>-->
<!-- </xsd:sequence>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="PEP_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Beschreibung einer PEP</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Beschreibung" type="xsd:string"/>-->
<!-- </xsd:sequence>-->
<!-- </xsd:complexType>-->
<!-- <xsd:complexType name="Treuhaenderfrage_Type">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Details zur Treuhaenderfrage</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Treuhaender" type="xsd:boolean"/>-->
<!-- </xsd:sequence>-->
<!-- </xsd:complexType>-->
<!-- -->
</xsd:schema> </xsd:schema>

View File

@@ -199,14 +199,6 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<part name="parameters" element="boaSp:SubmitApplicationSachPrivatResponse"/> <part name="parameters" element="boaSp:SubmitApplicationSachPrivatResponse"/>
</message> </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 --> <!-- Fehler -->
<message name="ServiceFaultMsg"> <message name="ServiceFaultMsg">
@@ -361,14 +353,6 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<fault name="SubmitApplicationSachPrivatFault" message="os:ServiceFaultMsg"/> <fault name="SubmitApplicationSachPrivatFault" message="os:ServiceFaultMsg"/>
</operation> </operation>
<!-- <operation name="getStateChanges">-->
<!-- <input name="GetStateChangesRequestPort" message="os:GetStateChangesRequestMsg"/>-->
<!-- <output name="GetStateChangesResponsePort" message="os:GetStateChangesResponseMsg"/>-->
<!-- <fault name="GetStateChangesFault" message="os:ServiceFaultMsg"/>-->
<!-- </operation>-->
</portType> </portType>
<binding name="omdsServicePortBinding" type="os:omdsServicePortType"> <binding name="omdsServicePortBinding" type="os:omdsServicePortType">
@@ -720,19 +704,6 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
</fault> </fault>
</operation> </operation>
<!-- Statusaenderungen -->
<!-- <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> </binding>
<service name="omdsService"> <service name="omdsService">

View File

@@ -2,143 +2,143 @@
<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.5.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.5.0">
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/> <xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/> <xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>State-Changes</xsd:documentation> <!-- <xsd:documentation>State-Changes</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
<xsd:complexType name="GetStateChangesRequest_Type"> <!-- <xsd:complexType name="GetStateChangesRequest_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Typ des Requestobjektes um Geschäftsfalle abzuholen</xsd:documentation> <!-- <xsd:documentation>Typ des Requestobjektes um Geschäftsfalle abzuholen</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
<xsd:complexContent> <!-- <xsd:complexContent>-->
<xsd:extension base="cst:CommonSearchRequest_Type"> <!-- <xsd:extension base="cst:CommonSearchRequest_Type">-->
<xsd:sequence> <!-- <xsd:sequence>-->
<xsd:element name="GeschaeftsobjektArt" type="cst:GeschaeftsobjektArt_Type" minOccurs="0"> <!-- <xsd:element name="GeschaeftsobjektArt" type="cst:GeschaeftsobjektArt_Type" minOccurs="0">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Vorgabe einer Geschäftsobjektart, z.B. Vertrag, Schaden oder Antrag</xsd:documentation> <!-- <xsd:documentation>Vorgabe einer Geschäftsobjektart, z.B. Vertrag, Schaden oder Antrag</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
</xsd:sequence> <!-- </xsd:sequence>-->
</xsd:extension> <!-- </xsd:extension>-->
</xsd:complexContent> <!-- </xsd:complexContent>-->
</xsd:complexType> <!-- </xsd:complexType>-->
<xsd:complexType name="GetStateChangesResponse_Type"> <!-- <xsd:complexType name="GetStateChangesResponse_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Typ des Responseobjektes um Geschäftsfalle abzuholen</xsd:documentation> <!-- <xsd:documentation>Typ des Responseobjektes um Geschäftsfalle abzuholen</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
<xsd:complexContent> <!-- <xsd:complexContent>-->
<xsd:extension base="cst:CommonSearchResponse_Type"> <!-- <xsd:extension base="cst:CommonSearchResponse_Type">-->
<xsd:sequence> <!-- <xsd:sequence>-->
<xsd:element name="Event" type="AbstractStateChangeEvent_Type" minOccurs="0" maxOccurs="unbounded"/> <!-- <xsd:element name="Event" type="AbstractStateChangeEvent_Type" minOccurs="0" maxOccurs="unbounded"/>-->
</xsd:sequence> <!-- </xsd:sequence>-->
</xsd:extension> <!-- </xsd:extension>-->
</xsd:complexContent> <!-- </xsd:complexContent>-->
</xsd:complexType> <!-- </xsd:complexType>-->
<xsd:element name="GetStateChangesRequest" type="GetStateChangesRequest_Type"> <!-- <xsd:element name="GetStateChangesRequest" type="GetStateChangesRequest_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Requestobjekt fuer die Abfrage von Statusänderungen</xsd:documentation> <!-- <xsd:documentation>Requestobjekt fuer die Abfrage von Statusänderungen</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element name="GetStateChangesResponse" type="GetStateChangesResponse_Type"> <!-- <xsd:element name="GetStateChangesResponse" type="GetStateChangesResponse_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Responseobjekt fuer die Abfrage von Statusänderungen</xsd:documentation> <!-- <xsd:documentation>Responseobjekt fuer die Abfrage von Statusänderungen</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:complexType name="DeclareStateChangesRequest_Type"> <!-- <xsd:complexType name="DeclareStateChangesRequest_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Typ fuer die Bekanntgabe von Statusänderungen</xsd:documentation> <!-- <xsd:documentation>Typ fuer die Bekanntgabe von Statusänderungen</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
<xsd:sequence> <!-- <xsd:sequence>-->
<xsd:element name="StateChange" type="AbstractStateChangeEvent_Type" maxOccurs="unbounded"/> <!-- <xsd:element name="StateChange" type="AbstractStateChangeEvent_Type" maxOccurs="unbounded"/>-->
</xsd:sequence> <!-- </xsd:sequence>-->
</xsd:complexType> <!-- </xsd:complexType>-->
<xsd:complexType name="DeclareStateChangesResponse_Type"> <!-- <xsd:complexType name="DeclareStateChangesResponse_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Typ fuer die Annahme von Statusänderungen</xsd:documentation> <!-- <xsd:documentation>Typ fuer die Annahme von Statusänderungen</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:complexType> <!-- </xsd:complexType>-->
<xsd:element name="DeclareStateChangesRequest" type="DeclareStateChangesRequest_Type"> <!-- <xsd:element name="DeclareStateChangesRequest" type="DeclareStateChangesRequest_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Requestobjekt fuer die Übermittlung von Statusänderungen</xsd:documentation> <!-- <xsd:documentation>Requestobjekt fuer die Übermittlung von Statusänderungen</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element name="DeclareStateChangesResponse" type="DeclareStateChangesResponse_Type"> <!-- <xsd:element name="DeclareStateChangesResponse" type="DeclareStateChangesResponse_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Responseobjekt für die Übermittlung von Statusänderungen</xsd:documentation> <!-- <xsd:documentation>Responseobjekt für die Übermittlung von Statusänderungen</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:complexType name="AbstractStateChangeEvent_Type" abstract="true"> <!-- <xsd:complexType name="AbstractStateChangeEvent_Type" abstract="true">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Abstraktes Event einer Statusänderung </xsd:documentation> <!-- <xsd:documentation>Abstraktes Event einer Statusänderung </xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:complexType> <!-- </xsd:complexType>-->
<xsd:complexType name="StateChangeEvent_Type"> <!-- <xsd:complexType name="StateChangeEvent_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Standard-Event einer Statusänderung</xsd:documentation> <!-- <xsd:documentation>Standard-Event einer Statusänderung</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
<xsd:complexContent> <!-- <xsd:complexContent>-->
<xsd:extension base="AbstractStateChangeEvent_Type"> <!-- <xsd:extension base="AbstractStateChangeEvent_Type">-->
<xsd:sequence> <!-- <xsd:sequence>-->
<xsd:element name="Objektart" type="cst:GeschaeftsobjektArt_Type"> <!-- <xsd:element name="Objektart" type="cst:GeschaeftsobjektArt_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Die Art des Objekts, z.B. Vertrag</xsd:documentation> <!-- <xsd:documentation>Die Art des Objekts, z.B. Vertrag</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element name="ObjektId" type="cst:ObjektId_Type"> <!-- <xsd:element name="ObjektId" type="cst:ObjektId_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Die Id des Objekts als ObjektId_Type</xsd:documentation> <!-- <xsd:documentation>Die Id des Objekts als ObjektId_Type</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element name="Geschaeftsfallnummer" type="cst:ObjektId_Type" minOccurs="0"> <!-- <xsd:element name="Geschaeftsfallnummer" type="cst:ObjektId_Type" minOccurs="0">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Eine Geschäftsfall-Id als String, wenn dem Servicenutzer eine solche zugeordnet ist.</xsd:documentation> <!-- <xsd:documentation>Eine Geschäftsfall-Id als String, wenn dem Servicenutzer eine solche zugeordnet ist.</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element name="GeschaeftsfallArt" type="cst:GeschaeftsfallArt_Type" minOccurs="0"> <!-- <xsd:element name="GeschaeftsfallArt" type="cst:GeschaeftsfallArt_Type" minOccurs="0">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Die Art des Geschaeftsfalls der zur Statusänderung geführt hat.</xsd:documentation> <!-- <xsd:documentation>Die Art des Geschaeftsfalls der zur Statusänderung geführt hat.</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element name="Aenderungsdatum" type="omds:Datum-Zeit"> <!-- <xsd:element name="Aenderungsdatum" type="omds:Datum-Zeit">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Das Datum ab wann die Statusänderung feststeht.</xsd:documentation> <!-- <xsd:documentation>Das Datum ab wann die Statusänderung feststeht.</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element name="StatusGueltigAbDatum" type="omds:Datum-Zeit"> <!-- <xsd:element name="StatusGueltigAbDatum" type="omds:Datum-Zeit">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Das Datum ab welchem die Statusänderung wirksam wird.</xsd:documentation> <!-- <xsd:documentation>Das Datum ab welchem die Statusänderung wirksam wird.</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element name="BisherigerStatus" type="AbstractStatusGeschaeftsfall_Type" minOccurs="0"> <!-- <xsd:element name="BisherigerStatus" type="AbstractStatusGeschaeftsfall_Type" minOccurs="0">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Optional der bisherige Status</xsd:documentation> <!-- <xsd:documentation>Optional der bisherige Status</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element name="NeuerStatus" type="AbstractStatusGeschaeftsfall_Type"> <!-- <xsd:element name="NeuerStatus" type="AbstractStatusGeschaeftsfall_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Der neue Status</xsd:documentation> <!-- <xsd:documentation>Der neue Status</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
</xsd:sequence> <!-- </xsd:sequence>-->
</xsd:extension> <!-- </xsd:extension>-->
</xsd:complexContent> <!-- </xsd:complexContent>-->
</xsd:complexType> <!-- </xsd:complexType>-->
<xsd:complexType name="AbstractStatusGeschaeftsfall_Type" abstract="true"> <!-- <xsd:complexType name="AbstractStatusGeschaeftsfall_Type" abstract="true">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Abstrakter Status eines Geschaeftsfalls</xsd:documentation> <!-- <xsd:documentation>Abstrakter Status eines Geschaeftsfalls</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:complexType> <!-- </xsd:complexType>-->
<xsd:complexType name="StatusAntragsGeschaeftsfall"> <!-- <xsd:complexType name="StatusAntragsGeschaeftsfall">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Status eines Antrags</xsd:documentation> <!-- <xsd:documentation>Status eines Antrags</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
<xsd:complexContent> <!-- <xsd:complexContent>-->
<xsd:extension base="AbstractStatusGeschaeftsfall_Type"> <!-- <xsd:extension base="AbstractStatusGeschaeftsfall_Type">-->
<xsd:sequence> <!-- <xsd:sequence>-->
<xsd:element name="Antragstatus" type="cst:SubmitApplicationStatus_Type"/> <!-- <xsd:element name="Antragstatus" type="cst:SubmitApplicationStatus_Type"/>-->
</xsd:sequence> <!-- </xsd:sequence>-->
</xsd:extension> <!-- </xsd:extension>-->
</xsd:complexContent> <!-- </xsd:complexContent>-->
</xsd:complexType> <!-- </xsd:complexType>-->
<xsd:element name="AddDocToBusinessCaseRequest" type="AddDocToBusinessCaseRequest_Type"> <xsd:element name="AddDocToBusinessCaseRequest" type="AddDocToBusinessCaseRequest_Type">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Requestobjekt um Dokument zu Geschäftsfall hinzuzufügen</xsd:documentation> <xsd:documentation>Requestobjekt um Dokument zu Geschäftsfall hinzuzufügen</xsd:documentation>
@@ -324,134 +324,134 @@
</xsd:sequence> </xsd:sequence>
</xsd:complexType> </xsd:complexType>
<!-- Grundlagen Notifikationsservices --> <!-- Grundlagen Notifikationsservices -->
<xsd:element name="DeclareEndpointRequest" type="DeclareEndpointRequest_Type"> <!-- <xsd:element name="DeclareEndpointRequest" type="DeclareEndpointRequest_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Request um als Makler der VU einen Endpoint bekannt zu geben</xsd:documentation> <!-- <xsd:documentation>Request um als Makler der VU einen Endpoint bekannt zu geben</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:complexType name="DeclareEndpointRequest_Type"> <!-- <xsd:complexType name="DeclareEndpointRequest_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Typ für den DeclareEndpointRequest</xsd:documentation> <!-- <xsd:documentation>Typ für den DeclareEndpointRequest</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
<xsd:sequence> <!-- <xsd:sequence>-->
<xsd:element name="VUNr" type="omds:VUNr"/> <!-- <xsd:element name="VUNr" type="omds:VUNr"/>-->
<xsd:element name="BasisUrlEndpoint"> <!-- <xsd:element name="BasisUrlEndpoint">-->
<xsd:annotation> <!-- <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: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:annotation>-->
<xsd:simpleType> <!-- <xsd:simpleType>-->
<xsd:restriction base="xsd:string"> <!-- <xsd:restriction base="xsd:string">-->
<xsd:maxLength value="1000"/> <!-- <xsd:maxLength value="1000"/>-->
</xsd:restriction> <!-- </xsd:restriction>-->
</xsd:simpleType> <!-- </xsd:simpleType>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element ref="ArtAuthentifizierung"/> <!-- <xsd:element ref="ArtAuthentifizierung"/>-->
<xsd:element name="Credentials" type="Credentials_Type"> <!-- <xsd:element name="Credentials" type="Credentials_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Ein abstrakter Credentials-Type, für den z.B. der UsernamePasswordCredentials_Type eingesetzt werden kann.</xsd:documentation> <!-- <xsd:documentation>Ein abstrakter Credentials-Type, für den z.B. der UsernamePasswordCredentials_Type eingesetzt werden kann.</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element name="AuthorizationFilter" type="cst:AuthorizationFilter" minOccurs="0"> <!-- <xsd:element name="AuthorizationFilter" type="cst:AuthorizationFilter" minOccurs="0">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Die Zuordnung des Endpoints zu bestimmten fachlichen Nutzern, z.B. Vermittlernummern.</xsd:documentation> <!-- <xsd:documentation>Die Zuordnung des Endpoints zu bestimmten fachlichen Nutzern, z.B. Vermittlernummern.</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
</xsd:sequence> <!-- </xsd:sequence>-->
</xsd:complexType> <!-- </xsd:complexType>-->
<xsd:element name="ArtAuthentifizierung"> <!-- <xsd:element name="ArtAuthentifizierung">-->
<xsd:annotation> <!-- <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: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:annotation>-->
<xsd:simpleType> <!-- <xsd:simpleType>-->
<xsd:restriction base="xsd:string"> <!-- <xsd:restriction base="xsd:string">-->
<xsd:enumeration value="UsernameToken"/> <!-- <xsd:enumeration value="UsernameToken"/>-->
<xsd:enumeration value="Security-Context-Token"/> <!-- <xsd:enumeration value="Security-Context-Token"/>-->
</xsd:restriction> <!-- </xsd:restriction>-->
</xsd:simpleType> <!-- </xsd:simpleType>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:complexType name="Credentials_Type" abstract="true"> <!-- <xsd:complexType name="Credentials_Type" abstract="true">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Ein abstrakter Typ, dessen konkrete Implementierungen unterschiedliche Credentials aufnehmen können. </xsd:documentation> <!-- <xsd:documentation>Ein abstrakter Typ, dessen konkrete Implementierungen unterschiedliche Credentials aufnehmen können. </xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:complexType> <!-- </xsd:complexType>-->
<xsd:complexType name="UsernamePasswordCredentials_Type"> <!-- <xsd:complexType name="UsernamePasswordCredentials_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Konkrete Implementierung von Credentials mit Username und Password</xsd:documentation> <!-- <xsd:documentation>Konkrete Implementierung von Credentials mit Username und Password</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
<xsd:attribute name="Username" type="xsd:string" use="required"> <!-- <xsd:attribute name="Username" type="xsd:string" use="required">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Der Username, wobei keine vorschriften bezüglich des Usernames gemacht werden.</xsd:documentation> <!-- <xsd:documentation>Der Username, wobei keine vorschriften bezüglich des Usernames gemacht werden.</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:attribute> <!-- </xsd:attribute>-->
<xsd:attribute name="Password" type="xsd:string" use="required"> <!-- <xsd:attribute name="Password" type="xsd:string" use="required">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Das Passwort, wobei keine Anforderungen an die Passwort-Stärke gemacht werden.</xsd:documentation> <!-- <xsd:documentation>Das Passwort, wobei keine Anforderungen an die Passwort-Stärke gemacht werden.</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:attribute> <!-- </xsd:attribute>-->
</xsd:complexType> <!-- </xsd:complexType>-->
<xsd:element name="DeclareEndpointResponse" type="DeclareEndpointResponse_Type"> <!-- <xsd:element name="DeclareEndpointResponse" type="DeclareEndpointResponse_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Response um als Makler der VU einen Endpoint bekannt zu geben</xsd:documentation> <!-- <xsd:documentation>Response um als Makler der VU einen Endpoint bekannt zu geben</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:complexType name="DeclareEndpointResponse_Type"> <!-- <xsd:complexType name="DeclareEndpointResponse_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Response um als Makler der VU einen Endpoint bekannt zu geben</xsd:documentation> <!-- <xsd:documentation>Response um als Makler der VU einen Endpoint bekannt zu geben</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
<xsd:sequence> <!-- <xsd:sequence>-->
<xsd:element name="RegistrierteBasisUrlMaklerEndpoint" minOccurs="0"> <!-- <xsd:element name="RegistrierteBasisUrlMaklerEndpoint" minOccurs="0">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Die von der VU zuletzt erfolgreich registrierte BasisUrl</xsd:documentation> <!-- <xsd:documentation>Die von der VU zuletzt erfolgreich registrierte BasisUrl</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
<xsd:simpleType> <!-- <xsd:simpleType>-->
<xsd:restriction base="xsd:string"> <!-- <xsd:restriction base="xsd:string">-->
<xsd:maxLength value="1000"/> <!-- <xsd:maxLength value="1000"/>-->
</xsd:restriction> <!-- </xsd:restriction>-->
</xsd:simpleType> <!-- </xsd:simpleType>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element name="ServiceFault" type="cst:ServiceFault" minOccurs="0"/> <!-- <xsd:element name="ServiceFault" type="cst:ServiceFault" minOccurs="0"/>-->
</xsd:sequence> <!-- </xsd:sequence>-->
</xsd:complexType> <!-- </xsd:complexType>-->
<xsd:element name="SecurityContextTokenRequest" type="SecurityContextTokenRequest_Type"> <!-- <xsd:element name="SecurityContextTokenRequest" type="SecurityContextTokenRequest_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Request zum Bezug eines Security-Context-Token</xsd:documentation> <!-- <xsd:documentation>Request zum Bezug eines Security-Context-Token</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:complexType name="SecurityContextTokenRequest_Type"> <!-- <xsd:complexType name="SecurityContextTokenRequest_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Request-Type zum Bezug eines Security-Context-Tokens</xsd:documentation> <!-- <xsd:documentation>Request-Type zum Bezug eines Security-Context-Tokens</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
<xsd:sequence> <!-- <xsd:sequence>-->
<xsd:element name="Credentials" type="Credentials_Type"/> <!-- <xsd:element name="Credentials" type="Credentials_Type"/>-->
</xsd:sequence> <!-- </xsd:sequence>-->
</xsd:complexType> <!-- </xsd:complexType>-->
<xsd:element name="SecurityContextTokenResponse" type="SecurityContextTokenResponse_Type"> <!-- <xsd:element name="SecurityContextTokenResponse" type="SecurityContextTokenResponse_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Response des Bezug eines Security-Context-Tokens</xsd:documentation> <!-- <xsd:documentation>Response des Bezug eines Security-Context-Tokens</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:complexType name="SecurityContextTokenResponse_Type"> <!-- <xsd:complexType name="SecurityContextTokenResponse_Type">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Response-Type zum Bezug eines Securtity-Context-Tokens</xsd:documentation> <!-- <xsd:documentation>Response-Type zum Bezug eines Securtity-Context-Tokens</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
<xsd:sequence> <!-- <xsd:sequence>-->
<xsd:element name="Token" type="xsd:string"> <!-- <xsd:element name="Token" type="xsd:string">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Der Token selbst als String</xsd:documentation> <!-- <xsd:documentation>Der Token selbst als String</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element name="DauerhaftGueltig" type="xsd:boolean"> <!-- <xsd:element name="DauerhaftGueltig" type="xsd:boolean">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Wahr, wenn der Token eine zeitlich unbeschränkte Gültigkeit aufweist, sonst falsch.</xsd:documentation> <!-- <xsd:documentation>Wahr, wenn der Token eine zeitlich unbeschränkte Gültigkeit aufweist, sonst falsch.</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
<xsd:element name="GueltigBis" type="omds:Datum-Zeit" minOccurs="0"> <!-- <xsd:element name="GueltigBis" type="omds:Datum-Zeit" minOccurs="0">-->
<xsd:annotation> <!-- <xsd:annotation>-->
<xsd:documentation>Optional: Das Ablaufdatum des Tokens</xsd:documentation> <!-- <xsd:documentation>Optional: Das Ablaufdatum des Tokens</xsd:documentation>-->
</xsd:annotation> <!-- </xsd:annotation>-->
</xsd:element> <!-- </xsd:element>-->
</xsd:sequence> <!-- </xsd:sequence>-->
</xsd:complexType> <!-- </xsd:complexType>-->
</xsd:schema> </xsd:schema>

View File

@@ -117,28 +117,6 @@
</xsd:element> </xsd:element>
</xsd:sequence> </xsd:sequence>
</xsd:complexType> </xsd:complexType>
<!-- <xsd:complexType name="SpezAntrag_Type" abstract="true">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Abstrakter Basistyp für Antrag, der bei Request und bei Response gleich ist</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- <xsd:complexContent>-->
<!-- <xsd:extension base="SpezAntragBasis_Type">-->
<!-- <xsd:sequence>-->
<!-- <xsd:element name="Sicherstellungen" type="cst:Sicherstellung_Type" minOccurs="0" maxOccurs="unbounded">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Daten zu etwaigen Sicherstellungen</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- <xsd:element name="Einwilligungen" type="cst:Einwilligung_Type" minOccurs="0" maxOccurs="unbounded">-->
<!-- <xsd:annotation>-->
<!-- <xsd:documentation>Zustimmung zu vorgegebenen Fragen, z.B. Datenverarbeitung von Gesundheitsdaten</xsd:documentation>-->
<!-- </xsd:annotation>-->
<!-- </xsd:element>-->
<!-- </xsd:sequence>-->
<!-- </xsd:extension>-->
<!-- </xsd:complexContent>-->
<!-- </xsd:complexType>-->
<!--Abstrakte BOA-Operationstypen--> <!--Abstrakte BOA-Operationstypen-->
<xsd:complexType name="CalculateRequest_Type" abstract="true"> <xsd:complexType name="CalculateRequest_Type" abstract="true">
<xsd:annotation> <xsd:annotation>

View File

@@ -431,6 +431,27 @@
<xsd:documentation>Refernziert auf ein versichertes Fahrzeug über die laufende Nummer innerhalb eines Elementarprodukts.</xsd:documentation> <xsd:documentation>Refernziert auf ein versichertes Fahrzeug über die laufende Nummer innerhalb eines Elementarprodukts.</xsd:documentation>
</xsd:annotation> </xsd:annotation>
</xsd:element> </xsd:element>
<xsd:complexType name="VorversicherungenKfz_Type">
<xsd:annotation>
<xsd:documentation>Type Vorversicherungen für Kfz</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="cst:Vorversicherungen_Type">
<xsd:sequence>
<xsd:element name="VorversicherungKfz" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="cst:VorversicherungenDetail_Type">
<xsd:attribute name="VtgSparteCd" type="omds:VtgSparteCd_Type" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="VorversicherungRechtsschutz" type="cst:VorversicherungenDetail_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:simpleType name="InsassenUnfallSystem_Type"> <xsd:simpleType name="InsassenUnfallSystem_Type">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Type System Insassenunfallversicherung</xsd:documentation> <xsd:documentation>Type System Insassenunfallversicherung</xsd:documentation>