diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonRequestType.java index 5d94836f..0e48d1b7 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonRequestType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonRequestType.java @@ -47,11 +47,11 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimRequestType; }) @XmlSeeAlso({ GetApplicationDocumentRequestType.class, + CommonSearchRequestType.class, CheckClaimRequestType.class, SubmitClaimRequestType.class, GetClaimRequestType.class, - CommonProcessRequestType.class, - CommonSearchRequestType.class + CommonProcessRequestType.class }) public abstract class CommonRequestType { diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonResponseType.java index 19370746..2abb1aca 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonResponseType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonResponseType.java @@ -39,11 +39,11 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimResponseType; }) @XmlSeeAlso({ GetApplicationDocumentResponseType.class, + CommonSearchResponseType.class, CheckClaimResponseType.class, SubmitClaimResponseType.class, GetClaimResponseType.class, - CommonProcessResponseType.class, - CommonSearchResponseType.class + CommonProcessResponseType.class }) public abstract class CommonResponseType { diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonSearchRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonSearchRequestType.java index 61495e22..cfecae62 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonSearchRequestType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonSearchRequestType.java @@ -5,10 +5,8 @@ import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; import at.vvo.omds.types.omds2Types.v2_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", "orderBy" }) -@XmlSeeAlso({ - GetStateChangesRequestType.class -}) public abstract class CommonSearchRequestType extends CommonRequestType { diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonSearchResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonSearchResponseType.java index d2055eee..a2ded86d 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonSearchResponseType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/CommonSearchResponseType.java @@ -5,9 +5,7 @@ import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesResponseType; /** @@ -39,9 +37,6 @@ import at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesResponseType; "actualMaxResults", "totalResults" }) -@XmlSeeAlso({ - GetStateChangesResponseType.class -}) public abstract class CommonSearchResponseType extends CommonResponseType { diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VorversicherungenDetailType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VorversicherungenDetailType.java index 5e6e6500..98a819a0 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VorversicherungenDetailType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VorversicherungenDetailType.java @@ -55,7 +55,8 @@ import javax.xml.bind.annotation.XmlType; "zusaetzlicheVorversicherungsdaten" }) @XmlSeeAlso({ - VorversicherungType.class + VorversicherungType.class, + at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.VorversicherungenKfzType.VorversicherungKfz.class }) public class VorversicherungenDetailType { diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VorversicherungenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VorversicherungenType.java index 15a46255..3dd916b8 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VorversicherungenType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/common/VorversicherungenType.java @@ -5,6 +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_5_0.on2antrag.kfz.VorversicherungenKfzType; /** @@ -28,7 +29,8 @@ import javax.xml.bind.annotation.XmlType; @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Vorversicherungen_Type") @XmlSeeAlso({ - VorversicherungenImplType.class + VorversicherungenImplType.class, + VorversicherungenKfzType.class }) public abstract class VorversicherungenType { diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/AbstractStateChangeEventType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/AbstractStateChangeEventType.java deleted file mode 100644 index f57a7bb4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/AbstractStateChangeEventType.java +++ /dev/null @@ -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 - * - *

Java-Klasse für AbstractStateChangeEvent_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="AbstractStateChangeEvent_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AbstractStateChangeEvent_Type") -@XmlSeeAlso({ - StateChangeEventType.class -}) -public abstract class AbstractStateChangeEventType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/AbstractStatusGeschaeftsfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/AbstractStatusGeschaeftsfallType.java deleted file mode 100644 index b60a0a8c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/AbstractStatusGeschaeftsfallType.java +++ /dev/null @@ -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 - * - *

Java-Klasse für AbstractStatusGeschaeftsfall_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="AbstractStatusGeschaeftsfall_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AbstractStatusGeschaeftsfall_Type") -@XmlSeeAlso({ - StatusAntragsGeschaeftsfall.class -}) -public abstract class AbstractStatusGeschaeftsfallType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/CredentialsType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/CredentialsType.java deleted file mode 100644 index 2998fb6b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/CredentialsType.java +++ /dev/null @@ -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. - * - *

