Typen neu generiert, neues Package r1_12_0 statt r1_11_0.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
package at.vvo.omds.types.omds2Types.v2_16;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.RisikoAdresseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.RisikoAdresseType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlAttribute;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
package at.vvo.omds.types.omds2Types.v2_16;
|
||||
|
||||
import javax.xml.datatype.XMLGregorianCalendar;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.common.LegitimationType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.common.LegitimationType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlAttribute;
|
||||
|
||||
@@ -1,90 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Antragsnr" type="{urn:omds20}Polizzennr"/>
|
||||
* <element name="Vermnr" type="{urn:omds20}Vermnr"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"antragsnr",
|
||||
"vermnr"
|
||||
})
|
||||
public class AntragsZuordnung {
|
||||
|
||||
@XmlElement(name = "Antragsnr", required = true)
|
||||
protected String antragsnr;
|
||||
@XmlElement(name = "Vermnr", required = true)
|
||||
protected String vermnr;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsnr-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getAntragsnr() {
|
||||
return antragsnr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsnr-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setAntragsnr(String value) {
|
||||
this.antragsnr = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der vermnr-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVermnr() {
|
||||
return vermnr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der vermnr-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVermnr(String value) {
|
||||
this.vermnr = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Vermnr" type="{urn:omds20}Vermnr"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"vermnr"
|
||||
})
|
||||
public class BetreuerZuordnung {
|
||||
|
||||
@XmlElement(name = "Vermnr", required = true)
|
||||
protected String vermnr;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der vermnr-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVermnr() {
|
||||
return vermnr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der vermnr-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVermnr(String value) {
|
||||
this.vermnr = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,159 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
import jakarta.xml.bind.annotation.XmlValue;
|
||||
|
||||
|
||||
/**
|
||||
* Dokumentenrefernz im Postservice
|
||||
*
|
||||
* <p>Java-Klasse für DokumentenReferenzPostservice_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="DokumentenReferenzPostservice_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type">
|
||||
* <sequence>
|
||||
* <element name="Kontrollwert">
|
||||
* <complexType>
|
||||
* <simpleContent>
|
||||
* <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
|
||||
* </extension>
|
||||
* </simpleContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* <element name="Zuordnung" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentenZuordnung_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "DokumentenReferenzPostservice_Type", propOrder = {
|
||||
"kontrollwert",
|
||||
"zuordnung"
|
||||
})
|
||||
public class DokumentenReferenzPostserviceType
|
||||
extends DokumentenReferenzType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Kontrollwert", required = true)
|
||||
protected DokumentenReferenzPostserviceType.Kontrollwert kontrollwert;
|
||||
@XmlElement(name = "Zuordnung")
|
||||
protected List<DokumentenZuordnungType> zuordnung;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der kontrollwert-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DokumentenReferenzPostserviceType.Kontrollwert }
|
||||
*
|
||||
*/
|
||||
public DokumentenReferenzPostserviceType.Kontrollwert getKontrollwert() {
|
||||
return kontrollwert;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der kontrollwert-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DokumentenReferenzPostserviceType.Kontrollwert }
|
||||
*
|
||||
*/
|
||||
public void setKontrollwert(DokumentenReferenzPostserviceType.Kontrollwert value) {
|
||||
this.kontrollwert = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the zuordnung 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 Jakarta XML Binding object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the zuordnung property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getZuordnung().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link DokumentenZuordnungType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<DokumentenZuordnungType> getZuordnung() {
|
||||
if (zuordnung == null) {
|
||||
zuordnung = new ArrayList<DokumentenZuordnungType>();
|
||||
}
|
||||
return this.zuordnung;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <simpleContent>
|
||||
* <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
|
||||
* </extension>
|
||||
* </simpleContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"value"
|
||||
})
|
||||
public static class Kontrollwert {
|
||||
|
||||
@XmlValue
|
||||
protected byte[] value;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der value-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* byte[]
|
||||
*/
|
||||
public byte[] getValue() {
|
||||
return value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der value-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* byte[]
|
||||
*/
|
||||
public void setValue(byte[] value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlSeeAlso;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für Zusatzdaten zum Dokument
|
||||
*
|
||||
* <p>Java-Klasse für DokumentenZuordnung_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="DokumentenZuordnung_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "DokumentenZuordnung_Type")
|
||||
@XmlSeeAlso({
|
||||
EinfacheZuordnungType.class,
|
||||
PersonenZuordnungType.class,
|
||||
BetreuerZuordnungType.class,
|
||||
VertragsZuordnungType.class,
|
||||
SchadenZuordnungType.class,
|
||||
AntragsZuordnungType.class,
|
||||
GeschaeftsfallZuordnungType.class,
|
||||
ProvisionZuordnungType.class,
|
||||
MahnverfahrenZuordnungType.class
|
||||
})
|
||||
public abstract class DokumentenZuordnungType {
|
||||
|
||||
|
||||
}
|
||||
@@ -1,90 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
|
||||
* <element name="GeschaeftsfallArt" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsfallArt_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"geschaeftsfallnummer",
|
||||
"geschaeftsfallArt"
|
||||
})
|
||||
public class GeschaeftsfallZuordnung {
|
||||
|
||||
@XmlElement(name = "Geschaeftsfallnummer", required = true)
|
||||
protected ObjektIdType geschaeftsfallnummer;
|
||||
@XmlElement(name = "GeschaeftsfallArt")
|
||||
protected String geschaeftsfallArt;
|
||||
|
||||
/**
|
||||
* 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;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,90 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="PersonId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
|
||||
* <element name="RolleText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"personId",
|
||||
"rolleText"
|
||||
})
|
||||
public class PersonenZuordnung {
|
||||
|
||||
@XmlElement(name = "PersonId", required = true)
|
||||
protected ObjektIdType personId;
|
||||
@XmlElement(name = "RolleText")
|
||||
protected String rolleText;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der personId-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ObjektIdType }
|
||||
*
|
||||
*/
|
||||
public ObjektIdType getPersonId() {
|
||||
return personId;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der personId-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ObjektIdType }
|
||||
*
|
||||
*/
|
||||
public void setPersonId(ObjektIdType value) {
|
||||
this.personId = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der rolleText-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getRolleText() {
|
||||
return rolleText;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der rolleText-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setRolleText(String value) {
|
||||
this.rolleText = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,278 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import at.vvo.omds.types.omds2Types.v2_16.VtgRolleCdType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
import jakarta.xml.bind.annotation.XmlSchemaType;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Polizzennr" type="{urn:omds20}Polizzennr"/>
|
||||
* <element name="VertragsID" type="{urn:omds20}VertragsID" minOccurs="0"/>
|
||||
* <element name="AendGrundCd" type="{urn:omds20}AendGrundCd_Type" minOccurs="0"/>
|
||||
* <element name="Vermnr" type="{urn:omds20}Vermnr"/>
|
||||
* <element name="Vertragsperson" maxOccurs="unbounded" minOccurs="0">
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="PersonId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
|
||||
* <element name="Rolle" type="{urn:omds20}VtgRolleCd_Type"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"polizzennr",
|
||||
"vertragsID",
|
||||
"aendGrundCd",
|
||||
"vermnr",
|
||||
"vertragsperson"
|
||||
})
|
||||
public class VertragsZuordnung {
|
||||
|
||||
@XmlElement(name = "Polizzennr", required = true)
|
||||
protected String polizzennr;
|
||||
@XmlElement(name = "VertragsID")
|
||||
protected String vertragsID;
|
||||
@XmlElement(name = "AendGrundCd")
|
||||
protected String aendGrundCd;
|
||||
@XmlElement(name = "Vermnr", required = true)
|
||||
protected String vermnr;
|
||||
@XmlElement(name = "Vertragsperson")
|
||||
protected List<VertragsZuordnung.Vertragsperson> vertragsperson;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der polizzennr-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getPolizzennr() {
|
||||
return polizzennr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der polizzennr-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setPolizzennr(String value) {
|
||||
this.polizzennr = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der vertragsID-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVertragsID() {
|
||||
return vertragsID;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der vertragsID-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVertragsID(String value) {
|
||||
this.vertragsID = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der aendGrundCd-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getAendGrundCd() {
|
||||
return aendGrundCd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der aendGrundCd-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setAendGrundCd(String value) {
|
||||
this.aendGrundCd = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der vermnr-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVermnr() {
|
||||
return vermnr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der vermnr-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVermnr(String value) {
|
||||
this.vermnr = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the vertragsperson 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 Jakarta XML Binding object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the vertragsperson property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getVertragsperson().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link VertragsZuordnung.Vertragsperson }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<VertragsZuordnung.Vertragsperson> getVertragsperson() {
|
||||
if (vertragsperson == null) {
|
||||
vertragsperson = new ArrayList<VertragsZuordnung.Vertragsperson>();
|
||||
}
|
||||
return this.vertragsperson;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="PersonId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
|
||||
* <element name="Rolle" type="{urn:omds20}VtgRolleCd_Type"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"personId",
|
||||
"rolle"
|
||||
})
|
||||
public static class Vertragsperson {
|
||||
|
||||
@XmlElement(name = "PersonId", required = true)
|
||||
protected ObjektIdType personId;
|
||||
@XmlElement(name = "Rolle", required = true)
|
||||
@XmlSchemaType(name = "string")
|
||||
protected VtgRolleCdType rolle;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der personId-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ObjektIdType }
|
||||
*
|
||||
*/
|
||||
public ObjektIdType getPersonId() {
|
||||
return personId;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der personId-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ObjektIdType }
|
||||
*
|
||||
*/
|
||||
public void setPersonId(ObjektIdType value) {
|
||||
this.personId = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der rolle-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link VtgRolleCdType }
|
||||
*
|
||||
*/
|
||||
public VtgRolleCdType getRolle() {
|
||||
return rolle;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der rolle-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link VtgRolleCdType }
|
||||
*
|
||||
*/
|
||||
public void setRolle(VtgRolleCdType value) {
|
||||
this.rolle = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,99 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.on1basis;
|
||||
|
||||
import javax.xml.datatype.XMLGregorianCalendar;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.common.AuthorizationFilter;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.common.CommonRequestType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
import jakarta.xml.bind.annotation.XmlRootElement;
|
||||
import jakarta.xml.bind.annotation.XmlSchemaType;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
|
||||
* <element name="ErhaltBestaetigt" type="{urn:omds20}Datum"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"authFilter",
|
||||
"erhaltBestaetigt"
|
||||
})
|
||||
@XmlRootElement(name = "AcknowledgeDocumentsRequest")
|
||||
public class AcknowledgeDocumentsRequest
|
||||
extends CommonRequestType
|
||||
{
|
||||
|
||||
@XmlElement(name = "AuthFilter")
|
||||
protected AuthorizationFilter authFilter;
|
||||
@XmlElement(name = "ErhaltBestaetigt", required = true)
|
||||
@XmlSchemaType(name = "date")
|
||||
protected XMLGregorianCalendar erhaltBestaetigt;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der authFilter-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link AuthorizationFilter }
|
||||
*
|
||||
*/
|
||||
public AuthorizationFilter getAuthFilter() {
|
||||
return authFilter;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der authFilter-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link AuthorizationFilter }
|
||||
*
|
||||
*/
|
||||
public void setAuthFilter(AuthorizationFilter value) {
|
||||
this.authFilter = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der erhaltBestaetigt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link XMLGregorianCalendar }
|
||||
*
|
||||
*/
|
||||
public XMLGregorianCalendar getErhaltBestaetigt() {
|
||||
return erhaltBestaetigt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der erhaltBestaetigt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link XMLGregorianCalendar }
|
||||
*
|
||||
*/
|
||||
public void setErhaltBestaetigt(XMLGregorianCalendar value) {
|
||||
this.erhaltBestaetigt = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.on1basis;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.common.CommonResponseType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlRootElement;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
@XmlRootElement(name = "AcknowledgeDocumentsResponse")
|
||||
public class AcknowledgeDocumentsResponse
|
||||
extends CommonResponseType
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.FzZustandBesichtigungType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.FzZustandBesichtigungType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlSeeAlso;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.WechselkennzeichenType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.WechselkennzeichenType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlSeeAlso;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlEnum;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -17,7 +17,7 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
* <pre>
|
||||
* <complexType name="AntragsZuordnung_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}DokumentenZuordnung_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsnr" type="{urn:omds20}Polizzennr"/>
|
||||
* <element name="Vermnr" type="{urn:omds20}Vermnr"/>
|
||||
@@ -35,7 +35,7 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
"vermnr"
|
||||
})
|
||||
public class AntragsZuordnungType
|
||||
extends DokumentenZuordnungType
|
||||
extends ObjektSpezifikationType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsnr", required = true)
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlEnum;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlEnum;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.math.BigInteger;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -41,7 +41,7 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
"autorisierungsart"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
at.vvo.omds.types.omds3Types.r1_11_0.common.ProzessDokumentType.Autorisierungen.class
|
||||
at.vvo.omds.types.omds3Types.r1_12_0.common.ProzessDokumentType.Autorisierungen.class
|
||||
})
|
||||
public class AutorisierungType {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlEnum;
|
||||
import jakarta.xml.bind.annotation.XmlEnumValue;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -17,7 +17,7 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
* <pre>
|
||||
* <complexType name="BetreuerZuordnung_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}DokumentenZuordnung_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type">
|
||||
* <sequence>
|
||||
* <element name="Vermnr" type="{urn:omds20}Vermnr"/>
|
||||
* </sequence>
|
||||
@@ -33,7 +33,7 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
"vermnr"
|
||||
})
|
||||
public class BetreuerZuordnungType
|
||||
extends DokumentenZuordnungType
|
||||
extends ObjektSpezifikationType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Vermnr", required = true)
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import at.vvo.omds.types.omds2Types.v2_16.PERSONType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlEnum;
|
||||
import jakarta.xml.bind.annotation.XmlEnumValue;
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.BOAProcessRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.BOAProcessRequestType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.BOAProcessResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.BOAProcessResponseType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
@@ -1,19 +1,21 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on1basis.AcknowledgeDocumentsRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionProposalRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionScopeRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.GetApplicationDocumentRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.AddInformationToClaimRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckCoverageRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.GetClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitReceiptRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on1basis.AcknowledgeEnvelopesRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetEnvelopesRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ConversionProposalRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ConversionScopeRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.GetApplicationDocumentRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ProductProposalRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateVBRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.AddInformationToClaimRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.CheckClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.CheckCoverageRequest;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.GetClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SubmitClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SubmitReceiptRequest;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
@@ -57,17 +59,19 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
@XmlSeeAlso({
|
||||
CommonSearchRequestType.class,
|
||||
GetApplicationDocumentRequestType.class,
|
||||
ProductProposalRequestType.class,
|
||||
CheckClaimRequestType.class,
|
||||
SubmitClaimRequestType.class,
|
||||
GetClaimRequestType.class,
|
||||
AddInformationToClaimRequest.class,
|
||||
SubmitReceiptRequest.class,
|
||||
CheckCoverageRequest.class,
|
||||
CommonProcessRequestType.class,
|
||||
CreateVBRequest.class,
|
||||
CommonProcessRequestType.class,
|
||||
ConversionProposalRequest.class,
|
||||
ConversionScopeRequest.class,
|
||||
AcknowledgeDocumentsRequest.class
|
||||
AcknowledgeEnvelopesRequest.class,
|
||||
GetEnvelopesRequest.class
|
||||
})
|
||||
public abstract class CommonRequestType {
|
||||
|
||||
@@ -1,20 +1,22 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.datatype.XMLGregorianCalendar;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on1basis.AcknowledgeDocumentsResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionProposalResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.ConversionScopeResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.common.GetApplicationDocumentResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.CreateVBResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.AddInformationToClaimResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.CheckCoverageResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.GetClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on7schaden.SubmitReceiptResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on1basis.AcknowledgeEnvelopesResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetEnvelopesResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ConversionProposalResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ConversionScopeResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.GetApplicationDocumentResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.common.ProductProposalResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.CreateVBResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.AddInformationToClaimResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.CheckClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.CheckCoverageResponse;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.GetClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SubmitClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on7schaden.SubmitReceiptResponse;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
@@ -57,17 +59,19 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
@XmlSeeAlso({
|
||||
CommonSearchResponseType.class,
|
||||
GetApplicationDocumentResponseType.class,
|
||||
ProductProposalResponseType.class,
|
||||
CheckClaimResponseType.class,
|
||||
SubmitClaimResponseType.class,
|
||||
GetClaimResponseType.class,
|
||||
AddInformationToClaimResponse.class,
|
||||
SubmitReceiptResponse.class,
|
||||
CheckCoverageResponse.class,
|
||||
CommonProcessResponseType.class,
|
||||
CreateVBResponse.class,
|
||||
CommonProcessResponseType.class,
|
||||
ConversionProposalResponse.class,
|
||||
ConversionScopeResponse.class,
|
||||
AcknowledgeDocumentsResponse.class
|
||||
AcknowledgeEnvelopesResponse.class,
|
||||
GetEnvelopesResponse.class
|
||||
})
|
||||
public abstract class CommonResponseType {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import at.vvo.omds.types.omds2Types.v2_16.ELZeitraumType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetStateChangesRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetStateChangesRequestType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on1basis.GetStateChangesResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on1basis.GetStateChangesResponseType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.activation.DataHandler;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlEnum;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import javax.xml.datatype.XMLGregorianCalendar;
|
||||
import jakarta.activation.DataHandler;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.activation.DataHandler;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
@@ -0,0 +1,70 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
import jakarta.xml.bind.annotation.XmlSeeAlso;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Dokumentenreferenz im Postservice
|
||||
*
|
||||
* <p>Java-Klasse für DokumentenReferenzPostservice_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="DokumentenReferenzPostservice_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type">
|
||||
* <sequence>
|
||||
* <element name="Kontrollwert" type="{urn:omds3CommonServiceTypes-1-1-0}Kontrollwert_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "DokumentenReferenzPostservice_Type", propOrder = {
|
||||
"kontrollwert"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
DokumentPostserviceType.class
|
||||
})
|
||||
public class DokumentenReferenzPostserviceType
|
||||
extends DokumentenReferenzType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Kontrollwert", required = true)
|
||||
protected KontrollwertType kontrollwert;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der kontrollwert-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link KontrollwertType }
|
||||
*
|
||||
*/
|
||||
public KontrollwertType getKontrollwert() {
|
||||
return kontrollwert;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der kontrollwert-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link KontrollwertType }
|
||||
*
|
||||
*/
|
||||
public void setKontrollwert(KontrollwertType value) {
|
||||
this.kontrollwert = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -30,7 +30,7 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
* <element name="Mimetype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Groesse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
|
||||
* <element name="Datum" type="{urn:omds20}Datum-Zeit"/>
|
||||
* <element name="ObjektSpezifikation" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type" minOccurs="0"/>
|
||||
* <element name="ObjektSpezifikation" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="ReferenzWeitereDokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
@@ -70,7 +70,7 @@ public class DokumentenReferenzType {
|
||||
@XmlSchemaType(name = "dateTime")
|
||||
protected XMLGregorianCalendar datum;
|
||||
@XmlElement(name = "ObjektSpezifikation")
|
||||
protected ObjektSpezifikationType objektSpezifikation;
|
||||
protected List<ObjektSpezifikationType> objektSpezifikation;
|
||||
@XmlElement(name = "ReferenzWeitereDokumente")
|
||||
protected List<DokumentenReferenzType> referenzWeitereDokumente;
|
||||
|
||||
@@ -211,27 +211,32 @@ public class DokumentenReferenzType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der objektSpezifikation-Eigenschaft ab.
|
||||
* Gets the value of the objektSpezifikation 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 Jakarta XML Binding object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the objektSpezifikation property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getObjektSpezifikation().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ObjektSpezifikationType }
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ObjektSpezifikationType }
|
||||
*
|
||||
*/
|
||||
public ObjektSpezifikationType getObjektSpezifikation() {
|
||||
return objektSpezifikation;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der objektSpezifikation-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ObjektSpezifikationType }
|
||||
*
|
||||
*/
|
||||
public void setObjektSpezifikation(ObjektSpezifikationType value) {
|
||||
this.objektSpezifikation = value;
|
||||
public List<ObjektSpezifikationType> getObjektSpezifikation() {
|
||||
if (objektSpezifikation == null) {
|
||||
objektSpezifikation = new ArrayList<ObjektSpezifikationType>();
|
||||
}
|
||||
return this.objektSpezifikation;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -17,7 +17,7 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
* <pre>
|
||||
* <complexType name="EinfacheZuordnung_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}DokumentenZuordnung_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type">
|
||||
* <attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" />
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -29,7 +29,7 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "EinfacheZuordnung_Type")
|
||||
public class EinfacheZuordnungType
|
||||
extends DokumentenZuordnungType
|
||||
extends ObjektSpezifikationType
|
||||
{
|
||||
|
||||
@XmlAttribute(name = "text", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import javax.xml.datatype.XMLGregorianCalendar;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
@@ -1,13 +1,14 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kranken.ElementarproduktKrankenType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.leben.TarifLebenType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.sachPrivat.ElementarproduktSachPrivatType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.unfall.LeistungsartUnfallType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kranken.ElementarproduktKrankenType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.leben.TarifLebenType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.rs.ElementarproduktRechtsschutzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.sachPrivat.ElementarproduktSachPrivatType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.unfall.LeistungsartUnfallType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
@@ -50,6 +51,7 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
ElementarproduktSachPrivatType.class,
|
||||
ElementarproduktRechtsschutzType.class,
|
||||
LeistungsartUnfallType.class,
|
||||
ElementarproduktKrankenType.class,
|
||||
TarifLebenType.class
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.datatype.XMLGregorianCalendar;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.ElementarproduktKfzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.on2antrag.kfz.VerkehrsrechtsschutzKfzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.ElementarproduktKfzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_12_0.on2antrag.kfz.VerkehrsrechtsschutzKfzType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
@@ -1,12 +1,9 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.on1basis;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.datatype.XMLGregorianCalendar;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.common.DokumentenReferenzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.common.ElementIdType;
|
||||
import at.vvo.omds.types.omds3Types.r1_11_0.common.ObjektSpezifikationType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
import jakarta.xml.bind.annotation.XmlElement;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import javax.xml.datatype.XMLGregorianCalendar;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -17,7 +17,7 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
* <pre>
|
||||
* <complexType name="GeschaeftsfallZuordnung_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}DokumentenZuordnung_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type">
|
||||
* <sequence>
|
||||
* <element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
|
||||
* <element name="GeschaeftsfallArt" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsfallArt_Type" minOccurs="0"/>
|
||||
@@ -35,7 +35,7 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
"geschaeftsfallArt"
|
||||
})
|
||||
public class GeschaeftsfallZuordnungType
|
||||
extends DokumentenZuordnungType
|
||||
extends ObjektSpezifikationType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Geschaeftsfallnummer", required = true)
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlEnum;
|
||||
import jakarta.xml.bind.annotation.XmlType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import java.math.BigInteger;
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
@@ -29,6 +29,7 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
* <element name="Abschluss" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
|
||||
* <element name="Folge" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
|
||||
* <element name="Betreuung" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
|
||||
* <element name="Schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
@@ -43,7 +44,8 @@ import jakarta.xml.bind.annotation.XmlType;
|
||||
"vermittlername",
|
||||
"abschluss",
|
||||
"folge",
|
||||
"betreuung"
|
||||
"betreuung",
|
||||
"schema"
|
||||
})
|
||||
public class KontierungType {
|
||||
|
||||
@@ -57,6 +59,8 @@ public class KontierungType {
|
||||
protected BigInteger folge;
|
||||
@XmlElement(name = "Betreuung")
|
||||
protected BigInteger betreuung;
|
||||
@XmlElement(name = "Schema")
|
||||
protected String schema;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der vermittlernummer-Eigenschaft ab.
|
||||
@@ -178,4 +182,28 @@ public class KontierungType {
|
||||
this.betreuung = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der schema-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getSchema() {
|
||||
return schema;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der schema-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setSchema(String value) {
|
||||
this.schema = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_11_0.common;
|
||||
package at.vvo.omds.types.omds3Types.r1_12_0.common;
|
||||
|
||||
import jakarta.xml.bind.annotation.XmlAccessType;
|
||||
import jakarta.xml.bind.annotation.XmlAccessorType;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user