Code Version 1.9 generiert, GetStateChanges angepasst zu GetBusinessProcessEvents.
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,302 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected Long pac;
|
||||||
|
@XmlAttribute(name = "LandesCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String landesCd;
|
||||||
|
@XmlAttribute(name = "PLZ")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String plz;
|
||||||
|
@XmlAttribute(name = "Ort")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String ort;
|
||||||
|
@XmlAttribute(name = "Strasse")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String strasse;
|
||||||
|
@XmlAttribute(name = "Hausnr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String hausnr;
|
||||||
|
@XmlAttribute(name = "Zusatz")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setAdressIDMakler(String value) {
|
||||||
|
this.adressIDMakler = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,56 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,112 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String nummer;
|
||||||
|
@XmlAttribute(name = "Datum")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setDatum(XMLGregorianCalendar value) {
|
||||||
|
this.datum = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,101 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setWert(BigDecimal value) {
|
||||||
|
this.wert = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,192 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+02:00")
|
||||||
|
public class ELBetragType {
|
||||||
|
|
||||||
|
@XmlAttribute(name = "BetragArtCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String betragArtCd;
|
||||||
|
@XmlAttribute(name = "Datum")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String bezeichnung;
|
||||||
|
@XmlAttribute(name = "WaehrungsCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setWert(BigDecimal value) {
|
||||||
|
this.wert = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,100 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setBBTxt(String value) {
|
||||||
|
this.bbTxt = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,100 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setEstWert(String value) {
|
||||||
|
this.estWert = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,93 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setEFrageAntw(String value) {
|
||||||
|
this.eFrageAntw = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,160 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected FlaechenAttributCdType flaechenAttributCd;
|
||||||
|
@XmlAttribute(name = "Nummer")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String nummer;
|
||||||
|
@XmlAttribute(name = "InnenFlaeche")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal innenFlaeche;
|
||||||
|
@XmlAttribute(name = "VerbauteFlaeche")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setVerbauteFlaeche(BigDecimal value) {
|
||||||
|
this.verbauteFlaeche = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,95 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setWert(BigDecimal value) {
|
||||||
|
this.wert = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,130 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal grWert;
|
||||||
|
@XmlAttribute(name = "GrwTyp")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setGrwTyp(String value) {
|
||||||
|
this.grwTyp = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,131 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String idfSchluessel;
|
||||||
|
@XmlAttribute(name = "IdfDatum")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setIdfDatum(XMLGregorianCalendar value) {
|
||||||
|
this.idfDatum = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,127 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar datum;
|
||||||
|
@XmlAttribute(name = "Wert")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setWert(BigDecimal value) {
|
||||||
|
this.wert = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,93 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String polKennz;
|
||||||
|
@XmlAttribute(name = "Fahrgestnr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setFahrgestnr(String value) {
|
||||||
|
this.fahrgestnr = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setKlauselnr(String value) {
|
||||||
|
this.klauselnr = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,100 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setKennung(String value) {
|
||||||
|
this.kennung = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,202 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String legArtCd;
|
||||||
|
@XmlAttribute(name = "Ausstellungsbehoerde")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String ausstellungsbehoerde;
|
||||||
|
@XmlAttribute(name = "Datum")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar datum;
|
||||||
|
@XmlAttribute(name = "GueltigBis")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setNummer(String value) {
|
||||||
|
this.nummer = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,57 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setObjLfnr(int value) {
|
||||||
|
this.objLfnr = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,136 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String wert;
|
||||||
|
@XmlAttribute(name = "ObjektdatenInfo")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setObjektdatenInfo(String value) {
|
||||||
|
this.objektdatenInfo = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,93 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setPolNr(String value) {
|
||||||
|
this.polNr = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,124 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar pfrBeg;
|
||||||
|
@XmlAttribute(name = "PfrEnde")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setPfrEnde(XMLGregorianCalendar value) {
|
||||||
|
this.pfrEnde = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,160 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String praemKorrArtCd;
|
||||||
|
@XmlAttribute(name = "PraemKorrWert")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal praemKorrWert;
|
||||||
|
@XmlAttribute(name = "PraemKorrProz")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal praemKorrProz;
|
||||||
|
@XmlAttribute(name = "PraemKorrText")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setPraemKorrText(String value) {
|
||||||
|
this.praemKorrText = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setRahmenVebnr(String value) {
|
||||||
|
this.rahmenVebnr = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,100 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setRahmenvertragsnummer(String value) {
|
||||||
|
this.rahmenvertragsnummer = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,125 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String rntRhythmCd;
|
||||||
|
@XmlAttribute(name = "RntBeg")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setRntBetrag(BigDecimal value) {
|
||||||
|
this.rntBetrag = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,36 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+02:00")
|
||||||
|
public class ELSelbstbehalt
|
||||||
|
extends ELSelbstbehaltType
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,164 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected SbhArtCdType sbhArtCd;
|
||||||
|
@XmlAttribute(name = "SbhBetrag")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal sbhBetrag;
|
||||||
|
@XmlAttribute(name = "SbhProzent")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal sbhProzent;
|
||||||
|
@XmlAttribute(name = "SbhText")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setSbhText(String value) {
|
||||||
|
this.sbhText = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setStBetrag(BigDecimal value) {
|
||||||
|
this.stBetrag = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,99 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setTxtInhalt(String value) {
|
||||||
|
this.txtInhalt = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,160 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal vsBetrag;
|
||||||
|
@XmlAttribute(name = "WaehrungsCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected WaehrungsCdType waehrungsCd;
|
||||||
|
@XmlAttribute(name = "VSBez")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setVSBez(String value) {
|
||||||
|
this.vsBez = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,124 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String zrArtCd;
|
||||||
|
@XmlAttribute(name = "ZRBeg")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar zrBeg;
|
||||||
|
@XmlAttribute(name = "ZREnd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setZREnd(XMLGregorianCalendar value) {
|
||||||
|
this.zrEnd = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+02:00")
|
||||||
|
public enum Entsch2Type {
|
||||||
|
|
||||||
|
J,
|
||||||
|
N;
|
||||||
|
|
||||||
|
public String value() {
|
||||||
|
return name();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static Entsch2Type fromValue(String v) {
|
||||||
|
return valueOf(v);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,56 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,305 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String isin;
|
||||||
|
@XmlAttribute(name = "WKN")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String wkn;
|
||||||
|
@XmlAttribute(name = "Bezeichnung")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String bezeichnung;
|
||||||
|
@XmlAttribute(name = "Kurs")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal prozentsatz;
|
||||||
|
@XmlAttribute(name = "Wert")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal wert;
|
||||||
|
@XmlAttribute(name = "WaehrungsCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setStichtag(XMLGregorianCalendar value) {
|
||||||
|
this.stichtag = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,84 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,291 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected int geschObjektLfnr;
|
||||||
|
@XmlAttribute(name = "SchadenBeschreibung")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String schadenBeschreibung;
|
||||||
|
@XmlAttribute(name = "VUNrGesch")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String vuNrGesch;
|
||||||
|
@XmlAttribute(name = "VUNameGesch")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String vuNameGesch;
|
||||||
|
@XmlAttribute(name = "PolNrGesch")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String polNrGesch;
|
||||||
|
@XmlAttribute(name = "SchadennrGesch")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setKennzGeschKfz(String value) {
|
||||||
|
this.kennzGeschKfz = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,147 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,56 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,56 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,204 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String klauselbez;
|
||||||
|
@XmlAttribute(name = "Klauseltxt")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String klauseltxt;
|
||||||
|
@XmlAttribute(name = "GueltigVon")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar gueltigVon;
|
||||||
|
@XmlAttribute(name = "GueltigBis")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setGueltigBis(XMLGregorianCalendar value) {
|
||||||
|
this.gueltigBis = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,359 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar loeschID;
|
||||||
|
@XmlAttribute(name = "SystemQuelle")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String systemQuelle;
|
||||||
|
@XmlAttribute(name = "GueltigAb")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar gueltigAb;
|
||||||
|
@XmlAttribute(name = "Polizzennr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String polizzennr;
|
||||||
|
@XmlAttribute(name = "VertragsID")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String vertragsID;
|
||||||
|
@XmlAttribute(name = "Personennr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String personennr;
|
||||||
|
@XmlAttribute(name = "Schadennr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String schadennr;
|
||||||
|
@XmlAttribute(name = "ProvisionsID")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String provisionsID;
|
||||||
|
@XmlAttribute(name = "MahnverfahrenNr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setLoeschCd(LoeschCdType value) {
|
||||||
|
this.loeschCd = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,56 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,777 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String polizzennr;
|
||||||
|
@XmlAttribute(name = "VertragsID")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal mahnBetrag;
|
||||||
|
@XmlAttribute(name = "MahnSpesen")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String mahnStufeCd;
|
||||||
|
@XmlAttribute(name = "MahnStufeTextVU")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String mahnStufeTextVU;
|
||||||
|
@XmlAttribute(name = "MahnStelleVU")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String mahnStelleVU;
|
||||||
|
@XmlAttribute(name = "MahnStelleBeauftragt")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String mahnStelleBeauftragt;
|
||||||
|
@XmlAttribute(name = "MahnStufeGueltigAb")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar mahnStufeGueltigAb;
|
||||||
|
@XmlAttribute(name = "MahnStufeGueltigBis")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar mahnStufeGueltigBis;
|
||||||
|
@XmlAttribute(name = "MahnStufeCdNext")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String mahnStufeCdNext;
|
||||||
|
@XmlAttribute(name = "MahnStufeTextVUNext")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String mahnStufeTextVUNext;
|
||||||
|
@XmlAttribute(name = "MahnStufeGueltigAbNext")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar mahnStufeGueltigAbNext;
|
||||||
|
@XmlAttribute(name = "MahnLetzteZahlung")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar mahnLetzteZahlung;
|
||||||
|
@XmlAttribute(name = "MahnAeltesteFaelligkeit")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected Integer mahnAnzahlFaelligkeiten;
|
||||||
|
@XmlAttribute(name = "GrundRuecklaufCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String grundRuecklaufCd;
|
||||||
|
@XmlAttribute(name = "MahnDeckungBis")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar mahnDeckungBis;
|
||||||
|
@XmlAttribute(name = "VtgSparteCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setVtgSparteCd(String value) {
|
||||||
|
this.vtgSparteCd = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,168 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String vorgaengerWert;
|
||||||
|
@XmlAttribute(name = "GueltigAb")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setGueltigAb(XMLGregorianCalendar value) {
|
||||||
|
this.gueltigAb = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,347 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String familienname;
|
||||||
|
@XmlAttribute(name = "Vorname")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String vorname;
|
||||||
|
@XmlAttribute(name = "GeschlechtCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String geschlechtCd;
|
||||||
|
@XmlAttribute(name = "Gebdat")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar gebdat;
|
||||||
|
@XmlAttribute(name = "LandesCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String landesCd;
|
||||||
|
@XmlAttribute(name = "FamilienstandCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String familienstandCd;
|
||||||
|
@XmlAttribute(name = "GebLandCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String gebLandCd;
|
||||||
|
@XmlAttribute(name = "HauptWohnLandCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setPersonIDMakler(String value) {
|
||||||
|
this.personIDMakler = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,75 @@
|
|||||||
|
|
||||||
|
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.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>
|
||||||
|
* <element ref="{urn:omds20}PAKET" maxOccurs="unbounded"/>
|
||||||
|
* </sequence>
|
||||||
|
* </restriction>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "", propOrder = {
|
||||||
|
"paket"
|
||||||
|
})
|
||||||
|
@XmlRootElement(name = "OMDS")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public class OMDS {
|
||||||
|
|
||||||
|
@XmlElement(name = "PAKET", required = true)
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected List<PAKET> paket;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the paket 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 paket property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getPAKET().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link PAKET }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public List<PAKET> getPAKET() {
|
||||||
|
if (paket == null) {
|
||||||
|
paket = new ArrayList<PAKET>();
|
||||||
|
}
|
||||||
|
return this.paket;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,773 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar paketZpktErstell;
|
||||||
|
@XmlAttribute(name = "PaketZpktLetztErstell")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String omdsVersion;
|
||||||
|
@XmlAttribute(name = "VUVersion")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String dvrNrAbs;
|
||||||
|
@XmlAttribute(name = "PaketKommentar")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String paketKommentar;
|
||||||
|
@XmlAttribute(name = "SprachCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setSprachCd(SprachCdType value) {
|
||||||
|
this.sprachCd = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,491 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected Long pac;
|
||||||
|
@XmlAttribute(name = "LandesCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String landesCd;
|
||||||
|
@XmlAttribute(name = "PLZ")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String plz;
|
||||||
|
@XmlAttribute(name = "Ort")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String ort;
|
||||||
|
@XmlAttribute(name = "Strasse")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String strasse;
|
||||||
|
@XmlAttribute(name = "Hausnr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String hausnr;
|
||||||
|
@XmlAttribute(name = "Zusatz")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setAdressIDMakler(String value) {
|
||||||
|
this.adressIDMakler = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,77 @@
|
|||||||
|
|
||||||
|
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.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>
|
||||||
|
* <extension base="{urn:omds20}PORTFOLIO_TYPE">
|
||||||
|
* <sequence>
|
||||||
|
* <element ref="{urn:omds20}FONDS" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "", propOrder = {
|
||||||
|
"fonds"
|
||||||
|
})
|
||||||
|
@XmlRootElement(name = "PORTFOLIO")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public class PORTFOLIO
|
||||||
|
extends PORTFOLIOTYPE
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "FONDS")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected List<FONDSType> fonds;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 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-24T12:02:32+02:00")
|
||||||
|
public List<FONDSType> getFONDS() {
|
||||||
|
if (fonds == null) {
|
||||||
|
fonds = new ArrayList<FONDSType>();
|
||||||
|
}
|
||||||
|
return this.fonds;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,339 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String portfolioID;
|
||||||
|
@XmlAttribute(name = "ISIN")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String isin;
|
||||||
|
@XmlAttribute(name = "WKN")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String bezeichnung;
|
||||||
|
@XmlAttribute(name = "Kurs")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal kurs;
|
||||||
|
@XmlAttribute(name = "AnteilWertpapier")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal prozentsatz;
|
||||||
|
@XmlAttribute(name = "Wert")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal wert;
|
||||||
|
@XmlAttribute(name = "WaehrungsCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected WaehrungsCdType waehrungsCd;
|
||||||
|
@XmlAttribute(name = "Stichtag")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setStichtag(XMLGregorianCalendar value) {
|
||||||
|
this.stichtag = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,600 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String vermnr;
|
||||||
|
@XmlAttribute(name = "Polizzennr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String polizzennr;
|
||||||
|
@XmlAttribute(name = "VertragsID")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String vertragsID;
|
||||||
|
@XmlAttribute(name = "VerbandSparteCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String verbandSparteCd;
|
||||||
|
@XmlAttribute(name = "SpartenCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String spartenCd;
|
||||||
|
@XmlAttribute(name = "SpartenErweiterung")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar buchDat;
|
||||||
|
@XmlAttribute(name = "ProvVon")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar provVon;
|
||||||
|
@XmlAttribute(name = "ProvBis")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String provArtCd;
|
||||||
|
@XmlAttribute(name = "ProvTxt")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String provTxt;
|
||||||
|
@XmlAttribute(name = "ProvGrdlg")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal provGrdlg;
|
||||||
|
@XmlAttribute(name = "ProvSatz")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected WaehrungsCdType waehrungsCd;
|
||||||
|
@XmlAttribute(name = "ProvArtText")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String provArtText;
|
||||||
|
@XmlAttribute(name = "Vorpolizze")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setVorpolizze(String value) {
|
||||||
|
this.vorpolizze = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,91 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,49 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+02:00")
|
||||||
|
public enum PaketUmfCdType {
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Differenz
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
D,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* gesamt
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
G;
|
||||||
|
|
||||||
|
public String value() {
|
||||||
|
return name();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static PaketUmfCdType fromValue(String v) {
|
||||||
|
return valueOf(v);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,49 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,63 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,49 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+02:00")
|
||||||
|
public enum PraemFristCdType {
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Einmal
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
E,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Jahr
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
J;
|
||||||
|
|
||||||
|
public String value() {
|
||||||
|
return name();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static PraemFristCdType fromValue(String v) {
|
||||||
|
return valueOf(v);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,282 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String risikoBez;
|
||||||
|
@XmlAttribute(name = "PraemFristCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected PraemFristCdType praemFristCd;
|
||||||
|
@XmlAttribute(name = "PraemieNto")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setPraemieNto(BigDecimal value) {
|
||||||
|
this.praemieNto = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,229 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected int betLfnr;
|
||||||
|
@XmlAttribute(name = "Personennr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String betRolleCd;
|
||||||
|
@XmlAttribute(name = "BetTxt")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setBetTxt(String value) {
|
||||||
|
this.betTxt = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,721 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String polizzennr;
|
||||||
|
@XmlAttribute(name = "VertragsID")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String vertragsID;
|
||||||
|
@XmlAttribute(name = "Vermnr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String vermnr;
|
||||||
|
@XmlAttribute(name = "VerbandSparteCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar meldedat;
|
||||||
|
@XmlAttribute(name = "SchadUrsCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String schadUrsCd;
|
||||||
|
@XmlAttribute(name = "SchadUrsTxt")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String schadUrsTxt;
|
||||||
|
@XmlAttribute(name = "VerschuldenCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String verschuldenCd;
|
||||||
|
@XmlAttribute(name = "MalusWirksamKz")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String bearbStandCd;
|
||||||
|
@XmlAttribute(name = "ErledDat")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar erledDat;
|
||||||
|
@XmlAttribute(name = "SachbearbVU")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String sachbearbVU;
|
||||||
|
@XmlAttribute(name = "LeistungGeschaetzt")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setWaehrungsCd(WaehrungsCdType value) {
|
||||||
|
this.waehrungsCd = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,143 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String schlWert;
|
||||||
|
@XmlAttribute(name = "Schlbez")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setSchlWertGenerell(String value) {
|
||||||
|
this.schlWertGenerell = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,172 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected Entsch2Type vuWertErlaubtKz;
|
||||||
|
@XmlAttribute(name = "SchlArtBez")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setSchlArtBez(String value) {
|
||||||
|
this.schlArtBez = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,226 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String name;
|
||||||
|
@XmlAttribute(name = "Kurzname")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String sonstPersArtCd;
|
||||||
|
@XmlAttribute(name = "GesFormCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setPersonIDMakler(String value) {
|
||||||
|
this.personIDMakler = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,634 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String spartenErweiterung;
|
||||||
|
@XmlAttribute(name = "SpartenID")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String verbandSparteCd;
|
||||||
|
@XmlAttribute(name = "Spartentxt")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String spartentxt;
|
||||||
|
@XmlAttribute(name = "SpartenBeg")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar spartenBeg;
|
||||||
|
@XmlAttribute(name = "SpartenEnd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar spartenEnd;
|
||||||
|
@XmlAttribute(name = "StatusCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String statusCd;
|
||||||
|
@XmlAttribute(name = "HauptTarifBez")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String hauptTarifBez;
|
||||||
|
@XmlAttribute(name = "SichergKz")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected Entsch2Type sichergKz;
|
||||||
|
@XmlAttribute(name = "DirBeteiligtKz")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String dirBeteiligtKz;
|
||||||
|
@XmlAttribute(name = "SondervereinbarungKz")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal praemieBtoSp;
|
||||||
|
@XmlAttribute(name = "nmoKuendDat")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setNmoKuendDat(XMLGregorianCalendar value) {
|
||||||
|
this.nmoKuendDat = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,592 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,86 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,112 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,36 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+02:00")
|
||||||
|
public class VERSKFZ
|
||||||
|
extends VERSKFZType
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,252 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected int objLfnr;
|
||||||
|
@XmlAttribute(name = "VersObjTxt")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setVersObjTxt(String value) {
|
||||||
|
this.versObjTxt = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,63 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setPersonennr(String value) {
|
||||||
|
this.personennr = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,882 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String versSacheCd;
|
||||||
|
@XmlAttribute(name = "VersSacheBez")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String versSacheBez;
|
||||||
|
@XmlAttribute(name = "GebaeudeArtCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String gebaeudeArtCd;
|
||||||
|
@XmlAttribute(name = "GebaeudeBez")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String gebaeudeBez;
|
||||||
|
@XmlAttribute(name = "BauartCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String bauartCd;
|
||||||
|
@XmlAttribute(name = "GebaeudeHoeheCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String gebaeudeHoeheCd;
|
||||||
|
@XmlAttribute(name = "AusstattungCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String ausstattungCd;
|
||||||
|
@XmlAttribute(name = "DachungCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String dachungCd;
|
||||||
|
@XmlAttribute(name = "DachungsArtCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected DachungsArtCdType dachungsArtCd;
|
||||||
|
@XmlAttribute(name = "NutzungCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String nutzungCd;
|
||||||
|
@XmlAttribute(name = "SichergKz")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected Entsch2Type sichergKz;
|
||||||
|
@XmlAttribute(name = "VersLwCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String versLwCd;
|
||||||
|
@XmlAttribute(name = "StatusCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String statusCd;
|
||||||
|
@XmlAttribute(name = "Hersteller")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String hersteller;
|
||||||
|
@XmlAttribute(name = "Modell")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected Long pac;
|
||||||
|
@XmlAttribute(name = "LandesCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String landesCd;
|
||||||
|
@XmlAttribute(name = "PLZ")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String plz;
|
||||||
|
@XmlAttribute(name = "Ort")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String ort;
|
||||||
|
@XmlAttribute(name = "Strasse")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String strasse;
|
||||||
|
@XmlAttribute(name = "Hausnr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String hausnr;
|
||||||
|
@XmlAttribute(name = "Zusatz")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setAdressIDMakler(String value) {
|
||||||
|
this.adressIDMakler = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,142 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String vuNr;
|
||||||
|
@XmlAttribute(name = "VUBezeichnung")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setVUBezeichnung(String value) {
|
||||||
|
this.vuBezeichnung = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,36 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+02:00")
|
||||||
|
public class VERTRAG
|
||||||
|
extends VERTRAGType
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,239 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+02:00")
|
||||||
|
public class VERTRAGSFONDSType {
|
||||||
|
|
||||||
|
@XmlElement(name = "PORTFOLIO")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String polizzennr;
|
||||||
|
@XmlAttribute(name = "VertragsID")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setVertragsID(String value) {
|
||||||
|
this.vertragsID = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,117 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setPersonennr(String value) {
|
||||||
|
this.personennr = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,112 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,119 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,287 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,355 @@
|
|||||||
|
|
||||||
|
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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String zahlWegCd;
|
||||||
|
@XmlAttribute(name = "BLZ")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String blz;
|
||||||
|
@XmlAttribute(name = "Kontonr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String kontonr;
|
||||||
|
@XmlAttribute(name = "BIC")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String bic;
|
||||||
|
@XmlAttribute(name = "IBAN")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setIBAN(String value) {
|
||||||
|
this.iban = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:omds20", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||||
|
package at.vvo.omds.types.omds2Types.v2_15;
|
||||||
@@ -0,0 +1,115 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
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.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Abstrakte Ebene fuer Listen mit einem oder mehreren wählbaren Werten
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für AListenAttribut_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="AListenAttribut_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Values" type="{urn:omds3CommonServiceTypes-1-1-0}EintragSchluesselliste_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element name="MinAnz" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "AListenAttribut_Type", propOrder = {
|
||||||
|
"values",
|
||||||
|
"minAnz"
|
||||||
|
})
|
||||||
|
@XmlSeeAlso({
|
||||||
|
AttributEnumType.class,
|
||||||
|
AttributMultiEnumType.class
|
||||||
|
})
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public abstract class AListenAttributType
|
||||||
|
extends AttributType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Values")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected List<EintragSchluessellisteType> values;
|
||||||
|
@XmlElement(name = "MinAnz")
|
||||||
|
@XmlSchemaType(name = "unsignedShort")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected Integer minAnz;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the values 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 values property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getValues().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link EintragSchluessellisteType }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public List<EintragSchluessellisteType> getValues() {
|
||||||
|
if (values == null) {
|
||||||
|
values = new ArrayList<EintragSchluessellisteType>();
|
||||||
|
}
|
||||||
|
return this.values;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der minAnz-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public Integer getMinAnz() {
|
||||||
|
return minAnz;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der minAnz-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-24T12:02:32+02:00")
|
||||||
|
public void setMinAnz(Integer value) {
|
||||||
|
this.minAnz = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,79 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
import javax.annotation.Generated;
|
||||||
|
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;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Abstrakter Basistyp für Attribute mit einem Wert
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für ASingleAttribut_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="ASingleAttribut_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Pflichtfeld" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "ASingleAttribut_Type", propOrder = {
|
||||||
|
"pflichtfeld"
|
||||||
|
})
|
||||||
|
@XmlSeeAlso({
|
||||||
|
AttributStringType.class,
|
||||||
|
AttributIntType.class,
|
||||||
|
AttributDezimalType.class,
|
||||||
|
AttributDoubleType.class,
|
||||||
|
AttributDatumType.class
|
||||||
|
})
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public abstract class ASingleAttributType
|
||||||
|
extends AttributType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Pflichtfeld")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected Boolean pflichtfeld;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der pflichtfeld-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Boolean }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public Boolean isPflichtfeld() {
|
||||||
|
return pflichtfeld;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der pflichtfeld-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link Boolean }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public void setPflichtfeld(Boolean value) {
|
||||||
|
this.pflichtfeld = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,34 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
import javax.annotation.Generated;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Abstrakter Typ zur Beschreibung abgelehnter Risiken
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für AbgelehnteRisiken_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="AbgelehnteRisiken_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
|
* </restriction>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "AbgelehnteRisiken_Type")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public abstract class AbgelehnteRisikenType {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,71 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
import javax.annotation.Generated;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sicherstellung vom Typ Abtretung / Zession
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für Abtretung_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="Abtretung_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Sicherstellung_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Zessionar" type="{urn:omds3CommonServiceTypes-1-1-0}GlaeubigerSicherstellung_Type"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "Abtretung_Type", propOrder = {
|
||||||
|
"zessionar"
|
||||||
|
})
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public class AbtretungType
|
||||||
|
extends SicherstellungType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Zessionar", required = true)
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected GlaeubigerSicherstellungType zessionar;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der zessionar-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link GlaeubigerSicherstellungType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public GlaeubigerSicherstellungType getZessionar() {
|
||||||
|
return zessionar;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der zessionar-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link GlaeubigerSicherstellungType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public void setZessionar(GlaeubigerSicherstellungType value) {
|
||||||
|
this.zessionar = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,42 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
import javax.annotation.Generated;
|
||||||
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <p>Java-Klasse für AdresseArtCd_Type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
* <pre>
|
||||||
|
* <simpleType name="AdresseArtCd_Type">
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
|
* <enumeration value="HA"/>
|
||||||
|
* </restriction>
|
||||||
|
* </simpleType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlType(name = "AdresseArtCd_Type")
|
||||||
|
@XmlEnum
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public enum AdresseArtCdType {
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hauptadresse
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
HA;
|
||||||
|
|
||||||
|
public String value() {
|
||||||
|
return name();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static AdresseArtCdType fromValue(String v) {
|
||||||
|
return valueOf(v);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,334 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
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;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Typ für eine Adresse mit ObjektId
|
||||||
|
*
|
||||||
|
* <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">
|
||||||
|
* <sequence>
|
||||||
|
* <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId"/>
|
||||||
|
* </sequence>
|
||||||
|
* <attGroup ref="{urn:omds20}Adresse_Attribute"/>
|
||||||
|
* </restriction>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "Adresse_Type", propOrder = {
|
||||||
|
"objektId"
|
||||||
|
})
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public class AdresseType {
|
||||||
|
|
||||||
|
@XmlElement(name = "ObjektId", required = true)
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected ObjektIdType objektId;
|
||||||
|
@XmlAttribute(name = "Pac")
|
||||||
|
@XmlSchemaType(name = "unsignedInt")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected Long pac;
|
||||||
|
@XmlAttribute(name = "LandesCd")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String landesCd;
|
||||||
|
@XmlAttribute(name = "PLZ")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String plz;
|
||||||
|
@XmlAttribute(name = "Ort")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String ort;
|
||||||
|
@XmlAttribute(name = "Strasse")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String strasse;
|
||||||
|
@XmlAttribute(name = "Hausnr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String hausnr;
|
||||||
|
@XmlAttribute(name = "Zusatz")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
protected String adressIDMakler;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der objektId-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link ObjektIdType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public ObjektIdType getObjektId() {
|
||||||
|
return objektId;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der objektId-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link ObjektIdType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public void setObjektId(ObjektIdType value) {
|
||||||
|
this.objektId = 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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setAdressIDMakler(String value) {
|
||||||
|
this.adressIDMakler = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,108 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
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.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ein spezieller AuthorizationFilterType, der eine Anfrage dahingehend einschränkt, dass nur Ergebnisse für eine bestimmte MaklerID oder Vermnr (Vermittlernummer) zurück gegeben werden
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für AgentFilter_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="AgentFilter_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter">
|
||||||
|
* <choice>
|
||||||
|
* <element name="MaklerID" type="{urn:omds3CommonServiceTypes-1-1-0}MaklerID_Type"/>
|
||||||
|
* <element name="Vermnr" type="{urn:omds20}Vermnr" maxOccurs="unbounded"/>
|
||||||
|
* </choice>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "AgentFilter_Type", propOrder = {
|
||||||
|
"maklerID",
|
||||||
|
"vermnr"
|
||||||
|
})
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public class AgentFilterType
|
||||||
|
extends AuthorizationFilter
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "MaklerID")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String maklerID;
|
||||||
|
@XmlElement(name = "Vermnr")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected List<String> vermnr;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 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-24T12:02:32+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-24T12:02:32+02:00")
|
||||||
|
public void setMaklerID(String value) {
|
||||||
|
this.maklerID = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the vermnr 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 vermnr property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getVermnr().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public List<String> getVermnr() {
|
||||||
|
if (vermnr == null) {
|
||||||
|
vermnr = new ArrayList<String>();
|
||||||
|
}
|
||||||
|
return this.vermnr;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
import javax.annotation.Generated;
|
||||||
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <p>Java-Klasse für Antragsart_Type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
* <pre>
|
||||||
|
* <simpleType name="Antragsart_Type">
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
|
* <enumeration value="NA"/>
|
||||||
|
* <enumeration value="FW"/>
|
||||||
|
* <enumeration value="VW"/>
|
||||||
|
* <enumeration value="WK"/>
|
||||||
|
* <enumeration value="TU"/>
|
||||||
|
* </restriction>
|
||||||
|
* </simpleType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlType(name = "Antragsart_Type")
|
||||||
|
@XmlEnum
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public enum AntragsartType {
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Neuantrag
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
NA,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Fahrzeugwechsel
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
FW,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Versicherungswechsel
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
VW,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Wechselkennzeichen
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
WK,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tarifumstellung
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
TU;
|
||||||
|
|
||||||
|
public String value() {
|
||||||
|
return name();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static AntragsartType fromValue(String v) {
|
||||||
|
return valueOf(v);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,43 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
import javax.annotation.Generated;
|
||||||
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <p>Java-Klasse für ArtAenderung_Type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
* <pre>
|
||||||
|
* <simpleType name="ArtAenderung_Type">
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
|
* <enumeration value="NEW"/>
|
||||||
|
* <enumeration value="UPDATE"/>
|
||||||
|
* <enumeration value="DELETE"/>
|
||||||
|
* <enumeration value="UNCHANGED"/>
|
||||||
|
* </restriction>
|
||||||
|
* </simpleType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlType(name = "ArtAenderung_Type")
|
||||||
|
@XmlEnum
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public enum ArtAenderungType {
|
||||||
|
|
||||||
|
NEW,
|
||||||
|
UPDATE,
|
||||||
|
DELETE,
|
||||||
|
UNCHANGED;
|
||||||
|
|
||||||
|
public String value() {
|
||||||
|
return name();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static ArtAenderungType fromValue(String v) {
|
||||||
|
return valueOf(v);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,208 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
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.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import javax.xml.datatype.XMLGregorianCalendar;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Auf xsd:date basierendes Attribut mit Metadaten
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für AttributDatum_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="AttributDatum_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ASingleAttribut_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Value" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
|
||||||
|
* <element name="Default" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
|
||||||
|
* <element name="Values" type="{http://www.w3.org/2001/XMLSchema}date" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element name="Min" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
|
||||||
|
* <element name="Max" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "AttributDatum_Type", propOrder = {
|
||||||
|
"value",
|
||||||
|
"_default",
|
||||||
|
"values",
|
||||||
|
"min",
|
||||||
|
"max"
|
||||||
|
})
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public class AttributDatumType
|
||||||
|
extends ASingleAttributType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Value")
|
||||||
|
@XmlSchemaType(name = "date")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar value;
|
||||||
|
@XmlElement(name = "Default")
|
||||||
|
@XmlSchemaType(name = "date")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar _default;
|
||||||
|
@XmlElement(name = "Values")
|
||||||
|
@XmlSchemaType(name = "date")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected List<XMLGregorianCalendar> values;
|
||||||
|
@XmlElement(name = "Min")
|
||||||
|
@XmlSchemaType(name = "date")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar min;
|
||||||
|
@XmlElement(name = "Max")
|
||||||
|
@XmlSchemaType(name = "date")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected XMLGregorianCalendar max;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der value-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link XMLGregorianCalendar }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public XMLGregorianCalendar getValue() {
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der value-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-24T12:02:32+02:00")
|
||||||
|
public void setValue(XMLGregorianCalendar value) {
|
||||||
|
this.value = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der default-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link XMLGregorianCalendar }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public XMLGregorianCalendar getDefault() {
|
||||||
|
return _default;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der default-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-24T12:02:32+02:00")
|
||||||
|
public void setDefault(XMLGregorianCalendar value) {
|
||||||
|
this._default = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the values 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 values property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getValues().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link XMLGregorianCalendar }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public List<XMLGregorianCalendar> getValues() {
|
||||||
|
if (values == null) {
|
||||||
|
values = new ArrayList<XMLGregorianCalendar>();
|
||||||
|
}
|
||||||
|
return this.values;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der min-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link XMLGregorianCalendar }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public XMLGregorianCalendar getMin() {
|
||||||
|
return min;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der min-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-24T12:02:32+02:00")
|
||||||
|
public void setMin(XMLGregorianCalendar value) {
|
||||||
|
this.min = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der max-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link XMLGregorianCalendar }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public XMLGregorianCalendar getMax() {
|
||||||
|
return max;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der max-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-24T12:02:32+02:00")
|
||||||
|
public void setMax(XMLGregorianCalendar value) {
|
||||||
|
this.max = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,202 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
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.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Auf omds:decimal basierendes Attribut mit Metadaten
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für AttributDezimal_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="AttributDezimal_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ASingleAttribut_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Value" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||||
|
* <element name="Default" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||||
|
* <element name="Values" type="{urn:omds20}decimal" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element name="Min" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||||
|
* <element name="Max" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "AttributDezimal_Type", propOrder = {
|
||||||
|
"value",
|
||||||
|
"_default",
|
||||||
|
"values",
|
||||||
|
"min",
|
||||||
|
"max"
|
||||||
|
})
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public class AttributDezimalType
|
||||||
|
extends ASingleAttributType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Value")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal value;
|
||||||
|
@XmlElement(name = "Default")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal _default;
|
||||||
|
@XmlElement(name = "Values")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected List<BigDecimal> values;
|
||||||
|
@XmlElement(name = "Min")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal min;
|
||||||
|
@XmlElement(name = "Max")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected BigDecimal max;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der value-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link BigDecimal }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public BigDecimal getValue() {
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der value-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-24T12:02:32+02:00")
|
||||||
|
public void setValue(BigDecimal value) {
|
||||||
|
this.value = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der default-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link BigDecimal }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public BigDecimal getDefault() {
|
||||||
|
return _default;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der default-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-24T12:02:32+02:00")
|
||||||
|
public void setDefault(BigDecimal value) {
|
||||||
|
this._default = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the values 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 values property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getValues().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link BigDecimal }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public List<BigDecimal> getValues() {
|
||||||
|
if (values == null) {
|
||||||
|
values = new ArrayList<BigDecimal>();
|
||||||
|
}
|
||||||
|
return this.values;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der min-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link BigDecimal }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public BigDecimal getMin() {
|
||||||
|
return min;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der min-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-24T12:02:32+02:00")
|
||||||
|
public void setMin(BigDecimal value) {
|
||||||
|
this.min = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der max-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link BigDecimal }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public BigDecimal getMax() {
|
||||||
|
return max;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der max-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-24T12:02:32+02:00")
|
||||||
|
public void setMax(BigDecimal value) {
|
||||||
|
this.max = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,201 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
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.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Auf xsd:double basierendes Attribut mit Metadaten
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für AttributDouble_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="AttributDouble_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ASingleAttribut_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Value" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
|
||||||
|
* <element name="Default" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
|
||||||
|
* <element name="Values" type="{http://www.w3.org/2001/XMLSchema}double" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element name="Min" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
|
||||||
|
* <element name="Max" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "AttributDouble_Type", propOrder = {
|
||||||
|
"value",
|
||||||
|
"_default",
|
||||||
|
"values",
|
||||||
|
"min",
|
||||||
|
"max"
|
||||||
|
})
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public class AttributDoubleType
|
||||||
|
extends ASingleAttributType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Value")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected Double value;
|
||||||
|
@XmlElement(name = "Default")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected Double _default;
|
||||||
|
@XmlElement(name = "Values", type = Double.class)
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected List<Double> values;
|
||||||
|
@XmlElement(name = "Min")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected Double min;
|
||||||
|
@XmlElement(name = "Max")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected Double max;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der value-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Double }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public Double getValue() {
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der value-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link Double }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public void setValue(Double value) {
|
||||||
|
this.value = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der default-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Double }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public Double getDefault() {
|
||||||
|
return _default;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der default-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link Double }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public void setDefault(Double value) {
|
||||||
|
this._default = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the values 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 values property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getValues().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link Double }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public List<Double> getValues() {
|
||||||
|
if (values == null) {
|
||||||
|
values = new ArrayList<Double>();
|
||||||
|
}
|
||||||
|
return this.values;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der min-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Double }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public Double getMin() {
|
||||||
|
return min;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der min-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link Double }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public void setMin(Double value) {
|
||||||
|
this.min = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der max-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Double }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public Double getMax() {
|
||||||
|
return max;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der max-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link Double }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public void setMax(Double value) {
|
||||||
|
this.max = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,102 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
import javax.annotation.Generated;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Attribut mit Metadaten für Schlüssellisten
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für AttributEnum_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="AttributEnum_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}AListenAttribut_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||||
|
* <element name="Default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "AttributEnum_Type", propOrder = {
|
||||||
|
"value",
|
||||||
|
"_default"
|
||||||
|
})
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public class AttributEnumType
|
||||||
|
extends AListenAttributType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Value")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String value;
|
||||||
|
@XmlElement(name = "Default")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected String _default;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der value-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public String getValue() {
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der value-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-24T12:02:32+02:00")
|
||||||
|
public void setValue(String value) {
|
||||||
|
this.value = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der default-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public String getDefault() {
|
||||||
|
return _default;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der default-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-24T12:02:32+02:00")
|
||||||
|
public void setDefault(String value) {
|
||||||
|
this._default = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,201 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_9_0.common;
|
||||||
|
|
||||||
|
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.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Auf xsd:int basierendes Attribut mit Metadaten
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für AttributInt_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="AttributInt_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ASingleAttribut_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Value" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||||
|
* <element name="Default" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||||
|
* <element name="Values" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element name="Min" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||||
|
* <element name="Max" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "AttributInt_Type", propOrder = {
|
||||||
|
"value",
|
||||||
|
"_default",
|
||||||
|
"values",
|
||||||
|
"min",
|
||||||
|
"max"
|
||||||
|
})
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public class AttributIntType
|
||||||
|
extends ASingleAttributType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Value")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected Integer value;
|
||||||
|
@XmlElement(name = "Default")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected Integer _default;
|
||||||
|
@XmlElement(name = "Values", type = Integer.class)
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected List<Integer> values;
|
||||||
|
@XmlElement(name = "Min")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected Integer min;
|
||||||
|
@XmlElement(name = "Max")
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
protected Integer max;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der value-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public Integer getValue() {
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der value-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-24T12:02:32+02:00")
|
||||||
|
public void setValue(Integer value) {
|
||||||
|
this.value = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der default-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public Integer getDefault() {
|
||||||
|
return _default;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der default-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-24T12:02:32+02:00")
|
||||||
|
public void setDefault(Integer value) {
|
||||||
|
this._default = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the values 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 values property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getValues().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public List<Integer> getValues() {
|
||||||
|
if (values == null) {
|
||||||
|
values = new ArrayList<Integer>();
|
||||||
|
}
|
||||||
|
return this.values;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der min-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public Integer getMin() {
|
||||||
|
return min;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der min-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-24T12:02:32+02:00")
|
||||||
|
public void setMin(Integer value) {
|
||||||
|
this.min = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der max-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-04-24T12:02:32+02:00")
|
||||||
|
public Integer getMax() {
|
||||||
|
return max;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der max-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-24T12:02:32+02:00")
|
||||||
|
public void setMax(Integer value) {
|
||||||
|
this.max = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user