Merge mit Konvertierungshilfe
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,302 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
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_9_0.on2antrag.sachPrivat.RisikoAdresseType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für ADRESSE_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="ADRESSE_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attGroup ref="{urn:omds20}Adresse_Attribute"/>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "ADRESSE_Type")
|
|
||||||
@XmlSeeAlso({
|
|
||||||
RisikoAdresseType.class
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ADRESSEType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "Pac")
|
|
||||||
@XmlSchemaType(name = "unsignedInt")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected Long pac;
|
|
||||||
@XmlAttribute(name = "LandesCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String landesCd;
|
|
||||||
@XmlAttribute(name = "PLZ")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String plz;
|
|
||||||
@XmlAttribute(name = "Ort")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String ort;
|
|
||||||
@XmlAttribute(name = "Strasse")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String strasse;
|
|
||||||
@XmlAttribute(name = "Hausnr")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String hausnr;
|
|
||||||
@XmlAttribute(name = "Zusatz")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String zusatz;
|
|
||||||
@XmlAttribute(name = "AdressID_VU")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String adressIDVU;
|
|
||||||
@XmlAttribute(name = "AdressID_Makler")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String adressIDMakler;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der pac-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Long }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public Long getPac() {
|
|
||||||
return pac;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der pac-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Long }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPac(Long value) {
|
|
||||||
this.pac = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der landesCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getLandesCd() {
|
|
||||||
return landesCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der landesCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setLandesCd(String value) {
|
|
||||||
this.landesCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der plz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPLZ() {
|
|
||||||
return plz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der plz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPLZ(String value) {
|
|
||||||
this.plz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der ort-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getOrt() {
|
|
||||||
return ort;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der ort-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setOrt(String value) {
|
|
||||||
this.ort = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der strasse-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getStrasse() {
|
|
||||||
return strasse;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der strasse-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setStrasse(String value) {
|
|
||||||
this.strasse = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der hausnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getHausnr() {
|
|
||||||
return hausnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der hausnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setHausnr(String value) {
|
|
||||||
this.hausnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der zusatz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getZusatz() {
|
|
||||||
return zusatz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der zusatz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setZusatz(String value) {
|
|
||||||
this.zusatz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der adressIDVU-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getAdressIDVU() {
|
|
||||||
return adressIDVU;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der adressIDVU-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setAdressIDVU(String value) {
|
|
||||||
this.adressIDVU = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der adressIDMakler-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getAdressIDMakler() {
|
|
||||||
return adressIDMakler;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der adressIDMakler-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setAdressIDMakler(String value) {
|
|
||||||
this.adressIDMakler = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für BBArtCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="BBArtCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="ABL"/>
|
|
||||||
* <enumeration value="ERL"/>
|
|
||||||
* <enumeration value="SLF"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "BBArtCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum BBArtCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ablebensfall
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
ABL,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Erlebensfall
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
ERL,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* sonstiger Leistungsfall
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SLF;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static BBArtCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,112 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für DachungsArtCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="DachungsArtCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="BD"/>
|
|
||||||
* <enumeration value="TD"/>
|
|
||||||
* <enumeration value="EP"/>
|
|
||||||
* <enumeration value="BL"/>
|
|
||||||
* <enumeration value="HDA"/>
|
|
||||||
* <enumeration value="BMS"/>
|
|
||||||
* <enumeration value="BOS"/>
|
|
||||||
* <enumeration value="BS"/>
|
|
||||||
* <enumeration value="FMS"/>
|
|
||||||
* <enumeration value="FOS"/>
|
|
||||||
* <enumeration value="NHD"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "DachungsArtCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum DachungsArtCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Betondachstein
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
BD,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Tondachstein
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
TD,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Eternitplatten
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
EP,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Blec
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
BL,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* harte Dachung - Andere
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
HDA,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Bitumenabdichtung mit Schüttung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
BMS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Bitumenabdichtung ohne Schüttung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
BOS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Bitumenschindel
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
BS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Foliendach mit Schüttung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
FMS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Foliendach ohne Schüttung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
FOS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* nicht harte Dachung - Andere
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
NHD;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static DachungsArtCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,94 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Antrag_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Antrag_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="Nummer" use="required" type="{urn:omds20}Polizzennr" />
|
|
||||||
* <attribute name="Datum" type="{urn:omds20}Datum" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Antrag_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELAntragType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "Nummer", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String nummer;
|
|
||||||
@XmlAttribute(name = "Datum")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar datum;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der nummer-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getNummer() {
|
|
||||||
return nummer;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der nummer-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setNummer(String value) {
|
|
||||||
this.nummer = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der datum-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getDatum() {
|
|
||||||
return datum;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der datum-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setDatum(XMLGregorianCalendar value) {
|
|
||||||
this.datum = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,101 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Anzahl_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Anzahl_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="Bezeichnung" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="Wert" use="required" type="{urn:omds20}decimal" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Anzahl_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELAnzahlType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "Bezeichnung", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String bezeichnung;
|
|
||||||
@XmlAttribute(name = "Wert", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal wert;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der bezeichnung-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getBezeichnung() {
|
|
||||||
return bezeichnung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der bezeichnung-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBezeichnung(String value) {
|
|
||||||
this.bezeichnung = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der wert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getWert() {
|
|
||||||
return wert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der wert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWert(BigDecimal value) {
|
|
||||||
this.wert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,192 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Betrag_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Betrag_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="BetragArtCd" type="{urn:omds20}BetragArtCd_Type" />
|
|
||||||
* <attribute name="Datum" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="Bezeichnung" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="WaehrungsCd" type="{urn:omds20}WaehrungsCd_Type" />
|
|
||||||
* <attribute name="Wert" use="required" type="{urn:omds20}decimal" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Betrag_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELBetragType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "BetragArtCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String betragArtCd;
|
|
||||||
@XmlAttribute(name = "Datum")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar datum;
|
|
||||||
@XmlAttribute(name = "Bezeichnung", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String bezeichnung;
|
|
||||||
@XmlAttribute(name = "WaehrungsCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected WaehrungsCdType waehrungsCd;
|
|
||||||
@XmlAttribute(name = "Wert", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal wert;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der betragArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getBetragArtCd() {
|
|
||||||
return betragArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der betragArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBetragArtCd(String value) {
|
|
||||||
this.betragArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der datum-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getDatum() {
|
|
||||||
return datum;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der datum-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setDatum(XMLGregorianCalendar value) {
|
|
||||||
this.datum = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der bezeichnung-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getBezeichnung() {
|
|
||||||
return bezeichnung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der bezeichnung-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBezeichnung(String value) {
|
|
||||||
this.bezeichnung = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der waehrungsCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public WaehrungsCdType getWaehrungsCd() {
|
|
||||||
return waehrungsCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der waehrungsCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWaehrungsCd(WaehrungsCdType value) {
|
|
||||||
this.waehrungsCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der wert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getWert() {
|
|
||||||
return wert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der wert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWert(BigDecimal value) {
|
|
||||||
this.wert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,100 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Bezugsberechtigung_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Bezugsberechtigung_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="BBArtCd" use="required" type="{urn:omds20}BBArtCd_Type" />
|
|
||||||
* <attribute name="BBTxt" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="255"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Bezugsberechtigung_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELBezugsberechtigungType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "BBArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BBArtCdType bbArtCd;
|
|
||||||
@XmlAttribute(name = "BBTxt", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String bbTxt;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der bbArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BBArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BBArtCdType getBBArtCd() {
|
|
||||||
return bbArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der bbArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BBArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBBArtCd(BBArtCdType value) {
|
|
||||||
this.bbArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der bbTxt-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getBBTxt() {
|
|
||||||
return bbTxt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der bbTxt-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBBTxt(String value) {
|
|
||||||
this.bbTxt = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,100 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Einstufung_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Einstufung_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="EstArtCd" use="required" type="{urn:omds20}EstArtCd_Type" />
|
|
||||||
* <attribute name="EstWert" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="5"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Einstufung_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELEinstufungType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "EstArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected EstArtCdType estArtCd;
|
|
||||||
@XmlAttribute(name = "EstWert", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String estWert;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der estArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link EstArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public EstArtCdType getEstArtCd() {
|
|
||||||
return estArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der estArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link EstArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setEstArtCd(EstArtCdType value) {
|
|
||||||
this.estArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der estWert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getEstWert() {
|
|
||||||
return estWert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der estWert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setEstWert(String value) {
|
|
||||||
this.estWert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,93 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Entscheidungsfrage_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Entscheidungsfrage_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="EFrageCd" use="required" type="{urn:omds20}EFrageCd_Type" />
|
|
||||||
* <attribute name="EFrageAntw" use="required" type="{urn:omds20}Entsch3_Type" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Entscheidungsfrage_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELEntscheidungsfrageType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "EFrageCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String eFrageCd;
|
|
||||||
@XmlAttribute(name = "EFrageAntw", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String eFrageAntw;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der eFrageCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getEFrageCd() {
|
|
||||||
return eFrageCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der eFrageCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setEFrageCd(String value) {
|
|
||||||
this.eFrageCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der eFrageAntw-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getEFrageAntw() {
|
|
||||||
return eFrageAntw;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der eFrageAntw-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setEFrageAntw(String value) {
|
|
||||||
this.eFrageAntw = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,160 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Flaeche_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Flaeche_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="FlaechenAttributCd" use="required" type="{urn:omds20}FlaechenAttributCd_Type" />
|
|
||||||
* <attribute name="Nummer">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="2"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="InnenFlaeche" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="VerbauteFlaeche" type="{urn:omds20}decimal" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Flaeche_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELFlaecheType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "FlaechenAttributCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected FlaechenAttributCdType flaechenAttributCd;
|
|
||||||
@XmlAttribute(name = "Nummer")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String nummer;
|
|
||||||
@XmlAttribute(name = "InnenFlaeche")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal innenFlaeche;
|
|
||||||
@XmlAttribute(name = "VerbauteFlaeche")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal verbauteFlaeche;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der flaechenAttributCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link FlaechenAttributCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public FlaechenAttributCdType getFlaechenAttributCd() {
|
|
||||||
return flaechenAttributCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der flaechenAttributCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link FlaechenAttributCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setFlaechenAttributCd(FlaechenAttributCdType value) {
|
|
||||||
this.flaechenAttributCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der nummer-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getNummer() {
|
|
||||||
return nummer;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der nummer-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setNummer(String value) {
|
|
||||||
this.nummer = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der innenFlaeche-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getInnenFlaeche() {
|
|
||||||
return innenFlaeche;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der innenFlaeche-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setInnenFlaeche(BigDecimal value) {
|
|
||||||
this.innenFlaeche = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der verbauteFlaeche-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getVerbauteFlaeche() {
|
|
||||||
return verbauteFlaeche;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der verbauteFlaeche-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVerbauteFlaeche(BigDecimal value) {
|
|
||||||
this.verbauteFlaeche = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,95 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Gewinnbeteiligung_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Gewinnbeteiligung_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="Datum" use="required" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="Wert" use="required" type="{urn:omds20}decimal" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Gewinnbeteiligung_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELGewinnbeteiligungType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "Datum", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar datum;
|
|
||||||
@XmlAttribute(name = "Wert", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal wert;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der datum-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getDatum() {
|
|
||||||
return datum;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der datum-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setDatum(XMLGregorianCalendar value) {
|
|
||||||
this.datum = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der wert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getWert() {
|
|
||||||
return wert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der wert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWert(BigDecimal value) {
|
|
||||||
this.wert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,130 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Grenzwert_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Grenzwert_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="GrwArtCd" use="required" type="{urn:omds20}GrwArtCd_Type" />
|
|
||||||
* <attribute name="GrWert" use="required" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="GrwTyp">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Grenzwert_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELGrenzwertType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "GrwArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected GrwArtCdType grwArtCd;
|
|
||||||
@XmlAttribute(name = "GrWert", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal grWert;
|
|
||||||
@XmlAttribute(name = "GrwTyp")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String grwTyp;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der grwArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link GrwArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public GrwArtCdType getGrwArtCd() {
|
|
||||||
return grwArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der grwArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link GrwArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGrwArtCd(GrwArtCdType value) {
|
|
||||||
this.grwArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der grWert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getGrWert() {
|
|
||||||
return grWert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der grWert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGrWert(BigDecimal value) {
|
|
||||||
this.grWert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der grwTyp-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getGrwTyp() {
|
|
||||||
return grwTyp;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der grwTyp-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGrwTyp(String value) {
|
|
||||||
this.grwTyp = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,131 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Identifizierung_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Identifizierung_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="IdfArtCd" use="required" type="{urn:omds20}IdfArtCd_Type" />
|
|
||||||
* <attribute name="IdfSchluessel" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="IdfDatum" type="{urn:omds20}Datum" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Identifizierung_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELIdentifizierungType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "IdfArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected IdfArtCdType idfArtCd;
|
|
||||||
@XmlAttribute(name = "IdfSchluessel", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String idfSchluessel;
|
|
||||||
@XmlAttribute(name = "IdfDatum")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar idfDatum;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der idfArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link IdfArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public IdfArtCdType getIdfArtCd() {
|
|
||||||
return idfArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der idfArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link IdfArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setIdfArtCd(IdfArtCdType value) {
|
|
||||||
this.idfArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der idfSchluessel-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getIdfSchluessel() {
|
|
||||||
return idfSchluessel;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der idfSchluessel-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setIdfSchluessel(String value) {
|
|
||||||
this.idfSchluessel = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der idfDatum-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getIdfDatum() {
|
|
||||||
return idfDatum;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der idfDatum-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setIdfDatum(XMLGregorianCalendar value) {
|
|
||||||
this.idfDatum = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,127 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Index_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Index_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="IndexArtCd" use="required" type="{urn:omds20}IndexArtCd_Type" />
|
|
||||||
* <attribute name="Datum" type="{http://www.w3.org/2001/XMLSchema}gYearMonth" />
|
|
||||||
* <attribute name="Wert" type="{urn:omds20}decimal" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Index_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELIndexType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "IndexArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String indexArtCd;
|
|
||||||
@XmlAttribute(name = "Datum")
|
|
||||||
@XmlSchemaType(name = "gYearMonth")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar datum;
|
|
||||||
@XmlAttribute(name = "Wert")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal wert;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der indexArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getIndexArtCd() {
|
|
||||||
return indexArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der indexArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setIndexArtCd(String value) {
|
|
||||||
this.indexArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der datum-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getDatum() {
|
|
||||||
return datum;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der datum-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setDatum(XMLGregorianCalendar value) {
|
|
||||||
this.datum = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der wert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getWert() {
|
|
||||||
return wert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der wert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWert(BigDecimal value) {
|
|
||||||
this.wert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,93 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-KFZ-Kennzeichen_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-KFZ-Kennzeichen_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="Pol_Kennz" use="required" type="{urn:omds20}Pol_Kennz_Type" />
|
|
||||||
* <attribute name="Fahrgestnr" type="{urn:omds20}Fahrgestnr_Type" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-KFZ-Kennzeichen_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELKFZKennzeichenType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "Pol_Kennz", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String polKennz;
|
|
||||||
@XmlAttribute(name = "Fahrgestnr")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String fahrgestnr;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der polKennz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPolKennz() {
|
|
||||||
return polKennz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der polKennz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPolKennz(String value) {
|
|
||||||
this.polKennz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der fahrgestnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getFahrgestnr() {
|
|
||||||
return fahrgestnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der fahrgestnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setFahrgestnr(String value) {
|
|
||||||
this.fahrgestnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,70 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Klausel_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Klausel_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="Klauselnr" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="26"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Klausel_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELKlauselType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "Klauselnr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String klauselnr;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der klauselnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getKlauselnr() {
|
|
||||||
return klauselnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der klauselnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setKlauselnr(String value) {
|
|
||||||
this.klauselnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,100 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Kommunikation_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Kommunikation_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="KomArtCd" use="required" type="{urn:omds20}KomArtCd_Type" />
|
|
||||||
* <attribute name="Kennung" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="255"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Kommunikation_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELKommunikationType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "KomArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String komArtCd;
|
|
||||||
@XmlAttribute(name = "Kennung", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String kennung;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der komArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getKomArtCd() {
|
|
||||||
return komArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der komArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setKomArtCd(String value) {
|
|
||||||
this.komArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der kennung-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getKennung() {
|
|
||||||
return kennung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der kennung-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setKennung(String value) {
|
|
||||||
this.kennung = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,202 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
import at.vvo.omds.types.omds3Types.r1_9_0.common.LegitimationType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Legitimation_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Legitimation_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="LegArtCd" use="required" type="{urn:omds20}LegArtCd_Type" />
|
|
||||||
* <attribute name="Ausstellungsbehoerde">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="Datum" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="GueltigBis" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="Nummer" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Legitimation_Type")
|
|
||||||
@XmlSeeAlso({
|
|
||||||
LegitimationType.class
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELLegitimationType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "LegArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String legArtCd;
|
|
||||||
@XmlAttribute(name = "Ausstellungsbehoerde")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String ausstellungsbehoerde;
|
|
||||||
@XmlAttribute(name = "Datum")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar datum;
|
|
||||||
@XmlAttribute(name = "GueltigBis")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar gueltigBis;
|
|
||||||
@XmlAttribute(name = "Nummer", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String nummer;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der legArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getLegArtCd() {
|
|
||||||
return legArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der legArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setLegArtCd(String value) {
|
|
||||||
this.legArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der ausstellungsbehoerde-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getAusstellungsbehoerde() {
|
|
||||||
return ausstellungsbehoerde;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der ausstellungsbehoerde-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setAusstellungsbehoerde(String value) {
|
|
||||||
this.ausstellungsbehoerde = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der datum-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getDatum() {
|
|
||||||
return datum;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der datum-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setDatum(XMLGregorianCalendar value) {
|
|
||||||
this.datum = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der gueltigBis-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getGueltigBis() {
|
|
||||||
return gueltigBis;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der gueltigBis-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGueltigBis(XMLGregorianCalendar value) {
|
|
||||||
this.gueltigBis = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der nummer-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getNummer() {
|
|
||||||
return nummer;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der nummer-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setNummer(String value) {
|
|
||||||
this.nummer = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,57 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Objekt_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Objekt_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="ObjLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Objekt_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELObjektType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "ObjLfnr", required = true)
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected int objLfnr;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der objLfnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public int getObjLfnr() {
|
|
||||||
return objLfnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der objLfnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setObjLfnr(int value) {
|
|
||||||
this.objLfnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,136 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Objektdaten_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Objektdaten_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="ObjektdatenCd" use="required" type="{urn:omds20}ObjektdatenCd_Type" />
|
|
||||||
* <attribute name="Wert" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="10"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="ObjektdatenInfo">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="60"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Objektdaten_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELObjektdatenType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "ObjektdatenCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String objektdatenCd;
|
|
||||||
@XmlAttribute(name = "Wert", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String wert;
|
|
||||||
@XmlAttribute(name = "ObjektdatenInfo")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String objektdatenInfo;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der objektdatenCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getObjektdatenCd() {
|
|
||||||
return objektdatenCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der objektdatenCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setObjektdatenCd(String value) {
|
|
||||||
this.objektdatenCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der wert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getWert() {
|
|
||||||
return wert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der wert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWert(String value) {
|
|
||||||
this.wert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der objektdatenInfo-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getObjektdatenInfo() {
|
|
||||||
return objektdatenInfo;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der objektdatenInfo-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setObjektdatenInfo(String value) {
|
|
||||||
this.objektdatenInfo = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,93 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Polizzennummer_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Polizzennummer_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="PolArtCd" use="required" type="{urn:omds20}PolArtCd_Type" />
|
|
||||||
* <attribute name="PolNr" use="required" type="{urn:omds20}Polizzennr" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Polizzennummer_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELPolizzennummerType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "PolArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected PolArtCdType polArtCd;
|
|
||||||
@XmlAttribute(name = "PolNr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String polNr;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der polArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link PolArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public PolArtCdType getPolArtCd() {
|
|
||||||
return polArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der polArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link PolArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPolArtCd(PolArtCdType value) {
|
|
||||||
this.polArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der polNr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPolNr() {
|
|
||||||
return polNr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der polNr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPolNr(String value) {
|
|
||||||
this.polNr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,124 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Praemienfreistellung_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Praemienfreistellung_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="PfrArtCd" use="required" type="{urn:omds20}PfrArtCd_Type" />
|
|
||||||
* <attribute name="PfrBeg" use="required" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="PfrEnde" type="{urn:omds20}Datum" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Praemienfreistellung_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELPraemienfreistellungType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "PfrArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String pfrArtCd;
|
|
||||||
@XmlAttribute(name = "PfrBeg", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar pfrBeg;
|
|
||||||
@XmlAttribute(name = "PfrEnde")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar pfrEnde;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der pfrArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPfrArtCd() {
|
|
||||||
return pfrArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der pfrArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPfrArtCd(String value) {
|
|
||||||
this.pfrArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der pfrBeg-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getPfrBeg() {
|
|
||||||
return pfrBeg;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der pfrBeg-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPfrBeg(XMLGregorianCalendar value) {
|
|
||||||
this.pfrBeg = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der pfrEnde-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getPfrEnde() {
|
|
||||||
return pfrEnde;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der pfrEnde-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPfrEnde(XMLGregorianCalendar value) {
|
|
||||||
this.pfrEnde = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,160 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Praemienkorrektur_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Praemienkorrektur_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="PraemKorrArtCd" use="required" type="{urn:omds20}PraemKorrArtCd_Type" />
|
|
||||||
* <attribute name="PraemKorrWert" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="PraemKorrProz" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="PraemKorrText">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="80"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Praemienkorrektur_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELPraemienkorrekturType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "PraemKorrArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String praemKorrArtCd;
|
|
||||||
@XmlAttribute(name = "PraemKorrWert")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal praemKorrWert;
|
|
||||||
@XmlAttribute(name = "PraemKorrProz")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal praemKorrProz;
|
|
||||||
@XmlAttribute(name = "PraemKorrText")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String praemKorrText;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der praemKorrArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPraemKorrArtCd() {
|
|
||||||
return praemKorrArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der praemKorrArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPraemKorrArtCd(String value) {
|
|
||||||
this.praemKorrArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der praemKorrWert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getPraemKorrWert() {
|
|
||||||
return praemKorrWert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der praemKorrWert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPraemKorrWert(BigDecimal value) {
|
|
||||||
this.praemKorrWert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der praemKorrProz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getPraemKorrProz() {
|
|
||||||
return praemKorrProz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der praemKorrProz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPraemKorrProz(BigDecimal value) {
|
|
||||||
this.praemKorrProz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der praemKorrText-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPraemKorrText() {
|
|
||||||
return praemKorrText;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der praemKorrText-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPraemKorrText(String value) {
|
|
||||||
this.praemKorrText = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,70 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Rahmenvereinbarung_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Rahmenvereinbarung_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="RahmenVebnr" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Rahmenvereinbarung_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELRahmenvereinbarungType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "RahmenVebnr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String rahmenVebnr;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der rahmenVebnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getRahmenVebnr() {
|
|
||||||
return rahmenVebnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der rahmenVebnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setRahmenVebnr(String value) {
|
|
||||||
this.rahmenVebnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,100 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Rahmenvertrag_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Rahmenvertrag_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="RahmenvertragsartCd" use="required" type="{urn:omds20}RahmenvertragsartCd_Type" />
|
|
||||||
* <attribute name="Rahmenvertragsnummer" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="20"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Rahmenvertrag_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELRahmenvertragType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "RahmenvertragsartCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String rahmenvertragsartCd;
|
|
||||||
@XmlAttribute(name = "Rahmenvertragsnummer", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String rahmenvertragsnummer;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der rahmenvertragsartCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getRahmenvertragsartCd() {
|
|
||||||
return rahmenvertragsartCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der rahmenvertragsartCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setRahmenvertragsartCd(String value) {
|
|
||||||
this.rahmenvertragsartCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der rahmenvertragsnummer-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getRahmenvertragsnummer() {
|
|
||||||
return rahmenvertragsnummer;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der rahmenvertragsnummer-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setRahmenvertragsnummer(String value) {
|
|
||||||
this.rahmenvertragsnummer = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,125 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Rente_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Rente_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="RntRhythmCd" use="required" type="{urn:omds20}RntRhythmCd_Type" />
|
|
||||||
* <attribute name="RntBeg" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="RntBetrag" use="required" type="{urn:omds20}decimal" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Rente_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELRenteType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "RntRhythmCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String rntRhythmCd;
|
|
||||||
@XmlAttribute(name = "RntBeg")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar rntBeg;
|
|
||||||
@XmlAttribute(name = "RntBetrag", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal rntBetrag;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der rntRhythmCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getRntRhythmCd() {
|
|
||||||
return rntRhythmCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der rntRhythmCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setRntRhythmCd(String value) {
|
|
||||||
this.rntRhythmCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der rntBeg-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getRntBeg() {
|
|
||||||
return rntBeg;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der rntBeg-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setRntBeg(XMLGregorianCalendar value) {
|
|
||||||
this.rntBeg = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der rntBetrag-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getRntBetrag() {
|
|
||||||
return rntBetrag;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der rntBetrag-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setRntBetrag(BigDecimal value) {
|
|
||||||
this.rntBetrag = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für anonymous complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <extension base="{urn:omds20}EL-Selbstbehalt_Type">
|
|
||||||
* </extension>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "")
|
|
||||||
@XmlRootElement(name = "EL-Selbstbehalt")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELSelbstbehalt
|
|
||||||
extends ELSelbstbehaltType
|
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,164 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Selbstbehalt_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Selbstbehalt_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="SbhArtCd" use="required" type="{urn:omds20}SbhArtCd_Type" />
|
|
||||||
* <attribute name="SbhBetrag" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="SbhProzent" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="SbhText">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="80"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Selbstbehalt_Type")
|
|
||||||
@XmlSeeAlso({
|
|
||||||
ELSelbstbehalt.class
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELSelbstbehaltType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "SbhArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected SbhArtCdType sbhArtCd;
|
|
||||||
@XmlAttribute(name = "SbhBetrag")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal sbhBetrag;
|
|
||||||
@XmlAttribute(name = "SbhProzent")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal sbhProzent;
|
|
||||||
@XmlAttribute(name = "SbhText")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String sbhText;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der sbhArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link SbhArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public SbhArtCdType getSbhArtCd() {
|
|
||||||
return sbhArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der sbhArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link SbhArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSbhArtCd(SbhArtCdType value) {
|
|
||||||
this.sbhArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der sbhBetrag-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getSbhBetrag() {
|
|
||||||
return sbhBetrag;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der sbhBetrag-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSbhBetrag(BigDecimal value) {
|
|
||||||
this.sbhBetrag = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der sbhProzent-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getSbhProzent() {
|
|
||||||
return sbhProzent;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der sbhProzent-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSbhProzent(BigDecimal value) {
|
|
||||||
this.sbhProzent = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der sbhText-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSbhText() {
|
|
||||||
return sbhText;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der sbhText-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSbhText(String value) {
|
|
||||||
this.sbhText = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,94 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Steuer_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Steuer_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="StArtCd" use="required" type="{urn:omds20}StArtCd_Type" />
|
|
||||||
* <attribute name="StBetrag" use="required" type="{urn:omds20}decimal" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Steuer_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELSteuerType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "StArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String stArtCd;
|
|
||||||
@XmlAttribute(name = "StBetrag", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal stBetrag;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der stArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getStArtCd() {
|
|
||||||
return stArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der stArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setStArtCd(String value) {
|
|
||||||
this.stArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der stBetrag-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getStBetrag() {
|
|
||||||
return stBetrag;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der stBetrag-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setStBetrag(BigDecimal value) {
|
|
||||||
this.stBetrag = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,99 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Text_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Text_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="TxtArtCd" use="required" type="{urn:omds20}TxtArtCd_Type" />
|
|
||||||
* <attribute name="TxtInhalt" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Text_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELTextType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "TxtArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected TxtArtCdType txtArtCd;
|
|
||||||
@XmlAttribute(name = "TxtInhalt", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String txtInhalt;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der txtArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link TxtArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public TxtArtCdType getTxtArtCd() {
|
|
||||||
return txtArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der txtArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link TxtArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setTxtArtCd(TxtArtCdType value) {
|
|
||||||
this.txtArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der txtInhalt-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getTxtInhalt() {
|
|
||||||
return txtInhalt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der txtInhalt-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setTxtInhalt(String value) {
|
|
||||||
this.txtInhalt = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,160 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Versicherungssumme_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Versicherungssumme_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="VSArtCd" use="required" type="{urn:omds20}VSArtCd_Type" />
|
|
||||||
* <attribute name="VSBetrag" use="required" type="{urn:omds20}decimal14_2" />
|
|
||||||
* <attribute name="WaehrungsCd" type="{urn:omds20}WaehrungsCd_Type" />
|
|
||||||
* <attribute name="VSBez">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="255"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Versicherungssumme_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELVersicherungssummeType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "VSArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected VSArtCdType vsArtCd;
|
|
||||||
@XmlAttribute(name = "VSBetrag", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal vsBetrag;
|
|
||||||
@XmlAttribute(name = "WaehrungsCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected WaehrungsCdType waehrungsCd;
|
|
||||||
@XmlAttribute(name = "VSBez")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vsBez;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vsArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link VSArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public VSArtCdType getVSArtCd() {
|
|
||||||
return vsArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vsArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link VSArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVSArtCd(VSArtCdType value) {
|
|
||||||
this.vsArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vsBetrag-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getVSBetrag() {
|
|
||||||
return vsBetrag;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vsBetrag-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVSBetrag(BigDecimal value) {
|
|
||||||
this.vsBetrag = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der waehrungsCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public WaehrungsCdType getWaehrungsCd() {
|
|
||||||
return waehrungsCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der waehrungsCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWaehrungsCd(WaehrungsCdType value) {
|
|
||||||
this.waehrungsCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vsBez-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVSBez() {
|
|
||||||
return vsBez;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vsBez-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVSBez(String value) {
|
|
||||||
this.vsBez = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,124 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EL-Zeitraum_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="EL-Zeitraum_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="ZRArtCd" use="required" type="{urn:omds20}ZRArtCd_Type" />
|
|
||||||
* <attribute name="ZRBeg" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="ZREnd" type="{urn:omds20}Datum" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "EL-Zeitraum_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ELZeitraumType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "ZRArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String zrArtCd;
|
|
||||||
@XmlAttribute(name = "ZRBeg")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar zrBeg;
|
|
||||||
@XmlAttribute(name = "ZREnd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar zrEnd;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der zrArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getZRArtCd() {
|
|
||||||
return zrArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der zrArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setZRArtCd(String value) {
|
|
||||||
this.zrArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der zrBeg-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getZRBeg() {
|
|
||||||
return zrBeg;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der zrBeg-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setZRBeg(XMLGregorianCalendar value) {
|
|
||||||
this.zrBeg = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der zrEnd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getZREnd() {
|
|
||||||
return zrEnd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der zrEnd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setZREnd(XMLGregorianCalendar value) {
|
|
||||||
this.zrEnd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für Entsch2_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="Entsch2_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="1"/>
|
|
||||||
* <enumeration value="J"/>
|
|
||||||
* <enumeration value="N"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "Entsch2_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum Entsch2Type {
|
|
||||||
|
|
||||||
J,
|
|
||||||
N;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static Entsch2Type fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für EstArtCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="EstArtCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="G"/>
|
|
||||||
* <enumeration value="T"/>
|
|
||||||
* <enumeration value="TVU"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "EstArtCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum EstArtCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gefahrenklasse
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
G,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Tarif-, Bonus/Malus-Stufe offiziell
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
T,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Tarif-, Bonus/Malus-Stufe VU-intern
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
TVU;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static EstArtCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,305 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für FONDS_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="FONDS_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="ISIN" use="required" type="{urn:omds20}ISIN_Type" />
|
|
||||||
* <attribute name="WKN" type="{urn:omds20}WKN_Type" />
|
|
||||||
* <attribute name="Bezeichnung" type="{urn:omds20}FondsBez_Type" />
|
|
||||||
* <attribute name="Kurs" type="{urn:omds20}FondsBetrag_Type" />
|
|
||||||
* <attribute name="AnteilWertpapier" use="required" type="{urn:omds20}FondsAnteil_Type" />
|
|
||||||
* <attribute name="Prozentsatz" use="required" type="{urn:omds20}Prozentsatz_Type" />
|
|
||||||
* <attribute name="Wert" type="{urn:omds20}FondsBetrag_Type" />
|
|
||||||
* <attribute name="WaehrungsCd" type="{urn:omds20}WaehrungsCd_Type" />
|
|
||||||
* <attribute name="Stichtag" use="required" type="{urn:omds20}Datum" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "FONDS_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class FONDSType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "ISIN", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String isin;
|
|
||||||
@XmlAttribute(name = "WKN")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String wkn;
|
|
||||||
@XmlAttribute(name = "Bezeichnung")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String bezeichnung;
|
|
||||||
@XmlAttribute(name = "Kurs")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal kurs;
|
|
||||||
@XmlAttribute(name = "AnteilWertpapier", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal anteilWertpapier;
|
|
||||||
@XmlAttribute(name = "Prozentsatz", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal prozentsatz;
|
|
||||||
@XmlAttribute(name = "Wert")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal wert;
|
|
||||||
@XmlAttribute(name = "WaehrungsCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected WaehrungsCdType waehrungsCd;
|
|
||||||
@XmlAttribute(name = "Stichtag", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar stichtag;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der isin-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getISIN() {
|
|
||||||
return isin;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der isin-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setISIN(String value) {
|
|
||||||
this.isin = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der wkn-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getWKN() {
|
|
||||||
return wkn;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der wkn-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWKN(String value) {
|
|
||||||
this.wkn = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der bezeichnung-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getBezeichnung() {
|
|
||||||
return bezeichnung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der bezeichnung-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBezeichnung(String value) {
|
|
||||||
this.bezeichnung = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der kurs-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getKurs() {
|
|
||||||
return kurs;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der kurs-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setKurs(BigDecimal value) {
|
|
||||||
this.kurs = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der anteilWertpapier-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getAnteilWertpapier() {
|
|
||||||
return anteilWertpapier;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der anteilWertpapier-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setAnteilWertpapier(BigDecimal value) {
|
|
||||||
this.anteilWertpapier = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der prozentsatz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getProzentsatz() {
|
|
||||||
return prozentsatz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der prozentsatz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setProzentsatz(BigDecimal value) {
|
|
||||||
this.prozentsatz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der wert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getWert() {
|
|
||||||
return wert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der wert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWert(BigDecimal value) {
|
|
||||||
this.wert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der waehrungsCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public WaehrungsCdType getWaehrungsCd() {
|
|
||||||
return waehrungsCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der waehrungsCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWaehrungsCd(WaehrungsCdType value) {
|
|
||||||
this.waehrungsCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der stichtag-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getStichtag() {
|
|
||||||
return stichtag;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der stichtag-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setStichtag(XMLGregorianCalendar value) {
|
|
||||||
this.stichtag = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,84 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für FlaechenAttributCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="FlaechenAttributCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="EG"/>
|
|
||||||
* <enumeration value="SW"/>
|
|
||||||
* <enumeration value="MA"/>
|
|
||||||
* <enumeration value="KM"/>
|
|
||||||
* <enumeration value="KO"/>
|
|
||||||
* <enumeration value="WF"/>
|
|
||||||
* <enumeration value="GF"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "FlaechenAttributCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum FlaechenAttributCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Erdgeschoß
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
EG,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Stockwerk
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SW,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Mansarde
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
MA,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Keller mit Wohnnutzung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
KM,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Keller ohne Wohnnutzung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
KO,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Wohnfläche
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
WF,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Grundfläche
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
GF;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static FlaechenAttributCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,291 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für GESCHAEDIGTES_OBJEKT_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="GESCHAEDIGTES_OBJEKT_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="GeschObjektLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
|
||||||
* <attribute name="SchadenBeschreibung">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="100"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="VUNrGesch" type="{urn:omds20}VUNr" />
|
|
||||||
* <attribute name="VUNameGesch">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="PolNrGesch" type="{urn:omds20}Polizzennr" />
|
|
||||||
* <attribute name="SchadennrGesch">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{urn:omds20}Schadennr">
|
|
||||||
* <maxLength value="35"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="LandesCd_GeschKfz" type="{urn:omds20}LandesCd_Type" />
|
|
||||||
* <attribute name="Kennz_GeschKfz">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="12"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "GESCHAEDIGTES_OBJEKT_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class GESCHAEDIGTESOBJEKTType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "GeschObjektLfnr", required = true)
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected int geschObjektLfnr;
|
|
||||||
@XmlAttribute(name = "SchadenBeschreibung")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String schadenBeschreibung;
|
|
||||||
@XmlAttribute(name = "VUNrGesch")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vuNrGesch;
|
|
||||||
@XmlAttribute(name = "VUNameGesch")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vuNameGesch;
|
|
||||||
@XmlAttribute(name = "PolNrGesch")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String polNrGesch;
|
|
||||||
@XmlAttribute(name = "SchadennrGesch")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String schadennrGesch;
|
|
||||||
@XmlAttribute(name = "LandesCd_GeschKfz")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String landesCdGeschKfz;
|
|
||||||
@XmlAttribute(name = "Kennz_GeschKfz")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String kennzGeschKfz;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der geschObjektLfnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public int getGeschObjektLfnr() {
|
|
||||||
return geschObjektLfnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der geschObjektLfnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGeschObjektLfnr(int value) {
|
|
||||||
this.geschObjektLfnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der schadenBeschreibung-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSchadenBeschreibung() {
|
|
||||||
return schadenBeschreibung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der schadenBeschreibung-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSchadenBeschreibung(String value) {
|
|
||||||
this.schadenBeschreibung = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vuNrGesch-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVUNrGesch() {
|
|
||||||
return vuNrGesch;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vuNrGesch-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVUNrGesch(String value) {
|
|
||||||
this.vuNrGesch = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vuNameGesch-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVUNameGesch() {
|
|
||||||
return vuNameGesch;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vuNameGesch-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVUNameGesch(String value) {
|
|
||||||
this.vuNameGesch = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der polNrGesch-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPolNrGesch() {
|
|
||||||
return polNrGesch;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der polNrGesch-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPolNrGesch(String value) {
|
|
||||||
this.polNrGesch = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der schadennrGesch-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSchadennrGesch() {
|
|
||||||
return schadennrGesch;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der schadennrGesch-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSchadennrGesch(String value) {
|
|
||||||
this.schadennrGesch = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der landesCdGeschKfz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getLandesCdGeschKfz() {
|
|
||||||
return landesCdGeschKfz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der landesCdGeschKfz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setLandesCdGeschKfz(String value) {
|
|
||||||
this.landesCdGeschKfz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der kennzGeschKfz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getKennzGeschKfz() {
|
|
||||||
return kennzGeschKfz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der kennzGeschKfz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setKennzGeschKfz(String value) {
|
|
||||||
this.kennzGeschKfz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,147 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für GesFormCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="GesFormCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="GBH"/>
|
|
||||||
* <enumeration value="AG"/>
|
|
||||||
* <enumeration value="OG"/>
|
|
||||||
* <enumeration value="KG"/>
|
|
||||||
* <enumeration value="GBR"/>
|
|
||||||
* <enumeration value="SG"/>
|
|
||||||
* <enumeration value="GEN"/>
|
|
||||||
* <enumeration value="EUR"/>
|
|
||||||
* <enumeration value="EU"/>
|
|
||||||
* <enumeration value="GKG"/>
|
|
||||||
* <enumeration value="PS"/>
|
|
||||||
* <enumeration value="SP"/>
|
|
||||||
* <enumeration value="VE"/>
|
|
||||||
* <enumeration value="WEG"/>
|
|
||||||
* <enumeration value="EWI"/>
|
|
||||||
* <enumeration value="ARG"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "GesFormCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum GesFormCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gesellschaft mit beschränkter Haftung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
GBH,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Aktiengesellschaft
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
AG,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Offene Gesellschaft
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
OG,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Kommanditgesellschaft
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
KG,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gesellschaft bürgerlichen Rechts
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
GBR,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Stille Gesellschaft
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SG,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Erwerbs- und Wirtschaftsgenossenschaft
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
GEN,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ausländ./EU Rechtsform
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
EUR,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Einzelunternehmen
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
EU,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* GmbH und Co KG
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
GKG,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Privatstiftung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
PS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sparkasse
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SP,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Verein
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
VE,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Wohnungseigentümergemeinschaft
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
WEG,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Europäische Wirtschaftliche Interessenvereinigung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
EWI,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Arbeitsgemeinschaft
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
ARG;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static GesFormCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für GrwArtCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="GrwArtCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="DFP"/>
|
|
||||||
* <enumeration value="KAM"/>
|
|
||||||
* <enumeration value="KAT"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "GrwArtCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum GrwArtCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* DauerfolgenProz(UV)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
DFP,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Karenzmonate
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
KAM,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Karenztage
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
KAT;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static GrwArtCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für IdfArtCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="IdfArtCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="FB"/>
|
|
||||||
* <enumeration value="SV"/>
|
|
||||||
* <enumeration value="VB"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "IdfArtCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum IdfArtCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Firmenbuchnummer
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
FB,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sozialversicherungsnr
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SV,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Versicherungsbestätigung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
VB;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static IdfArtCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,204 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für KLAUSEL_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="KLAUSEL_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="Klauselnr" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="26"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="Klauselbez" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="80"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="Klauseltxt">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="7998"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="GueltigVon" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="GueltigBis" type="{urn:omds20}Datum" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "KLAUSEL_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class KLAUSELType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "Klauselnr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String klauselnr;
|
|
||||||
@XmlAttribute(name = "Klauselbez", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String klauselbez;
|
|
||||||
@XmlAttribute(name = "Klauseltxt")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String klauseltxt;
|
|
||||||
@XmlAttribute(name = "GueltigVon")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar gueltigVon;
|
|
||||||
@XmlAttribute(name = "GueltigBis")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar gueltigBis;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der klauselnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getKlauselnr() {
|
|
||||||
return klauselnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der klauselnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setKlauselnr(String value) {
|
|
||||||
this.klauselnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der klauselbez-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getKlauselbez() {
|
|
||||||
return klauselbez;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der klauselbez-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setKlauselbez(String value) {
|
|
||||||
this.klauselbez = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der klauseltxt-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getKlauseltxt() {
|
|
||||||
return klauseltxt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der klauseltxt-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setKlauseltxt(String value) {
|
|
||||||
this.klauseltxt = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der gueltigVon-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getGueltigVon() {
|
|
||||||
return gueltigVon;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der gueltigVon-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGueltigVon(XMLGregorianCalendar value) {
|
|
||||||
this.gueltigVon = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der gueltigBis-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getGueltigBis() {
|
|
||||||
return gueltigBis;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der gueltigBis-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGueltigBis(XMLGregorianCalendar value) {
|
|
||||||
this.gueltigBis = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,359 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für LOESCHANSTOSS_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="LOESCHANSTOSS_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="LoeschID" use="required" type="{urn:omds20}Datum-Zeit2" />
|
|
||||||
* <attribute name="SystemQuelle" default=" ">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="2"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="GueltigAb" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="Polizzennr" type="{urn:omds20}Polizzennr" />
|
|
||||||
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
|
||||||
* <attribute name="Personennr" type="{urn:omds20}Personennr" />
|
|
||||||
* <attribute name="Schadennr" type="{urn:omds20}Schadennr" />
|
|
||||||
* <attribute name="ProvisionsID">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="26"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="MahnverfahrenNr">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="32"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="LoeschCd" use="required" type="{urn:omds20}LoeschCd_Type" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "LOESCHANSTOSS_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class LOESCHANSTOSSType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "LoeschID", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar loeschID;
|
|
||||||
@XmlAttribute(name = "SystemQuelle")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String systemQuelle;
|
|
||||||
@XmlAttribute(name = "GueltigAb")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar gueltigAb;
|
|
||||||
@XmlAttribute(name = "Polizzennr")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String polizzennr;
|
|
||||||
@XmlAttribute(name = "VertragsID")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vertragsID;
|
|
||||||
@XmlAttribute(name = "Personennr")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String personennr;
|
|
||||||
@XmlAttribute(name = "Schadennr")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String schadennr;
|
|
||||||
@XmlAttribute(name = "ProvisionsID")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String provisionsID;
|
|
||||||
@XmlAttribute(name = "MahnverfahrenNr")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String mahnverfahrenNr;
|
|
||||||
@XmlAttribute(name = "LoeschCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected LoeschCdType loeschCd;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der loeschID-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getLoeschID() {
|
|
||||||
return loeschID;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der loeschID-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setLoeschID(XMLGregorianCalendar value) {
|
|
||||||
this.loeschID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der systemQuelle-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSystemQuelle() {
|
|
||||||
if (systemQuelle == null) {
|
|
||||||
return " ";
|
|
||||||
} else {
|
|
||||||
return systemQuelle;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der systemQuelle-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSystemQuelle(String value) {
|
|
||||||
this.systemQuelle = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der gueltigAb-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getGueltigAb() {
|
|
||||||
return gueltigAb;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der gueltigAb-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGueltigAb(XMLGregorianCalendar value) {
|
|
||||||
this.gueltigAb = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der polizzennr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPolizzennr() {
|
|
||||||
return polizzennr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der polizzennr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPolizzennr(String value) {
|
|
||||||
this.polizzennr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vertragsID-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVertragsID() {
|
|
||||||
return vertragsID;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vertragsID-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVertragsID(String value) {
|
|
||||||
this.vertragsID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der personennr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPersonennr() {
|
|
||||||
return personennr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der personennr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPersonennr(String value) {
|
|
||||||
this.personennr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der schadennr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSchadennr() {
|
|
||||||
return schadennr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der schadennr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSchadennr(String value) {
|
|
||||||
this.schadennr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der provisionsID-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getProvisionsID() {
|
|
||||||
return provisionsID;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der provisionsID-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setProvisionsID(String value) {
|
|
||||||
this.provisionsID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnverfahrenNr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getMahnverfahrenNr() {
|
|
||||||
return mahnverfahrenNr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnverfahrenNr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnverfahrenNr(String value) {
|
|
||||||
this.mahnverfahrenNr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der loeschCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link LoeschCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public LoeschCdType getLoeschCd() {
|
|
||||||
return loeschCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der loeschCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link LoeschCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setLoeschCd(LoeschCdType value) {
|
|
||||||
this.loeschCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für LoeschCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="LoeschCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="M"/>
|
|
||||||
* <enumeration value="L"/>
|
|
||||||
* <enumeration value="G"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "LoeschCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum LoeschCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Markieren als nichtmehrversorgt
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
M,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Löschen wg.z.B.Falschlieferung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
L,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gesetzlich: Hinweis an Makler - Person/Vertrag/Schaden wurden bei der VU wegen DSG gelöscht
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
G;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static LoeschCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,777 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import java.math.BigInteger;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für MAHNUNG_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="MAHNUNG_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <choice maxOccurs="unbounded" minOccurs="0">
|
|
||||||
* <element ref="{urn:omds20}EL-Text"/>
|
|
||||||
* </choice>
|
|
||||||
* </sequence>
|
|
||||||
* <attribute name="MahnverfahrenNr" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="32"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="MahnungNr" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
|
|
||||||
* <attribute name="Polizzennr" use="required" type="{urn:omds20}Polizzennr" />
|
|
||||||
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
|
||||||
* <attribute name="Vermnr" use="required" type="{urn:omds20}Vermnr" />
|
|
||||||
* <attribute name="MahnBetrag" use="required" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="MahnSpesen" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="MahnStufeCd" use="required" type="{urn:omds20}MahnStufeCd_Type" />
|
|
||||||
* <attribute name="MahnStufeTextVU">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="MahnStelleVU">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="80"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="MahnStelleBeauftragt">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="80"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="MahnStufeGueltigAb" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="MahnStufeGueltigBis" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="MahnStufeCdNext" type="{urn:omds20}MahnStufeCd_Type" />
|
|
||||||
* <attribute name="MahnStufeTextVUNext">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="MahnStufeGueltigAbNext" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="MahnLetzteZahlung" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="MahnAeltesteFaelligkeit" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="MahnAnzahlFaelligkeiten" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
|
||||||
* <attribute name="GrundRuecklaufCd" type="{urn:omds20}GrundRuecklaufCd_Type" />
|
|
||||||
* <attribute name="MahnDeckungBis" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="VtgSparteCd" type="{urn:omds20}VtgSparteCd_Type" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "MAHNUNG_Type", propOrder = {
|
|
||||||
"elText"
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class MAHNUNGType {
|
|
||||||
|
|
||||||
@XmlElement(name = "EL-Text")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<ELTextType> elText;
|
|
||||||
@XmlAttribute(name = "MahnverfahrenNr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String mahnverfahrenNr;
|
|
||||||
@XmlAttribute(name = "MahnungNr")
|
|
||||||
@XmlSchemaType(name = "positiveInteger")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigInteger mahnungNr;
|
|
||||||
@XmlAttribute(name = "Polizzennr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String polizzennr;
|
|
||||||
@XmlAttribute(name = "VertragsID")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vertragsID;
|
|
||||||
@XmlAttribute(name = "Vermnr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vermnr;
|
|
||||||
@XmlAttribute(name = "MahnBetrag", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal mahnBetrag;
|
|
||||||
@XmlAttribute(name = "MahnSpesen")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal mahnSpesen;
|
|
||||||
@XmlAttribute(name = "MahnStufeCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String mahnStufeCd;
|
|
||||||
@XmlAttribute(name = "MahnStufeTextVU")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String mahnStufeTextVU;
|
|
||||||
@XmlAttribute(name = "MahnStelleVU")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String mahnStelleVU;
|
|
||||||
@XmlAttribute(name = "MahnStelleBeauftragt")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String mahnStelleBeauftragt;
|
|
||||||
@XmlAttribute(name = "MahnStufeGueltigAb")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar mahnStufeGueltigAb;
|
|
||||||
@XmlAttribute(name = "MahnStufeGueltigBis")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar mahnStufeGueltigBis;
|
|
||||||
@XmlAttribute(name = "MahnStufeCdNext")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String mahnStufeCdNext;
|
|
||||||
@XmlAttribute(name = "MahnStufeTextVUNext")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String mahnStufeTextVUNext;
|
|
||||||
@XmlAttribute(name = "MahnStufeGueltigAbNext")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar mahnStufeGueltigAbNext;
|
|
||||||
@XmlAttribute(name = "MahnLetzteZahlung")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar mahnLetzteZahlung;
|
|
||||||
@XmlAttribute(name = "MahnAeltesteFaelligkeit")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar mahnAeltesteFaelligkeit;
|
|
||||||
@XmlAttribute(name = "MahnAnzahlFaelligkeiten")
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected Integer mahnAnzahlFaelligkeiten;
|
|
||||||
@XmlAttribute(name = "GrundRuecklaufCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String grundRuecklaufCd;
|
|
||||||
@XmlAttribute(name = "MahnDeckungBis")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar mahnDeckungBis;
|
|
||||||
@XmlAttribute(name = "VtgSparteCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vtgSparteCd;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the elText property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the elText property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getELText().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ELTextType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<ELTextType> getELText() {
|
|
||||||
if (elText == null) {
|
|
||||||
elText = new ArrayList<ELTextType>();
|
|
||||||
}
|
|
||||||
return this.elText;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnverfahrenNr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getMahnverfahrenNr() {
|
|
||||||
return mahnverfahrenNr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnverfahrenNr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnverfahrenNr(String value) {
|
|
||||||
this.mahnverfahrenNr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnungNr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigInteger }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigInteger getMahnungNr() {
|
|
||||||
return mahnungNr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnungNr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigInteger }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnungNr(BigInteger value) {
|
|
||||||
this.mahnungNr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der polizzennr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPolizzennr() {
|
|
||||||
return polizzennr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der polizzennr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPolizzennr(String value) {
|
|
||||||
this.polizzennr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vertragsID-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVertragsID() {
|
|
||||||
return vertragsID;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vertragsID-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVertragsID(String value) {
|
|
||||||
this.vertragsID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vermnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVermnr() {
|
|
||||||
return vermnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vermnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVermnr(String value) {
|
|
||||||
this.vermnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnBetrag-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getMahnBetrag() {
|
|
||||||
return mahnBetrag;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnBetrag-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnBetrag(BigDecimal value) {
|
|
||||||
this.mahnBetrag = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnSpesen-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getMahnSpesen() {
|
|
||||||
return mahnSpesen;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnSpesen-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnSpesen(BigDecimal value) {
|
|
||||||
this.mahnSpesen = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnStufeCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getMahnStufeCd() {
|
|
||||||
return mahnStufeCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnStufeCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnStufeCd(String value) {
|
|
||||||
this.mahnStufeCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnStufeTextVU-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getMahnStufeTextVU() {
|
|
||||||
return mahnStufeTextVU;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnStufeTextVU-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnStufeTextVU(String value) {
|
|
||||||
this.mahnStufeTextVU = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnStelleVU-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getMahnStelleVU() {
|
|
||||||
return mahnStelleVU;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnStelleVU-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnStelleVU(String value) {
|
|
||||||
this.mahnStelleVU = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnStelleBeauftragt-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getMahnStelleBeauftragt() {
|
|
||||||
return mahnStelleBeauftragt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnStelleBeauftragt-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnStelleBeauftragt(String value) {
|
|
||||||
this.mahnStelleBeauftragt = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnStufeGueltigAb-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getMahnStufeGueltigAb() {
|
|
||||||
return mahnStufeGueltigAb;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnStufeGueltigAb-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnStufeGueltigAb(XMLGregorianCalendar value) {
|
|
||||||
this.mahnStufeGueltigAb = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnStufeGueltigBis-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getMahnStufeGueltigBis() {
|
|
||||||
return mahnStufeGueltigBis;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnStufeGueltigBis-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnStufeGueltigBis(XMLGregorianCalendar value) {
|
|
||||||
this.mahnStufeGueltigBis = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnStufeCdNext-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getMahnStufeCdNext() {
|
|
||||||
return mahnStufeCdNext;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnStufeCdNext-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnStufeCdNext(String value) {
|
|
||||||
this.mahnStufeCdNext = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnStufeTextVUNext-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getMahnStufeTextVUNext() {
|
|
||||||
return mahnStufeTextVUNext;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnStufeTextVUNext-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnStufeTextVUNext(String value) {
|
|
||||||
this.mahnStufeTextVUNext = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnStufeGueltigAbNext-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getMahnStufeGueltigAbNext() {
|
|
||||||
return mahnStufeGueltigAbNext;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnStufeGueltigAbNext-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnStufeGueltigAbNext(XMLGregorianCalendar value) {
|
|
||||||
this.mahnStufeGueltigAbNext = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnLetzteZahlung-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getMahnLetzteZahlung() {
|
|
||||||
return mahnLetzteZahlung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnLetzteZahlung-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnLetzteZahlung(XMLGregorianCalendar value) {
|
|
||||||
this.mahnLetzteZahlung = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnAeltesteFaelligkeit-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getMahnAeltesteFaelligkeit() {
|
|
||||||
return mahnAeltesteFaelligkeit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnAeltesteFaelligkeit-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnAeltesteFaelligkeit(XMLGregorianCalendar value) {
|
|
||||||
this.mahnAeltesteFaelligkeit = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnAnzahlFaelligkeiten-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public Integer getMahnAnzahlFaelligkeiten() {
|
|
||||||
return mahnAnzahlFaelligkeiten;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnAnzahlFaelligkeiten-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnAnzahlFaelligkeiten(Integer value) {
|
|
||||||
this.mahnAnzahlFaelligkeiten = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der grundRuecklaufCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getGrundRuecklaufCd() {
|
|
||||||
return grundRuecklaufCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der grundRuecklaufCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGrundRuecklaufCd(String value) {
|
|
||||||
this.grundRuecklaufCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der mahnDeckungBis-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getMahnDeckungBis() {
|
|
||||||
return mahnDeckungBis;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der mahnDeckungBis-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMahnDeckungBis(XMLGregorianCalendar value) {
|
|
||||||
this.mahnDeckungBis = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vtgSparteCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVtgSparteCd() {
|
|
||||||
return vtgSparteCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vtgSparteCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVtgSparteCd(String value) {
|
|
||||||
this.vtgSparteCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,168 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für MIGRATIONSINFORMATION_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="MIGRATIONSINFORMATION_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="MigrationsCd" use="required" type="{urn:omds20}MigrationsCd_Type" />
|
|
||||||
* <attribute name="Wert" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="255"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="VorgaengerWert" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="255"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="GueltigAb" type="{urn:omds20}Datum" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "MIGRATIONSINFORMATION_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class MIGRATIONSINFORMATIONType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "MigrationsCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String migrationsCd;
|
|
||||||
@XmlAttribute(name = "Wert", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String wert;
|
|
||||||
@XmlAttribute(name = "VorgaengerWert", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vorgaengerWert;
|
|
||||||
@XmlAttribute(name = "GueltigAb")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar gueltigAb;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der migrationsCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getMigrationsCd() {
|
|
||||||
return migrationsCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der migrationsCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMigrationsCd(String value) {
|
|
||||||
this.migrationsCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der wert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getWert() {
|
|
||||||
return wert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der wert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWert(String value) {
|
|
||||||
this.wert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vorgaengerWert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVorgaengerWert() {
|
|
||||||
return vorgaengerWert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vorgaengerWert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVorgaengerWert(String value) {
|
|
||||||
this.vorgaengerWert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der gueltigAb-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getGueltigAb() {
|
|
||||||
return gueltigAb;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der gueltigAb-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGueltigAb(XMLGregorianCalendar value) {
|
|
||||||
this.gueltigAb = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,347 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für NATUERLICHE_PERSON_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="NATUERLICHE_PERSON_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="Familienname" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="80"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="Vorname">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="GeschlechtCd" type="{urn:omds20}GeschlechtCd_Type" />
|
|
||||||
* <attribute name="Gebdat" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="LandesCd" type="{urn:omds20}LandesCd_Type" />
|
|
||||||
* <attribute name="FamilienstandCd" type="{urn:omds20}FamilienstandCd_Type" />
|
|
||||||
* <attribute name="GebLandCd" type="{urn:omds20}LandesCd_Type" />
|
|
||||||
* <attribute name="HauptWohnLandCd" type="{urn:omds20}LandesCd_Type" />
|
|
||||||
* <attribute name="PersonID_VU" type="{urn:omds20}PersonID_Type" />
|
|
||||||
* <attribute name="PersonID_Makler" type="{urn:omds20}PersonID_Type" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "NATUERLICHE_PERSON_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class NATUERLICHEPERSONType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "Familienname", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String familienname;
|
|
||||||
@XmlAttribute(name = "Vorname")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vorname;
|
|
||||||
@XmlAttribute(name = "GeschlechtCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String geschlechtCd;
|
|
||||||
@XmlAttribute(name = "Gebdat")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar gebdat;
|
|
||||||
@XmlAttribute(name = "LandesCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String landesCd;
|
|
||||||
@XmlAttribute(name = "FamilienstandCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String familienstandCd;
|
|
||||||
@XmlAttribute(name = "GebLandCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String gebLandCd;
|
|
||||||
@XmlAttribute(name = "HauptWohnLandCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String hauptWohnLandCd;
|
|
||||||
@XmlAttribute(name = "PersonID_VU")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String personIDVU;
|
|
||||||
@XmlAttribute(name = "PersonID_Makler")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String personIDMakler;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der familienname-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getFamilienname() {
|
|
||||||
return familienname;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der familienname-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setFamilienname(String value) {
|
|
||||||
this.familienname = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vorname-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVorname() {
|
|
||||||
return vorname;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vorname-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVorname(String value) {
|
|
||||||
this.vorname = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der geschlechtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getGeschlechtCd() {
|
|
||||||
return geschlechtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der geschlechtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGeschlechtCd(String value) {
|
|
||||||
this.geschlechtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der gebdat-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getGebdat() {
|
|
||||||
return gebdat;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der gebdat-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGebdat(XMLGregorianCalendar value) {
|
|
||||||
this.gebdat = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der landesCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getLandesCd() {
|
|
||||||
return landesCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der landesCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setLandesCd(String value) {
|
|
||||||
this.landesCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der familienstandCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getFamilienstandCd() {
|
|
||||||
return familienstandCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der familienstandCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setFamilienstandCd(String value) {
|
|
||||||
this.familienstandCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der gebLandCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getGebLandCd() {
|
|
||||||
return gebLandCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der gebLandCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGebLandCd(String value) {
|
|
||||||
this.gebLandCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der hauptWohnLandCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getHauptWohnLandCd() {
|
|
||||||
return hauptWohnLandCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der hauptWohnLandCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setHauptWohnLandCd(String value) {
|
|
||||||
this.hauptWohnLandCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der personIDVU-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPersonIDVU() {
|
|
||||||
return personIDVU;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der personIDVU-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPersonIDVU(String value) {
|
|
||||||
this.personIDVU = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der personIDMakler-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPersonIDMakler() {
|
|
||||||
return personIDMakler;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der personIDMakler-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPersonIDMakler(String value) {
|
|
||||||
this.personIDMakler = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,773 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
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.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <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">
|
|
||||||
* <choice>
|
|
||||||
* <sequence>
|
|
||||||
* <element ref="{urn:omds20}VERS_UNTERNEHMEN" maxOccurs="unbounded" minOccurs="0"/>
|
|
||||||
* <element ref="{urn:omds20}SCHLUESSELART" maxOccurs="unbounded" minOccurs="0"/>
|
|
||||||
* </sequence>
|
|
||||||
* <sequence>
|
|
||||||
* <element ref="{urn:omds20}KLAUSEL" maxOccurs="unbounded" minOccurs="0"/>
|
|
||||||
* </sequence>
|
|
||||||
* <group ref="{urn:omds20}bestand"/>
|
|
||||||
* </choice>
|
|
||||||
* <attribute name="VUNr" use="required" type="{urn:omds20}VUNr" />
|
|
||||||
* <attribute name="MaklerID" use="required" type="{urn:omds20}MaklerID_Type" />
|
|
||||||
* <attribute name="PaketZpktErstell" use="required" type="{urn:omds20}Datum-Zeit" />
|
|
||||||
* <attribute name="PaketZpktLetztErstell" type="{urn:omds20}Datum-Zeit" />
|
|
||||||
* <attribute name="PaketInhCd" use="required" type="{urn:omds20}PaketInhCd_Type" />
|
|
||||||
* <attribute name="PaketUmfCd" use="required" type="{urn:omds20}PaketUmfCd_Type" />
|
|
||||||
* <attribute name="OMDSVersion" use="required" type="{urn:omds20}OMDSVersion_Type" />
|
|
||||||
* <attribute name="VUVersion">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="6"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="DVRNrAbs" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="8"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="PaketKommentar">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="80"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="SprachCd" type="{urn:omds20}SprachCd_Type" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "", propOrder = {
|
|
||||||
"versunternehmen",
|
|
||||||
"schluesselart",
|
|
||||||
"klausel",
|
|
||||||
"loeschanstoss",
|
|
||||||
"migrationsinformation",
|
|
||||||
"person",
|
|
||||||
"vertrag",
|
|
||||||
"schaden",
|
|
||||||
"provision",
|
|
||||||
"mahnung",
|
|
||||||
"vertragsfonds"
|
|
||||||
})
|
|
||||||
@XmlRootElement(name = "PAKET")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class PAKET {
|
|
||||||
|
|
||||||
@XmlElement(name = "VERS_UNTERNEHMEN")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<VERSUNTERNEHMEN> versunternehmen;
|
|
||||||
@XmlElement(name = "SCHLUESSELART")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<SCHLUESSELART> schluesselart;
|
|
||||||
@XmlElement(name = "KLAUSEL")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<KLAUSELType> klausel;
|
|
||||||
@XmlElement(name = "LOESCHANSTOSS")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<LOESCHANSTOSSType> loeschanstoss;
|
|
||||||
@XmlElement(name = "MIGRATIONSINFORMATION")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<MIGRATIONSINFORMATIONType> migrationsinformation;
|
|
||||||
@XmlElement(name = "PERSON")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<PERSONType> person;
|
|
||||||
@XmlElement(name = "VERTRAG")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<VERTRAG> vertrag;
|
|
||||||
@XmlElement(name = "SCHADEN")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<SCHADENType> schaden;
|
|
||||||
@XmlElement(name = "PROVISION")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<PROVISIONType> provision;
|
|
||||||
@XmlElement(name = "MAHNUNG")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<MAHNUNGType> mahnung;
|
|
||||||
@XmlElement(name = "VERTRAGSFONDS")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<VERTRAGSFONDSType> vertragsfonds;
|
|
||||||
@XmlAttribute(name = "VUNr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vuNr;
|
|
||||||
@XmlAttribute(name = "MaklerID", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String maklerID;
|
|
||||||
@XmlAttribute(name = "PaketZpktErstell", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar paketZpktErstell;
|
|
||||||
@XmlAttribute(name = "PaketZpktLetztErstell")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar paketZpktLetztErstell;
|
|
||||||
@XmlAttribute(name = "PaketInhCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected PaketInhCdType paketInhCd;
|
|
||||||
@XmlAttribute(name = "PaketUmfCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected PaketUmfCdType paketUmfCd;
|
|
||||||
@XmlAttribute(name = "OMDSVersion", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String omdsVersion;
|
|
||||||
@XmlAttribute(name = "VUVersion")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vuVersion;
|
|
||||||
@XmlAttribute(name = "DVRNrAbs", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String dvrNrAbs;
|
|
||||||
@XmlAttribute(name = "PaketKommentar")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String paketKommentar;
|
|
||||||
@XmlAttribute(name = "SprachCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected SprachCdType sprachCd;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the versunternehmen property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the versunternehmen property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getVERSUNTERNEHMEN().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link VERSUNTERNEHMEN }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<VERSUNTERNEHMEN> getVERSUNTERNEHMEN() {
|
|
||||||
if (versunternehmen == null) {
|
|
||||||
versunternehmen = new ArrayList<VERSUNTERNEHMEN>();
|
|
||||||
}
|
|
||||||
return this.versunternehmen;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the schluesselart property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the schluesselart property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getSCHLUESSELART().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link SCHLUESSELART }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<SCHLUESSELART> getSCHLUESSELART() {
|
|
||||||
if (schluesselart == null) {
|
|
||||||
schluesselart = new ArrayList<SCHLUESSELART>();
|
|
||||||
}
|
|
||||||
return this.schluesselart;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the klausel property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the klausel property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getKLAUSEL().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link KLAUSELType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<KLAUSELType> getKLAUSEL() {
|
|
||||||
if (klausel == null) {
|
|
||||||
klausel = new ArrayList<KLAUSELType>();
|
|
||||||
}
|
|
||||||
return this.klausel;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the loeschanstoss property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the loeschanstoss property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getLOESCHANSTOSS().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link LOESCHANSTOSSType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<LOESCHANSTOSSType> getLOESCHANSTOSS() {
|
|
||||||
if (loeschanstoss == null) {
|
|
||||||
loeschanstoss = new ArrayList<LOESCHANSTOSSType>();
|
|
||||||
}
|
|
||||||
return this.loeschanstoss;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the migrationsinformation property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the migrationsinformation property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getMIGRATIONSINFORMATION().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link MIGRATIONSINFORMATIONType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<MIGRATIONSINFORMATIONType> getMIGRATIONSINFORMATION() {
|
|
||||||
if (migrationsinformation == null) {
|
|
||||||
migrationsinformation = new ArrayList<MIGRATIONSINFORMATIONType>();
|
|
||||||
}
|
|
||||||
return this.migrationsinformation;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the person property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the person property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getPERSON().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link PERSONType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<PERSONType> getPERSON() {
|
|
||||||
if (person == null) {
|
|
||||||
person = new ArrayList<PERSONType>();
|
|
||||||
}
|
|
||||||
return this.person;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the vertrag property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the vertrag property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getVERTRAG().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link VERTRAG }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<VERTRAG> getVERTRAG() {
|
|
||||||
if (vertrag == null) {
|
|
||||||
vertrag = new ArrayList<VERTRAG>();
|
|
||||||
}
|
|
||||||
return this.vertrag;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the schaden property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the schaden property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getSCHADEN().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link SCHADENType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<SCHADENType> getSCHADEN() {
|
|
||||||
if (schaden == null) {
|
|
||||||
schaden = new ArrayList<SCHADENType>();
|
|
||||||
}
|
|
||||||
return this.schaden;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the provision property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the provision property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getPROVISION().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link PROVISIONType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<PROVISIONType> getPROVISION() {
|
|
||||||
if (provision == null) {
|
|
||||||
provision = new ArrayList<PROVISIONType>();
|
|
||||||
}
|
|
||||||
return this.provision;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the mahnung property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the mahnung property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getMAHNUNG().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link MAHNUNGType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<MAHNUNGType> getMAHNUNG() {
|
|
||||||
if (mahnung == null) {
|
|
||||||
mahnung = new ArrayList<MAHNUNGType>();
|
|
||||||
}
|
|
||||||
return this.mahnung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the vertragsfonds property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the vertragsfonds property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getVERTRAGSFONDS().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link VERTRAGSFONDSType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<VERTRAGSFONDSType> getVERTRAGSFONDS() {
|
|
||||||
if (vertragsfonds == null) {
|
|
||||||
vertragsfonds = new ArrayList<VERTRAGSFONDSType>();
|
|
||||||
}
|
|
||||||
return this.vertragsfonds;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vuNr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVUNr() {
|
|
||||||
return vuNr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vuNr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVUNr(String value) {
|
|
||||||
this.vuNr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der maklerID-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getMaklerID() {
|
|
||||||
return maklerID;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der maklerID-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMaklerID(String value) {
|
|
||||||
this.maklerID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der paketZpktErstell-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getPaketZpktErstell() {
|
|
||||||
return paketZpktErstell;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der paketZpktErstell-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPaketZpktErstell(XMLGregorianCalendar value) {
|
|
||||||
this.paketZpktErstell = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der paketZpktLetztErstell-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getPaketZpktLetztErstell() {
|
|
||||||
return paketZpktLetztErstell;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der paketZpktLetztErstell-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPaketZpktLetztErstell(XMLGregorianCalendar value) {
|
|
||||||
this.paketZpktLetztErstell = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der paketInhCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link PaketInhCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public PaketInhCdType getPaketInhCd() {
|
|
||||||
return paketInhCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der paketInhCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link PaketInhCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPaketInhCd(PaketInhCdType value) {
|
|
||||||
this.paketInhCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der paketUmfCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link PaketUmfCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public PaketUmfCdType getPaketUmfCd() {
|
|
||||||
return paketUmfCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der paketUmfCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link PaketUmfCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPaketUmfCd(PaketUmfCdType value) {
|
|
||||||
this.paketUmfCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der omdsVersion-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getOMDSVersion() {
|
|
||||||
return omdsVersion;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der omdsVersion-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setOMDSVersion(String value) {
|
|
||||||
this.omdsVersion = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vuVersion-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVUVersion() {
|
|
||||||
return vuVersion;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vuVersion-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVUVersion(String value) {
|
|
||||||
this.vuVersion = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der dvrNrAbs-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getDVRNrAbs() {
|
|
||||||
return dvrNrAbs;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der dvrNrAbs-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setDVRNrAbs(String value) {
|
|
||||||
this.dvrNrAbs = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der paketKommentar-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPaketKommentar() {
|
|
||||||
return paketKommentar;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der paketKommentar-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPaketKommentar(String value) {
|
|
||||||
this.paketKommentar = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der sprachCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link SprachCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public SprachCdType getSprachCd() {
|
|
||||||
return sprachCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der sprachCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link SprachCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSprachCd(SprachCdType value) {
|
|
||||||
this.sprachCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,491 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
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.XmlElements;
|
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für PERSON_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="PERSON_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <choice>
|
|
||||||
* <element ref="{urn:omds20}NATUERLICHE_PERSON"/>
|
|
||||||
* <element ref="{urn:omds20}SONSTIGE_PERSON"/>
|
|
||||||
* </choice>
|
|
||||||
* <choice maxOccurs="unbounded" minOccurs="0">
|
|
||||||
* <element ref="{urn:omds20}EL-Anzahl"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Einstufung"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Entscheidungsfrage"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Identifizierung"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Kommunikation"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Legitimation"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Text"/>
|
|
||||||
* </choice>
|
|
||||||
* </sequence>
|
|
||||||
* <attGroup ref="{urn:omds20}Adresse_Attribute"/>
|
|
||||||
* <attribute name="Personennr" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{urn:omds20}Personennr">
|
|
||||||
* <maxLength value="26"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="PersArtCd" use="required" type="{urn:omds20}PersArtCd_Type" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "PERSON_Type", propOrder = {
|
|
||||||
"natuerlicheperson",
|
|
||||||
"sonstigeperson",
|
|
||||||
"elAnzahlOrELEinstufungOrELEntscheidungsfrage"
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class PERSONType {
|
|
||||||
|
|
||||||
@XmlElement(name = "NATUERLICHE_PERSON")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected NATUERLICHEPERSONType natuerlicheperson;
|
|
||||||
@XmlElement(name = "SONSTIGE_PERSON")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected SONSTIGEPERSONType sonstigeperson;
|
|
||||||
@XmlElements({
|
|
||||||
@XmlElement(name = "EL-Anzahl", type = ELAnzahlType.class),
|
|
||||||
@XmlElement(name = "EL-Einstufung", type = ELEinstufungType.class),
|
|
||||||
@XmlElement(name = "EL-Entscheidungsfrage", type = ELEntscheidungsfrageType.class),
|
|
||||||
@XmlElement(name = "EL-Identifizierung", type = ELIdentifizierungType.class),
|
|
||||||
@XmlElement(name = "EL-Kommunikation", type = ELKommunikationType.class),
|
|
||||||
@XmlElement(name = "EL-Legitimation", type = ELLegitimationType.class),
|
|
||||||
@XmlElement(name = "EL-Text", type = ELTextType.class)
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<Object> elAnzahlOrELEinstufungOrELEntscheidungsfrage;
|
|
||||||
@XmlAttribute(name = "Personennr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String personennr;
|
|
||||||
@XmlAttribute(name = "PersArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected PersArtCdType persArtCd;
|
|
||||||
@XmlAttribute(name = "Pac")
|
|
||||||
@XmlSchemaType(name = "unsignedInt")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected Long pac;
|
|
||||||
@XmlAttribute(name = "LandesCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String landesCd;
|
|
||||||
@XmlAttribute(name = "PLZ")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String plz;
|
|
||||||
@XmlAttribute(name = "Ort")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String ort;
|
|
||||||
@XmlAttribute(name = "Strasse")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String strasse;
|
|
||||||
@XmlAttribute(name = "Hausnr")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String hausnr;
|
|
||||||
@XmlAttribute(name = "Zusatz")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String zusatz;
|
|
||||||
@XmlAttribute(name = "AdressID_VU")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String adressIDVU;
|
|
||||||
@XmlAttribute(name = "AdressID_Makler")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String adressIDMakler;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der natuerlicheperson-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link NATUERLICHEPERSONType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public NATUERLICHEPERSONType getNATUERLICHEPERSON() {
|
|
||||||
return natuerlicheperson;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der natuerlicheperson-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link NATUERLICHEPERSONType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setNATUERLICHEPERSON(NATUERLICHEPERSONType value) {
|
|
||||||
this.natuerlicheperson = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der sonstigeperson-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link SONSTIGEPERSONType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public SONSTIGEPERSONType getSONSTIGEPERSON() {
|
|
||||||
return sonstigeperson;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der sonstigeperson-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link SONSTIGEPERSONType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSONSTIGEPERSON(SONSTIGEPERSONType value) {
|
|
||||||
this.sonstigeperson = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the elAnzahlOrELEinstufungOrELEntscheidungsfrage property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the elAnzahlOrELEinstufungOrELEntscheidungsfrage property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getELAnzahlOrELEinstufungOrELEntscheidungsfrage().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ELAnzahlType }
|
|
||||||
* {@link ELEinstufungType }
|
|
||||||
* {@link ELEntscheidungsfrageType }
|
|
||||||
* {@link ELIdentifizierungType }
|
|
||||||
* {@link ELKommunikationType }
|
|
||||||
* {@link ELLegitimationType }
|
|
||||||
* {@link ELTextType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<Object> getELAnzahlOrELEinstufungOrELEntscheidungsfrage() {
|
|
||||||
if (elAnzahlOrELEinstufungOrELEntscheidungsfrage == null) {
|
|
||||||
elAnzahlOrELEinstufungOrELEntscheidungsfrage = new ArrayList<Object>();
|
|
||||||
}
|
|
||||||
return this.elAnzahlOrELEinstufungOrELEntscheidungsfrage;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der personennr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPersonennr() {
|
|
||||||
return personennr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der personennr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPersonennr(String value) {
|
|
||||||
this.personennr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der persArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link PersArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public PersArtCdType getPersArtCd() {
|
|
||||||
return persArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der persArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link PersArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPersArtCd(PersArtCdType value) {
|
|
||||||
this.persArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der pac-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Long }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public Long getPac() {
|
|
||||||
return pac;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der pac-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Long }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPac(Long value) {
|
|
||||||
this.pac = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der landesCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getLandesCd() {
|
|
||||||
return landesCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der landesCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setLandesCd(String value) {
|
|
||||||
this.landesCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der plz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPLZ() {
|
|
||||||
return plz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der plz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPLZ(String value) {
|
|
||||||
this.plz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der ort-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getOrt() {
|
|
||||||
return ort;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der ort-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setOrt(String value) {
|
|
||||||
this.ort = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der strasse-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getStrasse() {
|
|
||||||
return strasse;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der strasse-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setStrasse(String value) {
|
|
||||||
this.strasse = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der hausnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getHausnr() {
|
|
||||||
return hausnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der hausnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setHausnr(String value) {
|
|
||||||
this.hausnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der zusatz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getZusatz() {
|
|
||||||
return zusatz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der zusatz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setZusatz(String value) {
|
|
||||||
this.zusatz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der adressIDVU-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getAdressIDVU() {
|
|
||||||
return adressIDVU;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der adressIDVU-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setAdressIDVU(String value) {
|
|
||||||
this.adressIDVU = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der adressIDMakler-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getAdressIDMakler() {
|
|
||||||
return adressIDMakler;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der adressIDMakler-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setAdressIDMakler(String value) {
|
|
||||||
this.adressIDMakler = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,339 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für PORTFOLIO_TYPE complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="PORTFOLIO_TYPE">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="PortfolioID" use="required" type="{urn:omds20}PortfolioID_Type" />
|
|
||||||
* <attribute name="ISIN" type="{urn:omds20}ISIN_Type" />
|
|
||||||
* <attribute name="WKN" type="{urn:omds20}WKN_Type" />
|
|
||||||
* <attribute name="Bezeichnung" use="required" type="{urn:omds20}FondsBez_Type" />
|
|
||||||
* <attribute name="Kurs" type="{urn:omds20}FondsBetrag_Type" />
|
|
||||||
* <attribute name="AnteilWertpapier" type="{urn:omds20}FondsAnteil_Type" />
|
|
||||||
* <attribute name="Prozentsatz" use="required" type="{urn:omds20}Prozentsatz_Type" />
|
|
||||||
* <attribute name="Wert" type="{urn:omds20}FondsBetrag_Type" />
|
|
||||||
* <attribute name="WaehrungsCd" type="{urn:omds20}WaehrungsCd_Type" />
|
|
||||||
* <attribute name="Stichtag" type="{urn:omds20}Datum" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "PORTFOLIO_TYPE")
|
|
||||||
@XmlSeeAlso({
|
|
||||||
PORTFOLIO.class
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class PORTFOLIOTYPE {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "PortfolioID", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String portfolioID;
|
|
||||||
@XmlAttribute(name = "ISIN")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String isin;
|
|
||||||
@XmlAttribute(name = "WKN")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String wkn;
|
|
||||||
@XmlAttribute(name = "Bezeichnung", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String bezeichnung;
|
|
||||||
@XmlAttribute(name = "Kurs")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal kurs;
|
|
||||||
@XmlAttribute(name = "AnteilWertpapier")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal anteilWertpapier;
|
|
||||||
@XmlAttribute(name = "Prozentsatz", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal prozentsatz;
|
|
||||||
@XmlAttribute(name = "Wert")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal wert;
|
|
||||||
@XmlAttribute(name = "WaehrungsCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected WaehrungsCdType waehrungsCd;
|
|
||||||
@XmlAttribute(name = "Stichtag")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar stichtag;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der portfolioID-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPortfolioID() {
|
|
||||||
return portfolioID;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der portfolioID-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPortfolioID(String value) {
|
|
||||||
this.portfolioID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der isin-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getISIN() {
|
|
||||||
return isin;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der isin-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setISIN(String value) {
|
|
||||||
this.isin = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der wkn-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getWKN() {
|
|
||||||
return wkn;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der wkn-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWKN(String value) {
|
|
||||||
this.wkn = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der bezeichnung-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getBezeichnung() {
|
|
||||||
return bezeichnung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der bezeichnung-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBezeichnung(String value) {
|
|
||||||
this.bezeichnung = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der kurs-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getKurs() {
|
|
||||||
return kurs;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der kurs-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setKurs(BigDecimal value) {
|
|
||||||
this.kurs = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der anteilWertpapier-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getAnteilWertpapier() {
|
|
||||||
return anteilWertpapier;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der anteilWertpapier-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setAnteilWertpapier(BigDecimal value) {
|
|
||||||
this.anteilWertpapier = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der prozentsatz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getProzentsatz() {
|
|
||||||
return prozentsatz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der prozentsatz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setProzentsatz(BigDecimal value) {
|
|
||||||
this.prozentsatz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der wert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getWert() {
|
|
||||||
return wert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der wert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWert(BigDecimal value) {
|
|
||||||
this.wert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der waehrungsCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public WaehrungsCdType getWaehrungsCd() {
|
|
||||||
return waehrungsCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der waehrungsCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWaehrungsCd(WaehrungsCdType value) {
|
|
||||||
this.waehrungsCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der stichtag-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getStichtag() {
|
|
||||||
return stichtag;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der stichtag-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setStichtag(XMLGregorianCalendar value) {
|
|
||||||
this.stichtag = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,600 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für PROVISION_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="PROVISION_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="ProvisionsID" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="26"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="Vermnr" use="required" type="{urn:omds20}Vermnr" />
|
|
||||||
* <attribute name="Polizzennr" type="{urn:omds20}Polizzennr" />
|
|
||||||
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
|
||||||
* <attribute name="VerbandSparteCd" type="{urn:omds20}VerbandSparteCd_Type" />
|
|
||||||
* <attribute name="SpartenCd" type="{urn:omds20}SpartenCd_Type" />
|
|
||||||
* <attribute name="SpartenErweiterung">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="10"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="BuchDat" use="required" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="ProvVon" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="ProvBis" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="ProvArtCd" use="required" type="{urn:omds20}ProvArtCd_Type" />
|
|
||||||
* <attribute name="ProvTxt">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="90"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="ProvGrdlg" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="ProvSatz" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="ProvBetrag" use="required" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="WaehrungsCd" use="required" type="{urn:omds20}WaehrungsCd_Type" />
|
|
||||||
* <attribute name="ProvArtText">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="90"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="Vorpolizze" type="{urn:omds20}Polizzennr" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "PROVISION_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class PROVISIONType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "ProvisionsID", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String provisionsID;
|
|
||||||
@XmlAttribute(name = "Vermnr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vermnr;
|
|
||||||
@XmlAttribute(name = "Polizzennr")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String polizzennr;
|
|
||||||
@XmlAttribute(name = "VertragsID")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vertragsID;
|
|
||||||
@XmlAttribute(name = "VerbandSparteCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String verbandSparteCd;
|
|
||||||
@XmlAttribute(name = "SpartenCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String spartenCd;
|
|
||||||
@XmlAttribute(name = "SpartenErweiterung")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String spartenErweiterung;
|
|
||||||
@XmlAttribute(name = "BuchDat", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar buchDat;
|
|
||||||
@XmlAttribute(name = "ProvVon")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar provVon;
|
|
||||||
@XmlAttribute(name = "ProvBis")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar provBis;
|
|
||||||
@XmlAttribute(name = "ProvArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String provArtCd;
|
|
||||||
@XmlAttribute(name = "ProvTxt")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String provTxt;
|
|
||||||
@XmlAttribute(name = "ProvGrdlg")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal provGrdlg;
|
|
||||||
@XmlAttribute(name = "ProvSatz")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal provSatz;
|
|
||||||
@XmlAttribute(name = "ProvBetrag", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal provBetrag;
|
|
||||||
@XmlAttribute(name = "WaehrungsCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected WaehrungsCdType waehrungsCd;
|
|
||||||
@XmlAttribute(name = "ProvArtText")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String provArtText;
|
|
||||||
@XmlAttribute(name = "Vorpolizze")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vorpolizze;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der provisionsID-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getProvisionsID() {
|
|
||||||
return provisionsID;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der provisionsID-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setProvisionsID(String value) {
|
|
||||||
this.provisionsID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vermnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVermnr() {
|
|
||||||
return vermnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vermnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVermnr(String value) {
|
|
||||||
this.vermnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der polizzennr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPolizzennr() {
|
|
||||||
return polizzennr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der polizzennr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPolizzennr(String value) {
|
|
||||||
this.polizzennr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vertragsID-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVertragsID() {
|
|
||||||
return vertragsID;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vertragsID-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVertragsID(String value) {
|
|
||||||
this.vertragsID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der verbandSparteCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVerbandSparteCd() {
|
|
||||||
return verbandSparteCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der verbandSparteCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVerbandSparteCd(String value) {
|
|
||||||
this.verbandSparteCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der spartenCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSpartenCd() {
|
|
||||||
return spartenCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der spartenCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSpartenCd(String value) {
|
|
||||||
this.spartenCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der spartenErweiterung-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSpartenErweiterung() {
|
|
||||||
return spartenErweiterung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der spartenErweiterung-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSpartenErweiterung(String value) {
|
|
||||||
this.spartenErweiterung = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der buchDat-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getBuchDat() {
|
|
||||||
return buchDat;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der buchDat-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBuchDat(XMLGregorianCalendar value) {
|
|
||||||
this.buchDat = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der provVon-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getProvVon() {
|
|
||||||
return provVon;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der provVon-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setProvVon(XMLGregorianCalendar value) {
|
|
||||||
this.provVon = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der provBis-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getProvBis() {
|
|
||||||
return provBis;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der provBis-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setProvBis(XMLGregorianCalendar value) {
|
|
||||||
this.provBis = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der provArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getProvArtCd() {
|
|
||||||
return provArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der provArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setProvArtCd(String value) {
|
|
||||||
this.provArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der provTxt-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getProvTxt() {
|
|
||||||
return provTxt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der provTxt-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setProvTxt(String value) {
|
|
||||||
this.provTxt = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der provGrdlg-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getProvGrdlg() {
|
|
||||||
return provGrdlg;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der provGrdlg-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setProvGrdlg(BigDecimal value) {
|
|
||||||
this.provGrdlg = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der provSatz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getProvSatz() {
|
|
||||||
return provSatz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der provSatz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setProvSatz(BigDecimal value) {
|
|
||||||
this.provSatz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der provBetrag-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getProvBetrag() {
|
|
||||||
return provBetrag;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der provBetrag-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setProvBetrag(BigDecimal value) {
|
|
||||||
this.provBetrag = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der waehrungsCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public WaehrungsCdType getWaehrungsCd() {
|
|
||||||
return waehrungsCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der waehrungsCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWaehrungsCd(WaehrungsCdType value) {
|
|
||||||
this.waehrungsCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der provArtText-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getProvArtText() {
|
|
||||||
return provArtText;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der provArtText-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setProvArtText(String value) {
|
|
||||||
this.provArtText = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vorpolizze-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVorpolizze() {
|
|
||||||
return vorpolizze;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vorpolizze-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVorpolizze(String value) {
|
|
||||||
this.vorpolizze = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,91 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für PaketInhCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="PaketInhCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="AI"/>
|
|
||||||
* <enumeration value="VF"/>
|
|
||||||
* <enumeration value="VI"/>
|
|
||||||
* <enumeration value="VK"/>
|
|
||||||
* <enumeration value="VM"/>
|
|
||||||
* <enumeration value="VP"/>
|
|
||||||
* <enumeration value="VS"/>
|
|
||||||
* <enumeration value="VV"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "PaketInhCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum PaketInhCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Allgem. Initialbestand (generelle Schlüssel)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
AI,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* VU Fondsbestand
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
VF,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* VU Initialbestand (VU Schlüssel)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
VI,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* VU Mahn/Klagebestand
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
VK,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* VU Mischbestand
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
VM,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* VU Provisionen
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
VP,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* VU Schadenbestand
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
VS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* VU Vertragsbestand
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
VV;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static PaketInhCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für PaketUmfCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="PaketUmfCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="D"/>
|
|
||||||
* <enumeration value="G"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "PaketUmfCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum PaketUmfCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Differenz
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
D,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* gesamt
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
G;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static PaketUmfCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für PersArtCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="PersArtCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="N"/>
|
|
||||||
* <enumeration value="S"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "PersArtCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum PersArtCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* natürliche Person
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
N,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* sonstige Person
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
S;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static PersArtCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,63 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für PolArtCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="PolArtCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="E"/>
|
|
||||||
* <enumeration value="N"/>
|
|
||||||
* <enumeration value="V"/>
|
|
||||||
* <enumeration value="X"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "PolArtCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum PolArtCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ersatzpolizze bei Ersatz/Konv.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
E,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Nachversicherung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
N,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Vorpolizze bei Ersatz/Konv.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
V,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Vorpolizze bei Migration
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
X;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static PolArtCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für PraemFristCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="PraemFristCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="E"/>
|
|
||||||
* <enumeration value="J"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "PraemFristCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum PraemFristCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Einmal
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
E,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Jahr
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
J;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static PraemFristCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,282 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
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.XmlElements;
|
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für RISIKO_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="RISIKO_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <choice maxOccurs="unbounded" minOccurs="0">
|
|
||||||
* <element ref="{urn:omds20}EL-Anzahl"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Betrag"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Bezugsberechtigung"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Einstufung"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Entscheidungsfrage"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Gewinnbeteiligung"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Grenzwert"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Index"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Identifizierung"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Klausel"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Objekt"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Praemienkorrektur"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Rente"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Selbstbehalt"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Steuer"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Text"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Versicherungssumme"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Zeitraum"/>
|
|
||||||
* </choice>
|
|
||||||
* </sequence>
|
|
||||||
* <attribute name="RisikoLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
|
||||||
* <attribute name="RisikoArtCd" use="required" type="{urn:omds20}RisikoArtCd_Type" />
|
|
||||||
* <attribute name="RisikoBez" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="80"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="PraemFristCd" type="{urn:omds20}PraemFristCd_Type" />
|
|
||||||
* <attribute name="PraemieNto" type="{urn:omds20}decimal" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "RISIKO_Type", propOrder = {
|
|
||||||
"elAnzahlOrELBetragOrELBezugsberechtigung"
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class RISIKOType {
|
|
||||||
|
|
||||||
@XmlElements({
|
|
||||||
@XmlElement(name = "EL-Anzahl", type = ELAnzahlType.class),
|
|
||||||
@XmlElement(name = "EL-Betrag", type = ELBetragType.class),
|
|
||||||
@XmlElement(name = "EL-Bezugsberechtigung", type = ELBezugsberechtigungType.class),
|
|
||||||
@XmlElement(name = "EL-Einstufung", type = ELEinstufungType.class),
|
|
||||||
@XmlElement(name = "EL-Entscheidungsfrage", type = ELEntscheidungsfrageType.class),
|
|
||||||
@XmlElement(name = "EL-Gewinnbeteiligung", type = ELGewinnbeteiligungType.class),
|
|
||||||
@XmlElement(name = "EL-Grenzwert", type = ELGrenzwertType.class),
|
|
||||||
@XmlElement(name = "EL-Index", type = ELIndexType.class),
|
|
||||||
@XmlElement(name = "EL-Identifizierung", type = ELIdentifizierungType.class),
|
|
||||||
@XmlElement(name = "EL-Klausel", type = ELKlauselType.class),
|
|
||||||
@XmlElement(name = "EL-Objekt", type = ELObjektType.class),
|
|
||||||
@XmlElement(name = "EL-Praemienkorrektur", type = ELPraemienkorrekturType.class),
|
|
||||||
@XmlElement(name = "EL-Rente", type = ELRenteType.class),
|
|
||||||
@XmlElement(name = "EL-Selbstbehalt", type = ELSelbstbehalt.class),
|
|
||||||
@XmlElement(name = "EL-Steuer", type = ELSteuerType.class),
|
|
||||||
@XmlElement(name = "EL-Text", type = ELTextType.class),
|
|
||||||
@XmlElement(name = "EL-Versicherungssumme", type = ELVersicherungssummeType.class),
|
|
||||||
@XmlElement(name = "EL-Zeitraum", type = ELZeitraumType.class)
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<Object> elAnzahlOrELBetragOrELBezugsberechtigung;
|
|
||||||
@XmlAttribute(name = "RisikoLfnr", required = true)
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected int risikoLfnr;
|
|
||||||
@XmlAttribute(name = "RisikoArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected RisikoArtCdType risikoArtCd;
|
|
||||||
@XmlAttribute(name = "RisikoBez", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String risikoBez;
|
|
||||||
@XmlAttribute(name = "PraemFristCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected PraemFristCdType praemFristCd;
|
|
||||||
@XmlAttribute(name = "PraemieNto")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal praemieNto;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the elAnzahlOrELBetragOrELBezugsberechtigung property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the elAnzahlOrELBetragOrELBezugsberechtigung property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getELAnzahlOrELBetragOrELBezugsberechtigung().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ELAnzahlType }
|
|
||||||
* {@link ELBetragType }
|
|
||||||
* {@link ELBezugsberechtigungType }
|
|
||||||
* {@link ELEinstufungType }
|
|
||||||
* {@link ELEntscheidungsfrageType }
|
|
||||||
* {@link ELGewinnbeteiligungType }
|
|
||||||
* {@link ELGrenzwertType }
|
|
||||||
* {@link ELIdentifizierungType }
|
|
||||||
* {@link ELIndexType }
|
|
||||||
* {@link ELKlauselType }
|
|
||||||
* {@link ELObjektType }
|
|
||||||
* {@link ELPraemienkorrekturType }
|
|
||||||
* {@link ELRenteType }
|
|
||||||
* {@link ELSelbstbehalt }
|
|
||||||
* {@link ELSteuerType }
|
|
||||||
* {@link ELTextType }
|
|
||||||
* {@link ELVersicherungssummeType }
|
|
||||||
* {@link ELZeitraumType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<Object> getELAnzahlOrELBetragOrELBezugsberechtigung() {
|
|
||||||
if (elAnzahlOrELBetragOrELBezugsberechtigung == null) {
|
|
||||||
elAnzahlOrELBetragOrELBezugsberechtigung = new ArrayList<Object>();
|
|
||||||
}
|
|
||||||
return this.elAnzahlOrELBetragOrELBezugsberechtigung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der risikoLfnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public int getRisikoLfnr() {
|
|
||||||
return risikoLfnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der risikoLfnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setRisikoLfnr(int value) {
|
|
||||||
this.risikoLfnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der risikoArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link RisikoArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public RisikoArtCdType getRisikoArtCd() {
|
|
||||||
return risikoArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der risikoArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link RisikoArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setRisikoArtCd(RisikoArtCdType value) {
|
|
||||||
this.risikoArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der risikoBez-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getRisikoBez() {
|
|
||||||
return risikoBez;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der risikoBez-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setRisikoBez(String value) {
|
|
||||||
this.risikoBez = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der praemFristCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link PraemFristCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public PraemFristCdType getPraemFristCd() {
|
|
||||||
return praemFristCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der praemFristCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link PraemFristCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPraemFristCd(PraemFristCdType value) {
|
|
||||||
this.praemFristCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der praemieNto-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getPraemieNto() {
|
|
||||||
return praemieNto;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der praemieNto-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPraemieNto(BigDecimal value) {
|
|
||||||
this.praemieNto = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,229 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für SCHADEN_BETEILIGTER_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="SCHADEN_BETEILIGTER_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence minOccurs="0">
|
|
||||||
* <element ref="{urn:omds20}GESCHAEDIGTES_OBJEKT" maxOccurs="unbounded" minOccurs="0"/>
|
|
||||||
* <element ref="{urn:omds20}ZAHLUNG" maxOccurs="unbounded" minOccurs="0"/>
|
|
||||||
* </sequence>
|
|
||||||
* <attribute name="BetLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
|
||||||
* <attribute name="Personennr" type="{urn:omds20}Personennr" />
|
|
||||||
* <attribute name="BetRolleCd" use="required" type="{urn:omds20}BetRolleCd_Type" />
|
|
||||||
* <attribute name="BetTxt">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="100"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "SCHADEN_BETEILIGTER_Type", propOrder = {
|
|
||||||
"geschaedigtesobjekt",
|
|
||||||
"zahlung"
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class SCHADENBETEILIGTERType {
|
|
||||||
|
|
||||||
@XmlElement(name = "GESCHAEDIGTES_OBJEKT")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<GESCHAEDIGTESOBJEKTType> geschaedigtesobjekt;
|
|
||||||
@XmlElement(name = "ZAHLUNG")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<ZAHLUNGType> zahlung;
|
|
||||||
@XmlAttribute(name = "BetLfnr", required = true)
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected int betLfnr;
|
|
||||||
@XmlAttribute(name = "Personennr")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String personennr;
|
|
||||||
@XmlAttribute(name = "BetRolleCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String betRolleCd;
|
|
||||||
@XmlAttribute(name = "BetTxt")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String betTxt;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the geschaedigtesobjekt property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the geschaedigtesobjekt property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getGESCHAEDIGTESOBJEKT().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link GESCHAEDIGTESOBJEKTType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<GESCHAEDIGTESOBJEKTType> getGESCHAEDIGTESOBJEKT() {
|
|
||||||
if (geschaedigtesobjekt == null) {
|
|
||||||
geschaedigtesobjekt = new ArrayList<GESCHAEDIGTESOBJEKTType>();
|
|
||||||
}
|
|
||||||
return this.geschaedigtesobjekt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the zahlung property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the zahlung property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getZAHLUNG().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ZAHLUNGType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<ZAHLUNGType> getZAHLUNG() {
|
|
||||||
if (zahlung == null) {
|
|
||||||
zahlung = new ArrayList<ZAHLUNGType>();
|
|
||||||
}
|
|
||||||
return this.zahlung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der betLfnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public int getBetLfnr() {
|
|
||||||
return betLfnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der betLfnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBetLfnr(int value) {
|
|
||||||
this.betLfnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der personennr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPersonennr() {
|
|
||||||
return personennr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der personennr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPersonennr(String value) {
|
|
||||||
this.personennr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der betRolleCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getBetRolleCd() {
|
|
||||||
return betRolleCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der betRolleCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBetRolleCd(String value) {
|
|
||||||
this.betRolleCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der betTxt-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getBetTxt() {
|
|
||||||
return betTxt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der betTxt-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBetTxt(String value) {
|
|
||||||
this.betTxt = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,721 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
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.XmlElements;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für SCHADEN_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="SCHADEN_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence minOccurs="0">
|
|
||||||
* <choice maxOccurs="unbounded" minOccurs="0">
|
|
||||||
* <element ref="{urn:omds20}EL-Anzahl"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Betrag"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Einstufung"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Entscheidungsfrage"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Polizzennummer"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Text"/>
|
|
||||||
* </choice>
|
|
||||||
* <element ref="{urn:omds20}SCHADEN_BETEILIGTER" maxOccurs="unbounded" minOccurs="0"/>
|
|
||||||
* <element ref="{urn:omds20}EL-KFZ-Kennzeichen" minOccurs="0"/>
|
|
||||||
* </sequence>
|
|
||||||
* <attribute name="Schadennr" use="required" type="{urn:omds20}Schadennr" />
|
|
||||||
* <attribute name="Polizzennr" use="required" type="{urn:omds20}Polizzennr" />
|
|
||||||
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
|
||||||
* <attribute name="Vermnr" type="{urn:omds20}Vermnr" />
|
|
||||||
* <attribute name="VerbandSparteCd" type="{urn:omds20}VerbandSparteCd_Type" />
|
|
||||||
* <attribute name="SpartenCd" use="required" type="{urn:omds20}SpartenCd_Type" />
|
|
||||||
* <attribute name="SpartenErweiterung" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="10"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="Ereigniszpkt" use="required" type="{urn:omds20}Datum-Zeit" />
|
|
||||||
* <attribute name="Meldedat" use="required" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="SchadUrsCd" type="{urn:omds20}SchadUrsCd_Type" />
|
|
||||||
* <attribute name="SchadUrsTxt">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="VerschuldenCd" type="{urn:omds20}VerschuldenCd_Type" />
|
|
||||||
* <attribute name="MalusWirksamKz" type="{urn:omds20}Entsch2_Type" />
|
|
||||||
* <attribute name="BearbStandCd" use="required" type="{urn:omds20}BearbStandCd_Type" />
|
|
||||||
* <attribute name="ErledDat" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="SachbearbVU">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="30"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="LeistungGeschaetzt" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="WaehrungsCd" use="required" type="{urn:omds20}WaehrungsCd_Type" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "SCHADEN_Type", propOrder = {
|
|
||||||
"elAnzahlOrELBetragOrELEinstufung",
|
|
||||||
"schadenbeteiligter",
|
|
||||||
"elkfzKennzeichen"
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class SCHADENType {
|
|
||||||
|
|
||||||
@XmlElements({
|
|
||||||
@XmlElement(name = "EL-Anzahl", type = ELAnzahlType.class),
|
|
||||||
@XmlElement(name = "EL-Betrag", type = ELBetragType.class),
|
|
||||||
@XmlElement(name = "EL-Einstufung", type = ELEinstufungType.class),
|
|
||||||
@XmlElement(name = "EL-Entscheidungsfrage", type = ELEntscheidungsfrageType.class),
|
|
||||||
@XmlElement(name = "EL-Polizzennummer", type = ELPolizzennummerType.class),
|
|
||||||
@XmlElement(name = "EL-Text", type = ELTextType.class)
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<Object> elAnzahlOrELBetragOrELEinstufung;
|
|
||||||
@XmlElement(name = "SCHADEN_BETEILIGTER")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<SCHADENBETEILIGTERType> schadenbeteiligter;
|
|
||||||
@XmlElement(name = "EL-KFZ-Kennzeichen")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected ELKFZKennzeichenType elkfzKennzeichen;
|
|
||||||
@XmlAttribute(name = "Schadennr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String schadennr;
|
|
||||||
@XmlAttribute(name = "Polizzennr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String polizzennr;
|
|
||||||
@XmlAttribute(name = "VertragsID")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vertragsID;
|
|
||||||
@XmlAttribute(name = "Vermnr")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vermnr;
|
|
||||||
@XmlAttribute(name = "VerbandSparteCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String verbandSparteCd;
|
|
||||||
@XmlAttribute(name = "SpartenCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String spartenCd;
|
|
||||||
@XmlAttribute(name = "SpartenErweiterung", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String spartenErweiterung;
|
|
||||||
@XmlAttribute(name = "Ereigniszpkt", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar ereigniszpkt;
|
|
||||||
@XmlAttribute(name = "Meldedat", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar meldedat;
|
|
||||||
@XmlAttribute(name = "SchadUrsCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String schadUrsCd;
|
|
||||||
@XmlAttribute(name = "SchadUrsTxt")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String schadUrsTxt;
|
|
||||||
@XmlAttribute(name = "VerschuldenCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String verschuldenCd;
|
|
||||||
@XmlAttribute(name = "MalusWirksamKz")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected Entsch2Type malusWirksamKz;
|
|
||||||
@XmlAttribute(name = "BearbStandCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String bearbStandCd;
|
|
||||||
@XmlAttribute(name = "ErledDat")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar erledDat;
|
|
||||||
@XmlAttribute(name = "SachbearbVU")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String sachbearbVU;
|
|
||||||
@XmlAttribute(name = "LeistungGeschaetzt")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal leistungGeschaetzt;
|
|
||||||
@XmlAttribute(name = "WaehrungsCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected WaehrungsCdType waehrungsCd;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the elAnzahlOrELBetragOrELEinstufung property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the elAnzahlOrELBetragOrELEinstufung property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getELAnzahlOrELBetragOrELEinstufung().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ELAnzahlType }
|
|
||||||
* {@link ELBetragType }
|
|
||||||
* {@link ELEinstufungType }
|
|
||||||
* {@link ELEntscheidungsfrageType }
|
|
||||||
* {@link ELPolizzennummerType }
|
|
||||||
* {@link ELTextType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<Object> getELAnzahlOrELBetragOrELEinstufung() {
|
|
||||||
if (elAnzahlOrELBetragOrELEinstufung == null) {
|
|
||||||
elAnzahlOrELBetragOrELEinstufung = new ArrayList<Object>();
|
|
||||||
}
|
|
||||||
return this.elAnzahlOrELBetragOrELEinstufung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the schadenbeteiligter property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the schadenbeteiligter property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getSCHADENBETEILIGTER().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link SCHADENBETEILIGTERType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<SCHADENBETEILIGTERType> getSCHADENBETEILIGTER() {
|
|
||||||
if (schadenbeteiligter == null) {
|
|
||||||
schadenbeteiligter = new ArrayList<SCHADENBETEILIGTERType>();
|
|
||||||
}
|
|
||||||
return this.schadenbeteiligter;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der elkfzKennzeichen-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link ELKFZKennzeichenType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public ELKFZKennzeichenType getELKFZKennzeichen() {
|
|
||||||
return elkfzKennzeichen;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der elkfzKennzeichen-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link ELKFZKennzeichenType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setELKFZKennzeichen(ELKFZKennzeichenType value) {
|
|
||||||
this.elkfzKennzeichen = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der schadennr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSchadennr() {
|
|
||||||
return schadennr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der schadennr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSchadennr(String value) {
|
|
||||||
this.schadennr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der polizzennr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPolizzennr() {
|
|
||||||
return polizzennr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der polizzennr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPolizzennr(String value) {
|
|
||||||
this.polizzennr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vertragsID-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVertragsID() {
|
|
||||||
return vertragsID;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vertragsID-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVertragsID(String value) {
|
|
||||||
this.vertragsID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vermnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVermnr() {
|
|
||||||
return vermnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vermnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVermnr(String value) {
|
|
||||||
this.vermnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der verbandSparteCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVerbandSparteCd() {
|
|
||||||
return verbandSparteCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der verbandSparteCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVerbandSparteCd(String value) {
|
|
||||||
this.verbandSparteCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der spartenCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSpartenCd() {
|
|
||||||
return spartenCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der spartenCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSpartenCd(String value) {
|
|
||||||
this.spartenCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der spartenErweiterung-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSpartenErweiterung() {
|
|
||||||
return spartenErweiterung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der spartenErweiterung-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSpartenErweiterung(String value) {
|
|
||||||
this.spartenErweiterung = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der ereigniszpkt-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getEreigniszpkt() {
|
|
||||||
return ereigniszpkt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der ereigniszpkt-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setEreigniszpkt(XMLGregorianCalendar value) {
|
|
||||||
this.ereigniszpkt = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der meldedat-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getMeldedat() {
|
|
||||||
return meldedat;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der meldedat-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMeldedat(XMLGregorianCalendar value) {
|
|
||||||
this.meldedat = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der schadUrsCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSchadUrsCd() {
|
|
||||||
return schadUrsCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der schadUrsCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSchadUrsCd(String value) {
|
|
||||||
this.schadUrsCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der schadUrsTxt-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSchadUrsTxt() {
|
|
||||||
return schadUrsTxt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der schadUrsTxt-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSchadUrsTxt(String value) {
|
|
||||||
this.schadUrsTxt = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der verschuldenCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVerschuldenCd() {
|
|
||||||
return verschuldenCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der verschuldenCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVerschuldenCd(String value) {
|
|
||||||
this.verschuldenCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der malusWirksamKz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Entsch2Type }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public Entsch2Type getMalusWirksamKz() {
|
|
||||||
return malusWirksamKz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der malusWirksamKz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Entsch2Type }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setMalusWirksamKz(Entsch2Type value) {
|
|
||||||
this.malusWirksamKz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der bearbStandCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getBearbStandCd() {
|
|
||||||
return bearbStandCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der bearbStandCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBearbStandCd(String value) {
|
|
||||||
this.bearbStandCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der erledDat-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getErledDat() {
|
|
||||||
return erledDat;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der erledDat-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setErledDat(XMLGregorianCalendar value) {
|
|
||||||
this.erledDat = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der sachbearbVU-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSachbearbVU() {
|
|
||||||
return sachbearbVU;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der sachbearbVU-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSachbearbVU(String value) {
|
|
||||||
this.sachbearbVU = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der leistungGeschaetzt-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getLeistungGeschaetzt() {
|
|
||||||
return leistungGeschaetzt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der leistungGeschaetzt-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setLeistungGeschaetzt(BigDecimal value) {
|
|
||||||
this.leistungGeschaetzt = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der waehrungsCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public WaehrungsCdType getWaehrungsCd() {
|
|
||||||
return waehrungsCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der waehrungsCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWaehrungsCd(WaehrungsCdType value) {
|
|
||||||
this.waehrungsCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,143 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für anonymous complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="SchlWert" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="3"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="Schlbez">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="50"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="SchlWert_generell">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="3"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "")
|
|
||||||
@XmlRootElement(name = "SCHLUESSEL")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class SCHLUESSEL {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "SchlWert", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String schlWert;
|
|
||||||
@XmlAttribute(name = "Schlbez")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String schlbez;
|
|
||||||
@XmlAttribute(name = "SchlWert_generell")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String schlWertGenerell;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der schlWert-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSchlWert() {
|
|
||||||
return schlWert;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der schlWert-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSchlWert(String value) {
|
|
||||||
this.schlWert = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der schlbez-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSchlbez() {
|
|
||||||
return schlbez;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der schlbez-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSchlbez(String value) {
|
|
||||||
this.schlbez = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der schlWertGenerell-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSchlWertGenerell() {
|
|
||||||
return schlWertGenerell;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der schlWertGenerell-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSchlWertGenerell(String value) {
|
|
||||||
this.schlWertGenerell = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,172 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
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.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für anonymous complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence maxOccurs="unbounded">
|
|
||||||
* <element ref="{urn:omds20}SCHLUESSEL"/>
|
|
||||||
* </sequence>
|
|
||||||
* <attribute name="SchlArtCd" use="required" type="{urn:omds20}SchlArtCd_Type" />
|
|
||||||
* <attribute name="VUWertErlaubtKz" use="required" type="{urn:omds20}Entsch2_Type" />
|
|
||||||
* <attribute name="SchlArtBez">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="30"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "", propOrder = {
|
|
||||||
"schluessel"
|
|
||||||
})
|
|
||||||
@XmlRootElement(name = "SCHLUESSELART")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class SCHLUESSELART {
|
|
||||||
|
|
||||||
@XmlElement(name = "SCHLUESSEL", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<SCHLUESSEL> schluessel;
|
|
||||||
@XmlAttribute(name = "SchlArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected SchlArtCdType schlArtCd;
|
|
||||||
@XmlAttribute(name = "VUWertErlaubtKz", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected Entsch2Type vuWertErlaubtKz;
|
|
||||||
@XmlAttribute(name = "SchlArtBez")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String schlArtBez;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the schluessel property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the schluessel property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getSCHLUESSEL().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link SCHLUESSEL }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<SCHLUESSEL> getSCHLUESSEL() {
|
|
||||||
if (schluessel == null) {
|
|
||||||
schluessel = new ArrayList<SCHLUESSEL>();
|
|
||||||
}
|
|
||||||
return this.schluessel;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der schlArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link SchlArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public SchlArtCdType getSchlArtCd() {
|
|
||||||
return schlArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der schlArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link SchlArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSchlArtCd(SchlArtCdType value) {
|
|
||||||
this.schlArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vuWertErlaubtKz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Entsch2Type }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public Entsch2Type getVUWertErlaubtKz() {
|
|
||||||
return vuWertErlaubtKz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vuWertErlaubtKz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Entsch2Type }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVUWertErlaubtKz(Entsch2Type value) {
|
|
||||||
this.vuWertErlaubtKz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der schlArtBez-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSchlArtBez() {
|
|
||||||
return schlArtBez;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der schlArtBez-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSchlArtBez(String value) {
|
|
||||||
this.schlArtBez = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,226 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für SONSTIGE_PERSON_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="SONSTIGE_PERSON_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="Name" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="120"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="Kurzname">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="15"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="SonstPersArtCd" use="required" type="{urn:omds20}SonstPersArtCd_Type" />
|
|
||||||
* <attribute name="GesFormCd" type="{urn:omds20}GesFormCd_Type" />
|
|
||||||
* <attribute name="PersonID_VU" type="{urn:omds20}PersonID_Type" />
|
|
||||||
* <attribute name="PersonID_Makler" type="{urn:omds20}PersonID_Type" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "SONSTIGE_PERSON_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class SONSTIGEPERSONType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "Name", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String name;
|
|
||||||
@XmlAttribute(name = "Kurzname")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String kurzname;
|
|
||||||
@XmlAttribute(name = "SonstPersArtCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String sonstPersArtCd;
|
|
||||||
@XmlAttribute(name = "GesFormCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected GesFormCdType gesFormCd;
|
|
||||||
@XmlAttribute(name = "PersonID_VU")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String personIDVU;
|
|
||||||
@XmlAttribute(name = "PersonID_Makler")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String personIDMakler;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der name-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getName() {
|
|
||||||
return name;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der name-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setName(String value) {
|
|
||||||
this.name = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der kurzname-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getKurzname() {
|
|
||||||
return kurzname;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der kurzname-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setKurzname(String value) {
|
|
||||||
this.kurzname = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der sonstPersArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSonstPersArtCd() {
|
|
||||||
return sonstPersArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der sonstPersArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSonstPersArtCd(String value) {
|
|
||||||
this.sonstPersArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der gesFormCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link GesFormCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public GesFormCdType getGesFormCd() {
|
|
||||||
return gesFormCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der gesFormCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link GesFormCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGesFormCd(GesFormCdType value) {
|
|
||||||
this.gesFormCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der personIDVU-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPersonIDVU() {
|
|
||||||
return personIDVU;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der personIDVU-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPersonIDVU(String value) {
|
|
||||||
this.personIDVU = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der personIDMakler-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPersonIDMakler() {
|
|
||||||
return personIDMakler;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der personIDMakler-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPersonIDMakler(String value) {
|
|
||||||
this.personIDMakler = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,634 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
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.XmlElements;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für SPARTE_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="SPARTE_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <choice maxOccurs="unbounded" minOccurs="0">
|
|
||||||
* <element ref="{urn:omds20}EL-Anzahl"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Betrag"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Bezugsberechtigung"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Einstufung"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Entscheidungsfrage"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Gewinnbeteiligung"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Grenzwert"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Index"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Klausel"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Praemienkorrektur"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Rente"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Selbstbehalt"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Steuer"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Text"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Zeitraum"/>
|
|
||||||
* </choice>
|
|
||||||
* <element ref="{urn:omds20}RISIKO" maxOccurs="unbounded"/>
|
|
||||||
* </sequence>
|
|
||||||
* <attribute name="SpartenCd" use="required" type="{urn:omds20}SpartenCd_Type" />
|
|
||||||
* <attribute name="SpartenErweiterung" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="10"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="SpartenID">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="VerbandSparteCd" use="required" type="{urn:omds20}VerbandSparteCd_Type" />
|
|
||||||
* <attribute name="Spartentxt">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="80"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="SpartenBeg" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="SpartenEnd" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="StatusCd" type="{urn:omds20}StatusCd_Type" />
|
|
||||||
* <attribute name="HauptTarifBez">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="25"/>
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="SichergKz" type="{urn:omds20}Entsch2_Type" />
|
|
||||||
* <attribute name="DirBeteiligtKz" type="{urn:omds20}Entsch3_Type" />
|
|
||||||
* <attribute name="SondervereinbarungKz" type="{urn:omds20}Entsch3_Type" />
|
|
||||||
* <attribute name="PraemieNtoSp" use="required" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="PraemieBtoSp" use="required" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="nmoKuendDat" type="{urn:omds20}Datum" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "SPARTE_Type", propOrder = {
|
|
||||||
"elAnzahlOrELBetragOrELBezugsberechtigung",
|
|
||||||
"risiko"
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class SPARTEType {
|
|
||||||
|
|
||||||
@XmlElements({
|
|
||||||
@XmlElement(name = "EL-Anzahl", type = ELAnzahlType.class),
|
|
||||||
@XmlElement(name = "EL-Betrag", type = ELBetragType.class),
|
|
||||||
@XmlElement(name = "EL-Bezugsberechtigung", type = ELBezugsberechtigungType.class),
|
|
||||||
@XmlElement(name = "EL-Einstufung", type = ELEinstufungType.class),
|
|
||||||
@XmlElement(name = "EL-Entscheidungsfrage", type = ELEntscheidungsfrageType.class),
|
|
||||||
@XmlElement(name = "EL-Gewinnbeteiligung", type = ELGewinnbeteiligungType.class),
|
|
||||||
@XmlElement(name = "EL-Grenzwert", type = ELGrenzwertType.class),
|
|
||||||
@XmlElement(name = "EL-Index", type = ELIndexType.class),
|
|
||||||
@XmlElement(name = "EL-Klausel", type = ELKlauselType.class),
|
|
||||||
@XmlElement(name = "EL-Praemienkorrektur", type = ELPraemienkorrekturType.class),
|
|
||||||
@XmlElement(name = "EL-Rente", type = ELRenteType.class),
|
|
||||||
@XmlElement(name = "EL-Selbstbehalt", type = ELSelbstbehalt.class),
|
|
||||||
@XmlElement(name = "EL-Steuer", type = ELSteuerType.class),
|
|
||||||
@XmlElement(name = "EL-Text", type = ELTextType.class),
|
|
||||||
@XmlElement(name = "EL-Zeitraum", type = ELZeitraumType.class)
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<Object> elAnzahlOrELBetragOrELBezugsberechtigung;
|
|
||||||
@XmlElement(name = "RISIKO", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<RISIKOType> risiko;
|
|
||||||
@XmlAttribute(name = "SpartenCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String spartenCd;
|
|
||||||
@XmlAttribute(name = "SpartenErweiterung", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String spartenErweiterung;
|
|
||||||
@XmlAttribute(name = "SpartenID")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String spartenID;
|
|
||||||
@XmlAttribute(name = "VerbandSparteCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String verbandSparteCd;
|
|
||||||
@XmlAttribute(name = "Spartentxt")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String spartentxt;
|
|
||||||
@XmlAttribute(name = "SpartenBeg")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar spartenBeg;
|
|
||||||
@XmlAttribute(name = "SpartenEnd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar spartenEnd;
|
|
||||||
@XmlAttribute(name = "StatusCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String statusCd;
|
|
||||||
@XmlAttribute(name = "HauptTarifBez")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String hauptTarifBez;
|
|
||||||
@XmlAttribute(name = "SichergKz")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected Entsch2Type sichergKz;
|
|
||||||
@XmlAttribute(name = "DirBeteiligtKz")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String dirBeteiligtKz;
|
|
||||||
@XmlAttribute(name = "SondervereinbarungKz")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String sondervereinbarungKz;
|
|
||||||
@XmlAttribute(name = "PraemieNtoSp", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal praemieNtoSp;
|
|
||||||
@XmlAttribute(name = "PraemieBtoSp", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal praemieBtoSp;
|
|
||||||
@XmlAttribute(name = "nmoKuendDat")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar nmoKuendDat;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the elAnzahlOrELBetragOrELBezugsberechtigung property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the elAnzahlOrELBetragOrELBezugsberechtigung property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getELAnzahlOrELBetragOrELBezugsberechtigung().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ELAnzahlType }
|
|
||||||
* {@link ELBetragType }
|
|
||||||
* {@link ELBezugsberechtigungType }
|
|
||||||
* {@link ELEinstufungType }
|
|
||||||
* {@link ELEntscheidungsfrageType }
|
|
||||||
* {@link ELGewinnbeteiligungType }
|
|
||||||
* {@link ELGrenzwertType }
|
|
||||||
* {@link ELIndexType }
|
|
||||||
* {@link ELKlauselType }
|
|
||||||
* {@link ELPraemienkorrekturType }
|
|
||||||
* {@link ELRenteType }
|
|
||||||
* {@link ELSelbstbehalt }
|
|
||||||
* {@link ELSteuerType }
|
|
||||||
* {@link ELTextType }
|
|
||||||
* {@link ELZeitraumType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<Object> getELAnzahlOrELBetragOrELBezugsberechtigung() {
|
|
||||||
if (elAnzahlOrELBetragOrELBezugsberechtigung == null) {
|
|
||||||
elAnzahlOrELBetragOrELBezugsberechtigung = new ArrayList<Object>();
|
|
||||||
}
|
|
||||||
return this.elAnzahlOrELBetragOrELBezugsberechtigung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the risiko property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the risiko property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getRISIKO().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link RISIKOType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<RISIKOType> getRISIKO() {
|
|
||||||
if (risiko == null) {
|
|
||||||
risiko = new ArrayList<RISIKOType>();
|
|
||||||
}
|
|
||||||
return this.risiko;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der spartenCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSpartenCd() {
|
|
||||||
return spartenCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der spartenCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSpartenCd(String value) {
|
|
||||||
this.spartenCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der spartenErweiterung-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSpartenErweiterung() {
|
|
||||||
return spartenErweiterung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der spartenErweiterung-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSpartenErweiterung(String value) {
|
|
||||||
this.spartenErweiterung = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der spartenID-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSpartenID() {
|
|
||||||
return spartenID;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der spartenID-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSpartenID(String value) {
|
|
||||||
this.spartenID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der verbandSparteCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVerbandSparteCd() {
|
|
||||||
return verbandSparteCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der verbandSparteCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVerbandSparteCd(String value) {
|
|
||||||
this.verbandSparteCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der spartentxt-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSpartentxt() {
|
|
||||||
return spartentxt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der spartentxt-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSpartentxt(String value) {
|
|
||||||
this.spartentxt = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der spartenBeg-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getSpartenBeg() {
|
|
||||||
return spartenBeg;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der spartenBeg-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSpartenBeg(XMLGregorianCalendar value) {
|
|
||||||
this.spartenBeg = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der spartenEnd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getSpartenEnd() {
|
|
||||||
return spartenEnd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der spartenEnd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSpartenEnd(XMLGregorianCalendar value) {
|
|
||||||
this.spartenEnd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der statusCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getStatusCd() {
|
|
||||||
return statusCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der statusCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setStatusCd(String value) {
|
|
||||||
this.statusCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der hauptTarifBez-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getHauptTarifBez() {
|
|
||||||
return hauptTarifBez;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der hauptTarifBez-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setHauptTarifBez(String value) {
|
|
||||||
this.hauptTarifBez = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der sichergKz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Entsch2Type }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public Entsch2Type getSichergKz() {
|
|
||||||
return sichergKz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der sichergKz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Entsch2Type }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSichergKz(Entsch2Type value) {
|
|
||||||
this.sichergKz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der dirBeteiligtKz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getDirBeteiligtKz() {
|
|
||||||
return dirBeteiligtKz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der dirBeteiligtKz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setDirBeteiligtKz(String value) {
|
|
||||||
this.dirBeteiligtKz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der sondervereinbarungKz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getSondervereinbarungKz() {
|
|
||||||
return sondervereinbarungKz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der sondervereinbarungKz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSondervereinbarungKz(String value) {
|
|
||||||
this.sondervereinbarungKz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der praemieNtoSp-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getPraemieNtoSp() {
|
|
||||||
return praemieNtoSp;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der praemieNtoSp-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPraemieNtoSp(BigDecimal value) {
|
|
||||||
this.praemieNtoSp = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der praemieBtoSp-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getPraemieBtoSp() {
|
|
||||||
return praemieBtoSp;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der praemieBtoSp-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPraemieBtoSp(BigDecimal value) {
|
|
||||||
this.praemieBtoSp = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der nmoKuendDat-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getNmoKuendDat() {
|
|
||||||
return nmoKuendDat;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der nmoKuendDat-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setNmoKuendDat(XMLGregorianCalendar value) {
|
|
||||||
this.nmoKuendDat = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,70 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für SbhArtCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="SbhArtCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="MIS"/>
|
|
||||||
* <enumeration value="MXK"/>
|
|
||||||
* <enumeration value="MXS"/>
|
|
||||||
* <enumeration value="STS"/>
|
|
||||||
* <enumeration value="SSO"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "SbhArtCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum SbhArtCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Mindestselbstbehalt je Schadenfall
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
MIS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Maximalselbstbehalt kumuliert
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
MXK,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Maximalselbstbehalt je Schadenfall
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
MXS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Standardselbstbehalt je Schadenfall
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
STS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Selbstbehalt sonst
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SSO;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static SbhArtCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,592 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlEnumValue;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für SchlArtCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="SchlArtCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="25"/>
|
|
||||||
* <enumeration value="AendGrundCd"/>
|
|
||||||
* <enumeration value="AntriebsArtCd"/>
|
|
||||||
* <enumeration value="AufbauArtCd"/>
|
|
||||||
* <enumeration value="AusstattungCd"/>
|
|
||||||
* <enumeration value="BauartCd"/>
|
|
||||||
* <enumeration value="BBArtCd"/>
|
|
||||||
* <enumeration value="BearbStandCd"/>
|
|
||||||
* <enumeration value="BetragArtCd"/>
|
|
||||||
* <enumeration value="BetRolleCd"/>
|
|
||||||
* <enumeration value="DachungCd"/>
|
|
||||||
* <enumeration value="DachungsArtCd"/>
|
|
||||||
* <enumeration value="EFrageCd"/>
|
|
||||||
* <enumeration value="EstArtCd"/>
|
|
||||||
* <enumeration value="FamilienstandCd"/>
|
|
||||||
* <enumeration value="FlaechenAttributCd"/>
|
|
||||||
* <enumeration value="FzgArtCd"/>
|
|
||||||
* <enumeration value="GebaeudeArtCd"/>
|
|
||||||
* <enumeration value="GebaeudeHoeheCd"/>
|
|
||||||
* <enumeration value="GeschlechtCd"/>
|
|
||||||
* <enumeration value="GrundRuecklaufCd"/>
|
|
||||||
* <enumeration value="GrwArtCd"/>
|
|
||||||
* <enumeration value="IdfArtCd"/>
|
|
||||||
* <enumeration value="IndexArtCd"/>
|
|
||||||
* <enumeration value="KomArtCd"/>
|
|
||||||
* <enumeration value="LandesCd"/>
|
|
||||||
* <enumeration value="LegArtCd"/>
|
|
||||||
* <enumeration value="LoeschCd"/>
|
|
||||||
* <enumeration value="MigrationsCd"/>
|
|
||||||
* <enumeration value="NutzungCd"/>
|
|
||||||
* <enumeration value="ObjektdatenCd"/>
|
|
||||||
* <enumeration value="PaketInhCd"/>
|
|
||||||
* <enumeration value="PaketUmfCd"/>
|
|
||||||
* <enumeration value="PersArtCd"/>
|
|
||||||
* <enumeration value="PfrArtCd"/>
|
|
||||||
* <enumeration value="PolArtCd"/>
|
|
||||||
* <enumeration value="PraemFristCd"/>
|
|
||||||
* <enumeration value="PraemKorrArtCd"/>
|
|
||||||
* <enumeration value="ProvArtCd"/>
|
|
||||||
* <enumeration value="RisikoArtCd"/>
|
|
||||||
* <enumeration value="RntRhythmCd"/>
|
|
||||||
* <enumeration value="SbhArtCd"/>
|
|
||||||
* <enumeration value="SchadUrsCd"/>
|
|
||||||
* <enumeration value="SonstPersArtCd"/>
|
|
||||||
* <enumeration value="SpartenCd"/>
|
|
||||||
* <enumeration value="StArtCd"/>
|
|
||||||
* <enumeration value="TxtArtCd"/>
|
|
||||||
* <enumeration value="VSArtCd"/>
|
|
||||||
* <enumeration value="VerbandSparteCd"/>
|
|
||||||
* <enumeration value="VersLwCd"/>
|
|
||||||
* <enumeration value="StatusCd"/>
|
|
||||||
* <enumeration value="VersSacheCd"/>
|
|
||||||
* <enumeration value="VerschuldenCd"/>
|
|
||||||
* <enumeration value="VerwendzweckCd"/>
|
|
||||||
* <enumeration value="VtgProdCd"/>
|
|
||||||
* <enumeration value="VtgRolleCd"/>
|
|
||||||
* <enumeration value="VtgSparteCd"/>
|
|
||||||
* <enumeration value="VtgStatusCd"/>
|
|
||||||
* <enumeration value="WaehrungsCd"/>
|
|
||||||
* <enumeration value="ZRArtCd"/>
|
|
||||||
* <enumeration value="ZahlGrundCd"/>
|
|
||||||
* <enumeration value="ZahlRhythmCd"/>
|
|
||||||
* <enumeration value="ZahlWegCd"/>
|
|
||||||
* <enumeration value="MahnStufeCd"/>
|
|
||||||
* <enumeration value="RueckGrundCd"/>
|
|
||||||
* <enumeration value="SprachCd"/>
|
|
||||||
* <enumeration value="VerbrEinhCd"/>
|
|
||||||
* <enumeration value="GesFormCd"/>
|
|
||||||
* <enumeration value="RahmenvertragsartCd"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "SchlArtCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum SchlArtCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Änderungsgrund
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("AendGrundCd")
|
|
||||||
AEND_GRUND_CD("AendGrundCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Antriebsart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("AntriebsArtCd")
|
|
||||||
ANTRIEBS_ART_CD("AntriebsArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Aufbauart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("AufbauArtCd")
|
|
||||||
AUFBAU_ART_CD("AufbauArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ausstattung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("AusstattungCd")
|
|
||||||
AUSSTATTUNG_CD("AusstattungCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Bauart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("BauartCd")
|
|
||||||
BAUART_CD("BauartCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Bezugsberechtigungsart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("BBArtCd")
|
|
||||||
BB_ART_CD("BBArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Bearbeitungsstand
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("BearbStandCd")
|
|
||||||
BEARB_STAND_CD("BearbStandCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Betragsart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("BetragArtCd")
|
|
||||||
BETRAG_ART_CD("BetragArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Beteiligungsrolle
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("BetRolleCd")
|
|
||||||
BET_ROLLE_CD("BetRolleCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dachung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("DachungCd")
|
|
||||||
DACHUNG_CD("DachungCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dachungsart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("DachungsArtCd")
|
|
||||||
DACHUNGS_ART_CD("DachungsArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Entscheidungsfrage
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("EFrageCd")
|
|
||||||
E_FRAGE_CD("EFrageCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Einstufungsart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("EstArtCd")
|
|
||||||
EST_ART_CD("EstArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Familienstand
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("FamilienstandCd")
|
|
||||||
FAMILIENSTAND_CD("FamilienstandCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Flächenattribut
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("FlaechenAttributCd")
|
|
||||||
FLAECHEN_ATTRIBUT_CD("FlaechenAttributCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fahrzeugart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("FzgArtCd")
|
|
||||||
FZG_ART_CD("FzgArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Art des Gebäudes
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("GebaeudeArtCd")
|
|
||||||
GEBAEUDE_ART_CD("GebaeudeArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gebäudehöhe
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("GebaeudeHoeheCd")
|
|
||||||
GEBAEUDE_HOEHE_CD("GebaeudeHoeheCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Geschlecht
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("GeschlechtCd")
|
|
||||||
GESCHLECHT_CD("GeschlechtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* GrundRuecklauf
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("GrundRuecklaufCd")
|
|
||||||
GRUND_RUECKLAUF_CD("GrundRuecklaufCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Grenzwertart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("GrwArtCd")
|
|
||||||
GRW_ART_CD("GrwArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Identifizierungsart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("IdfArtCd")
|
|
||||||
IDF_ART_CD("IdfArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Indexart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("IndexArtCd")
|
|
||||||
INDEX_ART_CD("IndexArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* KommunikationsArt
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("KomArtCd")
|
|
||||||
KOM_ART_CD("KomArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ländercode
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("LandesCd")
|
|
||||||
LANDES_CD("LandesCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legitimierungsart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("LegArtCd")
|
|
||||||
LEG_ART_CD("LegArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Löschungsarten
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("LoeschCd")
|
|
||||||
LOESCH_CD("LoeschCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Migrationsart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("MigrationsCd")
|
|
||||||
MIGRATIONS_CD("MigrationsCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Nutzung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("NutzungCd")
|
|
||||||
NUTZUNG_CD("NutzungCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Objektdatenart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("ObjektdatenCd")
|
|
||||||
OBJEKTDATEN_CD("ObjektdatenCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Paketinhalt
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("PaketInhCd")
|
|
||||||
PAKET_INH_CD("PaketInhCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Paketumfang
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("PaketUmfCd")
|
|
||||||
PAKET_UMF_CD("PaketUmfCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Personenart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("PersArtCd")
|
|
||||||
PERS_ART_CD("PersArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Prämienfreiart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("PfrArtCd")
|
|
||||||
PFR_ART_CD("PfrArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Polizzenart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("PolArtCd")
|
|
||||||
POL_ART_CD("PolArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Prämienfrist
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("PraemFristCd")
|
|
||||||
PRAEM_FRIST_CD("PraemFristCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Prämienkorrekturart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("PraemKorrArtCd")
|
|
||||||
PRAEM_KORR_ART_CD("PraemKorrArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Provisionsart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("ProvArtCd")
|
|
||||||
PROV_ART_CD("ProvArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Risikoart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("RisikoArtCd")
|
|
||||||
RISIKO_ART_CD("RisikoArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Rentenzahlungsrhythmus
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("RntRhythmCd")
|
|
||||||
RNT_RHYTHM_CD("RntRhythmCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Selbstbehaltart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("SbhArtCd")
|
|
||||||
SBH_ART_CD("SbhArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Schadenursache
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("SchadUrsCd")
|
|
||||||
SCHAD_URS_CD("SchadUrsCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Art der sonstigen Person
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("SonstPersArtCd")
|
|
||||||
SONST_PERS_ART_CD("SonstPersArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sparte
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("SpartenCd")
|
|
||||||
SPARTEN_CD("SpartenCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Steuerart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("StArtCd")
|
|
||||||
ST_ART_CD("StArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Textart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("TxtArtCd")
|
|
||||||
TXT_ART_CD("TxtArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Versicherungssummenart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("VSArtCd")
|
|
||||||
VS_ART_CD("VSArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Verbandssparte
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("VerbandSparteCd")
|
|
||||||
VERBAND_SPARTE_CD("VerbandSparteCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Versicherte Landwirtschaft
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("VersLwCd")
|
|
||||||
VERS_LW_CD("VersLwCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Status
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("StatusCd")
|
|
||||||
STATUS_CD("StatusCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Versicherte Sache
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("VersSacheCd")
|
|
||||||
VERS_SACHE_CD("VersSacheCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Verschulden
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("VerschuldenCd")
|
|
||||||
VERSCHULDEN_CD("VerschuldenCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Verwendungszweck
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("VerwendzweckCd")
|
|
||||||
VERWENDZWECK_CD("VerwendzweckCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Vertragsprodukt
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("VtgProdCd")
|
|
||||||
VTG_PROD_CD("VtgProdCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Vertragsrolle
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("VtgRolleCd")
|
|
||||||
VTG_ROLLE_CD("VtgRolleCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Vertragssparte
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("VtgSparteCd")
|
|
||||||
VTG_SPARTE_CD("VtgSparteCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Vertragsstatus
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("VtgStatusCd")
|
|
||||||
VTG_STATUS_CD("VtgStatusCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Währung
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("WaehrungsCd")
|
|
||||||
WAEHRUNGS_CD("WaehrungsCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Art des Zeitraumes
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("ZRArtCd")
|
|
||||||
ZR_ART_CD("ZRArtCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Zahlungsgrund
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("ZahlGrundCd")
|
|
||||||
ZAHL_GRUND_CD("ZahlGrundCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Zahlungsrhythmus
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("ZahlRhythmCd")
|
|
||||||
ZAHL_RHYTHM_CD("ZahlRhythmCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Zahlungsweg
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("ZahlWegCd")
|
|
||||||
ZAHL_WEG_CD("ZahlWegCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* MahnStufe
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("MahnStufeCd")
|
|
||||||
MAHN_STUFE_CD("MahnStufeCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* GrundRuecklauf
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("RueckGrundCd")
|
|
||||||
RUECK_GRUND_CD("RueckGrundCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sprachenschlüssel
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("SprachCd")
|
|
||||||
SPRACH_CD("SprachCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Einheit für Verbrauch
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("VerbrEinhCd")
|
|
||||||
VERBR_EINH_CD("VerbrEinhCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gesellschaftsform
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("GesFormCd")
|
|
||||||
GES_FORM_CD("GesFormCd"),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Rahmenvertragsart
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlEnumValue("RahmenvertragsartCd")
|
|
||||||
RAHMENVERTRAGSART_CD("RahmenvertragsartCd");
|
|
||||||
private final String value;
|
|
||||||
|
|
||||||
SchlArtCdType(String v) {
|
|
||||||
value = v;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return value;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static SchlArtCdType fromValue(String v) {
|
|
||||||
for (SchlArtCdType c: SchlArtCdType.values()) {
|
|
||||||
if (c.value.equals(v)) {
|
|
||||||
return c;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
throw new IllegalArgumentException(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,86 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für SprachCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="SprachCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="2"/>
|
|
||||||
* <maxLength value="2"/>
|
|
||||||
* <enumeration value="CS"/>
|
|
||||||
* <enumeration value="DE"/>
|
|
||||||
* <enumeration value="EN"/>
|
|
||||||
* <enumeration value="HU"/>
|
|
||||||
* <enumeration value="IT"/>
|
|
||||||
* <enumeration value="SK"/>
|
|
||||||
* <enumeration value="SL"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "SprachCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum SprachCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Tschechisch
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
CS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Deutsch
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
DE,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Englisch
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
EN,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ungarisch
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
HU,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Italienisch
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
IT,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Slowakisch
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SK,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Slowenisch
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SL;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static SprachCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,112 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für TxtArtCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="TxtArtCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="ANR"/>
|
|
||||||
* <enumeration value="BER"/>
|
|
||||||
* <enumeration value="FRT"/>
|
|
||||||
* <enumeration value="TIT"/>
|
|
||||||
* <enumeration value="TIN"/>
|
|
||||||
* <enumeration value="VKL"/>
|
|
||||||
* <enumeration value="SRT"/>
|
|
||||||
* <enumeration value="EXP"/>
|
|
||||||
* <enumeration value="ONR"/>
|
|
||||||
* <enumeration value="FZU"/>
|
|
||||||
* <enumeration value="RIM"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "TxtArtCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum TxtArtCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Anrede
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
ANR,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Beruf
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
BER,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Freitext
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
FRT,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Titel
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
TIT,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Titel nachgestellt
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
TIN,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Vertragsspez. Klausel
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
VKL,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Beschreibung Schadenort
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SRT,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Schaden-Expertise (Besichtigungsdaten)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
EXP,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Oeamtc-Clubkarten-Nr
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
ONR,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ordnungsbegriff für Zuordnung Fremdsystem
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
FZU,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Risikomerkmal
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
RIM;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static TxtArtCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für anonymous complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <extension base="{urn:omds20}VERS_KFZ_Type">
|
|
||||||
* </extension>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "")
|
|
||||||
@XmlRootElement(name = "VERS_KFZ")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class VERSKFZ
|
|
||||||
extends VERSKFZType
|
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,252 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
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.XmlElements;
|
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für VERS_OBJEKT_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="VERS_OBJEKT_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <choice minOccurs="0">
|
|
||||||
* <element ref="{urn:omds20}VERS_PERSON"/>
|
|
||||||
* <element ref="{urn:omds20}VERS_KFZ"/>
|
|
||||||
* <element ref="{urn:omds20}VERS_SACHE"/>
|
|
||||||
* </choice>
|
|
||||||
* <choice maxOccurs="unbounded" minOccurs="0">
|
|
||||||
* <element ref="{urn:omds20}EL-Anzahl"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Betrag"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Einstufung"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Entscheidungsfrage"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Identifizierung"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Grenzwert"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Text"/>
|
|
||||||
* </choice>
|
|
||||||
* </sequence>
|
|
||||||
* <attribute name="ObjLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
|
||||||
* <attribute name="VersObjTxt">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="100"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "VERS_OBJEKT_Type", propOrder = {
|
|
||||||
"versperson",
|
|
||||||
"verskfz",
|
|
||||||
"verssache",
|
|
||||||
"elAnzahlOrELBetragOrELEinstufung"
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class VERSOBJEKTType {
|
|
||||||
|
|
||||||
@XmlElement(name = "VERS_PERSON")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected VERSPERSONType versperson;
|
|
||||||
@XmlElement(name = "VERS_KFZ")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected VERSKFZ verskfz;
|
|
||||||
@XmlElement(name = "VERS_SACHE")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected VERSSACHEType verssache;
|
|
||||||
@XmlElements({
|
|
||||||
@XmlElement(name = "EL-Anzahl", type = ELAnzahlType.class),
|
|
||||||
@XmlElement(name = "EL-Betrag", type = ELBetragType.class),
|
|
||||||
@XmlElement(name = "EL-Einstufung", type = ELEinstufungType.class),
|
|
||||||
@XmlElement(name = "EL-Entscheidungsfrage", type = ELEntscheidungsfrageType.class),
|
|
||||||
@XmlElement(name = "EL-Identifizierung", type = ELIdentifizierungType.class),
|
|
||||||
@XmlElement(name = "EL-Grenzwert", type = ELGrenzwertType.class),
|
|
||||||
@XmlElement(name = "EL-Text", type = ELTextType.class)
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<Object> elAnzahlOrELBetragOrELEinstufung;
|
|
||||||
@XmlAttribute(name = "ObjLfnr", required = true)
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected int objLfnr;
|
|
||||||
@XmlAttribute(name = "VersObjTxt")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String versObjTxt;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der versperson-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link VERSPERSONType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public VERSPERSONType getVERSPERSON() {
|
|
||||||
return versperson;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der versperson-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link VERSPERSONType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVERSPERSON(VERSPERSONType value) {
|
|
||||||
this.versperson = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der verskfz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link VERSKFZ }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public VERSKFZ getVERSKFZ() {
|
|
||||||
return verskfz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der verskfz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link VERSKFZ }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVERSKFZ(VERSKFZ value) {
|
|
||||||
this.verskfz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der verssache-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link VERSSACHEType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public VERSSACHEType getVERSSACHE() {
|
|
||||||
return verssache;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der verssache-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link VERSSACHEType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVERSSACHE(VERSSACHEType value) {
|
|
||||||
this.verssache = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the elAnzahlOrELBetragOrELEinstufung property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the elAnzahlOrELBetragOrELEinstufung property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getELAnzahlOrELBetragOrELEinstufung().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ELAnzahlType }
|
|
||||||
* {@link ELBetragType }
|
|
||||||
* {@link ELEinstufungType }
|
|
||||||
* {@link ELEntscheidungsfrageType }
|
|
||||||
* {@link ELGrenzwertType }
|
|
||||||
* {@link ELIdentifizierungType }
|
|
||||||
* {@link ELTextType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<Object> getELAnzahlOrELBetragOrELEinstufung() {
|
|
||||||
if (elAnzahlOrELBetragOrELEinstufung == null) {
|
|
||||||
elAnzahlOrELBetragOrELEinstufung = new ArrayList<Object>();
|
|
||||||
}
|
|
||||||
return this.elAnzahlOrELBetragOrELEinstufung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der objLfnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public int getObjLfnr() {
|
|
||||||
return objLfnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der objLfnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setObjLfnr(int value) {
|
|
||||||
this.objLfnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der versObjTxt-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVersObjTxt() {
|
|
||||||
return versObjTxt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der versObjTxt-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVersObjTxt(String value) {
|
|
||||||
this.versObjTxt = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,63 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für VERS_PERSON_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="VERS_PERSON_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="Personennr" use="required" type="{urn:omds20}Personennr" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "VERS_PERSON_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class VERSPERSONType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "Personennr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String personennr;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der personennr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPersonennr() {
|
|
||||||
return personennr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der personennr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPersonennr(String value) {
|
|
||||||
this.personennr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,882 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für VERS_SACHE_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="VERS_SACHE_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <element ref="{urn:omds20}EL-Objektdaten" maxOccurs="unbounded" minOccurs="0"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Flaeche" maxOccurs="unbounded" minOccurs="0"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Text" maxOccurs="unbounded" minOccurs="0"/>
|
|
||||||
* </sequence>
|
|
||||||
* <attGroup ref="{urn:omds20}Adresse_Attribute"/>
|
|
||||||
* <attribute name="VersSacheCd" use="required" type="{urn:omds20}VersSacheCd_Type" />
|
|
||||||
* <attribute name="VersSacheBez">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="60"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="GebaeudeArtCd" type="{urn:omds20}GebaeudeArtCd_Type" />
|
|
||||||
* <attribute name="GebaeudeBez">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="60"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="BauartCd" type="{urn:omds20}BauartCd_Type" />
|
|
||||||
* <attribute name="GebaeudeHoeheCd" type="{urn:omds20}GebaeudeHoeheCd_Type" />
|
|
||||||
* <attribute name="AusstattungCd" type="{urn:omds20}AusstattungCd_Type" />
|
|
||||||
* <attribute name="DachungCd" type="{urn:omds20}DachungCd_Type" />
|
|
||||||
* <attribute name="DachungsArtCd" type="{urn:omds20}DachungsArtCd_Type" />
|
|
||||||
* <attribute name="NutzungCd" type="{urn:omds20}NutzungCd_Type" />
|
|
||||||
* <attribute name="SichergKz" type="{urn:omds20}Entsch2_Type" />
|
|
||||||
* <attribute name="VersLwCd" type="{urn:omds20}VersLwCd_Type" />
|
|
||||||
* <attribute name="StatusCd" type="{urn:omds20}StatusCd_Type" />
|
|
||||||
* <attribute name="Hersteller">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="Modell">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="40"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "VERS_SACHE_Type", propOrder = {
|
|
||||||
"elObjektdaten",
|
|
||||||
"elFlaeche",
|
|
||||||
"elText"
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class VERSSACHEType {
|
|
||||||
|
|
||||||
@XmlElement(name = "EL-Objektdaten")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<ELObjektdatenType> elObjektdaten;
|
|
||||||
@XmlElement(name = "EL-Flaeche")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<ELFlaecheType> elFlaeche;
|
|
||||||
@XmlElement(name = "EL-Text")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<ELTextType> elText;
|
|
||||||
@XmlAttribute(name = "VersSacheCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String versSacheCd;
|
|
||||||
@XmlAttribute(name = "VersSacheBez")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String versSacheBez;
|
|
||||||
@XmlAttribute(name = "GebaeudeArtCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String gebaeudeArtCd;
|
|
||||||
@XmlAttribute(name = "GebaeudeBez")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String gebaeudeBez;
|
|
||||||
@XmlAttribute(name = "BauartCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String bauartCd;
|
|
||||||
@XmlAttribute(name = "GebaeudeHoeheCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String gebaeudeHoeheCd;
|
|
||||||
@XmlAttribute(name = "AusstattungCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String ausstattungCd;
|
|
||||||
@XmlAttribute(name = "DachungCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String dachungCd;
|
|
||||||
@XmlAttribute(name = "DachungsArtCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected DachungsArtCdType dachungsArtCd;
|
|
||||||
@XmlAttribute(name = "NutzungCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String nutzungCd;
|
|
||||||
@XmlAttribute(name = "SichergKz")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected Entsch2Type sichergKz;
|
|
||||||
@XmlAttribute(name = "VersLwCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String versLwCd;
|
|
||||||
@XmlAttribute(name = "StatusCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String statusCd;
|
|
||||||
@XmlAttribute(name = "Hersteller")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String hersteller;
|
|
||||||
@XmlAttribute(name = "Modell")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String modell;
|
|
||||||
@XmlAttribute(name = "Pac")
|
|
||||||
@XmlSchemaType(name = "unsignedInt")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected Long pac;
|
|
||||||
@XmlAttribute(name = "LandesCd")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String landesCd;
|
|
||||||
@XmlAttribute(name = "PLZ")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String plz;
|
|
||||||
@XmlAttribute(name = "Ort")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String ort;
|
|
||||||
@XmlAttribute(name = "Strasse")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String strasse;
|
|
||||||
@XmlAttribute(name = "Hausnr")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String hausnr;
|
|
||||||
@XmlAttribute(name = "Zusatz")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String zusatz;
|
|
||||||
@XmlAttribute(name = "AdressID_VU")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String adressIDVU;
|
|
||||||
@XmlAttribute(name = "AdressID_Makler")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String adressIDMakler;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the elObjektdaten property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the elObjektdaten property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getELObjektdaten().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ELObjektdatenType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<ELObjektdatenType> getELObjektdaten() {
|
|
||||||
if (elObjektdaten == null) {
|
|
||||||
elObjektdaten = new ArrayList<ELObjektdatenType>();
|
|
||||||
}
|
|
||||||
return this.elObjektdaten;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the elFlaeche property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the elFlaeche property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getELFlaeche().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ELFlaecheType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<ELFlaecheType> getELFlaeche() {
|
|
||||||
if (elFlaeche == null) {
|
|
||||||
elFlaeche = new ArrayList<ELFlaecheType>();
|
|
||||||
}
|
|
||||||
return this.elFlaeche;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the elText property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the elText property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getELText().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ELTextType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<ELTextType> getELText() {
|
|
||||||
if (elText == null) {
|
|
||||||
elText = new ArrayList<ELTextType>();
|
|
||||||
}
|
|
||||||
return this.elText;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der versSacheCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVersSacheCd() {
|
|
||||||
return versSacheCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der versSacheCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVersSacheCd(String value) {
|
|
||||||
this.versSacheCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der versSacheBez-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVersSacheBez() {
|
|
||||||
return versSacheBez;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der versSacheBez-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVersSacheBez(String value) {
|
|
||||||
this.versSacheBez = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der gebaeudeArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getGebaeudeArtCd() {
|
|
||||||
return gebaeudeArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der gebaeudeArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGebaeudeArtCd(String value) {
|
|
||||||
this.gebaeudeArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der gebaeudeBez-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getGebaeudeBez() {
|
|
||||||
return gebaeudeBez;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der gebaeudeBez-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGebaeudeBez(String value) {
|
|
||||||
this.gebaeudeBez = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der bauartCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getBauartCd() {
|
|
||||||
return bauartCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der bauartCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBauartCd(String value) {
|
|
||||||
this.bauartCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der gebaeudeHoeheCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getGebaeudeHoeheCd() {
|
|
||||||
return gebaeudeHoeheCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der gebaeudeHoeheCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setGebaeudeHoeheCd(String value) {
|
|
||||||
this.gebaeudeHoeheCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der ausstattungCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getAusstattungCd() {
|
|
||||||
return ausstattungCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der ausstattungCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setAusstattungCd(String value) {
|
|
||||||
this.ausstattungCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der dachungCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getDachungCd() {
|
|
||||||
return dachungCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der dachungCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setDachungCd(String value) {
|
|
||||||
this.dachungCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der dachungsArtCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link DachungsArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public DachungsArtCdType getDachungsArtCd() {
|
|
||||||
return dachungsArtCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der dachungsArtCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link DachungsArtCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setDachungsArtCd(DachungsArtCdType value) {
|
|
||||||
this.dachungsArtCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der nutzungCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getNutzungCd() {
|
|
||||||
return nutzungCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der nutzungCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setNutzungCd(String value) {
|
|
||||||
this.nutzungCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der sichergKz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Entsch2Type }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public Entsch2Type getSichergKz() {
|
|
||||||
return sichergKz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der sichergKz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Entsch2Type }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setSichergKz(Entsch2Type value) {
|
|
||||||
this.sichergKz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der versLwCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVersLwCd() {
|
|
||||||
return versLwCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der versLwCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVersLwCd(String value) {
|
|
||||||
this.versLwCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der statusCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getStatusCd() {
|
|
||||||
return statusCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der statusCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setStatusCd(String value) {
|
|
||||||
this.statusCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der hersteller-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getHersteller() {
|
|
||||||
return hersteller;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der hersteller-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setHersteller(String value) {
|
|
||||||
this.hersteller = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der modell-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getModell() {
|
|
||||||
return modell;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der modell-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setModell(String value) {
|
|
||||||
this.modell = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der pac-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Long }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public Long getPac() {
|
|
||||||
return pac;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der pac-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Long }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPac(Long value) {
|
|
||||||
this.pac = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der landesCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getLandesCd() {
|
|
||||||
return landesCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der landesCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setLandesCd(String value) {
|
|
||||||
this.landesCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der plz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPLZ() {
|
|
||||||
return plz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der plz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPLZ(String value) {
|
|
||||||
this.plz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der ort-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getOrt() {
|
|
||||||
return ort;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der ort-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setOrt(String value) {
|
|
||||||
this.ort = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der strasse-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getStrasse() {
|
|
||||||
return strasse;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der strasse-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setStrasse(String value) {
|
|
||||||
this.strasse = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der hausnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getHausnr() {
|
|
||||||
return hausnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der hausnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setHausnr(String value) {
|
|
||||||
this.hausnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der zusatz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getZusatz() {
|
|
||||||
return zusatz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der zusatz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setZusatz(String value) {
|
|
||||||
this.zusatz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der adressIDVU-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getAdressIDVU() {
|
|
||||||
return adressIDVU;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der adressIDVU-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setAdressIDVU(String value) {
|
|
||||||
this.adressIDVU = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der adressIDMakler-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getAdressIDMakler() {
|
|
||||||
return adressIDMakler;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der adressIDMakler-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setAdressIDMakler(String value) {
|
|
||||||
this.adressIDMakler = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,142 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
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.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für anonymous complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence maxOccurs="unbounded" minOccurs="0">
|
|
||||||
* <element ref="{urn:omds20}EL-Kommunikation"/>
|
|
||||||
* </sequence>
|
|
||||||
* <attribute name="VUNr" use="required" type="{urn:omds20}VUNr" />
|
|
||||||
* <attribute name="VUBezeichnung">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="100"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "", propOrder = {
|
|
||||||
"elKommunikation"
|
|
||||||
})
|
|
||||||
@XmlRootElement(name = "VERS_UNTERNEHMEN")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class VERSUNTERNEHMEN {
|
|
||||||
|
|
||||||
@XmlElement(name = "EL-Kommunikation")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<ELKommunikationType> elKommunikation;
|
|
||||||
@XmlAttribute(name = "VUNr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vuNr;
|
|
||||||
@XmlAttribute(name = "VUBezeichnung")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vuBezeichnung;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the elKommunikation property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the elKommunikation property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getELKommunikation().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ELKommunikationType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<ELKommunikationType> getELKommunikation() {
|
|
||||||
if (elKommunikation == null) {
|
|
||||||
elKommunikation = new ArrayList<ELKommunikationType>();
|
|
||||||
}
|
|
||||||
return this.elKommunikation;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vuNr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVUNr() {
|
|
||||||
return vuNr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vuNr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVUNr(String value) {
|
|
||||||
this.vuNr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vuBezeichnung-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVUBezeichnung() {
|
|
||||||
return vuBezeichnung;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vuBezeichnung-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVUBezeichnung(String value) {
|
|
||||||
this.vuBezeichnung = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für anonymous complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <extension base="{urn:omds20}VERTRAG_Type">
|
|
||||||
* </extension>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "")
|
|
||||||
@XmlRootElement(name = "VERTRAG")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class VERTRAG
|
|
||||||
extends VERTRAGType
|
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,239 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
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;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für VERTRAGSFONDS_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="VERTRAGSFONDS_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <element ref="{urn:omds20}PORTFOLIO" maxOccurs="unbounded" minOccurs="0"/>
|
|
||||||
* <element ref="{urn:omds20}FONDS" maxOccurs="unbounded" minOccurs="0"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Betrag" maxOccurs="unbounded" minOccurs="0"/>
|
|
||||||
* <element ref="{urn:omds20}EL-Text" maxOccurs="unbounded" minOccurs="0"/>
|
|
||||||
* </sequence>
|
|
||||||
* <attribute name="Polizzennr" use="required" type="{urn:omds20}Polizzennr" />
|
|
||||||
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "VERTRAGSFONDS_Type", propOrder = {
|
|
||||||
"portfolio",
|
|
||||||
"fonds",
|
|
||||||
"elBetrag",
|
|
||||||
"elText"
|
|
||||||
})
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class VERTRAGSFONDSType {
|
|
||||||
|
|
||||||
@XmlElement(name = "PORTFOLIO")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<PORTFOLIO> portfolio;
|
|
||||||
@XmlElement(name = "FONDS")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<FONDSType> fonds;
|
|
||||||
@XmlElement(name = "EL-Betrag")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<ELBetragType> elBetrag;
|
|
||||||
@XmlElement(name = "EL-Text")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected List<ELTextType> elText;
|
|
||||||
@XmlAttribute(name = "Polizzennr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String polizzennr;
|
|
||||||
@XmlAttribute(name = "VertragsID")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String vertragsID;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the portfolio property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the portfolio property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getPORTFOLIO().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link PORTFOLIO }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<PORTFOLIO> getPORTFOLIO() {
|
|
||||||
if (portfolio == null) {
|
|
||||||
portfolio = new ArrayList<PORTFOLIO>();
|
|
||||||
}
|
|
||||||
return this.portfolio;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the fonds property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the fonds property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getFONDS().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link FONDSType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<FONDSType> getFONDS() {
|
|
||||||
if (fonds == null) {
|
|
||||||
fonds = new ArrayList<FONDSType>();
|
|
||||||
}
|
|
||||||
return this.fonds;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the elBetrag property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the elBetrag property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getELBetrag().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ELBetragType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<ELBetragType> getELBetrag() {
|
|
||||||
if (elBetrag == null) {
|
|
||||||
elBetrag = new ArrayList<ELBetragType>();
|
|
||||||
}
|
|
||||||
return this.elBetrag;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the elText property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* This accessor method returns a reference to the live list,
|
|
||||||
* not a snapshot. Therefore any modification you make to the
|
|
||||||
* returned list will be present inside the JAXB object.
|
|
||||||
* This is why there is not a <CODE>set</CODE> method for the elText property.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* For example, to add a new item, do as follows:
|
|
||||||
* <pre>
|
|
||||||
* getELText().add(newItem);
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* Objects of the following type(s) are allowed in the list
|
|
||||||
* {@link ELTextType }
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public List<ELTextType> getELText() {
|
|
||||||
if (elText == null) {
|
|
||||||
elText = new ArrayList<ELTextType>();
|
|
||||||
}
|
|
||||||
return this.elText;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der polizzennr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPolizzennr() {
|
|
||||||
return polizzennr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der polizzennr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPolizzennr(String value) {
|
|
||||||
this.polizzennr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vertragsID-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getVertragsID() {
|
|
||||||
return vertragsID;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vertragsID-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVertragsID(String value) {
|
|
||||||
this.vertragsID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,117 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für VERTRAGSPERSON_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="VERTRAGSPERSON_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="VtgRolleCd" use="required" type="{urn:omds20}VtgRolleCd_Type" />
|
|
||||||
* <attribute name="Lfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
|
||||||
* <attribute name="Personennr" use="required" type="{urn:omds20}Personennr" />
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "VERTRAGSPERSON_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class VERTRAGSPERSONType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "VtgRolleCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected VtgRolleCdType vtgRolleCd;
|
|
||||||
@XmlAttribute(name = "Lfnr", required = true)
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected int lfnr;
|
|
||||||
@XmlAttribute(name = "Personennr", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String personennr;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vtgRolleCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link VtgRolleCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public VtgRolleCdType getVtgRolleCd() {
|
|
||||||
return vtgRolleCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vtgRolleCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link VtgRolleCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setVtgRolleCd(VtgRolleCdType value) {
|
|
||||||
this.vtgRolleCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der lfnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public int getLfnr() {
|
|
||||||
return lfnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der lfnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setLfnr(int value) {
|
|
||||||
this.lfnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der personennr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getPersonennr() {
|
|
||||||
return personennr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der personennr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setPersonennr(String value) {
|
|
||||||
this.personennr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,112 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für VSArtCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="VSArtCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="ALS"/>
|
|
||||||
* <enumeration value="BDS"/>
|
|
||||||
* <enumeration value="BVS"/>
|
|
||||||
* <enumeration value="ELS"/>
|
|
||||||
* <enumeration value="EVS"/>
|
|
||||||
* <enumeration value="HHS"/>
|
|
||||||
* <enumeration value="HLS"/>
|
|
||||||
* <enumeration value="OVS"/>
|
|
||||||
* <enumeration value="PFR"/>
|
|
||||||
* <enumeration value="PPF"/>
|
|
||||||
* <enumeration value="PVS"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "VSArtCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum VSArtCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ablebensumme
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
ALS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Bausparen Darlehenssumme
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
BDS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Bausparen Vertragssumme
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
BVS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Erlebensumme
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
ELS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* EinzelVS
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
EVS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Höchsthaftungssumme
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
HHS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Höchstleistungssumme
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
HLS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* ohne Versicherungssumme
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
OVS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* prämienfrei
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
PFR,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* prämienpflichtig
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
PPF,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* PauschalVS
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
PVS;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static VSArtCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,119 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für VtgRolleCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="VtgRolleCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="AP"/>
|
|
||||||
* <enumeration value="AZ"/>
|
|
||||||
* <enumeration value="BG"/>
|
|
||||||
* <enumeration value="BM"/>
|
|
||||||
* <enumeration value="BO"/>
|
|
||||||
* <enumeration value="IA"/>
|
|
||||||
* <enumeration value="FI"/>
|
|
||||||
* <enumeration value="GV"/>
|
|
||||||
* <enumeration value="LE"/>
|
|
||||||
* <enumeration value="KA"/>
|
|
||||||
* <enumeration value="VN"/>
|
|
||||||
* <enumeration value="ZB"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "VtgRolleCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum VtgRolleCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ansprechperson
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
AP,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* abweichender Zulassungsbesitzer
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
AZ,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Bausparer gesetzlicher Vertreter
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
BG,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Bausparer mit Prämie
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
BM,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Bausparer ohne Prämie
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
BO,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Inkassoadresse
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
IA,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Firmeninhaber
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
FI,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gesetzlicher Vertreter
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
GV,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Lenker
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
LE,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Korrespondenz/Zustelladresse
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
KA,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Versicherungsnehmer
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
VN,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Zustellbevollmächtigter
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
ZB;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static VtgRolleCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,287 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für WaehrungsCd_Type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
* <pre>
|
|
||||||
* <simpleType name="WaehrungsCd_Type">
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <enumeration value="AUD"/>
|
|
||||||
* <enumeration value="BGL"/>
|
|
||||||
* <enumeration value="CAD"/>
|
|
||||||
* <enumeration value="CHF"/>
|
|
||||||
* <enumeration value="CYP"/>
|
|
||||||
* <enumeration value="CZR"/>
|
|
||||||
* <enumeration value="DKK"/>
|
|
||||||
* <enumeration value="EUR"/>
|
|
||||||
* <enumeration value="GBP"/>
|
|
||||||
* <enumeration value="GIP"/>
|
|
||||||
* <enumeration value="HKD"/>
|
|
||||||
* <enumeration value="HRK"/>
|
|
||||||
* <enumeration value="HUF"/>
|
|
||||||
* <enumeration value="ILS"/>
|
|
||||||
* <enumeration value="INR"/>
|
|
||||||
* <enumeration value="ISK"/>
|
|
||||||
* <enumeration value="JOD"/>
|
|
||||||
* <enumeration value="JPY"/>
|
|
||||||
* <enumeration value="MLT"/>
|
|
||||||
* <enumeration value="MXP"/>
|
|
||||||
* <enumeration value="NOK"/>
|
|
||||||
* <enumeration value="NZD"/>
|
|
||||||
* <enumeration value="PLZ"/>
|
|
||||||
* <enumeration value="ROL"/>
|
|
||||||
* <enumeration value="SEK"/>
|
|
||||||
* <enumeration value="SGD"/>
|
|
||||||
* <enumeration value="SIT"/>
|
|
||||||
* <enumeration value="SKK"/>
|
|
||||||
* <enumeration value="SUR"/>
|
|
||||||
* <enumeration value="SZR"/>
|
|
||||||
* <enumeration value="TND"/>
|
|
||||||
* <enumeration value="TRL"/>
|
|
||||||
* <enumeration value="TWD"/>
|
|
||||||
* <enumeration value="USD"/>
|
|
||||||
* <enumeration value="YUN"/>
|
|
||||||
* <enumeration value="ZAR"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlType(name = "WaehrungsCd_Type")
|
|
||||||
@XmlEnum
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public enum WaehrungsCdType {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dollar Australien
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
AUD,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Lewa Bulgarien
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
BGL,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dollar Kanadien
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
CAD,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Franken Schweiz
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
CHF,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Pfund Zypern
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
CYP,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Krone Tschechien
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
CZR,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Krone Dänemark
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
DKK,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* EURO
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
EUR,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Pfund Großbritannien
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
GBP,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Pfund Gibraltar
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
GIP,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dollar Hongkong
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
HKD,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Kuna Kroatia
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
HRK,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Forint Ungarn
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
HUF,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Shekel Israel
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
ILS,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Rupie Indien
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
INR,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Krone Island
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
ISK,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dinar Jordanien
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
JOD,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Yen Japan
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
JPY,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Pfund Malta
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
MLT,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Peso Mexiko
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
MXP,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Krone Norwegen
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
NOK,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dollar Neuseeland
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
NZD,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Zloty Polen
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
PLZ,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Lau Rumänien
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
ROL,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Krone Schweden
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SEK,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dollar Singapur
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SGD,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Tolar Slowenien
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SIT,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Krone Slowakei
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SKK,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Rubel Rußland
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SUR,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sonderziehungsrecht
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
SZR,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dinar Tunesien
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
TND,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Lira Türkei
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
TRL,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dollar Taiwan
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
TWD,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* US Dollar $
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
USD,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dinar Jugoslawien-Rest
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
YUN,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Rand Südafrika
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
ZAR;
|
|
||||||
|
|
||||||
public String value() {
|
|
||||||
return name();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static WaehrungsCdType fromValue(String v) {
|
|
||||||
return valueOf(v);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,355 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java-Klasse für ZAHLUNG_Type complex type.
|
|
||||||
*
|
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType name="ZAHLUNG_Type">
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <attribute name="ZahlungsLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
|
||||||
* <attribute name="WaehrungsCd" use="required" type="{urn:omds20}WaehrungsCd_Type" />
|
|
||||||
* <attribute name="ZahlBetrag" use="required" type="{urn:omds20}decimal" />
|
|
||||||
* <attribute name="ZahlDat" use="required" type="{urn:omds20}Datum" />
|
|
||||||
* <attribute name="ZahlGrundCd" use="required" type="{urn:omds20}ZahlGrundCd_Type" />
|
|
||||||
* <attribute name="ZahlWegCd" use="required" type="{urn:omds20}ZahlWegCd_Type" />
|
|
||||||
* <attribute name="BLZ">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="9"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="Kontonr">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="15"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="BIC">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="11"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="IBAN">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="34"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "ZAHLUNG_Type")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class ZAHLUNGType {
|
|
||||||
|
|
||||||
@XmlAttribute(name = "ZahlungsLfnr", required = true)
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected int zahlungsLfnr;
|
|
||||||
@XmlAttribute(name = "WaehrungsCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected WaehrungsCdType waehrungsCd;
|
|
||||||
@XmlAttribute(name = "ZahlBetrag", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected BigDecimal zahlBetrag;
|
|
||||||
@XmlAttribute(name = "ZahlDat", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected XMLGregorianCalendar zahlDat;
|
|
||||||
@XmlAttribute(name = "ZahlGrundCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String zahlGrundCd;
|
|
||||||
@XmlAttribute(name = "ZahlWegCd", required = true)
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String zahlWegCd;
|
|
||||||
@XmlAttribute(name = "BLZ")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String blz;
|
|
||||||
@XmlAttribute(name = "Kontonr")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String kontonr;
|
|
||||||
@XmlAttribute(name = "BIC")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String bic;
|
|
||||||
@XmlAttribute(name = "IBAN")
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected String iban;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der zahlungsLfnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public int getZahlungsLfnr() {
|
|
||||||
return zahlungsLfnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der zahlungsLfnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setZahlungsLfnr(int value) {
|
|
||||||
this.zahlungsLfnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der waehrungsCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public WaehrungsCdType getWaehrungsCd() {
|
|
||||||
return waehrungsCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der waehrungsCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link WaehrungsCdType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setWaehrungsCd(WaehrungsCdType value) {
|
|
||||||
this.waehrungsCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der zahlBetrag-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public BigDecimal getZahlBetrag() {
|
|
||||||
return zahlBetrag;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der zahlBetrag-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link BigDecimal }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setZahlBetrag(BigDecimal value) {
|
|
||||||
this.zahlBetrag = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der zahlDat-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public XMLGregorianCalendar getZahlDat() {
|
|
||||||
return zahlDat;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der zahlDat-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link XMLGregorianCalendar }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setZahlDat(XMLGregorianCalendar value) {
|
|
||||||
this.zahlDat = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der zahlGrundCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getZahlGrundCd() {
|
|
||||||
return zahlGrundCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der zahlGrundCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setZahlGrundCd(String value) {
|
|
||||||
this.zahlGrundCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der zahlWegCd-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getZahlWegCd() {
|
|
||||||
return zahlWegCd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der zahlWegCd-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setZahlWegCd(String value) {
|
|
||||||
this.zahlWegCd = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der blz-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getBLZ() {
|
|
||||||
return blz;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der blz-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBLZ(String value) {
|
|
||||||
this.blz = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der kontonr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getKontonr() {
|
|
||||||
return kontonr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der kontonr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setKontonr(String value) {
|
|
||||||
this.kontonr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der bic-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getBIC() {
|
|
||||||
return bic;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der bic-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setBIC(String value) {
|
|
||||||
this.bic = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der iban-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public String getIBAN() {
|
|
||||||
return iban;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der iban-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setIBAN(String value) {
|
|
||||||
this.iban = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:omds20", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
package at.vvo.omds.types.omds3Types.r1_8_0.common;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
@@ -33,28 +32,27 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "Kombination_Type", propOrder = {
|
@XmlType(name = "Kombination_Type", propOrder = {
|
||||||
"tarifId"
|
"tarifids"
|
||||||
})
|
})
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class KombinationType {
|
public class KombinationType {
|
||||||
|
|
||||||
@XmlElement(name = "TarifId", required = true)
|
@XmlElement(name = "TarifId", required = true)
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
protected List<String> tarifids;
|
||||||
protected List<String> tarifId;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the tarifId property.
|
* <p>Die Liste der zulässigen Baustein-Ids.</p>
|
||||||
|
* Gets the value of the tarifids property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* This accessor method returns a reference to the live list,
|
* This accessor method returns a reference to the live list,
|
||||||
* not a snapshot. Therefore any modification you make to the
|
* not a snapshot. Therefore any modification you make to the
|
||||||
* returned list will be present inside the JAXB object.
|
* returned list will be present inside the JAXB object.
|
||||||
* This is why there is not a <CODE>set</CODE> method for the tarifId property.
|
* This is why there is not a <CODE>set</CODE> method for the tarifids property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* For example, to add a new item, do as follows:
|
* For example, to add a new item, do as follows:
|
||||||
* <pre>
|
* <pre>
|
||||||
* getTarifId().add(newItem);
|
* getTarifids().add(newItem);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
@@ -64,12 +62,11 @@ public class KombinationType {
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
public List<String> getTarifids() {
|
||||||
public List<String> getTarifId() {
|
if (tarifids == null) {
|
||||||
if (tarifId == null) {
|
tarifids = new ArrayList<String>();
|
||||||
tarifId = new ArrayList<String>();
|
|
||||||
}
|
}
|
||||||
return this.tarifId;
|
return this.tarifids;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
package at.vvo.omds.types.omds3Types.r1_8_0.common;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
import javax.xml.bind.annotation.XmlAttribute;
|
||||||
@@ -36,34 +35,31 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "Kombinationen_Type", propOrder = {
|
@XmlType(name = "Kombinationen_Type", propOrder = {
|
||||||
"kombination"
|
"kombinationen"
|
||||||
})
|
})
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class KombinationenType {
|
public class KombinationenType {
|
||||||
|
|
||||||
@XmlElement(name = "Kombination")
|
@XmlElement(name = "Kombination")
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
protected List<KombinationType> kombinationen;
|
||||||
protected List<KombinationType> kombination;
|
|
||||||
@XmlAttribute(name = "alle", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
@XmlAttribute(name = "alle", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected boolean alle;
|
protected boolean alle;
|
||||||
@XmlAttribute(name = "zulaessige", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
@XmlAttribute(name = "zulaessige", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
protected Boolean zulaessige;
|
protected Boolean zulaessige;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the kombination property.
|
* <p>Die Liste der zulässigen Kombinationen.</p>
|
||||||
|
* Gets the value of the kombinationen property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* This accessor method returns a reference to the live list,
|
* This accessor method returns a reference to the live list,
|
||||||
* not a snapshot. Therefore any modification you make to the
|
* not a snapshot. Therefore any modification you make to the
|
||||||
* returned list will be present inside the JAXB object.
|
* returned list will be present inside the JAXB object.
|
||||||
* This is why there is not a <CODE>set</CODE> method for the kombination property.
|
* This is why there is not a <CODE>set</CODE> method for the kombinationen property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* For example, to add a new item, do as follows:
|
* For example, to add a new item, do as follows:
|
||||||
* <pre>
|
* <pre>
|
||||||
* getKombination().add(newItem);
|
* getKombinationen().add(newItem);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
@@ -73,19 +69,17 @@ public class KombinationenType {
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
public List<KombinationType> getKombinationen() {
|
||||||
public List<KombinationType> getKombination() {
|
if (kombinationen == null) {
|
||||||
if (kombination == null) {
|
kombinationen = new ArrayList<KombinationType>();
|
||||||
kombination = new ArrayList<KombinationType>();
|
|
||||||
}
|
}
|
||||||
return this.kombination;
|
return this.kombinationen;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der alle-Eigenschaft ab.
|
* Ruft den Wert der alle-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public boolean isAlle() {
|
public boolean isAlle() {
|
||||||
return alle;
|
return alle;
|
||||||
}
|
}
|
||||||
@@ -94,7 +88,6 @@ public class KombinationenType {
|
|||||||
* Legt den Wert der alle-Eigenschaft fest.
|
* Legt den Wert der alle-Eigenschaft fest.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setAlle(boolean value) {
|
public void setAlle(boolean value) {
|
||||||
this.alle = value;
|
this.alle = value;
|
||||||
}
|
}
|
||||||
@@ -107,7 +100,6 @@ public class KombinationenType {
|
|||||||
* {@link Boolean }
|
* {@link Boolean }
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public boolean isZulaessige() {
|
public boolean isZulaessige() {
|
||||||
if (zulaessige == null) {
|
if (zulaessige == null) {
|
||||||
return true;
|
return true;
|
||||||
@@ -124,7 +116,6 @@ public class KombinationenType {
|
|||||||
* {@link Boolean }
|
* {@link Boolean }
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public void setZulaessige(Boolean value) {
|
public void setZulaessige(Boolean value) {
|
||||||
this.zulaessige = value;
|
this.zulaessige = value;
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,196 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_8_0.common;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Allgemeiner Typ um die Behandlung der Unterbausteine in der Konvertierung zu spezifizieren
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für KonvertierungBaustein_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="KonvertierungBaustein_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="ErsetztId" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||||
|
* <element name="AntragsId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||||
|
* <element name="Bezeichnung" minOccurs="0">
|
||||||
|
* <simpleType>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
|
* <maxLength value="255"/>
|
||||||
|
* </restriction>
|
||||||
|
* </simpleType>
|
||||||
|
* </element>
|
||||||
|
* <element name="ZulaessigeAktion" type="{urn:omds3CommonServiceTypes-1-1-0}Konvertierungsaktion_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element name="GewaehlteAktion" type="{urn:omds3CommonServiceTypes-1-1-0}Konvertierungsaktion_Type" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </restriction>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "KonvertierungBaustein_Type", propOrder = {
|
||||||
|
"ersetztId",
|
||||||
|
"antragsId",
|
||||||
|
"bezeichnung",
|
||||||
|
"zulaessigeAktionen",
|
||||||
|
"gewaehlteAktion"
|
||||||
|
})
|
||||||
|
@XmlSeeAlso({
|
||||||
|
KonvertierungProduktBausteinType.class
|
||||||
|
})
|
||||||
|
public class KonvertierungBausteinType {
|
||||||
|
|
||||||
|
@XmlElement(name = "ErsetztId", required = true)
|
||||||
|
protected String ersetztId;
|
||||||
|
@XmlElement(name = "AntragsId")
|
||||||
|
protected String antragsId;
|
||||||
|
@XmlElement(name = "Bezeichnung")
|
||||||
|
protected String bezeichnung;
|
||||||
|
@XmlElement(name = "ZulaessigeAktion")
|
||||||
|
protected List<KonvertierungsaktionType> zulaessigeAktionen;
|
||||||
|
@XmlElement(name = "GewaehlteAktion")
|
||||||
|
protected KonvertierungsaktionType gewaehlteAktion;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der ersetztId-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getErsetztId() {
|
||||||
|
return ersetztId;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der ersetztId-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setErsetztId(String value) {
|
||||||
|
this.ersetztId = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der antragsId-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getAntragsId() {
|
||||||
|
return antragsId;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der antragsId-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setAntragsId(String value) {
|
||||||
|
this.antragsId = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der bezeichnung-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getBezeichnung() {
|
||||||
|
return bezeichnung;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der bezeichnung-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setBezeichnung(String value) {
|
||||||
|
this.bezeichnung = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <p>Die Liste der Aktionen, die für einen Vertragsbaustein zulässig sind.
|
||||||
|
* Die zulässigen Aktionen müssen nur im Response vom ServiceProvider (VU) befüllt werden.
|
||||||
|
* Im Request eines Konvertierungsvorschlags durch den Consumer, können sie leer bleiben. </p>
|
||||||
|
* Gets the value of the zulaessigeAktionen property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* This accessor method returns a reference to the live list,
|
||||||
|
* not a snapshot. Therefore any modification you make to the
|
||||||
|
* returned list will be present inside the JAXB object.
|
||||||
|
* This is why there is not a <CODE>set</CODE> method for the zulaessigeAktionen property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getZulaessigeAktionen().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link KonvertierungsaktionType }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public List<KonvertierungsaktionType> getZulaessigeAktionen() {
|
||||||
|
if (zulaessigeAktionen == null) {
|
||||||
|
zulaessigeAktionen = new ArrayList<KonvertierungsaktionType>();
|
||||||
|
}
|
||||||
|
return this.zulaessigeAktionen;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der gewaehlteAktion-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link KonvertierungsaktionType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public KonvertierungsaktionType getGewaehlteAktion() {
|
||||||
|
return gewaehlteAktion;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der gewaehlteAktion-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link KonvertierungsaktionType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setGewaehlteAktion(KonvertierungsaktionType value) {
|
||||||
|
this.gewaehlteAktion = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_8_0.common;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ableitung für die Produktebene (Ebene 2) mit der zusätzlichen Möglichkeit die Sparte zu signalisieren
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für KonvertierungProduktBaustein_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="KonvertierungProduktBaustein_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}KonvertierungBaustein_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="SpartenCd" type="{urn:omds20}SpartenCd_Type" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "KonvertierungProduktBaustein_Type", propOrder = {
|
||||||
|
"spartenCd"
|
||||||
|
})
|
||||||
|
public class KonvertierungProduktBausteinType
|
||||||
|
extends KonvertierungBausteinType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "SpartenCd")
|
||||||
|
protected String spartenCd;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der spartenCd-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getSpartenCd() {
|
||||||
|
return spartenCd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der spartenCd-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setSpartenCd(String value) {
|
||||||
|
this.spartenCd = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,34 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_8_0.common;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Belassen-Aktion (Keine Aktion, der Baustein bleibt weiter in altem Vertrag)
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für KonvertierungsaktionBelassen_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="KonvertierungsaktionBelassen_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Konvertierungsaktion_Type">
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "KonvertierungsaktionBelassen_Type")
|
||||||
|
public class KonvertierungsaktionBelassenType
|
||||||
|
extends KonvertierungsaktionType
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,34 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_8_0.common;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Storno-Aktion (der Baustein wird im alten Vertrag storniert und nicht in den neuen übernommen)
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für KonvertierungsaktionStorno_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="KonvertierungsaktionStorno_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Konvertierungsaktion_Type">
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "KonvertierungsaktionStorno_Type")
|
||||||
|
public class KonvertierungsaktionStornoType
|
||||||
|
extends KonvertierungsaktionType
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_8_0.common;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Aktion für einen Baustein
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für Konvertierungsaktion_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="Konvertierungsaktion_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Art" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </restriction>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "Konvertierungsaktion_Type", propOrder = {
|
||||||
|
"art"
|
||||||
|
})
|
||||||
|
@XmlSeeAlso({
|
||||||
|
KonvertierungsaktionBelassenType.class,
|
||||||
|
KonvertierungsaktionUebernehmenType.class,
|
||||||
|
KonvertierungsaktionStornoType.class
|
||||||
|
})
|
||||||
|
public abstract class KonvertierungsaktionType {
|
||||||
|
|
||||||
|
@XmlElement(name = "Art")
|
||||||
|
protected String art;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der art-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getArt() {
|
||||||
|
return art;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der art-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setArt(String value) {
|
||||||
|
this.art = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,102 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_8_0.common;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Uebernehmen-Aktion (der Baustein wird in den Folgevertrag uebernommen)
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für KonvertierungsaktionUebernehmen_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="KonvertierungsaktionUebernehmen_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Konvertierungsaktion_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Baustein" type="{urn:omds3CommonServiceTypes-1-1-0}KonvertierungBaustein_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element name="Kombinationen" type="{urn:omds3CommonServiceTypes-1-1-0}Kombinationen_Type" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "KonvertierungsaktionUebernehmen_Type", propOrder = {
|
||||||
|
"bausteine",
|
||||||
|
"kombinationen"
|
||||||
|
})
|
||||||
|
public class KonvertierungsaktionUebernehmenType
|
||||||
|
extends KonvertierungsaktionType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Baustein")
|
||||||
|
protected List<KonvertierungBausteinType> bausteine;
|
||||||
|
@XmlElement(name = "Kombinationen")
|
||||||
|
protected KombinationenType kombinationen;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <p>Die Liste der Bausteine, die in der Konvertierungsaktion behandelt werden.</p>
|
||||||
|
* Gets the value of the bausteine property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* This accessor method returns a reference to the live list,
|
||||||
|
* not a snapshot. Therefore any modification you make to the
|
||||||
|
* returned list will be present inside the JAXB object.
|
||||||
|
* This is why there is not a <CODE>set</CODE> method for the bausteine property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getBausteine().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link KonvertierungBausteinType }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public List<KonvertierungBausteinType> getBausteine() {
|
||||||
|
if (bausteine == null) {
|
||||||
|
bausteine = new ArrayList<KonvertierungBausteinType>();
|
||||||
|
}
|
||||||
|
return this.bausteine;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der kombinationen-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link KombinationenType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public KombinationenType getKombinationen() {
|
||||||
|
return kombinationen;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der kombinationen-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link KombinationenType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setKombinationen(KombinationenType value) {
|
||||||
|
this.kombinationen = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,130 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_8_0.common;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Spezifiziert die Konvertierung eines Vertrags in einen neuen Vertrag
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für KonvertierungsumfangVertrag_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="KonvertierungsumfangVertrag_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Bezeichnung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||||
|
* <element name="Baustein" type="{urn:omds3CommonServiceTypes-1-1-0}KonvertierungProduktBaustein_Type" maxOccurs="unbounded"/>
|
||||||
|
* <element name="Kombinationen" type="{urn:omds3CommonServiceTypes-1-1-0}Kombinationen_Type" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "KonvertierungsumfangVertrag_Type", propOrder = {
|
||||||
|
"bezeichnung",
|
||||||
|
"bausteine",
|
||||||
|
"kombinationen"
|
||||||
|
})
|
||||||
|
public class KonvertierungsumfangVertragType
|
||||||
|
extends ErsatzpolizzeType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Bezeichnung")
|
||||||
|
protected String bezeichnung;
|
||||||
|
@XmlElement(name = "Baustein", required = true)
|
||||||
|
protected List<KonvertierungProduktBausteinType> bausteine;
|
||||||
|
@XmlElement(name = "Kombinationen")
|
||||||
|
protected KombinationenType kombinationen;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der bezeichnung-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getBezeichnung() {
|
||||||
|
return bezeichnung;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der bezeichnung-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setBezeichnung(String value) {
|
||||||
|
this.bezeichnung = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <p>Die Liste der Bausteine, die in der Konvertierungsanforderung behandelt werden.</p>
|
||||||
|
* Gets the value of the bausteine property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* This accessor method returns a reference to the live list,
|
||||||
|
* not a snapshot. Therefore any modification you make to the
|
||||||
|
* returned list will be present inside the JAXB object.
|
||||||
|
* This is why there is not a <CODE>set</CODE> method for the bausteine property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getBausteine().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link KonvertierungProduktBausteinType }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public List<KonvertierungProduktBausteinType> getBausteine() {
|
||||||
|
if (bausteine == null) {
|
||||||
|
bausteine = new ArrayList<KonvertierungProduktBausteinType>();
|
||||||
|
}
|
||||||
|
return this.bausteine;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der kombinationen-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link KombinationenType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public KombinationenType getKombinationen() {
|
||||||
|
return kombinationen;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der kombinationen-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link KombinationenType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setKombinationen(KombinationenType value) {
|
||||||
|
this.kombinationen = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
package at.vvo.omds.types.omds3Types.r1_8_0.common;
|
||||||
|
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -27,7 +26,6 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "VorlaeufigeDeckung_Type")
|
@XmlType(name = "VorlaeufigeDeckung_Type")
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public abstract class VorlaeufigeDeckungType {
|
public abstract class VorlaeufigeDeckungType {
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,67 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.common;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlRootElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonRequestType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <p>Java-Klasse für anonymous complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType>
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Konvertierungsplan" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}Konvertierungsumfang_Type"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "", propOrder = {
|
||||||
|
"konvertierungsplan"
|
||||||
|
})
|
||||||
|
@XmlRootElement(name = "ConversionProposalRequest")
|
||||||
|
public class ConversionProposalRequest
|
||||||
|
extends CommonRequestType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Konvertierungsplan", required = true)
|
||||||
|
protected KonvertierungsumfangType konvertierungsplan;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der konvertierungsplan-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link KonvertierungsumfangType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public KonvertierungsumfangType getKonvertierungsplan() {
|
||||||
|
return konvertierungsplan;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der konvertierungsplan-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link KonvertierungsumfangType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setKonvertierungsplan(KonvertierungsumfangType value) {
|
||||||
|
this.konvertierungsplan = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,137 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.common;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlRootElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_8_0.common.ErsatzpolizzeType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_8_0.common.ProzessDokHandoutType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <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">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Vorschlag" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type" minOccurs="0"/>
|
||||||
|
* <element name="Dokument" type="{urn:omds3CommonServiceTypes-1-1-0}ProzessDokHandout_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element name="Ersatzpolizze" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "", propOrder = {
|
||||||
|
"vorschlag",
|
||||||
|
"dokument",
|
||||||
|
"ersatzpolizze"
|
||||||
|
})
|
||||||
|
@XmlRootElement(name = "ConversionProposalResponse")
|
||||||
|
public class ConversionProposalResponse
|
||||||
|
extends CommonResponseType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Vorschlag")
|
||||||
|
protected SpezAntragType vorschlag;
|
||||||
|
@XmlElement(name = "Dokument")
|
||||||
|
protected List<ProzessDokHandoutType> dokument;
|
||||||
|
@XmlElement(name = "Ersatzpolizze")
|
||||||
|
protected List<ErsatzpolizzeType> ersatzpolizze;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der vorschlag-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link SpezAntragType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public SpezAntragType getVorschlag() {
|
||||||
|
return vorschlag;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der vorschlag-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link SpezAntragType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setVorschlag(SpezAntragType value) {
|
||||||
|
this.vorschlag = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the dokument property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* This accessor method returns a reference to the live list,
|
||||||
|
* not a snapshot. Therefore any modification you make to the
|
||||||
|
* returned list will be present inside the JAXB object.
|
||||||
|
* This is why there is not a <CODE>set</CODE> method for the dokument property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getDokument().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link ProzessDokHandoutType }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public List<ProzessDokHandoutType> getDokument() {
|
||||||
|
if (dokument == null) {
|
||||||
|
dokument = new ArrayList<ProzessDokHandoutType>();
|
||||||
|
}
|
||||||
|
return this.dokument;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the ersatzpolizze property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* This accessor method returns a reference to the live list,
|
||||||
|
* not a snapshot. Therefore any modification you make to the
|
||||||
|
* returned list will be present inside the JAXB object.
|
||||||
|
* This is why there is not a <CODE>set</CODE> method for the ersatzpolizze property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getErsatzpolizze().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link ErsatzpolizzeType }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public List<ErsatzpolizzeType> getErsatzpolizze() {
|
||||||
|
if (ersatzpolizze == null) {
|
||||||
|
ersatzpolizze = new ArrayList<ErsatzpolizzeType>();
|
||||||
|
}
|
||||||
|
return this.ersatzpolizze;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,14 +1,15 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
package at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.common;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
import javax.xml.bind.annotation.XmlRootElement;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_8_0.common.ErsatzpolizzeType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -19,9 +20,9 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType>
|
* <complexType>
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:omds20}PORTFOLIO_TYPE">
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element ref="{urn:omds20}FONDS" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="Vertrag" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type" maxOccurs="unbounded"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
@@ -32,46 +33,44 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "", propOrder = {
|
@XmlType(name = "", propOrder = {
|
||||||
"fonds"
|
"vertraege"
|
||||||
})
|
})
|
||||||
@XmlRootElement(name = "PORTFOLIO")
|
@XmlRootElement(name = "ConversionScopeRequest")
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
public class ConversionScopeRequest
|
||||||
public class PORTFOLIO
|
extends CommonRequestType
|
||||||
extends PORTFOLIOTYPE
|
|
||||||
{
|
{
|
||||||
|
|
||||||
@XmlElement(name = "FONDS")
|
@XmlElement(name = "Vertrag", required = true)
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
protected List<ErsatzpolizzeType> vertraege;
|
||||||
protected List<FONDSType> fonds;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the fonds property.
|
* <p>Die Liste der Verträge, die in der Konvertierung behandelt werden sollen.</p>
|
||||||
|
* Gets the value of the vertraege property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* This accessor method returns a reference to the live list,
|
* This accessor method returns a reference to the live list,
|
||||||
* not a snapshot. Therefore any modification you make to the
|
* not a snapshot. Therefore any modification you make to the
|
||||||
* returned list will be present inside the JAXB object.
|
* returned list will be present inside the JAXB object.
|
||||||
* This is why there is not a <CODE>set</CODE> method for the fonds property.
|
* This is why there is not a <CODE>set</CODE> method for the vertraege property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* For example, to add a new item, do as follows:
|
* For example, to add a new item, do as follows:
|
||||||
* <pre>
|
* <pre>
|
||||||
* getFONDS().add(newItem);
|
* getVertraege().add(newItem);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* Objects of the following type(s) are allowed in the list
|
* Objects of the following type(s) are allowed in the list
|
||||||
* {@link FONDSType }
|
* {@link ErsatzpolizzeType }
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
public List<ErsatzpolizzeType> getVertraege() {
|
||||||
public List<FONDSType> getFONDS() {
|
if (vertraege == null) {
|
||||||
if (fonds == null) {
|
vertraege = new ArrayList<ErsatzpolizzeType>();
|
||||||
fonds = new ArrayList<FONDSType>();
|
|
||||||
}
|
}
|
||||||
return this.fonds;
|
return this.vertraege;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,67 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.common;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlRootElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonResponseType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <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">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Konvertierungsmoeglichkeit" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}Konvertierungsumfang_Type"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "", propOrder = {
|
||||||
|
"konvertierungsmoeglichkeit"
|
||||||
|
})
|
||||||
|
@XmlRootElement(name = "ConversionScopeResponse")
|
||||||
|
public class ConversionScopeResponse
|
||||||
|
extends CommonResponseType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Konvertierungsmoeglichkeit", required = true)
|
||||||
|
protected KonvertierungsumfangType konvertierungsmoeglichkeit;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der konvertierungsmoeglichkeit-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link KonvertierungsumfangType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public KonvertierungsumfangType getKonvertierungsmoeglichkeit() {
|
||||||
|
return konvertierungsmoeglichkeit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der konvertierungsmoeglichkeit-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link KonvertierungsumfangType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setKonvertierungsmoeglichkeit(KonvertierungsumfangType value) {
|
||||||
|
this.konvertierungsmoeglichkeit = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,27 +1,28 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_15;
|
package at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.common;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import javax.annotation.Generated;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_8_0.common.KonvertierungsumfangVertragType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>Java-Klasse für anonymous complex type.
|
* Spezifiziert die Konvertierung mehrerer Verträge in einen neuen Vertrag
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für Konvertierungsumfang_Type complex type.
|
||||||
*
|
*
|
||||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* <complexType>
|
* <complexType name="Konvertierungsumfang_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element ref="{urn:omds20}PAKET" maxOccurs="unbounded"/>
|
* <element name="Vertrag" type="{urn:omds3CommonServiceTypes-1-1-0}KonvertierungsumfangVertrag_Type" maxOccurs="unbounded"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
@@ -31,45 +32,42 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "", propOrder = {
|
@XmlType(name = "Konvertierungsumfang_Type", propOrder = {
|
||||||
"paket"
|
"vertraege"
|
||||||
})
|
})
|
||||||
@XmlRootElement(name = "OMDS")
|
public class KonvertierungsumfangType {
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
|
||||||
public class OMDS {
|
|
||||||
|
|
||||||
@XmlElement(name = "PAKET", required = true)
|
@XmlElement(name = "Vertrag", required = true)
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
protected List<KonvertierungsumfangVertragType> vertraege;
|
||||||
protected List<PAKET> paket;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the paket property.
|
* <p>Die Liste der Verträge, die in der Konvertierungsanforderung behandelt werden.</p>
|
||||||
|
* Gets the value of the vertraege property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* This accessor method returns a reference to the live list,
|
* This accessor method returns a reference to the live list,
|
||||||
* not a snapshot. Therefore any modification you make to the
|
* not a snapshot. Therefore any modification you make to the
|
||||||
* returned list will be present inside the JAXB object.
|
* returned list will be present inside the JAXB object.
|
||||||
* This is why there is not a <CODE>set</CODE> method for the paket property.
|
* This is why there is not a <CODE>set</CODE> method for the vertraege property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* For example, to add a new item, do as follows:
|
* For example, to add a new item, do as follows:
|
||||||
* <pre>
|
* <pre>
|
||||||
* getPAKET().add(newItem);
|
* getVertraege().add(newItem);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* Objects of the following type(s) are allowed in the list
|
* Objects of the following type(s) are allowed in the list
|
||||||
* {@link PAKET }
|
* {@link KonvertierungsumfangVertragType }
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-28T14:33:17+02:00")
|
public List<KonvertierungsumfangVertragType> getVertraege() {
|
||||||
public List<PAKET> getPAKET() {
|
if (vertraege == null) {
|
||||||
if (paket == null) {
|
vertraege = new ArrayList<KonvertierungsumfangVertragType>();
|
||||||
paket = new ArrayList<PAKET>();
|
|
||||||
}
|
}
|
||||||
return this.paket;
|
return this.vertraege;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user