Java-Klasse für Credentials_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="Credentials_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Credentials_Type") -public abstract class CredentialsType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/DeclareEndpointRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/DeclareEndpointRequestType.java deleted file mode 100644 index 50e4f3d0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/DeclareEndpointRequestType.java +++ /dev/null @@ -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 - * - *

Java-Klasse für DeclareEndpointRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="DeclareEndpointRequest_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr"/>
- *         <element name="BasisUrlEndpoint">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="1000"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}ArtAuthentifizierung"/>
- *         <element name="Credentials" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}Credentials_Type"/>
- *         <element name="AuthorizationFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@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; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/DeclareEndpointResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/DeclareEndpointResponseType.java deleted file mode 100644 index b8cc10ce..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/DeclareEndpointResponseType.java +++ /dev/null @@ -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 - * - *

Java-Klasse für DeclareEndpointResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="DeclareEndpointResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="RegistrierteBasisUrlMaklerEndpoint" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="1000"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@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; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/DeclareStateChangesRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/DeclareStateChangesRequestType.java deleted file mode 100644 index f3f1895f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/DeclareStateChangesRequestType.java +++ /dev/null @@ -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 - * - *

Java-Klasse für DeclareStateChangesRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="DeclareStateChangesRequest_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="StateChange" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStateChangeEvent_Type" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DeclareStateChangesRequest_Type", propOrder = { - "stateChange" -}) -public class DeclareStateChangesRequestType { - - @XmlElement(name = "StateChange", required = true) - protected List stateChange; - - /** - * Gets the value of the stateChange property. - * - *

- * 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 set method for the stateChange property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getStateChange().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link AbstractStateChangeEventType } - * - * - */ - public List getStateChange() { - if (stateChange == null) { - stateChange = new ArrayList(); - } - return this.stateChange; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/DeclareStateChangesResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/DeclareStateChangesResponseType.java deleted file mode 100644 index 8a3ea0c0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/DeclareStateChangesResponseType.java +++ /dev/null @@ -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 - * - *

Java-Klasse für DeclareStateChangesResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="DeclareStateChangesResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DeclareStateChangesResponse_Type") -public class DeclareStateChangesResponseType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/GetStateChangesRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/GetStateChangesRequestType.java deleted file mode 100644 index c4394494..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/GetStateChangesRequestType.java +++ /dev/null @@ -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 - * - *

Java-Klasse für GetStateChangesRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="GetStateChangesRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonSearchRequest_Type">
- *       <sequence>
- *         <element name="GeschaeftsobjektArt" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsobjektArt_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@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; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/GetStateChangesResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/GetStateChangesResponseType.java deleted file mode 100644 index 9102c1e9..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/GetStateChangesResponseType.java +++ /dev/null @@ -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 - * - *

Java-Klasse für GetStateChangesResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="GetStateChangesResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonSearchResponse_Type">
- *       <sequence>
- *         <element name="Event" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStateChangeEvent_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetStateChangesResponse_Type", propOrder = { - "event" -}) -public class GetStateChangesResponseType - extends CommonSearchResponseType -{ - - @XmlElement(name = "Event") - protected List event; - - /** - * Gets the value of the event property. - * - *

