Merge branch 'release/1_9_0'
This commit is contained in:
30
.idea/runConfigurations/CodeGen_OMDSServiceDefinition.xml
generated
Normal file
30
.idea/runConfigurations/CodeGen_OMDSServiceDefinition.xml
generated
Normal file
@@ -0,0 +1,30 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="CodeGen OMDSServiceDefinition" type="MavenRunConfiguration" factoryName="Maven">
|
||||
<MavenSettings>
|
||||
<option name="myGeneralSettings" />
|
||||
<option name="myRunnerSettings" />
|
||||
<option name="myRunnerParameters">
|
||||
<MavenRunnerParameters>
|
||||
<option name="profiles">
|
||||
<set />
|
||||
</option>
|
||||
<option name="goals">
|
||||
<list>
|
||||
<option value="clean" />
|
||||
<option value="package" />
|
||||
</list>
|
||||
</option>
|
||||
<option name="pomFileName" />
|
||||
<option name="profilesMap">
|
||||
<map>
|
||||
<entry key="genJavaFromWsdl_VU" value="true" />
|
||||
</map>
|
||||
</option>
|
||||
<option name="resolveToWorkspace" value="false" />
|
||||
<option name="workingDirPath" value="$PROJECT_DIR$/OMDSServiceDefinition" />
|
||||
</MavenRunnerParameters>
|
||||
</option>
|
||||
</MavenSettings>
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
||||
2
OMDSServiceDefinition/.gitignore
vendored
2
OMDSServiceDefinition/.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
/target/
|
||||
/docGen/
|
||||
/.idea/
|
||||
|
||||
|
||||
@@ -27,4 +27,9 @@ enthalten ist:
|
||||
OmdsService ss = new OmdsService(wsdlURL, SERVICE_NAME);
|
||||
OmdsServicePortType port = ss.getOmdsServicePort(new MTOMFeature(1024));
|
||||
|
||||
|
||||
# Fehlersuche
|
||||
* Wenn Bindings-Files fehlen, z.B. nicht im Pom deklariert sind, werden die Klassen zwar generiert,
|
||||
aber der Pfad erscheint falsch, z.B. als _0._1._1
|
||||
* Wenn die X-Path-Ausdrücke in den Binding-Files versagen wird im Log nur eine Warnung ausgegeben,
|
||||
die Generierung scheitert aber.
|
||||
*
|
||||
|
||||
@@ -29,7 +29,7 @@ Es sind die Javadocs per Maven Target zu generieren.
|
||||
## Überarbeitung der Dokumentation
|
||||
Dokumente haben einen Kopf bestehend aus:
|
||||
* Titel
|
||||
* Status: Empfehlung, Vorgeschlagener oder Freigegebener Standard
|
||||
* Status: Empfehlung, vorgeschlagener oder freigegebener Standard
|
||||
* Release: Versionsnummer des Releases
|
||||
* Ansprechpartner
|
||||
* Dokumentenhistorie
|
||||
@@ -52,7 +52,8 @@ Wenn neue Methoden veröffentlicht werden oder der Status von Dokumenten
|
||||
hochgestuft wird, dann ist die Excel-Liste mit den Methoden "VerzeichnisOperationen.xlsx" anzupassen.
|
||||
|
||||
## Generierung der XSD Dokumentation mit XmlSpy
|
||||
Mit Hilfe von XML-Spy die Dokumentation für jedes XSD generieren.
|
||||
Mit Hilfe von XML-Spy die Dokumentation für jedes XSD in das Verzeichnis
|
||||
OMDSServiceDefinition/docGen generieren (wird nicht ins Git geladen).
|
||||
|
||||
# Build
|
||||
In der Datei assembly.xml ist vorgegeben, welche Verzeichnisse für die Veröffentlichung zusammengepackt werden.
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
</fileSet>
|
||||
|
||||
<fileSet>
|
||||
<directory>${basedir}/src/main/resources/def/r1_8_0</directory>
|
||||
<directory>${basedir}/src/main/resources/def/r1_9_0</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
Der Folder docEntw enhält die Dokumente, die nicht veröffentlicht werden, z.B. weil sie noch Entwurfscharakter haben.
|
||||
@@ -3,17 +3,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>at.vvo.omds</groupId>
|
||||
<artifactId>OMDSServiceDefinition</artifactId>
|
||||
<version>1.8.0</version>
|
||||
<version>1.9.0</version>
|
||||
<name>OMDS Service Definition</name>
|
||||
<description>Version 1.8.0 - Hotfix 1. Dieses Projekt enthaelt die Definitionen fuer die OMDS Services.</description>
|
||||
<description>Version 1.9.0. Dieses Projekt enthält die Definitionen für die OMDS-Services.</description>
|
||||
|
||||
<properties>
|
||||
<currentReleaseDir>r1_8_0</currentReleaseDir>
|
||||
<currentReleaseDir>r1_9_0</currentReleaseDir>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
||||
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
|
||||
<timestamp>${maven.build.timestamp}</timestamp>
|
||||
<timestamp>${maven.build.timestamp}</timestamp>
|
||||
|
||||
<wsdl.name>omds3Services.wsdl</wsdl.name>
|
||||
<bindings.location.rel>/src/main/resources/bind/${currentReleaseDir}</bindings.location.rel>
|
||||
@@ -22,12 +22,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
<wsdl.location>src/main/resources/def/${currentReleaseDir}/${wsdl.name}</wsdl.location>
|
||||
|
||||
<jdk.version>1.8</jdk.version>
|
||||
<maven.compiler.source>${jdk.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${jdk.version}</maven.compiler.target>
|
||||
<maven.compiler.source>${jdk.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${jdk.version}</maven.compiler.target>
|
||||
|
||||
|
||||
<!-- Typischer Pfad zu wsdl.exe: "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\wsdl.exe" -->
|
||||
<cxf.version>3.5.0</cxf.version>
|
||||
<cxf.version>3.5.6</cxf.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
@@ -54,16 +52,16 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
<version>2.3.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.0.1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
||||
<plugins>
|
||||
@@ -253,19 +251,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
</dependency>
|
||||
|
||||
<!-- CFX Ende -->
|
||||
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>log4j</groupId>-->
|
||||
<!-- <artifactId>log4j</artifactId>-->
|
||||
<!-- <version>1.2.12</version>-->
|
||||
<!-- <scope>test</scope>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>junit</groupId>-->
|
||||
<!-- <artifactId>junit</artifactId>-->
|
||||
<!-- <scope>test</scope>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
</dependencies>
|
||||
|
||||
<!-- Zielordner fuer Deploy unter OMDS-Entwicklung -->
|
||||
@@ -319,19 +305,21 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
|
||||
<!-- wsdl/jaxb Binding wie der Code generiert werden soll -->
|
||||
<bindingFiles>
|
||||
<bindingFile>${bindings.location}/omds20Types_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omdsServiceTypes_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omdsCommonServiceTypes_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON1_Basisfunktionen_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Common_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Kfz_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_SachPrivat_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Unfall_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Leben_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON7_Schaden_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/${wsdl.binding.xml}</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds20Types_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omdsServiceTypes_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omdsCommonServiceTypes_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON1_Basisfunktionen_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Common_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Kfz_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_SachPrivat_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Unfall_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Leben_binding.xml</bindingFile>
|
||||
<!-- <bindingFile>${bindings.location}/omds3_ON2_Antrag_Kranken_binding.xml</bindingFile>-->
|
||||
<!-- <bindingFile>${bindings.location}/omds3_ON2_Antrag_RS_binding.xml</bindingFile>-->
|
||||
<bindingFile>${bindings.location}/omds3_ON7_Schaden_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/${wsdl.binding.xml}</bindingFile>
|
||||
</bindingFiles>
|
||||
|
||||
|
||||
<!-- you can set the options of wsdl2java command by using the <extraargs> -->
|
||||
<extraargs>
|
||||
<!-- <extraarg>-v</extraarg> zeige Versionsnummer dieses Tools -->
|
||||
@@ -339,6 +327,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
<extraarg>-validate</extraarg>
|
||||
<extraarg>-client</extraarg><!-- Auch Ansatzpunkt fuer Client generieren -->
|
||||
<extraarg>-verbose</extraarg>
|
||||
<extraarg>-mark-generated</extraarg><!-- Markiere Klassen als generiert -->
|
||||
</extraargs>
|
||||
</wsdlOption>
|
||||
</wsdlOptions>
|
||||
|
||||
@@ -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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected Long pac;
|
||||
@XmlAttribute(name = "LandesCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String landesCd;
|
||||
@XmlAttribute(name = "PLZ")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String plz;
|
||||
@XmlAttribute(name = "Ort")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String ort;
|
||||
@XmlAttribute(name = "Strasse")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String strasse;
|
||||
@XmlAttribute(name = "Hausnr")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String hausnr;
|
||||
@XmlAttribute(name = "Zusatz")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String zusatz;
|
||||
@XmlAttribute(name = "AdressID_VU")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String adressIDVU;
|
||||
@XmlAttribute(name = "AdressID_Makler")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String nummer;
|
||||
@XmlAttribute(name = "Datum")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
public class ELBetragType {
|
||||
|
||||
@XmlAttribute(name = "BetragArtCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String betragArtCd;
|
||||
@XmlAttribute(name = "Datum")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String bezeichnung;
|
||||
@XmlAttribute(name = "WaehrungsCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected FlaechenAttributCdType flaechenAttributCd;
|
||||
@XmlAttribute(name = "Nummer")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String nummer;
|
||||
@XmlAttribute(name = "InnenFlaeche")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected BigDecimal innenFlaeche;
|
||||
@XmlAttribute(name = "VerbauteFlaeche")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected BigDecimal grWert;
|
||||
@XmlAttribute(name = "GrwTyp")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String idfSchluessel;
|
||||
@XmlAttribute(name = "IdfDatum")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar datum;
|
||||
@XmlAttribute(name = "Wert")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String polKennz;
|
||||
@XmlAttribute(name = "Fahrgestnr")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String legArtCd;
|
||||
@XmlAttribute(name = "Ausstellungsbehoerde")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String ausstellungsbehoerde;
|
||||
@XmlAttribute(name = "Datum")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar datum;
|
||||
@XmlAttribute(name = "GueltigBis")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String wert;
|
||||
@XmlAttribute(name = "ObjektdatenInfo")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar pfrBeg;
|
||||
@XmlAttribute(name = "PfrEnde")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String praemKorrArtCd;
|
||||
@XmlAttribute(name = "PraemKorrWert")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected BigDecimal praemKorrWert;
|
||||
@XmlAttribute(name = "PraemKorrProz")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected BigDecimal praemKorrProz;
|
||||
@XmlAttribute(name = "PraemKorrText")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String rntRhythmCd;
|
||||
@XmlAttribute(name = "RntBeg")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected SbhArtCdType sbhArtCd;
|
||||
@XmlAttribute(name = "SbhBetrag")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected BigDecimal sbhBetrag;
|
||||
@XmlAttribute(name = "SbhProzent")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected BigDecimal sbhProzent;
|
||||
@XmlAttribute(name = "SbhText")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected BigDecimal vsBetrag;
|
||||
@XmlAttribute(name = "WaehrungsCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected WaehrungsCdType waehrungsCd;
|
||||
@XmlAttribute(name = "VSBez")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String zrArtCd;
|
||||
@XmlAttribute(name = "ZRBeg")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar zrBeg;
|
||||
@XmlAttribute(name = "ZREnd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String isin;
|
||||
@XmlAttribute(name = "WKN")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String wkn;
|
||||
@XmlAttribute(name = "Bezeichnung")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String bezeichnung;
|
||||
@XmlAttribute(name = "Kurs")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected BigDecimal prozentsatz;
|
||||
@XmlAttribute(name = "Wert")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected BigDecimal wert;
|
||||
@XmlAttribute(name = "WaehrungsCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected int geschObjektLfnr;
|
||||
@XmlAttribute(name = "SchadenBeschreibung")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String schadenBeschreibung;
|
||||
@XmlAttribute(name = "VUNrGesch")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String vuNrGesch;
|
||||
@XmlAttribute(name = "VUNameGesch")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String vuNameGesch;
|
||||
@XmlAttribute(name = "PolNrGesch")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String polNrGesch;
|
||||
@XmlAttribute(name = "SchadennrGesch")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String schadennrGesch;
|
||||
@XmlAttribute(name = "LandesCd_GeschKfz")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String landesCdGeschKfz;
|
||||
@XmlAttribute(name = "Kennz_GeschKfz")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String klauselbez;
|
||||
@XmlAttribute(name = "Klauseltxt")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String klauseltxt;
|
||||
@XmlAttribute(name = "GueltigVon")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar gueltigVon;
|
||||
@XmlAttribute(name = "GueltigBis")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar loeschID;
|
||||
@XmlAttribute(name = "SystemQuelle")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String systemQuelle;
|
||||
@XmlAttribute(name = "GueltigAb")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar gueltigAb;
|
||||
@XmlAttribute(name = "Polizzennr")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String polizzennr;
|
||||
@XmlAttribute(name = "VertragsID")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String vertragsID;
|
||||
@XmlAttribute(name = "Personennr")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String personennr;
|
||||
@XmlAttribute(name = "Schadennr")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String schadennr;
|
||||
@XmlAttribute(name = "ProvisionsID")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String provisionsID;
|
||||
@XmlAttribute(name = "MahnverfahrenNr")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
public class MAHNUNGType {
|
||||
|
||||
@XmlElement(name = "EL-Text")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String polizzennr;
|
||||
@XmlAttribute(name = "VertragsID")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected BigDecimal mahnBetrag;
|
||||
@XmlAttribute(name = "MahnSpesen")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String mahnStufeCd;
|
||||
@XmlAttribute(name = "MahnStufeTextVU")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String mahnStufeTextVU;
|
||||
@XmlAttribute(name = "MahnStelleVU")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String mahnStelleVU;
|
||||
@XmlAttribute(name = "MahnStelleBeauftragt")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String mahnStelleBeauftragt;
|
||||
@XmlAttribute(name = "MahnStufeGueltigAb")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar mahnStufeGueltigAb;
|
||||
@XmlAttribute(name = "MahnStufeGueltigBis")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar mahnStufeGueltigBis;
|
||||
@XmlAttribute(name = "MahnStufeCdNext")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String mahnStufeCdNext;
|
||||
@XmlAttribute(name = "MahnStufeTextVUNext")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String mahnStufeTextVUNext;
|
||||
@XmlAttribute(name = "MahnStufeGueltigAbNext")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar mahnStufeGueltigAbNext;
|
||||
@XmlAttribute(name = "MahnLetzteZahlung")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar mahnLetzteZahlung;
|
||||
@XmlAttribute(name = "MahnAeltesteFaelligkeit")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected Integer mahnAnzahlFaelligkeiten;
|
||||
@XmlAttribute(name = "GrundRuecklaufCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String grundRuecklaufCd;
|
||||
@XmlAttribute(name = "MahnDeckungBis")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar mahnDeckungBis;
|
||||
@XmlAttribute(name = "VtgSparteCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String vorgaengerWert;
|
||||
@XmlAttribute(name = "GueltigAb")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String familienname;
|
||||
@XmlAttribute(name = "Vorname")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String vorname;
|
||||
@XmlAttribute(name = "GeschlechtCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String geschlechtCd;
|
||||
@XmlAttribute(name = "Gebdat")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar gebdat;
|
||||
@XmlAttribute(name = "LandesCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String landesCd;
|
||||
@XmlAttribute(name = "FamilienstandCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String familienstandCd;
|
||||
@XmlAttribute(name = "GebLandCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String gebLandCd;
|
||||
@XmlAttribute(name = "HauptWohnLandCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String hauptWohnLandCd;
|
||||
@XmlAttribute(name = "PersonID_VU")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String personIDVU;
|
||||
@XmlAttribute(name = "PersonID_Makler")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
public class PAKET {
|
||||
|
||||
@XmlElement(name = "VERS_UNTERNEHMEN")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected List<VERSUNTERNEHMEN> versunternehmen;
|
||||
@XmlElement(name = "SCHLUESSELART")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected List<SCHLUESSELART> schluesselart;
|
||||
@XmlElement(name = "KLAUSEL")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected List<KLAUSELType> klausel;
|
||||
@XmlElement(name = "LOESCHANSTOSS")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected List<LOESCHANSTOSSType> loeschanstoss;
|
||||
@XmlElement(name = "MIGRATIONSINFORMATION")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected List<MIGRATIONSINFORMATIONType> migrationsinformation;
|
||||
@XmlElement(name = "PERSON")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected List<PERSONType> person;
|
||||
@XmlElement(name = "VERTRAG")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected List<VERTRAG> vertrag;
|
||||
@XmlElement(name = "SCHADEN")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected List<SCHADENType> schaden;
|
||||
@XmlElement(name = "PROVISION")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected List<PROVISIONType> provision;
|
||||
@XmlElement(name = "MAHNUNG")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected List<MAHNUNGType> mahnung;
|
||||
@XmlElement(name = "VERTRAGSFONDS")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar paketZpktErstell;
|
||||
@XmlAttribute(name = "PaketZpktLetztErstell")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String omdsVersion;
|
||||
@XmlAttribute(name = "VUVersion")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String dvrNrAbs;
|
||||
@XmlAttribute(name = "PaketKommentar")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String paketKommentar;
|
||||
@XmlAttribute(name = "SprachCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
public class PERSONType {
|
||||
|
||||
@XmlElement(name = "NATUERLICHE_PERSON")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected NATUERLICHEPERSONType natuerlicheperson;
|
||||
@XmlElement(name = "SONSTIGE_PERSON")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected Long pac;
|
||||
@XmlAttribute(name = "LandesCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String landesCd;
|
||||
@XmlAttribute(name = "PLZ")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String plz;
|
||||
@XmlAttribute(name = "Ort")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String ort;
|
||||
@XmlAttribute(name = "Strasse")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String strasse;
|
||||
@XmlAttribute(name = "Hausnr")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String hausnr;
|
||||
@XmlAttribute(name = "Zusatz")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String zusatz;
|
||||
@XmlAttribute(name = "AdressID_VU")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String adressIDVU;
|
||||
@XmlAttribute(name = "AdressID_Makler")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String portfolioID;
|
||||
@XmlAttribute(name = "ISIN")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String isin;
|
||||
@XmlAttribute(name = "WKN")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String bezeichnung;
|
||||
@XmlAttribute(name = "Kurs")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected BigDecimal kurs;
|
||||
@XmlAttribute(name = "AnteilWertpapier")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected BigDecimal prozentsatz;
|
||||
@XmlAttribute(name = "Wert")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected BigDecimal wert;
|
||||
@XmlAttribute(name = "WaehrungsCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected WaehrungsCdType waehrungsCd;
|
||||
@XmlAttribute(name = "Stichtag")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String vermnr;
|
||||
@XmlAttribute(name = "Polizzennr")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String polizzennr;
|
||||
@XmlAttribute(name = "VertragsID")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String vertragsID;
|
||||
@XmlAttribute(name = "VerbandSparteCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String verbandSparteCd;
|
||||
@XmlAttribute(name = "SpartenCd")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String spartenCd;
|
||||
@XmlAttribute(name = "SpartenErweiterung")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar buchDat;
|
||||
@XmlAttribute(name = "ProvVon")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected XMLGregorianCalendar provVon;
|
||||
@XmlAttribute(name = "ProvBis")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected String provArtCd;
|
||||
@XmlAttribute(name = "ProvTxt")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String provTxt;
|
||||
@XmlAttribute(name = "ProvGrdlg")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected BigDecimal provGrdlg;
|
||||
@XmlAttribute(name = "ProvSatz")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
protected WaehrungsCdType waehrungsCd;
|
||||
@XmlAttribute(name = "ProvArtText")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+02:00")
|
||||
protected String provArtText;
|
||||
@XmlAttribute(name = "Vorpolizze")
|
||||
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.5", date = "2023-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+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-07-13T08:12:47+02:00")
|
||||
public void setVorpolizze(String value) {
|
||||
this.vorpolizze = value;
|
||||
}
|
||||
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user