- * 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 set method for the event property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getEvent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link AbstractStateChangeEventType } - * - * - */ - public List getEvent() { - if (event == null) { - event = new ArrayList(); - } - return this.event; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/ObjectFactory.java index 2d8f5504..3adb9f6e 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/ObjectFactory.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/ObjectFactory.java @@ -24,10 +24,6 @@ import javax.xml.namespace.QName; @XmlRegistry public class ObjectFactory { - private final static QName _GetStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesRequest"); - private final static QName _GetStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesResponse"); - private final static QName _DeclareStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesRequest"); - private final static QName _DeclareStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesResponse"); private final static QName _AddDocToBusinessCaseRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "AddDocToBusinessCaseRequest"); private final static QName _AddDocToBusinessCaseResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "AddDocToBusinessCaseResponse"); private final static QName _GetNumberOfDocumentsRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetNumberOfDocumentsRequest"); @@ -36,11 +32,6 @@ public class ObjectFactory { private final static QName _GetDocumentsOfObjectResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentsOfObjectResponse"); private final static QName _GetDocumentsOfPeriodRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentsOfPeriodRequest"); private final static QName _GetDocumentsOfPeriodResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentsOfPeriodResponse"); - private final static QName _DeclareEndpointRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareEndpointRequest"); - private final static QName _ArtAuthentifizierung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "ArtAuthentifizierung"); - private final static QName _DeclareEndpointResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareEndpointResponse"); - private final static QName _SecurityContextTokenRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "SecurityContextTokenRequest"); - private final static QName _SecurityContextTokenResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "SecurityContextTokenResponse"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_5_0.on1basis @@ -49,38 +40,6 @@ public class ObjectFactory { public ObjectFactory() { } - /** - * Create an instance of {@link GetStateChangesRequestType } - * - */ - public GetStateChangesRequestType createGetStateChangesRequestType() { - return new GetStateChangesRequestType(); - } - - /** - * Create an instance of {@link GetStateChangesResponseType } - * - */ - public GetStateChangesResponseType createGetStateChangesResponseType() { - return new GetStateChangesResponseType(); - } - - /** - * Create an instance of {@link DeclareStateChangesRequestType } - * - */ - public DeclareStateChangesRequestType createDeclareStateChangesRequestType() { - return new DeclareStateChangesRequestType(); - } - - /** - * Create an instance of {@link DeclareStateChangesResponseType } - * - */ - public DeclareStateChangesResponseType createDeclareStateChangesResponseType() { - return new DeclareStateChangesResponseType(); - } - /** * Create an instance of {@link AddDocToBusinessCaseRequestType } * @@ -145,54 +104,6 @@ public class ObjectFactory { return new GetDocumentsOfPeriodResponseType(); } - /** - * Create an instance of {@link DeclareEndpointRequestType } - * - */ - public DeclareEndpointRequestType createDeclareEndpointRequestType() { - return new DeclareEndpointRequestType(); - } - - /** - * Create an instance of {@link DeclareEndpointResponseType } - * - */ - public DeclareEndpointResponseType createDeclareEndpointResponseType() { - return new DeclareEndpointResponseType(); - } - - /** - * Create an instance of {@link SecurityContextTokenRequestType } - * - */ - public SecurityContextTokenRequestType createSecurityContextTokenRequestType() { - return new SecurityContextTokenRequestType(); - } - - /** - * Create an instance of {@link SecurityContextTokenResponseType } - * - */ - public SecurityContextTokenResponseType createSecurityContextTokenResponseType() { - return new SecurityContextTokenResponseType(); - } - - /** - * Create an instance of {@link 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 } * @@ -201,50 +112,6 @@ public class ObjectFactory { return new DocumentInfosResponseResultType(); } - /** - * Create an instance of {@link UsernamePasswordCredentialsType } - * - */ - public UsernamePasswordCredentialsType createUsernamePasswordCredentialsType() { - return new UsernamePasswordCredentialsType(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetStateChangesRequestType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetStateChangesRequest") - public JAXBElement createGetStateChangesRequest(GetStateChangesRequestType value) { - return new JAXBElement(_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 createGetStateChangesResponse(GetStateChangesResponseType value) { - return new JAXBElement(_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 createDeclareStateChangesRequest(DeclareStateChangesRequestType value) { - return new JAXBElement(_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 createDeclareStateChangesResponse(DeclareStateChangesResponseType value) { - return new JAXBElement(_DeclareStateChangesResponse_QNAME, DeclareStateChangesResponseType.class, null, value); - } - /** * Create an instance of {@link JAXBElement }{@code <}{@link AddDocToBusinessCaseRequestType }{@code >}} * @@ -317,49 +184,4 @@ public class ObjectFactory { return new JAXBElement(_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 createDeclareEndpointRequest(DeclareEndpointRequestType value) { - return new JAXBElement(_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 createArtAuthentifizierung(String value) { - return new JAXBElement(_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 createDeclareEndpointResponse(DeclareEndpointResponseType value) { - return new JAXBElement(_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 createSecurityContextTokenRequest(SecurityContextTokenRequestType value) { - return new JAXBElement(_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 createSecurityContextTokenResponse(SecurityContextTokenResponseType value) { - return new JAXBElement(_SecurityContextTokenResponse_QNAME, SecurityContextTokenResponseType.class, null, value); - } - } diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/SecurityContextTokenRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/SecurityContextTokenRequestType.java deleted file mode 100644 index 0356fa13..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/SecurityContextTokenRequestType.java +++ /dev/null @@ -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 - * - *

Java-Klasse für SecurityContextTokenRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SecurityContextTokenRequest_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Credentials" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}Credentials_Type"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@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; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/SecurityContextTokenResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/SecurityContextTokenResponseType.java deleted file mode 100644 index 06b9a1c8..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/SecurityContextTokenResponseType.java +++ /dev/null @@ -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 - * - *

Java-Klasse für SecurityContextTokenResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SecurityContextTokenResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Token" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="DauerhaftGueltig" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="GueltigBis" type="{urn:omds20}Datum-Zeit" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@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; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/StateChangeEventType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/StateChangeEventType.java deleted file mode 100644 index 8814fa23..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/StateChangeEventType.java +++ /dev/null @@ -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 - * - *

Java-Klasse für StateChangeEvent_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="StateChangeEvent_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStateChangeEvent_Type">
- *       <sequence>
- *         <element name="Objektart" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsobjektArt_Type"/>
- *         <element name="ObjektId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
- *         <element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- *         <element name="GeschaeftsfallArt" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsfallArt_Type" minOccurs="0"/>
- *         <element name="Aenderungsdatum" type="{urn:omds20}Datum-Zeit"/>
- *         <element name="StatusGueltigAbDatum" type="{urn:omds20}Datum-Zeit"/>
- *         <element name="BisherigerStatus" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStatusGeschaeftsfall_Type" minOccurs="0"/>
- *         <element name="NeuerStatus" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStatusGeschaeftsfall_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@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; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/StatusAntragsGeschaeftsfall.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/StatusAntragsGeschaeftsfall.java deleted file mode 100644 index 37842b4e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/StatusAntragsGeschaeftsfall.java +++ /dev/null @@ -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 - * - *

Java-Klasse für StatusAntragsGeschaeftsfall complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="StatusAntragsGeschaeftsfall">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStatusGeschaeftsfall_Type">
- *       <sequence>
- *         <element name="Antragstatus" type="{urn:omds3CommonServiceTypes-1-1-0}SubmitApplicationStatus_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@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; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/UsernamePasswordCredentialsType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/UsernamePasswordCredentialsType.java deleted file mode 100644 index b8e1844e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on1basis/UsernamePasswordCredentialsType.java +++ /dev/null @@ -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 - * - *

Java-Klasse für UsernamePasswordCredentials_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="UsernamePasswordCredentials_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="Username" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="Password" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@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; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/kfz/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/kfz/ObjectFactory.java index e5357da4..b42abd26 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/kfz/ObjectFactory.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/kfz/ObjectFactory.java @@ -41,6 +41,14 @@ public class ObjectFactory { public ObjectFactory() { } + /** + * Create an instance of {@link VorversicherungenKfzType } + * + */ + public VorversicherungenKfzType createVorversicherungenKfzType() { + return new VorversicherungenKfzType(); + } + /** * Create an instance of {@link CreateOfferKfzResponseType } * @@ -241,6 +249,14 @@ public class ObjectFactory { 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 } * diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/kfz/VorversicherungenKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/kfz/VorversicherungenKfzType.java new file mode 100644 index 00000000..18e5f8ca --- /dev/null +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_5_0/on2antrag/kfz/VorversicherungenKfzType.java @@ -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 + * + *

Java-Klasse für VorversicherungenKfz_Type complex type. + * + *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * + *

+ * <complexType name="VorversicherungenKfz_Type">
+ *   <complexContent>
+ *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Vorversicherungen_Type">
+ *       <sequence>
+ *         <element name="VorversicherungKfz" maxOccurs="unbounded" minOccurs="0">
+ *           <complexType>
+ *             <complexContent>
+ *               <extension base="{urn:omds3CommonServiceTypes-1-1-0}VorversicherungenDetail_Type">
+ *                 <attribute name="VtgSparteCd" type="{urn:omds20}VtgSparteCd_Type" />
+ *               </extension>
+ *             </complexContent>
+ *           </complexType>
+ *         </element>
+ *         <element name="VorversicherungRechtsschutz" type="{urn:omds3CommonServiceTypes-1-1-0}VorversicherungenDetail_Type" minOccurs="0"/>
+ *       </sequence>
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "VorversicherungenKfz_Type", propOrder = { + "vorversicherungKfz", + "vorversicherungRechtsschutz" +}) +public class VorversicherungenKfzType + extends VorversicherungenType +{ + + @XmlElement(name = "VorversicherungKfz") + protected List vorversicherungKfz; + @XmlElement(name = "VorversicherungRechtsschutz") + protected VorversicherungenDetailType vorversicherungRechtsschutz; + + /** + * Gets the value of the vorversicherungKfz property. + * + *

+ * 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 set method for the vorversicherungKfz property. + * + *

+ * For example, to add a new item, do as follows: + *

+     *    getVorversicherungKfz().add(newItem);
+     * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list + * {@link VorversicherungenKfzType.VorversicherungKfz } + * + * + */ + public List getVorversicherungKfz() { + if (vorversicherungKfz == null) { + vorversicherungKfz = new ArrayList(); + } + 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; + } + + + /** + *

Java-Klasse für anonymous complex type. + * + *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * + *

+     * <complexType>
+     *   <complexContent>
+     *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VorversicherungenDetail_Type">
+     *       <attribute name="VtgSparteCd" type="{urn:omds20}VtgSparteCd_Type" />
+     *     </extension>
+     *   </complexContent>
+     * </complexType>
+     * 
+ * + * + */ + @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; + } + + } + +} diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3CommonServiceTypes.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3CommonServiceTypes.xsd index ba408ef0..59e5345b 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3CommonServiceTypes.xsd +++ b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3CommonServiceTypes.xsd @@ -2404,210 +2404,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3Services.wsdl b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3Services.wsdl index 4b594b0b..9c28f158 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3Services.wsdl +++ b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3Services.wsdl @@ -199,15 +199,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema"> - - - - - - - - @@ -361,14 +353,6 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema"> - - - - - - - - @@ -720,19 +704,6 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema"> - - - - - - - - - - - - - diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON1_Basisfunktionen.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON1_Basisfunktionen.xsd index a38ce0b3..b3f3621b 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON1_Basisfunktionen.xsd +++ b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON1_Basisfunktionen.xsd @@ -2,143 +2,143 @@ - - State-Changes - - - - Typ des Requestobjektes um Geschäftsfalle abzuholen - - - - - - - Vorgabe einer Geschäftsobjektart, z.B. Vertrag, Schaden oder Antrag - - - - - - - - - Typ des Responseobjektes um Geschäftsfalle abzuholen - - - - - - - - - - - - Requestobjekt fuer die Abfrage von Statusänderungen - - - - - Responseobjekt fuer die Abfrage von Statusänderungen - - - - - Typ fuer die Bekanntgabe von Statusänderungen - - - - - - - - Typ fuer die Annahme von Statusänderungen - - - - - Requestobjekt fuer die Übermittlung von Statusänderungen - - - - - Responseobjekt für die Übermittlung von Statusänderungen - - - - - Abstraktes Event einer Statusänderung - - - - - Standard-Event einer Statusänderung - - - - - - - Die Art des Objekts, z.B. Vertrag - - - - - Die Id des Objekts als ObjektId_Type - - - - - Eine Geschäftsfall-Id als String, wenn dem Servicenutzer eine solche zugeordnet ist. - - - - - Die Art des Geschaeftsfalls der zur Statusänderung geführt hat. - - - - - Das Datum ab wann die Statusänderung feststeht. - - - - - Das Datum ab welchem die Statusänderung wirksam wird. - - - - - Optional der bisherige Status - - - - - Der neue Status - - - - - - - - - Abstrakter Status eines Geschaeftsfalls - - - - - Status eines Antrags - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Requestobjekt um Dokument zu Geschäftsfall hinzuzufügen @@ -324,134 +324,134 @@ - - - Request um als Makler der VU einen Endpoint bekannt zu geben - - - - - Typ für den DeclareEndpointRequest - - - - - - Die BasisURL unter welcher z.B. die VU die SOAP-Webservices des Vermittlers aufrufen kann. Die maximale Länge beträgt 1000 Zeichen - - - - - - - - - - - Ein abstrakter Credentials-Type, für den z.B. der UsernamePasswordCredentials_Type eingesetzt werden kann. - - - - - Die Zuordnung des Endpoints zu bestimmten fachlichen Nutzern, z.B. Vermittlernummern. - - - - - - - Gibt vor, wie die Authentifizierung beim einzelnen Serviceaufruf erfolgt. Derzeit werden die Typen Username-Token und Security-Context-Token unterstützt. - - - - - - - - - - - Ein abstrakter Typ, dessen konkrete Implementierungen unterschiedliche Credentials aufnehmen können. - - - - - Konkrete Implementierung von Credentials mit Username und Password - - - - Der Username, wobei keine vorschriften bezüglich des Usernames gemacht werden. - - - - - Das Passwort, wobei keine Anforderungen an die Passwort-Stärke gemacht werden. - - - - - - Response um als Makler der VU einen Endpoint bekannt zu geben - - - - - Response um als Makler der VU einen Endpoint bekannt zu geben - - - - - Die von der VU zuletzt erfolgreich registrierte BasisUrl - - - - - - - - - - - - - Request zum Bezug eines Security-Context-Token - - - - - Request-Type zum Bezug eines Security-Context-Tokens - - - - - - - - Response des Bezug eines Security-Context-Tokens - - - - - Response-Type zum Bezug eines Securtity-Context-Tokens - - - - - Der Token selbst als String - - - - - Wahr, wenn der Token eine zeitlich unbeschränkte Gültigkeit aufweist, sonst falsch. - - - - - Optional: Das Ablaufdatum des Tokens - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON2_Antrag_Common.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON2_Antrag_Common.xsd index e6e536c1..beb06072 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON2_Antrag_Common.xsd +++ b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON2_Antrag_Common.xsd @@ -117,28 +117,6 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON2_Antrag_Kfz.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON2_Antrag_Kfz.xsd index 80fbe6fa..b0ca5782 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON2_Antrag_Kfz.xsd +++ b/OMDSServiceDefinition/src/main/resources/def/r1_5_0/omds3_ON2_Antrag_Kfz.xsd @@ -431,6 +431,27 @@ Refernziert auf ein versichertes Fahrzeug über die laufende Nummer innerhalb eines Elementarprodukts. + + + Type Vorversicherungen für Kfz + + + + + + + + + + + + + + + + + + Type System Insassenunfallversicherung