diff --git a/OMDSServiceDefinition/.gitignore b/OMDSServiceDefinition/.gitignore index b83d2226..bba7b539 100644 --- a/OMDSServiceDefinition/.gitignore +++ b/OMDSServiceDefinition/.gitignore @@ -1 +1,2 @@ /target/ +/.idea/ diff --git a/OMDSServiceDefinition/.settings/org.eclipse.core.resources.prefs b/OMDSServiceDefinition/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 839d647e..00000000 --- a/OMDSServiceDefinition/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,5 +0,0 @@ -eclipse.preferences.version=1 -encoding//src/main/java=UTF-8 -encoding//src/main/resources=UTF-8 -encoding//src/test/java=UTF-8 -encoding/=UTF-8 diff --git a/OMDSServiceDefinition/.settings/org.eclipse.jdt.core.prefs b/OMDSServiceDefinition/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 782ba92b..00000000 --- a/OMDSServiceDefinition/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,14 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.7 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=1.7 diff --git a/OMDSServiceDefinition/.settings/org.eclipse.m2e.core.prefs b/OMDSServiceDefinition/.settings/org.eclipse.m2e.core.prefs deleted file mode 100644 index f897a7f1..00000000 --- a/OMDSServiceDefinition/.settings/org.eclipse.m2e.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -activeProfiles= -eclipse.preferences.version=1 -resolveWorkspaceProjects=true -version=1 diff --git a/OMDSServiceDefinition/Maven_CodeGen_ReadMe.txt b/OMDSServiceDefinition/Maven_CodeGen_ReadMe.md similarity index 86% rename from OMDSServiceDefinition/Maven_CodeGen_ReadMe.txt rename to OMDSServiceDefinition/Maven_CodeGen_ReadMe.md index fb108680..8bd372b8 100644 --- a/OMDSServiceDefinition/Maven_CodeGen_ReadMe.txt +++ b/OMDSServiceDefinition/Maven_CodeGen_ReadMe.md @@ -1,21 +1,16 @@ -Build mit Maven -=============== +# Build mit Maven Build mit Maven 3.8 auf Java 1.8 -Maven Goals -=========== - +# Maven Goals Mit Maven Goal "clean package" kann ein Release als ZIP-File mit XSDs und WSDLs sowie der Dokumentation gebaut werden. Mit Maven Goal "clean deploy" wird der Release in das Kap Dion- Maven - OMDS Repository hochgeladen. -Codegenerierung -=============== +# Codegenerierung Mit Maven Goal "clean package" und Profil "genJavaFromWsdl_VU" bzw. "genJavaFromWsdl_Broker" wird der zugehörige Java-Code generiert. -MTOM in Java nach Codegenerierung -================================= +# MTOM in Java nach Codegenerierung Nach der Code-Generierung müssen einige Schritte von Hand durchgeführt werden, damit MTOM enthalten ist: diff --git a/OMDSServiceDefinition/ReleaseReadMe.md b/OMDSServiceDefinition/ReleaseReadMe.md new file mode 100644 index 00000000..9c17767e --- /dev/null +++ b/OMDSServiceDefinition/ReleaseReadMe.md @@ -0,0 +1,46 @@ +# Schritte beim Release einer neuen Version + +## Bearbeitung der Norm +Abgrenzung des Veröffentlichungsumfangs - nicht alles aus dem Development-Branch wird veröffentlicht. + +Insbesondere ist hier um etwaige Fehler auszuschließen nochmals gegen die tatsächlich veröffentlichten XSDs der +letzten Veröffentlichung zu prüfen. + +Anpassung der Versions-Tags im in den XSDs und den Kommentar im WSDL. + + + +## Code-Generierung +Der Code für die neue Version ist einmalig mit Java zu generieren. +Es gibt dazu ein Maven-Target. + + + +## Überarbeitung der Dokumentation +Dokumente haben einen Kopf bestehend aus: +* Titel +* Status: Empfehlung, Vorgeschlagener oder Freigegebener Standard +* Release: Versionsnummer des Releases +* Ansprechpartner +* Dokumentenhistorie +* Voraussetzungen +* Rechtliche Hinweise +* Inhaltsverzeichnis + +Dokumente sollen im Kopf die Versionsnummer tragen, damit der Leser +gleich erkennen kann, zu welcher Version das Dokument gehört. + +Der Dokumentenstatus sollte im Kopf enthalten sein. +Entwürfe werden nicht veröffentlicht, sondern +* Empfehlung +* Vorgeschlagener Standard (min. 1. Implementierung) +* Freigegebener Standard (min. 2. Implementierungen) + +In der Fußzeile findet sich ein Copyright Hinweis, der ggf. aktualisiert werden sollte. + +## Generierung der XSD Dokumentation mit XmlSpy + + +# Build +In der Datei assembly.xml ist vogegeben, welche Verzeichnisse für die Veröffentlichung zusammengepackt werden. +Hier ist die Versionsnummmer des Release anzupassen! diff --git a/OMDSServiceDefinition/assembly.xml b/OMDSServiceDefinition/assembly.xml index 13749924..f2d168dd 100644 --- a/OMDSServiceDefinition/assembly.xml +++ b/OMDSServiceDefinition/assembly.xml @@ -26,7 +26,7 @@ ${basedir}/doc - ${basedir}/src/main/resources/def/r1_5_0 + ${basedir}/src/main/resources/def/r1_7_0 / diff --git a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.1_ListeFehlercodes 1.3.0.docx b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.1_ListeFehlercodes.docx similarity index 60% rename from OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.1_ListeFehlercodes 1.3.0.docx rename to OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.1_ListeFehlercodes.docx index 6d8f0c2e..e606cbf3 100644 Binary files a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.1_ListeFehlercodes 1.3.0.docx and b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.1_ListeFehlercodes.docx differ diff --git a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.2_Listenservices 1.1.1.docx b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.2_Listenservices.docx similarity index 81% rename from OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.2_Listenservices 1.1.1.docx rename to OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.2_Listenservices.docx index 8727a322..d673a7bc 100644 Binary files a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.2_Listenservices 1.1.1.docx and b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.2_Listenservices.docx differ diff --git a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.3_Versionierung.docx b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.3_Versionierung.docx index 5885737c..b5c551d1 100644 Binary files a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.3_Versionierung.docx and b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.01 Querschnittstthemen/ON_1.01.3_Versionierung.docx differ diff --git a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.02 Authentifizierung/Erläuterungen_OAuth_zu_ON_1.02.1.docx b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.02 Authentifizierung/Erläuterungen_OAuth_zu_ON_1.02.1.docx index 49768168..e19c57d3 100644 Binary files a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.02 Authentifizierung/Erläuterungen_OAuth_zu_ON_1.02.1.docx and b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.02 Authentifizierung/Erläuterungen_OAuth_zu_ON_1.02.1.docx differ diff --git a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.02 Authentifizierung/ON_1.02.1_AuthentifizierungAllgemein.docx b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.02 Authentifizierung/ON_1.02.1_AuthentifizierungAllgemein.docx index 9147d498..bc35797e 100644 Binary files a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.02 Authentifizierung/ON_1.02.1_AuthentifizierungAllgemein.docx and b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.02 Authentifizierung/ON_1.02.1_AuthentifizierungAllgemein.docx differ diff --git a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.02 Authentifizierung/ON_1.02.2_Userdaten.docx b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.02 Authentifizierung/ON_1.02.2_Userdaten.docx index 0c4a3c1c..0ca82d82 100644 Binary files a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.02 Authentifizierung/ON_1.02.2_Userdaten.docx and b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.02 Authentifizierung/ON_1.02.2_Userdaten.docx differ diff --git a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.03 Deep Link/ON_1.03.1_Deep-Link.docx b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.03 Deep Link/ON_1.03.1_Deep-Link.docx index 029ed713..ea6697a3 100644 Binary files a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.03 Deep Link/ON_1.03.1_Deep-Link.docx and b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.03 Deep Link/ON_1.03.1_Deep-Link.docx differ diff --git a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.04 Dokumente/ON_1.04.1_Dokumente.docx b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.04 Dokumente/ON_1.04.1_Dokumente.docx index 633df706..d86862e4 100644 Binary files a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.04 Dokumente/ON_1.04.1_Dokumente.docx and b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.04 Dokumente/ON_1.04.1_Dokumente.docx differ diff --git a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.04 Dokumente/ON_1.04.2_DokumenteInProzessen.docx b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.04 Dokumente/ON_1.04.2_DokumenteInProzessen.docx index 8424c424..d89e1e82 100644 Binary files a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.04 Dokumente/ON_1.04.2_DokumenteInProzessen.docx and b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.04 Dokumente/ON_1.04.2_DokumenteInProzessen.docx differ diff --git a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.06 Objekt-Ids/ON_1.06.1_Objekt_IDs.docx b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.06 Objekt-Ids/ON_1.06.1_Objekt_IDs.docx index 5837aa02..0e22f702 100644 Binary files a/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.06 Objekt-Ids/ON_1.06.1_Objekt_IDs.docx and b/OMDSServiceDefinition/doc/ON_1 Technische Grundlagen und Basisfunktionen/ON_1.06 Objekt-Ids/ON_1.06.1_Objekt_IDs.docx differ diff --git a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.01_Deep-Link-Angebot-Antrag/ON_2.01.1_Deep-Link-Angebot-Antrag.docx b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.01_Deep-Link-Angebot-Antrag/ON_2.01.1_Deep-Link-Angebot-Antrag.docx index 4dba707e..c29d4b55 100644 Binary files a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.01_Deep-Link-Angebot-Antrag/ON_2.01.1_Deep-Link-Angebot-Antrag.docx and b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.01_Deep-Link-Angebot-Antrag/ON_2.01.1_Deep-Link-Angebot-Antrag.docx differ diff --git a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.01 BOA KFZ/ON_2.02.01_BOA_KFZ.docx b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.01 BOA KFZ/ON_2.02.01_BOA_KFZ.docx index dd34b61e..3cb0f33d 100644 Binary files a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.01 BOA KFZ/ON_2.02.01_BOA_KFZ.docx and b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.01 BOA KFZ/ON_2.02.01_BOA_KFZ.docx differ diff --git a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.02 BOA SP/ON_2.02.02_BOA_Sach_Privat.docx b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.02 BOA SP/ON_2.02.02_BOA_Sach_Privat.docx index 4f2a120c..8ce17efc 100644 Binary files a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.02 BOA SP/ON_2.02.02_BOA_Sach_Privat.docx and b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.02 BOA SP/ON_2.02.02_BOA_Sach_Privat.docx differ diff --git a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.05 BOA UV/ON_2.02.05_BOA_UV.docx b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.05 BOA UV/ON_2.02.05_BOA_UV.docx index c62f906b..d97976a9 100644 Binary files a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.05 BOA UV/ON_2.02.05_BOA_UV.docx and b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.05 BOA UV/ON_2.02.05_BOA_UV.docx differ diff --git a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.06 BOA LE/ON_2.02.06_BOA_LE.docx b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.06 BOA LE/ON_2.02.06_BOA_LE.docx index 862a44f8..a0c367ba 100644 Binary files a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.06 BOA LE/ON_2.02.06_BOA_LE.docx and b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.06 BOA LE/ON_2.02.06_BOA_LE.docx differ diff --git a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.0_BOA_allgemein.docx b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.0_BOA_allgemein.docx index 6dd39c95..4d1a2591 100644 Binary files a/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.0_BOA_allgemein.docx and b/OMDSServiceDefinition/doc/ON_2 Antragsabwicklung/ON_2.02_BOA Services/ON_2.02.0_BOA_allgemein.docx differ diff --git a/OMDSServiceDefinition/doc/ON_3 Vertragsbestand/ON_3.01_DatenuebertragungOMDS/ON_3.01.1.DatenübertragungOMDS.docx b/OMDSServiceDefinition/doc/ON_3 Vertragsbestand/ON_3.01_DatenuebertragungOMDS/ON_3.01.1.DatenübertragungOMDS.docx index 306b4411..8fecd615 100644 Binary files a/OMDSServiceDefinition/doc/ON_3 Vertragsbestand/ON_3.01_DatenuebertragungOMDS/ON_3.01.1.DatenübertragungOMDS.docx and b/OMDSServiceDefinition/doc/ON_3 Vertragsbestand/ON_3.01_DatenuebertragungOMDS/ON_3.01.1.DatenübertragungOMDS.docx differ diff --git a/OMDSServiceDefinition/doc/ON_3 Vertragsbestand/ON_3.02_VertragsbezogeneDokumente/ON_3.02.1_Vertragsbezogene_Dokumente.docx b/OMDSServiceDefinition/doc/ON_3 Vertragsbestand/ON_3.02_VertragsbezogeneDokumente/ON_3.02.1_Vertragsbezogene_Dokumente.docx index 08594980..0aa440e6 100644 Binary files a/OMDSServiceDefinition/doc/ON_3 Vertragsbestand/ON_3.02_VertragsbezogeneDokumente/ON_3.02.1_Vertragsbezogene_Dokumente.docx and b/OMDSServiceDefinition/doc/ON_3 Vertragsbestand/ON_3.02_VertragsbezogeneDokumente/ON_3.02.1_Vertragsbezogene_Dokumente.docx differ diff --git a/OMDSServiceDefinition/doc/ON_3 Vertragsbestand/ON_3.03_DeepLinkVertrag/ON_3.03.1_Deep-Link-Vertrag.docx b/OMDSServiceDefinition/doc/ON_3 Vertragsbestand/ON_3.03_DeepLinkVertrag/ON_3.03.1_Deep-Link-Vertrag.docx index abd981ea..12808577 100644 Binary files a/OMDSServiceDefinition/doc/ON_3 Vertragsbestand/ON_3.03_DeepLinkVertrag/ON_3.03.1_Deep-Link-Vertrag.docx and b/OMDSServiceDefinition/doc/ON_3 Vertragsbestand/ON_3.03_DeepLinkVertrag/ON_3.03.1_Deep-Link-Vertrag.docx differ diff --git a/OMDSServiceDefinition/doc/ON_4 Partner/ON_4.01_Deep-Link-Partner/ON_4.01.1_Deep-Link-Partner.docx b/OMDSServiceDefinition/doc/ON_4 Partner/ON_4.01_Deep-Link-Partner/ON_4.01.1_Deep-Link-Partner.docx index 43684558..7f36cd5f 100644 Binary files a/OMDSServiceDefinition/doc/ON_4 Partner/ON_4.01_Deep-Link-Partner/ON_4.01.1_Deep-Link-Partner.docx and b/OMDSServiceDefinition/doc/ON_4 Partner/ON_4.01_Deep-Link-Partner/ON_4.01.1_Deep-Link-Partner.docx differ diff --git a/OMDSServiceDefinition/doc/ON_5 Provision/readMe.txt b/OMDSServiceDefinition/doc/ON_5 Provision/readMe.txt index e69de29b..23c26bd0 100644 --- a/OMDSServiceDefinition/doc/ON_5 Provision/readMe.txt +++ b/OMDSServiceDefinition/doc/ON_5 Provision/readMe.txt @@ -0,0 +1 @@ +Derzeit sind keine Normen in dieser Domäne definiert. diff --git a/OMDSServiceDefinition/doc/ON_6 Inkasso/readMe.txt b/OMDSServiceDefinition/doc/ON_6 Inkasso/readMe.txt index e69de29b..23c26bd0 100644 --- a/OMDSServiceDefinition/doc/ON_6 Inkasso/readMe.txt +++ b/OMDSServiceDefinition/doc/ON_6 Inkasso/readMe.txt @@ -0,0 +1 @@ +Derzeit sind keine Normen in dieser Domäne definiert. diff --git a/OMDSServiceDefinition/doc/ON_7 Schaden/ON_7.01_Deep-Link-Schaden/ON_7.01.1_Deep-Link-Schaden.docx b/OMDSServiceDefinition/doc/ON_7 Schaden/ON_7.01_Deep-Link-Schaden/ON_7.01.1_Deep-Link-Schaden.docx index 6a92269c..b7d475c6 100644 Binary files a/OMDSServiceDefinition/doc/ON_7 Schaden/ON_7.01_Deep-Link-Schaden/ON_7.01.1_Deep-Link-Schaden.docx and b/OMDSServiceDefinition/doc/ON_7 Schaden/ON_7.01_Deep-Link-Schaden/ON_7.01.1_Deep-Link-Schaden.docx differ diff --git a/OMDSServiceDefinition/doc/ON_7 Schaden/ON_7.02_Schadenmeldung/ON_7.02.1_Schadenmeldung.docx b/OMDSServiceDefinition/doc/ON_7 Schaden/ON_7.02_Schadenmeldung/ON_7.02.1_Schadenmeldung.docx index 864cfabb..c81e7a2d 100644 Binary files a/OMDSServiceDefinition/doc/ON_7 Schaden/ON_7.02_Schadenmeldung/ON_7.02.1_Schadenmeldung.docx and b/OMDSServiceDefinition/doc/ON_7 Schaden/ON_7.02_Schadenmeldung/ON_7.02.1_Schadenmeldung.docx differ diff --git a/OMDSServiceDefinition/doc/Übersicht und Grundlagen der Standardisierung.docx b/OMDSServiceDefinition/doc/Übersicht und Grundlagen der Standardisierung.docx index 88948400..f019f301 100644 Binary files a/OMDSServiceDefinition/doc/Übersicht und Grundlagen der Standardisierung.docx and b/OMDSServiceDefinition/doc/Übersicht und Grundlagen der Standardisierung.docx differ diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ADRESSEType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ADRESSEType.java deleted file mode 100644 index 4c68e027..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ADRESSEType.java +++ /dev/null @@ -1,273 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -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_6_0.on2antrag.sachPrivat.RisikoAdresseType; - - -/** - *

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

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

- * <complexType name="ADRESSE_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attGroup ref="{urn:omds20}Adresse_Attribute"/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ADRESSE_Type") -@XmlSeeAlso({ - RisikoAdresseType.class -}) -public class ADRESSEType { - - @XmlAttribute(name = "Pac") - @XmlSchemaType(name = "unsignedInt") - protected Long pac; - @XmlAttribute(name = "LandesCd") - protected String landesCd; - @XmlAttribute(name = "PLZ") - protected String plz; - @XmlAttribute(name = "Ort") - protected String ort; - @XmlAttribute(name = "Strasse") - protected String strasse; - @XmlAttribute(name = "Hausnr") - protected String hausnr; - @XmlAttribute(name = "Zusatz") - protected String zusatz; - @XmlAttribute(name = "AdressID_VU") - protected String adressIDVU; - @XmlAttribute(name = "AdressID_Makler") - protected String adressIDMakler; - - /** - * Ruft den Wert der pac-Eigenschaft ab. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getPac() { - return pac; - } - - /** - * Legt den Wert der pac-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setPac(Long value) { - this.pac = value; - } - - /** - * Ruft den Wert der landesCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLandesCd() { - return landesCd; - } - - /** - * Legt den Wert der landesCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLandesCd(String value) { - this.landesCd = value; - } - - /** - * Ruft den Wert der plz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPLZ() { - return plz; - } - - /** - * Legt den Wert der plz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPLZ(String value) { - this.plz = value; - } - - /** - * Ruft den Wert der ort-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrt() { - return ort; - } - - /** - * Legt den Wert der ort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrt(String value) { - this.ort = value; - } - - /** - * Ruft den Wert der strasse-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStrasse() { - return strasse; - } - - /** - * Legt den Wert der strasse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStrasse(String value) { - this.strasse = value; - } - - /** - * Ruft den Wert der hausnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHausnr() { - return hausnr; - } - - /** - * Legt den Wert der hausnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHausnr(String value) { - this.hausnr = value; - } - - /** - * Ruft den Wert der zusatz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZusatz() { - return zusatz; - } - - /** - * Legt den Wert der zusatz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZusatz(String value) { - this.zusatz = value; - } - - /** - * Ruft den Wert der adressIDVU-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAdressIDVU() { - return adressIDVU; - } - - /** - * Legt den Wert der adressIDVU-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAdressIDVU(String value) { - this.adressIDVU = value; - } - - /** - * Ruft den Wert der adressIDMakler-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAdressIDMakler() { - return adressIDMakler; - } - - /** - * Legt den Wert der adressIDMakler-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAdressIDMakler(String value) { - this.adressIDMakler = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/BBArtCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/BBArtCdType.java deleted file mode 100644 index 61b7a068..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/BBArtCdType.java +++ /dev/null @@ -1,55 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für BBArtCd_Type. - * - *

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

- *

- * <simpleType name="BBArtCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="ABL"/>
- *     <enumeration value="ERL"/>
- *     <enumeration value="SLF"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "BBArtCd_Type") -@XmlEnum -public enum BBArtCdType { - - - /** - * Ablebensfall - * - */ - ABL, - - /** - * Erlebensfall - * - */ - ERL, - - /** - * sonstiger Leistungsfall - * - */ - SLF; - - public String value() { - return name(); - } - - public static BBArtCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELAntragType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELAntragType.java deleted file mode 100644 index 109a7c3e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELAntragType.java +++ /dev/null @@ -1,86 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -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; - - -/** - *

Java-Klasse für EL-Antrag_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Antrag_Type") -public class ELAntragType { - - @XmlAttribute(name = "Nummer", required = true) - protected String nummer; - @XmlAttribute(name = "Datum") - protected XMLGregorianCalendar datum; - - /** - * Ruft den Wert der nummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNummer() { - return nummer; - } - - /** - * Legt den Wert der nummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNummer(String value) { - this.nummer = value; - } - - /** - * Ruft den Wert der datum-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDatum() { - return datum; - } - - /** - * Legt den Wert der datum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDatum(XMLGregorianCalendar value) { - this.datum = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELAnzahlType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELAnzahlType.java deleted file mode 100644 index 4f5a78ac..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELAnzahlType.java +++ /dev/null @@ -1,93 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Anzahl_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Anzahl_Type") -public class ELAnzahlType { - - @XmlAttribute(name = "Bezeichnung", required = true) - protected String bezeichnung; - @XmlAttribute(name = "Wert", required = true) - protected BigDecimal wert; - - /** - * Ruft den Wert der bezeichnung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBezeichnung() { - return bezeichnung; - } - - /** - * Legt den Wert der bezeichnung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBezeichnung(String value) { - this.bezeichnung = value; - } - - /** - * Ruft den Wert der wert-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getWert() { - return wert; - } - - /** - * Legt den Wert der wert-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setWert(BigDecimal value) { - this.wert = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELBetragType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELBetragType.java deleted file mode 100644 index 8d6675be..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELBetragType.java +++ /dev/null @@ -1,175 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -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; - - -/** - *

Java-Klasse für EL-Betrag_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Betrag_Type") -public class ELBetragType { - - @XmlAttribute(name = "BetragArtCd") - protected String betragArtCd; - @XmlAttribute(name = "Datum") - protected XMLGregorianCalendar datum; - @XmlAttribute(name = "Bezeichnung", required = true) - protected String bezeichnung; - @XmlAttribute(name = "WaehrungsCd") - protected WaehrungsCdType waehrungsCd; - @XmlAttribute(name = "Wert", required = true) - protected BigDecimal wert; - - /** - * Ruft den Wert der betragArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBetragArtCd() { - return betragArtCd; - } - - /** - * Legt den Wert der betragArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBetragArtCd(String value) { - this.betragArtCd = value; - } - - /** - * Ruft den Wert der datum-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDatum() { - return datum; - } - - /** - * Legt den Wert der datum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDatum(XMLGregorianCalendar value) { - this.datum = value; - } - - /** - * Ruft den Wert der bezeichnung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBezeichnung() { - return bezeichnung; - } - - /** - * Legt den Wert der bezeichnung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBezeichnung(String value) { - this.bezeichnung = value; - } - - /** - * Ruft den Wert der waehrungsCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link WaehrungsCdType } - * - */ - public WaehrungsCdType getWaehrungsCd() { - return waehrungsCd; - } - - /** - * Legt den Wert der waehrungsCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link WaehrungsCdType } - * - */ - public void setWaehrungsCd(WaehrungsCdType value) { - this.waehrungsCd = value; - } - - /** - * Ruft den Wert der wert-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getWert() { - return wert; - } - - /** - * Legt den Wert der wert-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setWert(BigDecimal value) { - this.wert = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELBezugsberechtigungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELBezugsberechtigungType.java deleted file mode 100644 index 1b61a28e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELBezugsberechtigungType.java +++ /dev/null @@ -1,92 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Bezugsberechtigung_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Bezugsberechtigung_Type") -public class ELBezugsberechtigungType { - - @XmlAttribute(name = "BBArtCd", required = true) - protected BBArtCdType bbArtCd; - @XmlAttribute(name = "BBTxt", required = true) - protected String bbTxt; - - /** - * Ruft den Wert der bbArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link BBArtCdType } - * - */ - public BBArtCdType getBBArtCd() { - return bbArtCd; - } - - /** - * Legt den Wert der bbArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BBArtCdType } - * - */ - public void setBBArtCd(BBArtCdType value) { - this.bbArtCd = value; - } - - /** - * Ruft den Wert der bbTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBBTxt() { - return bbTxt; - } - - /** - * Legt den Wert der bbTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBBTxt(String value) { - this.bbTxt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELEinstufungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELEinstufungType.java deleted file mode 100644 index 02fdcc04..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELEinstufungType.java +++ /dev/null @@ -1,92 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Einstufung_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Einstufung_Type") -public class ELEinstufungType { - - @XmlAttribute(name = "EstArtCd", required = true) - protected EstArtCdType estArtCd; - @XmlAttribute(name = "EstWert", required = true) - protected String estWert; - - /** - * Ruft den Wert der estArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link EstArtCdType } - * - */ - public EstArtCdType getEstArtCd() { - return estArtCd; - } - - /** - * Legt den Wert der estArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link EstArtCdType } - * - */ - public void setEstArtCd(EstArtCdType value) { - this.estArtCd = value; - } - - /** - * Ruft den Wert der estWert-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getEstWert() { - return estWert; - } - - /** - * Legt den Wert der estWert-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setEstWert(String value) { - this.estWert = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELEntscheidungsfrageType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELEntscheidungsfrageType.java deleted file mode 100644 index 1c8fff91..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELEntscheidungsfrageType.java +++ /dev/null @@ -1,85 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Entscheidungsfrage_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Entscheidungsfrage_Type") -public class ELEntscheidungsfrageType { - - @XmlAttribute(name = "EFrageCd", required = true) - protected String eFrageCd; - @XmlAttribute(name = "EFrageAntw", required = true) - protected String eFrageAntw; - - /** - * Ruft den Wert der eFrageCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getEFrageCd() { - return eFrageCd; - } - - /** - * Legt den Wert der eFrageCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setEFrageCd(String value) { - this.eFrageCd = value; - } - - /** - * Ruft den Wert der eFrageAntw-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getEFrageAntw() { - return eFrageAntw; - } - - /** - * Legt den Wert der eFrageAntw-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setEFrageAntw(String value) { - this.eFrageAntw = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELFlaecheType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELFlaecheType.java deleted file mode 100644 index af0fdc6d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELFlaecheType.java +++ /dev/null @@ -1,146 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Flaeche_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Flaeche_Type") -public class ELFlaecheType { - - @XmlAttribute(name = "FlaechenAttributCd", required = true) - protected FlaechenAttributCdType flaechenAttributCd; - @XmlAttribute(name = "Nummer") - protected String nummer; - @XmlAttribute(name = "InnenFlaeche") - protected BigDecimal innenFlaeche; - @XmlAttribute(name = "VerbauteFlaeche") - protected BigDecimal verbauteFlaeche; - - /** - * Ruft den Wert der flaechenAttributCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link FlaechenAttributCdType } - * - */ - public FlaechenAttributCdType getFlaechenAttributCd() { - return flaechenAttributCd; - } - - /** - * Legt den Wert der flaechenAttributCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link FlaechenAttributCdType } - * - */ - public void setFlaechenAttributCd(FlaechenAttributCdType value) { - this.flaechenAttributCd = value; - } - - /** - * Ruft den Wert der nummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNummer() { - return nummer; - } - - /** - * Legt den Wert der nummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNummer(String value) { - this.nummer = value; - } - - /** - * Ruft den Wert der innenFlaeche-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getInnenFlaeche() { - return innenFlaeche; - } - - /** - * Legt den Wert der innenFlaeche-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setInnenFlaeche(BigDecimal value) { - this.innenFlaeche = value; - } - - /** - * Ruft den Wert der verbauteFlaeche-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getVerbauteFlaeche() { - return verbauteFlaeche; - } - - /** - * Legt den Wert der verbauteFlaeche-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setVerbauteFlaeche(BigDecimal value) { - this.verbauteFlaeche = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELGewinnbeteiligungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELGewinnbeteiligungType.java deleted file mode 100644 index bfbcee4d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELGewinnbeteiligungType.java +++ /dev/null @@ -1,87 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -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; - - -/** - *

Java-Klasse für EL-Gewinnbeteiligung_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Gewinnbeteiligung_Type") -public class ELGewinnbeteiligungType { - - @XmlAttribute(name = "Datum", required = true) - protected XMLGregorianCalendar datum; - @XmlAttribute(name = "Wert", required = true) - protected BigDecimal wert; - - /** - * Ruft den Wert der datum-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDatum() { - return datum; - } - - /** - * Legt den Wert der datum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDatum(XMLGregorianCalendar value) { - this.datum = value; - } - - /** - * Ruft den Wert der wert-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getWert() { - return wert; - } - - /** - * Legt den Wert der wert-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setWert(BigDecimal value) { - this.wert = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELGrenzwertType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELGrenzwertType.java deleted file mode 100644 index 07de9673..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELGrenzwertType.java +++ /dev/null @@ -1,119 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Grenzwert_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Grenzwert_Type") -public class ELGrenzwertType { - - @XmlAttribute(name = "GrwArtCd", required = true) - protected GrwArtCdType grwArtCd; - @XmlAttribute(name = "GrWert", required = true) - protected BigDecimal grWert; - @XmlAttribute(name = "GrwTyp") - protected String grwTyp; - - /** - * Ruft den Wert der grwArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link GrwArtCdType } - * - */ - public GrwArtCdType getGrwArtCd() { - return grwArtCd; - } - - /** - * Legt den Wert der grwArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link GrwArtCdType } - * - */ - public void setGrwArtCd(GrwArtCdType value) { - this.grwArtCd = value; - } - - /** - * Ruft den Wert der grWert-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getGrWert() { - return grWert; - } - - /** - * Legt den Wert der grWert-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setGrWert(BigDecimal value) { - this.grWert = value; - } - - /** - * Ruft den Wert der grwTyp-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGrwTyp() { - return grwTyp; - } - - /** - * Legt den Wert der grwTyp-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGrwTyp(String value) { - this.grwTyp = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELIdentifizierungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELIdentifizierungType.java deleted file mode 100644 index 9760ad91..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELIdentifizierungType.java +++ /dev/null @@ -1,120 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -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; - - -/** - *

Java-Klasse für EL-Identifizierung_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Identifizierung_Type") -public class ELIdentifizierungType { - - @XmlAttribute(name = "IdfArtCd", required = true) - protected IdfArtCdType idfArtCd; - @XmlAttribute(name = "IdfSchluessel", required = true) - protected String idfSchluessel; - @XmlAttribute(name = "IdfDatum") - protected XMLGregorianCalendar idfDatum; - - /** - * Ruft den Wert der idfArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link IdfArtCdType } - * - */ - public IdfArtCdType getIdfArtCd() { - return idfArtCd; - } - - /** - * Legt den Wert der idfArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link IdfArtCdType } - * - */ - public void setIdfArtCd(IdfArtCdType value) { - this.idfArtCd = value; - } - - /** - * Ruft den Wert der idfSchluessel-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getIdfSchluessel() { - return idfSchluessel; - } - - /** - * Legt den Wert der idfSchluessel-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setIdfSchluessel(String value) { - this.idfSchluessel = value; - } - - /** - * Ruft den Wert der idfDatum-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getIdfDatum() { - return idfDatum; - } - - /** - * Legt den Wert der idfDatum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setIdfDatum(XMLGregorianCalendar value) { - this.idfDatum = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELIndexType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELIndexType.java deleted file mode 100644 index 38e1ac59..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELIndexType.java +++ /dev/null @@ -1,116 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -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; - - -/** - *

Java-Klasse für EL-Index_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Index_Type") -public class ELIndexType { - - @XmlAttribute(name = "IndexArtCd", required = true) - protected String indexArtCd; - @XmlAttribute(name = "Datum") - @XmlSchemaType(name = "gYearMonth") - protected XMLGregorianCalendar datum; - @XmlAttribute(name = "Wert") - protected BigDecimal wert; - - /** - * Ruft den Wert der indexArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getIndexArtCd() { - return indexArtCd; - } - - /** - * Legt den Wert der indexArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setIndexArtCd(String value) { - this.indexArtCd = value; - } - - /** - * Ruft den Wert der datum-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDatum() { - return datum; - } - - /** - * Legt den Wert der datum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDatum(XMLGregorianCalendar value) { - this.datum = value; - } - - /** - * Ruft den Wert der wert-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getWert() { - return wert; - } - - /** - * Legt den Wert der wert-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setWert(BigDecimal value) { - this.wert = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELKFZKennzeichenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELKFZKennzeichenType.java deleted file mode 100644 index c5718602..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELKFZKennzeichenType.java +++ /dev/null @@ -1,85 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-KFZ-Kennzeichen_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-KFZ-Kennzeichen_Type") -public class ELKFZKennzeichenType { - - @XmlAttribute(name = "Pol_Kennz", required = true) - protected String polKennz; - @XmlAttribute(name = "Fahrgestnr") - protected String fahrgestnr; - - /** - * Ruft den Wert der polKennz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolKennz() { - return polKennz; - } - - /** - * Legt den Wert der polKennz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolKennz(String value) { - this.polKennz = value; - } - - /** - * Ruft den Wert der fahrgestnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFahrgestnr() { - return fahrgestnr; - } - - /** - * Legt den Wert der fahrgestnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFahrgestnr(String value) { - this.fahrgestnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELKlauselType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELKlauselType.java deleted file mode 100644 index 47753c70..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELKlauselType.java +++ /dev/null @@ -1,65 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Klausel_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Klausel_Type") -public class ELKlauselType { - - @XmlAttribute(name = "Klauselnr", required = true) - protected String klauselnr; - - /** - * Ruft den Wert der klauselnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKlauselnr() { - return klauselnr; - } - - /** - * Legt den Wert der klauselnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKlauselnr(String value) { - this.klauselnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELKommunikationType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELKommunikationType.java deleted file mode 100644 index 09a6fb70..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELKommunikationType.java +++ /dev/null @@ -1,92 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Kommunikation_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Kommunikation_Type") -public class ELKommunikationType { - - @XmlAttribute(name = "KomArtCd", required = true) - protected String komArtCd; - @XmlAttribute(name = "Kennung", required = true) - protected String kennung; - - /** - * Ruft den Wert der komArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKomArtCd() { - return komArtCd; - } - - /** - * Legt den Wert der komArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKomArtCd(String value) { - this.komArtCd = value; - } - - /** - * Ruft den Wert der kennung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKennung() { - return kennung; - } - - /** - * Legt den Wert der kennung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKennung(String value) { - this.kennung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELLegitimationType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELLegitimationType.java deleted file mode 100644 index 22cf482f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELLegitimationType.java +++ /dev/null @@ -1,154 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -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; - - -/** - *

Java-Klasse für EL-Legitimation_Type complex type. - * - *

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

- * <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="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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Legitimation_Type") -public class ELLegitimationType { - - @XmlAttribute(name = "LegArtCd", required = true) - protected String legArtCd; - @XmlAttribute(name = "Ausstellungsbehoerde") - protected String ausstellungsbehoerde; - @XmlAttribute(name = "Datum") - protected XMLGregorianCalendar datum; - @XmlAttribute(name = "Nummer", required = true) - protected String nummer; - - /** - * Ruft den Wert der legArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLegArtCd() { - return legArtCd; - } - - /** - * Legt den Wert der legArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLegArtCd(String value) { - this.legArtCd = value; - } - - /** - * Ruft den Wert der ausstellungsbehoerde-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAusstellungsbehoerde() { - return ausstellungsbehoerde; - } - - /** - * Legt den Wert der ausstellungsbehoerde-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAusstellungsbehoerde(String value) { - this.ausstellungsbehoerde = value; - } - - /** - * Ruft den Wert der datum-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDatum() { - return datum; - } - - /** - * Legt den Wert der datum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDatum(XMLGregorianCalendar value) { - this.datum = value; - } - - /** - * Ruft den Wert der nummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNummer() { - return nummer; - } - - /** - * Legt den Wert der nummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNummer(String value) { - this.nummer = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELObjektType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELObjektType.java deleted file mode 100644 index 584a42de..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELObjektType.java +++ /dev/null @@ -1,52 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -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; - - -/** - *

Java-Klasse für EL-Objekt_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Objekt_Type") -public class ELObjektType { - - @XmlAttribute(name = "ObjLfnr", required = true) - @XmlSchemaType(name = "unsignedShort") - protected int objLfnr; - - /** - * Ruft den Wert der objLfnr-Eigenschaft ab. - * - */ - public int getObjLfnr() { - return objLfnr; - } - - /** - * Legt den Wert der objLfnr-Eigenschaft fest. - * - */ - public void setObjLfnr(int value) { - this.objLfnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELObjektdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELObjektdatenType.java deleted file mode 100644 index ef576bfe..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELObjektdatenType.java +++ /dev/null @@ -1,125 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Objektdaten_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Objektdaten_Type") -public class ELObjektdatenType { - - @XmlAttribute(name = "ObjektdatenCd", required = true) - protected String objektdatenCd; - @XmlAttribute(name = "Wert", required = true) - protected String wert; - @XmlAttribute(name = "ObjektdatenInfo") - protected String objektdatenInfo; - - /** - * Ruft den Wert der objektdatenCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjektdatenCd() { - return objektdatenCd; - } - - /** - * Legt den Wert der objektdatenCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjektdatenCd(String value) { - this.objektdatenCd = value; - } - - /** - * Ruft den Wert der wert-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getWert() { - return wert; - } - - /** - * Legt den Wert der wert-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setWert(String value) { - this.wert = value; - } - - /** - * Ruft den Wert der objektdatenInfo-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getObjektdatenInfo() { - return objektdatenInfo; - } - - /** - * Legt den Wert der objektdatenInfo-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setObjektdatenInfo(String value) { - this.objektdatenInfo = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELPolizzennummerType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELPolizzennummerType.java deleted file mode 100644 index 07979149..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELPolizzennummerType.java +++ /dev/null @@ -1,85 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Polizzennummer_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Polizzennummer_Type") -public class ELPolizzennummerType { - - @XmlAttribute(name = "PolArtCd", required = true) - protected PolArtCdType polArtCd; - @XmlAttribute(name = "PolNr", required = true) - protected String polNr; - - /** - * Ruft den Wert der polArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link PolArtCdType } - * - */ - public PolArtCdType getPolArtCd() { - return polArtCd; - } - - /** - * Legt den Wert der polArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PolArtCdType } - * - */ - public void setPolArtCd(PolArtCdType value) { - this.polArtCd = value; - } - - /** - * Ruft den Wert der polNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolNr() { - return polNr; - } - - /** - * Legt den Wert der polNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolNr(String value) { - this.polNr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELPraemienfreistellungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELPraemienfreistellungType.java deleted file mode 100644 index d963459c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELPraemienfreistellungType.java +++ /dev/null @@ -1,113 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -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; - - -/** - *

Java-Klasse für EL-Praemienfreistellung_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Praemienfreistellung_Type") -public class ELPraemienfreistellungType { - - @XmlAttribute(name = "PfrArtCd", required = true) - protected String pfrArtCd; - @XmlAttribute(name = "PfrBeg", required = true) - protected XMLGregorianCalendar pfrBeg; - @XmlAttribute(name = "PfrEnde") - protected XMLGregorianCalendar pfrEnde; - - /** - * Ruft den Wert der pfrArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPfrArtCd() { - return pfrArtCd; - } - - /** - * Legt den Wert der pfrArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPfrArtCd(String value) { - this.pfrArtCd = value; - } - - /** - * Ruft den Wert der pfrBeg-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getPfrBeg() { - return pfrBeg; - } - - /** - * Legt den Wert der pfrBeg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setPfrBeg(XMLGregorianCalendar value) { - this.pfrBeg = value; - } - - /** - * Ruft den Wert der pfrEnde-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getPfrEnde() { - return pfrEnde; - } - - /** - * Legt den Wert der pfrEnde-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setPfrEnde(XMLGregorianCalendar value) { - this.pfrEnde = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELPraemienkorrekturType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELPraemienkorrekturType.java deleted file mode 100644 index d19fdd71..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELPraemienkorrekturType.java +++ /dev/null @@ -1,146 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Praemienkorrektur_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Praemienkorrektur_Type") -public class ELPraemienkorrekturType { - - @XmlAttribute(name = "PraemKorrArtCd", required = true) - protected String praemKorrArtCd; - @XmlAttribute(name = "PraemKorrWert") - protected BigDecimal praemKorrWert; - @XmlAttribute(name = "PraemKorrProz") - protected BigDecimal praemKorrProz; - @XmlAttribute(name = "PraemKorrText") - protected String praemKorrText; - - /** - * Ruft den Wert der praemKorrArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPraemKorrArtCd() { - return praemKorrArtCd; - } - - /** - * Legt den Wert der praemKorrArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPraemKorrArtCd(String value) { - this.praemKorrArtCd = value; - } - - /** - * Ruft den Wert der praemKorrWert-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getPraemKorrWert() { - return praemKorrWert; - } - - /** - * Legt den Wert der praemKorrWert-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setPraemKorrWert(BigDecimal value) { - this.praemKorrWert = value; - } - - /** - * Ruft den Wert der praemKorrProz-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getPraemKorrProz() { - return praemKorrProz; - } - - /** - * Legt den Wert der praemKorrProz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setPraemKorrProz(BigDecimal value) { - this.praemKorrProz = value; - } - - /** - * Ruft den Wert der praemKorrText-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPraemKorrText() { - return praemKorrText; - } - - /** - * Legt den Wert der praemKorrText-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPraemKorrText(String value) { - this.praemKorrText = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELRahmenvereinbarungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELRahmenvereinbarungType.java deleted file mode 100644 index 12771298..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELRahmenvereinbarungType.java +++ /dev/null @@ -1,65 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Rahmenvereinbarung_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Rahmenvereinbarung_Type") -public class ELRahmenvereinbarungType { - - @XmlAttribute(name = "RahmenVebnr", required = true) - protected String rahmenVebnr; - - /** - * Ruft den Wert der rahmenVebnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRahmenVebnr() { - return rahmenVebnr; - } - - /** - * Legt den Wert der rahmenVebnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRahmenVebnr(String value) { - this.rahmenVebnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELRenteType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELRenteType.java deleted file mode 100644 index b870480b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELRenteType.java +++ /dev/null @@ -1,114 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -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; - - -/** - *

Java-Klasse für EL-Rente_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Rente_Type") -public class ELRenteType { - - @XmlAttribute(name = "RntRhythmCd", required = true) - protected String rntRhythmCd; - @XmlAttribute(name = "RntBeg") - protected XMLGregorianCalendar rntBeg; - @XmlAttribute(name = "RntBetrag", required = true) - protected BigDecimal rntBetrag; - - /** - * Ruft den Wert der rntRhythmCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRntRhythmCd() { - return rntRhythmCd; - } - - /** - * Legt den Wert der rntRhythmCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRntRhythmCd(String value) { - this.rntRhythmCd = value; - } - - /** - * Ruft den Wert der rntBeg-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getRntBeg() { - return rntBeg; - } - - /** - * Legt den Wert der rntBeg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setRntBeg(XMLGregorianCalendar value) { - this.rntBeg = value; - } - - /** - * Ruft den Wert der rntBetrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getRntBetrag() { - return rntBetrag; - } - - /** - * Legt den Wert der rntBetrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setRntBetrag(BigDecimal value) { - this.rntBetrag = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELSelbstbehalt.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELSelbstbehalt.java deleted file mode 100644 index 5c77ab42..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELSelbstbehalt.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds20}EL-Selbstbehalt_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "") -@XmlRootElement(name = "EL-Selbstbehalt") -public class ELSelbstbehalt - extends ELSelbstbehaltType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELSelbstbehaltType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELSelbstbehaltType.java deleted file mode 100644 index 24002866..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELSelbstbehaltType.java +++ /dev/null @@ -1,150 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -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; - - -/** - *

Java-Klasse für EL-Selbstbehalt_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Selbstbehalt_Type") -@XmlSeeAlso({ - ELSelbstbehalt.class -}) -public class ELSelbstbehaltType { - - @XmlAttribute(name = "SbhArtCd", required = true) - protected SbhArtCdType sbhArtCd; - @XmlAttribute(name = "SbhBetrag") - protected BigDecimal sbhBetrag; - @XmlAttribute(name = "SbhProzent") - protected BigDecimal sbhProzent; - @XmlAttribute(name = "SbhText") - protected String sbhText; - - /** - * Ruft den Wert der sbhArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link SbhArtCdType } - * - */ - public SbhArtCdType getSbhArtCd() { - return sbhArtCd; - } - - /** - * Legt den Wert der sbhArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SbhArtCdType } - * - */ - public void setSbhArtCd(SbhArtCdType value) { - this.sbhArtCd = value; - } - - /** - * Ruft den Wert der sbhBetrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getSbhBetrag() { - return sbhBetrag; - } - - /** - * Legt den Wert der sbhBetrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setSbhBetrag(BigDecimal value) { - this.sbhBetrag = value; - } - - /** - * Ruft den Wert der sbhProzent-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getSbhProzent() { - return sbhProzent; - } - - /** - * Legt den Wert der sbhProzent-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setSbhProzent(BigDecimal value) { - this.sbhProzent = value; - } - - /** - * Ruft den Wert der sbhText-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSbhText() { - return sbhText; - } - - /** - * Legt den Wert der sbhText-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSbhText(String value) { - this.sbhText = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELSteuerType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELSteuerType.java deleted file mode 100644 index a527ef7d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELSteuerType.java +++ /dev/null @@ -1,86 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Steuer_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Steuer_Type") -public class ELSteuerType { - - @XmlAttribute(name = "StArtCd", required = true) - protected String stArtCd; - @XmlAttribute(name = "StBetrag", required = true) - protected BigDecimal stBetrag; - - /** - * Ruft den Wert der stArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStArtCd() { - return stArtCd; - } - - /** - * Legt den Wert der stArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStArtCd(String value) { - this.stArtCd = value; - } - - /** - * Ruft den Wert der stBetrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getStBetrag() { - return stBetrag; - } - - /** - * Legt den Wert der stBetrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setStBetrag(BigDecimal value) { - this.stBetrag = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELTextType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELTextType.java deleted file mode 100644 index 8e912b0b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELTextType.java +++ /dev/null @@ -1,91 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Text_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Text_Type") -public class ELTextType { - - @XmlAttribute(name = "TxtArtCd", required = true) - protected TxtArtCdType txtArtCd; - @XmlAttribute(name = "TxtInhalt", required = true) - protected String txtInhalt; - - /** - * Ruft den Wert der txtArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link TxtArtCdType } - * - */ - public TxtArtCdType getTxtArtCd() { - return txtArtCd; - } - - /** - * Legt den Wert der txtArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link TxtArtCdType } - * - */ - public void setTxtArtCd(TxtArtCdType value) { - this.txtArtCd = value; - } - - /** - * Ruft den Wert der txtInhalt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTxtInhalt() { - return txtInhalt; - } - - /** - * Legt den Wert der txtInhalt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTxtInhalt(String value) { - this.txtInhalt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELVersicherungssummeType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELVersicherungssummeType.java deleted file mode 100644 index e827c205..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELVersicherungssummeType.java +++ /dev/null @@ -1,119 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EL-Versicherungssumme_Type complex type. - * - *

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

- * <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="VSBez">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="255"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Versicherungssumme_Type") -public class ELVersicherungssummeType { - - @XmlAttribute(name = "VSArtCd", required = true) - protected VSArtCdType vsArtCd; - @XmlAttribute(name = "VSBetrag", required = true) - protected BigDecimal vsBetrag; - @XmlAttribute(name = "VSBez") - protected String vsBez; - - /** - * Ruft den Wert der vsArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link VSArtCdType } - * - */ - public VSArtCdType getVSArtCd() { - return vsArtCd; - } - - /** - * Legt den Wert der vsArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VSArtCdType } - * - */ - public void setVSArtCd(VSArtCdType value) { - this.vsArtCd = value; - } - - /** - * Ruft den Wert der vsBetrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getVSBetrag() { - return vsBetrag; - } - - /** - * Legt den Wert der vsBetrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setVSBetrag(BigDecimal value) { - this.vsBetrag = value; - } - - /** - * Ruft den Wert der vsBez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVSBez() { - return vsBez; - } - - /** - * Legt den Wert der vsBez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVSBez(String value) { - this.vsBez = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELZeitraumType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELZeitraumType.java deleted file mode 100644 index 4ddb40d9..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ELZeitraumType.java +++ /dev/null @@ -1,113 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -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; - - -/** - *

Java-Klasse für EL-Zeitraum_Type complex type. - * - *

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EL-Zeitraum_Type") -public class ELZeitraumType { - - @XmlAttribute(name = "ZRArtCd", required = true) - protected String zrArtCd; - @XmlAttribute(name = "ZRBeg") - protected XMLGregorianCalendar zrBeg; - @XmlAttribute(name = "ZREnd") - protected XMLGregorianCalendar zrEnd; - - /** - * Ruft den Wert der zrArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZRArtCd() { - return zrArtCd; - } - - /** - * Legt den Wert der zrArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZRArtCd(String value) { - this.zrArtCd = value; - } - - /** - * Ruft den Wert der zrBeg-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getZRBeg() { - return zrBeg; - } - - /** - * Legt den Wert der zrBeg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setZRBeg(XMLGregorianCalendar value) { - this.zrBeg = value; - } - - /** - * Ruft den Wert der zrEnd-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getZREnd() { - return zrEnd; - } - - /** - * Legt den Wert der zrEnd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setZREnd(XMLGregorianCalendar value) { - this.zrEnd = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/Entsch2Type.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/Entsch2Type.java deleted file mode 100644 index 52140a15..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/Entsch2Type.java +++ /dev/null @@ -1,40 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für Entsch2_Type. - * - *

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

- *

- * <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>
- * 
- * - */ -@XmlType(name = "Entsch2_Type") -@XmlEnum -public enum Entsch2Type { - - J, - N; - - public String value() { - return name(); - } - - public static Entsch2Type fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/EstArtCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/EstArtCdType.java deleted file mode 100644 index b1c15483..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/EstArtCdType.java +++ /dev/null @@ -1,55 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für EstArtCd_Type. - * - *

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

- *

- * <simpleType name="EstArtCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="G"/>
- *     <enumeration value="T"/>
- *     <enumeration value="TVU"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "EstArtCd_Type") -@XmlEnum -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); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/FONDSType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/FONDSType.java deleted file mode 100644 index de634892..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/FONDSType.java +++ /dev/null @@ -1,276 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -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; - - -/** - *

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

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

- * <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" 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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "FONDS_Type") -public class FONDSType { - - @XmlAttribute(name = "ISIN", required = true) - protected String isin; - @XmlAttribute(name = "WKN") - protected String wkn; - @XmlAttribute(name = "Bezeichnung", required = true) - protected String bezeichnung; - @XmlAttribute(name = "Kurs") - protected BigDecimal kurs; - @XmlAttribute(name = "AnteilWertpapier") - protected BigDecimal anteilWertpapier; - @XmlAttribute(name = "Prozentsatz", required = true) - protected BigDecimal prozentsatz; - @XmlAttribute(name = "Wert") - protected BigDecimal wert; - @XmlAttribute(name = "WaehrungsCd") - protected WaehrungsCdType waehrungsCd; - @XmlAttribute(name = "Stichtag") - protected XMLGregorianCalendar stichtag; - - /** - * Ruft den Wert der isin-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getISIN() { - return isin; - } - - /** - * Legt den Wert der isin-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setISIN(String value) { - this.isin = value; - } - - /** - * Ruft den Wert der wkn-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getWKN() { - return wkn; - } - - /** - * Legt den Wert der wkn-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setWKN(String value) { - this.wkn = value; - } - - /** - * Ruft den Wert der bezeichnung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBezeichnung() { - return bezeichnung; - } - - /** - * Legt den Wert der bezeichnung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBezeichnung(String value) { - this.bezeichnung = value; - } - - /** - * Ruft den Wert der kurs-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getKurs() { - return kurs; - } - - /** - * Legt den Wert der kurs-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setKurs(BigDecimal value) { - this.kurs = value; - } - - /** - * Ruft den Wert der anteilWertpapier-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getAnteilWertpapier() { - return anteilWertpapier; - } - - /** - * Legt den Wert der anteilWertpapier-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setAnteilWertpapier(BigDecimal value) { - this.anteilWertpapier = value; - } - - /** - * Ruft den Wert der prozentsatz-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getProzentsatz() { - return prozentsatz; - } - - /** - * Legt den Wert der prozentsatz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setProzentsatz(BigDecimal value) { - this.prozentsatz = value; - } - - /** - * Ruft den Wert der wert-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getWert() { - return wert; - } - - /** - * Legt den Wert der wert-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setWert(BigDecimal value) { - this.wert = value; - } - - /** - * Ruft den Wert der waehrungsCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link WaehrungsCdType } - * - */ - public WaehrungsCdType getWaehrungsCd() { - return waehrungsCd; - } - - /** - * Legt den Wert der waehrungsCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link WaehrungsCdType } - * - */ - public void setWaehrungsCd(WaehrungsCdType value) { - this.waehrungsCd = value; - } - - /** - * Ruft den Wert der stichtag-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getStichtag() { - return stichtag; - } - - /** - * Legt den Wert der stichtag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setStichtag(XMLGregorianCalendar value) { - this.stichtag = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/FlaechenAttributCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/FlaechenAttributCdType.java deleted file mode 100644 index afa7906b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/FlaechenAttributCdType.java +++ /dev/null @@ -1,83 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für FlaechenAttributCd_Type. - * - *

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

- *

- * <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>
- * 
- * - */ -@XmlType(name = "FlaechenAttributCd_Type") -@XmlEnum -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); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/GESCHAEDIGTESOBJEKTType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/GESCHAEDIGTESOBJEKTType.java deleted file mode 100644 index ccdf4d6f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/GESCHAEDIGTESOBJEKTType.java +++ /dev/null @@ -1,265 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -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; - - -/** - *

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

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GESCHAEDIGTES_OBJEKT_Type") -public class GESCHAEDIGTESOBJEKTType { - - @XmlAttribute(name = "GeschObjektLfnr", required = true) - @XmlSchemaType(name = "unsignedShort") - protected int geschObjektLfnr; - @XmlAttribute(name = "SchadenBeschreibung") - protected String schadenBeschreibung; - @XmlAttribute(name = "VUNrGesch") - protected String vuNrGesch; - @XmlAttribute(name = "VUNameGesch") - protected String vuNameGesch; - @XmlAttribute(name = "PolNrGesch") - protected String polNrGesch; - @XmlAttribute(name = "SchadennrGesch") - protected String schadennrGesch; - @XmlAttribute(name = "LandesCd_GeschKfz") - protected String landesCdGeschKfz; - @XmlAttribute(name = "Kennz_GeschKfz") - protected String kennzGeschKfz; - - /** - * Ruft den Wert der geschObjektLfnr-Eigenschaft ab. - * - */ - public int getGeschObjektLfnr() { - return geschObjektLfnr; - } - - /** - * Legt den Wert der geschObjektLfnr-Eigenschaft fest. - * - */ - public void setGeschObjektLfnr(int value) { - this.geschObjektLfnr = value; - } - - /** - * Ruft den Wert der schadenBeschreibung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadenBeschreibung() { - return schadenBeschreibung; - } - - /** - * Legt den Wert der schadenBeschreibung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadenBeschreibung(String value) { - this.schadenBeschreibung = value; - } - - /** - * Ruft den Wert der vuNrGesch-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNrGesch() { - return vuNrGesch; - } - - /** - * Legt den Wert der vuNrGesch-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNrGesch(String value) { - this.vuNrGesch = value; - } - - /** - * Ruft den Wert der vuNameGesch-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNameGesch() { - return vuNameGesch; - } - - /** - * Legt den Wert der vuNameGesch-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNameGesch(String value) { - this.vuNameGesch = value; - } - - /** - * Ruft den Wert der polNrGesch-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolNrGesch() { - return polNrGesch; - } - - /** - * Legt den Wert der polNrGesch-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolNrGesch(String value) { - this.polNrGesch = value; - } - - /** - * Ruft den Wert der schadennrGesch-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadennrGesch() { - return schadennrGesch; - } - - /** - * Legt den Wert der schadennrGesch-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadennrGesch(String value) { - this.schadennrGesch = value; - } - - /** - * Ruft den Wert der landesCdGeschKfz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLandesCdGeschKfz() { - return landesCdGeschKfz; - } - - /** - * Legt den Wert der landesCdGeschKfz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLandesCdGeschKfz(String value) { - this.landesCdGeschKfz = value; - } - - /** - * Ruft den Wert der kennzGeschKfz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKennzGeschKfz() { - return kennzGeschKfz; - } - - /** - * Legt den Wert der kennzGeschKfz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKennzGeschKfz(String value) { - this.kennzGeschKfz = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/GesFormCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/GesFormCdType.java deleted file mode 100644 index a389e9fb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/GesFormCdType.java +++ /dev/null @@ -1,83 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für GesFormCd_Type. - * - *

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

- *

- * <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"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "GesFormCd_Type") -@XmlEnum -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; - - public String value() { - return name(); - } - - public static GesFormCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/GrwArtCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/GrwArtCdType.java deleted file mode 100644 index 717dfa85..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/GrwArtCdType.java +++ /dev/null @@ -1,55 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für GrwArtCd_Type. - * - *

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

- *

- * <simpleType name="GrwArtCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="DFP"/>
- *     <enumeration value="KAM"/>
- *     <enumeration value="KAT"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "GrwArtCd_Type") -@XmlEnum -public enum GrwArtCdType { - - - /** - * DauerfolgenProz(UV) - * - */ - DFP, - - /** - * Karenzmonate - * - */ - KAM, - - /** - * Karenztage - * - */ - KAT; - - public String value() { - return name(); - } - - public static GrwArtCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/IdfArtCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/IdfArtCdType.java deleted file mode 100644 index 6e1ad22d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/IdfArtCdType.java +++ /dev/null @@ -1,55 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für IdfArtCd_Type. - * - *

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

- *

- * <simpleType name="IdfArtCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="FB"/>
- *     <enumeration value="SV"/>
- *     <enumeration value="VB"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "IdfArtCd_Type") -@XmlEnum -public enum IdfArtCdType { - - - /** - * Firmenbuchnummer - * - */ - FB, - - /** - * Sozialversicherungsnr - * - */ - SV, - - /** - * Versicherungsbestätigung - * - */ - VB; - - public String value() { - return name(); - } - - public static IdfArtCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/KLAUSELType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/KLAUSELType.java deleted file mode 100644 index b999be43..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/KLAUSELType.java +++ /dev/null @@ -1,187 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -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; - - -/** - *

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

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "KLAUSEL_Type") -public class KLAUSELType { - - @XmlAttribute(name = "Klauselnr", required = true) - protected String klauselnr; - @XmlAttribute(name = "Klauselbez", required = true) - protected String klauselbez; - @XmlAttribute(name = "Klauseltxt") - protected String klauseltxt; - @XmlAttribute(name = "GueltigVon") - protected XMLGregorianCalendar gueltigVon; - @XmlAttribute(name = "GueltigBis") - protected XMLGregorianCalendar gueltigBis; - - /** - * Ruft den Wert der klauselnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKlauselnr() { - return klauselnr; - } - - /** - * Legt den Wert der klauselnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKlauselnr(String value) { - this.klauselnr = value; - } - - /** - * Ruft den Wert der klauselbez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKlauselbez() { - return klauselbez; - } - - /** - * Legt den Wert der klauselbez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKlauselbez(String value) { - this.klauselbez = value; - } - - /** - * Ruft den Wert der klauseltxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKlauseltxt() { - return klauseltxt; - } - - /** - * Legt den Wert der klauseltxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKlauseltxt(String value) { - this.klauseltxt = value; - } - - /** - * Ruft den Wert der gueltigVon-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getGueltigVon() { - return gueltigVon; - } - - /** - * Legt den Wert der gueltigVon-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setGueltigVon(XMLGregorianCalendar value) { - this.gueltigVon = value; - } - - /** - * Ruft den Wert der gueltigBis-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getGueltigBis() { - return gueltigBis; - } - - /** - * Legt den Wert der gueltigBis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setGueltigBis(XMLGregorianCalendar value) { - this.gueltigBis = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/LOESCHANSTOSSType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/LOESCHANSTOSSType.java deleted file mode 100644 index a775c483..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/LOESCHANSTOSSType.java +++ /dev/null @@ -1,327 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -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; - - -/** - *

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

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "LOESCHANSTOSS_Type") -public class LOESCHANSTOSSType { - - @XmlAttribute(name = "LoeschID", required = true) - protected XMLGregorianCalendar loeschID; - @XmlAttribute(name = "SystemQuelle") - protected String systemQuelle; - @XmlAttribute(name = "GueltigAb") - protected XMLGregorianCalendar gueltigAb; - @XmlAttribute(name = "Polizzennr") - protected String polizzennr; - @XmlAttribute(name = "VertragsID") - protected String vertragsID; - @XmlAttribute(name = "Personennr") - protected String personennr; - @XmlAttribute(name = "Schadennr") - protected String schadennr; - @XmlAttribute(name = "ProvisionsID") - protected String provisionsID; - @XmlAttribute(name = "MahnverfahrenNr") - protected String mahnverfahrenNr; - @XmlAttribute(name = "LoeschCd", required = true) - protected LoeschCdType loeschCd; - - /** - * Ruft den Wert der loeschID-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getLoeschID() { - return loeschID; - } - - /** - * Legt den Wert der loeschID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setLoeschID(XMLGregorianCalendar value) { - this.loeschID = value; - } - - /** - * Ruft den Wert der systemQuelle-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSystemQuelle() { - if (systemQuelle == null) { - return " "; - } else { - return systemQuelle; - } - } - - /** - * Legt den Wert der systemQuelle-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSystemQuelle(String value) { - this.systemQuelle = value; - } - - /** - * Ruft den Wert der gueltigAb-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getGueltigAb() { - return gueltigAb; - } - - /** - * Legt den Wert der gueltigAb-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setGueltigAb(XMLGregorianCalendar value) { - this.gueltigAb = value; - } - - /** - * Ruft den Wert der polizzennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolizzennr() { - return polizzennr; - } - - /** - * Legt den Wert der polizzennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolizzennr(String value) { - this.polizzennr = value; - } - - /** - * Ruft den Wert der vertragsID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVertragsID() { - return vertragsID; - } - - /** - * Legt den Wert der vertragsID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVertragsID(String value) { - this.vertragsID = value; - } - - /** - * Ruft den Wert der personennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPersonennr() { - return personennr; - } - - /** - * Legt den Wert der personennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPersonennr(String value) { - this.personennr = value; - } - - /** - * Ruft den Wert der schadennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadennr() { - return schadennr; - } - - /** - * Legt den Wert der schadennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadennr(String value) { - this.schadennr = value; - } - - /** - * Ruft den Wert der provisionsID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getProvisionsID() { - return provisionsID; - } - - /** - * Legt den Wert der provisionsID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setProvisionsID(String value) { - this.provisionsID = value; - } - - /** - * Ruft den Wert der mahnverfahrenNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMahnverfahrenNr() { - return mahnverfahrenNr; - } - - /** - * Legt den Wert der mahnverfahrenNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMahnverfahrenNr(String value) { - this.mahnverfahrenNr = value; - } - - /** - * Ruft den Wert der loeschCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link LoeschCdType } - * - */ - public LoeschCdType getLoeschCd() { - return loeschCd; - } - - /** - * Legt den Wert der loeschCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link LoeschCdType } - * - */ - public void setLoeschCd(LoeschCdType value) { - this.loeschCd = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/LoeschCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/LoeschCdType.java deleted file mode 100644 index c7bf23f0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/LoeschCdType.java +++ /dev/null @@ -1,55 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für LoeschCd_Type. - * - *

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

- *

- * <simpleType name="LoeschCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="M"/>
- *     <enumeration value="L"/>
- *     <enumeration value="G"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "LoeschCd_Type") -@XmlEnum -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); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/MAHNUNGType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/MAHNUNGType.java deleted file mode 100644 index f5194f03..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/MAHNUNGType.java +++ /dev/null @@ -1,707 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -import java.math.BigInteger; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - *

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

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "MAHNUNG_Type", propOrder = { - "elText" -}) -public class MAHNUNGType { - - @XmlElement(name = "EL-Text") - protected List elText; - @XmlAttribute(name = "MahnverfahrenNr", required = true) - protected String mahnverfahrenNr; - @XmlAttribute(name = "MahnungNr") - @XmlSchemaType(name = "positiveInteger") - protected BigInteger mahnungNr; - @XmlAttribute(name = "Polizzennr", required = true) - protected String polizzennr; - @XmlAttribute(name = "VertragsID") - protected String vertragsID; - @XmlAttribute(name = "Vermnr", required = true) - protected String vermnr; - @XmlAttribute(name = "MahnBetrag", required = true) - protected BigDecimal mahnBetrag; - @XmlAttribute(name = "MahnSpesen") - protected BigDecimal mahnSpesen; - @XmlAttribute(name = "MahnStufeCd", required = true) - protected String mahnStufeCd; - @XmlAttribute(name = "MahnStufeTextVU") - protected String mahnStufeTextVU; - @XmlAttribute(name = "MahnStelleVU") - protected String mahnStelleVU; - @XmlAttribute(name = "MahnStelleBeauftragt") - protected String mahnStelleBeauftragt; - @XmlAttribute(name = "MahnStufeGueltigAb") - protected XMLGregorianCalendar mahnStufeGueltigAb; - @XmlAttribute(name = "MahnStufeGueltigBis") - protected XMLGregorianCalendar mahnStufeGueltigBis; - @XmlAttribute(name = "MahnStufeCdNext") - protected String mahnStufeCdNext; - @XmlAttribute(name = "MahnStufeTextVUNext") - protected String mahnStufeTextVUNext; - @XmlAttribute(name = "MahnStufeGueltigAbNext") - protected XMLGregorianCalendar mahnStufeGueltigAbNext; - @XmlAttribute(name = "MahnLetzteZahlung") - protected XMLGregorianCalendar mahnLetzteZahlung; - @XmlAttribute(name = "MahnAeltesteFaelligkeit") - protected XMLGregorianCalendar mahnAeltesteFaelligkeit; - @XmlAttribute(name = "MahnAnzahlFaelligkeiten") - @XmlSchemaType(name = "unsignedShort") - protected Integer mahnAnzahlFaelligkeiten; - @XmlAttribute(name = "GrundRuecklaufCd") - protected String grundRuecklaufCd; - @XmlAttribute(name = "MahnDeckungBis") - protected XMLGregorianCalendar mahnDeckungBis; - @XmlAttribute(name = "VtgSparteCd") - protected String vtgSparteCd; - - /** - * Gets the value of the elText property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elText property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELTextType } - * - * - */ - public List getELText() { - if (elText == null) { - elText = new ArrayList(); - } - return this.elText; - } - - /** - * Ruft den Wert der mahnverfahrenNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMahnverfahrenNr() { - return mahnverfahrenNr; - } - - /** - * Legt den Wert der mahnverfahrenNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMahnverfahrenNr(String value) { - this.mahnverfahrenNr = value; - } - - /** - * Ruft den Wert der mahnungNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getMahnungNr() { - return mahnungNr; - } - - /** - * Legt den Wert der mahnungNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setMahnungNr(BigInteger value) { - this.mahnungNr = value; - } - - /** - * Ruft den Wert der polizzennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolizzennr() { - return polizzennr; - } - - /** - * Legt den Wert der polizzennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolizzennr(String value) { - this.polizzennr = value; - } - - /** - * Ruft den Wert der vertragsID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVertragsID() { - return vertragsID; - } - - /** - * Legt den Wert der vertragsID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVertragsID(String value) { - this.vertragsID = value; - } - - /** - * Ruft den Wert der vermnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVermnr() { - return vermnr; - } - - /** - * Legt den Wert der vermnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVermnr(String value) { - this.vermnr = value; - } - - /** - * Ruft den Wert der mahnBetrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getMahnBetrag() { - return mahnBetrag; - } - - /** - * Legt den Wert der mahnBetrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setMahnBetrag(BigDecimal value) { - this.mahnBetrag = value; - } - - /** - * Ruft den Wert der mahnSpesen-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getMahnSpesen() { - return mahnSpesen; - } - - /** - * Legt den Wert der mahnSpesen-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setMahnSpesen(BigDecimal value) { - this.mahnSpesen = value; - } - - /** - * Ruft den Wert der mahnStufeCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMahnStufeCd() { - return mahnStufeCd; - } - - /** - * Legt den Wert der mahnStufeCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMahnStufeCd(String value) { - this.mahnStufeCd = value; - } - - /** - * Ruft den Wert der mahnStufeTextVU-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMahnStufeTextVU() { - return mahnStufeTextVU; - } - - /** - * Legt den Wert der mahnStufeTextVU-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMahnStufeTextVU(String value) { - this.mahnStufeTextVU = value; - } - - /** - * Ruft den Wert der mahnStelleVU-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMahnStelleVU() { - return mahnStelleVU; - } - - /** - * Legt den Wert der mahnStelleVU-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMahnStelleVU(String value) { - this.mahnStelleVU = value; - } - - /** - * Ruft den Wert der mahnStelleBeauftragt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMahnStelleBeauftragt() { - return mahnStelleBeauftragt; - } - - /** - * Legt den Wert der mahnStelleBeauftragt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMahnStelleBeauftragt(String value) { - this.mahnStelleBeauftragt = value; - } - - /** - * Ruft den Wert der mahnStufeGueltigAb-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMahnStufeGueltigAb() { - return mahnStufeGueltigAb; - } - - /** - * Legt den Wert der mahnStufeGueltigAb-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMahnStufeGueltigAb(XMLGregorianCalendar value) { - this.mahnStufeGueltigAb = value; - } - - /** - * Ruft den Wert der mahnStufeGueltigBis-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMahnStufeGueltigBis() { - return mahnStufeGueltigBis; - } - - /** - * Legt den Wert der mahnStufeGueltigBis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMahnStufeGueltigBis(XMLGregorianCalendar value) { - this.mahnStufeGueltigBis = value; - } - - /** - * Ruft den Wert der mahnStufeCdNext-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMahnStufeCdNext() { - return mahnStufeCdNext; - } - - /** - * Legt den Wert der mahnStufeCdNext-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMahnStufeCdNext(String value) { - this.mahnStufeCdNext = value; - } - - /** - * Ruft den Wert der mahnStufeTextVUNext-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMahnStufeTextVUNext() { - return mahnStufeTextVUNext; - } - - /** - * Legt den Wert der mahnStufeTextVUNext-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMahnStufeTextVUNext(String value) { - this.mahnStufeTextVUNext = value; - } - - /** - * Ruft den Wert der mahnStufeGueltigAbNext-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMahnStufeGueltigAbNext() { - return mahnStufeGueltigAbNext; - } - - /** - * Legt den Wert der mahnStufeGueltigAbNext-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMahnStufeGueltigAbNext(XMLGregorianCalendar value) { - this.mahnStufeGueltigAbNext = value; - } - - /** - * Ruft den Wert der mahnLetzteZahlung-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMahnLetzteZahlung() { - return mahnLetzteZahlung; - } - - /** - * Legt den Wert der mahnLetzteZahlung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMahnLetzteZahlung(XMLGregorianCalendar value) { - this.mahnLetzteZahlung = value; - } - - /** - * Ruft den Wert der mahnAeltesteFaelligkeit-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMahnAeltesteFaelligkeit() { - return mahnAeltesteFaelligkeit; - } - - /** - * Legt den Wert der mahnAeltesteFaelligkeit-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMahnAeltesteFaelligkeit(XMLGregorianCalendar value) { - this.mahnAeltesteFaelligkeit = value; - } - - /** - * Ruft den Wert der mahnAnzahlFaelligkeiten-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMahnAnzahlFaelligkeiten() { - return mahnAnzahlFaelligkeiten; - } - - /** - * Legt den Wert der mahnAnzahlFaelligkeiten-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMahnAnzahlFaelligkeiten(Integer value) { - this.mahnAnzahlFaelligkeiten = value; - } - - /** - * Ruft den Wert der grundRuecklaufCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGrundRuecklaufCd() { - return grundRuecklaufCd; - } - - /** - * Legt den Wert der grundRuecklaufCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGrundRuecklaufCd(String value) { - this.grundRuecklaufCd = value; - } - - /** - * Ruft den Wert der mahnDeckungBis-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMahnDeckungBis() { - return mahnDeckungBis; - } - - /** - * Legt den Wert der mahnDeckungBis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMahnDeckungBis(XMLGregorianCalendar value) { - this.mahnDeckungBis = value; - } - - /** - * Ruft den Wert der vtgSparteCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVtgSparteCd() { - return vtgSparteCd; - } - - /** - * Legt den Wert der vtgSparteCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVtgSparteCd(String value) { - this.vtgSparteCd = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/NATUERLICHEPERSONType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/NATUERLICHEPERSONType.java deleted file mode 100644 index 45d7ea50..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/NATUERLICHEPERSONType.java +++ /dev/null @@ -1,261 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -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; - - -/** - *

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

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

- * <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" use="required" type="{urn:omds20}GeschlechtCd_Type" />
- *       <attribute name="Gebdat" type="{urn:omds20}Datum" />
- *       <attribute name="LandesCd" use="required" type="{urn:omds20}LandesCd_Type" />
- *       <attribute name="FamilienstandCd" use="required" type="{urn:omds20}FamilienstandCd_Type" />
- *       <attribute name="PersonID_VU" type="{urn:omds20}PersonID_Type" />
- *       <attribute name="PersonID_Makler" type="{urn:omds20}PersonID_Type" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "NATUERLICHE_PERSON_Type") -public class NATUERLICHEPERSONType { - - @XmlAttribute(name = "Familienname", required = true) - protected String familienname; - @XmlAttribute(name = "Vorname") - protected String vorname; - @XmlAttribute(name = "GeschlechtCd", required = true) - protected String geschlechtCd; - @XmlAttribute(name = "Gebdat") - protected XMLGregorianCalendar gebdat; - @XmlAttribute(name = "LandesCd", required = true) - protected String landesCd; - @XmlAttribute(name = "FamilienstandCd", required = true) - protected String familienstandCd; - @XmlAttribute(name = "PersonID_VU") - protected String personIDVU; - @XmlAttribute(name = "PersonID_Makler") - protected String personIDMakler; - - /** - * Ruft den Wert der familienname-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFamilienname() { - return familienname; - } - - /** - * Legt den Wert der familienname-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFamilienname(String value) { - this.familienname = value; - } - - /** - * Ruft den Wert der vorname-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVorname() { - return vorname; - } - - /** - * Legt den Wert der vorname-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVorname(String value) { - this.vorname = value; - } - - /** - * Ruft den Wert der geschlechtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGeschlechtCd() { - return geschlechtCd; - } - - /** - * Legt den Wert der geschlechtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGeschlechtCd(String value) { - this.geschlechtCd = value; - } - - /** - * Ruft den Wert der gebdat-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getGebdat() { - return gebdat; - } - - /** - * Legt den Wert der gebdat-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setGebdat(XMLGregorianCalendar value) { - this.gebdat = value; - } - - /** - * Ruft den Wert der landesCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLandesCd() { - return landesCd; - } - - /** - * Legt den Wert der landesCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLandesCd(String value) { - this.landesCd = value; - } - - /** - * Ruft den Wert der familienstandCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFamilienstandCd() { - return familienstandCd; - } - - /** - * Legt den Wert der familienstandCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFamilienstandCd(String value) { - this.familienstandCd = value; - } - - /** - * Ruft den Wert der personIDVU-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPersonIDVU() { - return personIDVU; - } - - /** - * Legt den Wert der personIDVU-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPersonIDVU(String value) { - this.personIDVU = value; - } - - /** - * Ruft den Wert der personIDMakler-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPersonIDMakler() { - return personIDMakler; - } - - /** - * Legt den Wert der personIDMakler-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPersonIDMakler(String value) { - this.personIDMakler = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/OMDS.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/OMDS.java deleted file mode 100644 index e09f6714..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/OMDS.java +++ /dev/null @@ -1,99 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{urn:omds20}PAKET" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="version" type="{urn:omds20}version" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "paket" -}) -@XmlRootElement(name = "OMDS") -public class OMDS { - - @XmlElement(name = "PAKET", required = true) - protected List paket; - @XmlAttribute(name = "version") - protected String version; - - /** - * Gets the value of the paket property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the paket property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link PAKET } - * - * - */ - public List getPAKET() { - if (paket == null) { - paket = new ArrayList(); - } - return this.paket; - } - - /** - * Ruft den Wert der version-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersion() { - return version; - } - - /** - * Legt den Wert der version-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersion(String value) { - this.version = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ObjectFactory.java deleted file mode 100644 index 8cebf267..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ObjectFactory.java +++ /dev/null @@ -1,957 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.vvo.omds.types.omds2Types.v2_12 package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _ELKommunikation_QNAME = new QName("urn:omds20", "EL-Kommunikation"); - private final static QName _KLAUSEL_QNAME = new QName("urn:omds20", "KLAUSEL"); - private final static QName _LOESCHANSTOSS_QNAME = new QName("urn:omds20", "LOESCHANSTOSS"); - private final static QName _PERSON_QNAME = new QName("urn:omds20", "PERSON"); - private final static QName _ELAntrag_QNAME = new QName("urn:omds20", "EL-Antrag"); - private final static QName _ELAnzahl_QNAME = new QName("urn:omds20", "EL-Anzahl"); - private final static QName _ELBetrag_QNAME = new QName("urn:omds20", "EL-Betrag"); - private final static QName _ELBezugsberechtigung_QNAME = new QName("urn:omds20", "EL-Bezugsberechtigung"); - private final static QName _ELEinstufung_QNAME = new QName("urn:omds20", "EL-Einstufung"); - private final static QName _ELEntscheidungsfrage_QNAME = new QName("urn:omds20", "EL-Entscheidungsfrage"); - private final static QName _ELIdentifizierung_QNAME = new QName("urn:omds20", "EL-Identifizierung"); - private final static QName _ELKlausel_QNAME = new QName("urn:omds20", "EL-Klausel"); - private final static QName _ELPolizzennummer_QNAME = new QName("urn:omds20", "EL-Polizzennummer"); - private final static QName _ELPraemienfreistellung_QNAME = new QName("urn:omds20", "EL-Praemienfreistellung"); - private final static QName _ELPraemienkorrektur_QNAME = new QName("urn:omds20", "EL-Praemienkorrektur"); - private final static QName _ELRahmenvereinbarung_QNAME = new QName("urn:omds20", "EL-Rahmenvereinbarung"); - private final static QName _ELText_QNAME = new QName("urn:omds20", "EL-Text"); - private final static QName _VERTRAGSPERSON_QNAME = new QName("urn:omds20", "VERTRAGSPERSON"); - private final static QName _VERSOBJEKT_QNAME = new QName("urn:omds20", "VERS_OBJEKT"); - private final static QName _SPARTE_QNAME = new QName("urn:omds20", "SPARTE"); - private final static QName _SCHADEN_QNAME = new QName("urn:omds20", "SCHADEN"); - private final static QName _PROVISION_QNAME = new QName("urn:omds20", "PROVISION"); - private final static QName _MAHNUNG_QNAME = new QName("urn:omds20", "MAHNUNG"); - private final static QName _VERTRAGSFONDS_QNAME = new QName("urn:omds20", "VERTRAGSFONDS"); - private final static QName _NATUERLICHEPERSON_QNAME = new QName("urn:omds20", "NATUERLICHE_PERSON"); - private final static QName _SONSTIGEPERSON_QNAME = new QName("urn:omds20", "SONSTIGE_PERSON"); - private final static QName _VERSPERSON_QNAME = new QName("urn:omds20", "VERS_PERSON"); - private final static QName _VERSSACHE_QNAME = new QName("urn:omds20", "VERS_SACHE"); - private final static QName _RISIKO_QNAME = new QName("urn:omds20", "RISIKO"); - private final static QName _FONDS_QNAME = new QName("urn:omds20", "FONDS"); - private final static QName _SCHADENBETEILIGTER_QNAME = new QName("urn:omds20", "SCHADEN_BETEILIGTER"); - private final static QName _GESCHAEDIGTESOBJEKT_QNAME = new QName("urn:omds20", "GESCHAEDIGTES_OBJEKT"); - private final static QName _ZAHLUNG_QNAME = new QName("urn:omds20", "ZAHLUNG"); - private final static QName _ELGewinnbeteiligung_QNAME = new QName("urn:omds20", "EL-Gewinnbeteiligung"); - private final static QName _ELGrenzwert_QNAME = new QName("urn:omds20", "EL-Grenzwert"); - private final static QName _ELIndex_QNAME = new QName("urn:omds20", "EL-Index"); - private final static QName _ELLegitimation_QNAME = new QName("urn:omds20", "EL-Legitimation"); - private final static QName _ELObjekt_QNAME = new QName("urn:omds20", "EL-Objekt"); - private final static QName _ELObjektdaten_QNAME = new QName("urn:omds20", "EL-Objektdaten"); - private final static QName _ELFlaeche_QNAME = new QName("urn:omds20", "EL-Flaeche"); - private final static QName _ELRente_QNAME = new QName("urn:omds20", "EL-Rente"); - private final static QName _ELSteuer_QNAME = new QName("urn:omds20", "EL-Steuer"); - private final static QName _ELVersicherungssumme_QNAME = new QName("urn:omds20", "EL-Versicherungssumme"); - private final static QName _ELZeitraum_QNAME = new QName("urn:omds20", "EL-Zeitraum"); - private final static QName _ELKFZKennzeichen_QNAME = new QName("urn:omds20", "EL-KFZ-Kennzeichen"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds2Types.v2_12 - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link OMDS } - * - */ - public OMDS createOMDS() { - return new OMDS(); - } - - /** - * Create an instance of {@link PAKET } - * - */ - public PAKET createPAKET() { - return new PAKET(); - } - - /** - * Create an instance of {@link VERSUNTERNEHMEN } - * - */ - public VERSUNTERNEHMEN createVERSUNTERNEHMEN() { - return new VERSUNTERNEHMEN(); - } - - /** - * Create an instance of {@link ELKommunikationType } - * - */ - public ELKommunikationType createELKommunikationType() { - return new ELKommunikationType(); - } - - /** - * Create an instance of {@link SCHLUESSELART } - * - */ - public SCHLUESSELART createSCHLUESSELART() { - return new SCHLUESSELART(); - } - - /** - * Create an instance of {@link SCHLUESSEL } - * - */ - public SCHLUESSEL createSCHLUESSEL() { - return new SCHLUESSEL(); - } - - /** - * Create an instance of {@link KLAUSELType } - * - */ - public KLAUSELType createKLAUSELType() { - return new KLAUSELType(); - } - - /** - * Create an instance of {@link LOESCHANSTOSSType } - * - */ - public LOESCHANSTOSSType createLOESCHANSTOSSType() { - return new LOESCHANSTOSSType(); - } - - /** - * Create an instance of {@link PERSONType } - * - */ - public PERSONType createPERSONType() { - return new PERSONType(); - } - - /** - * Create an instance of {@link VERTRAG } - * - */ - public VERTRAG createVERTRAG() { - return new VERTRAG(); - } - - /** - * Create an instance of {@link VERTRAGType } - * - */ - public VERTRAGType createVERTRAGType() { - return new VERTRAGType(); - } - - /** - * Create an instance of {@link ELAntragType } - * - */ - public ELAntragType createELAntragType() { - return new ELAntragType(); - } - - /** - * Create an instance of {@link ELAnzahlType } - * - */ - public ELAnzahlType createELAnzahlType() { - return new ELAnzahlType(); - } - - /** - * Create an instance of {@link ELBetragType } - * - */ - public ELBetragType createELBetragType() { - return new ELBetragType(); - } - - /** - * Create an instance of {@link ELBezugsberechtigungType } - * - */ - public ELBezugsberechtigungType createELBezugsberechtigungType() { - return new ELBezugsberechtigungType(); - } - - /** - * Create an instance of {@link ELEinstufungType } - * - */ - public ELEinstufungType createELEinstufungType() { - return new ELEinstufungType(); - } - - /** - * Create an instance of {@link ELEntscheidungsfrageType } - * - */ - public ELEntscheidungsfrageType createELEntscheidungsfrageType() { - return new ELEntscheidungsfrageType(); - } - - /** - * Create an instance of {@link ELIdentifizierungType } - * - */ - public ELIdentifizierungType createELIdentifizierungType() { - return new ELIdentifizierungType(); - } - - /** - * Create an instance of {@link ELKlauselType } - * - */ - public ELKlauselType createELKlauselType() { - return new ELKlauselType(); - } - - /** - * Create an instance of {@link ELPolizzennummerType } - * - */ - public ELPolizzennummerType createELPolizzennummerType() { - return new ELPolizzennummerType(); - } - - /** - * Create an instance of {@link ELPraemienfreistellungType } - * - */ - public ELPraemienfreistellungType createELPraemienfreistellungType() { - return new ELPraemienfreistellungType(); - } - - /** - * Create an instance of {@link ELPraemienkorrekturType } - * - */ - public ELPraemienkorrekturType createELPraemienkorrekturType() { - return new ELPraemienkorrekturType(); - } - - /** - * Create an instance of {@link ELRahmenvereinbarungType } - * - */ - public ELRahmenvereinbarungType createELRahmenvereinbarungType() { - return new ELRahmenvereinbarungType(); - } - - /** - * Create an instance of {@link ELSelbstbehalt } - * - */ - public ELSelbstbehalt createELSelbstbehalt() { - return new ELSelbstbehalt(); - } - - /** - * Create an instance of {@link ELSelbstbehaltType } - * - */ - public ELSelbstbehaltType createELSelbstbehaltType() { - return new ELSelbstbehaltType(); - } - - /** - * Create an instance of {@link ELTextType } - * - */ - public ELTextType createELTextType() { - return new ELTextType(); - } - - /** - * Create an instance of {@link VERTRAGSPERSONType } - * - */ - public VERTRAGSPERSONType createVERTRAGSPERSONType() { - return new VERTRAGSPERSONType(); - } - - /** - * Create an instance of {@link VERSOBJEKTType } - * - */ - public VERSOBJEKTType createVERSOBJEKTType() { - return new VERSOBJEKTType(); - } - - /** - * Create an instance of {@link SPARTEType } - * - */ - public SPARTEType createSPARTEType() { - return new SPARTEType(); - } - - /** - * Create an instance of {@link SCHADENType } - * - */ - public SCHADENType createSCHADENType() { - return new SCHADENType(); - } - - /** - * Create an instance of {@link PROVISIONType } - * - */ - public PROVISIONType createPROVISIONType() { - return new PROVISIONType(); - } - - /** - * Create an instance of {@link MAHNUNGType } - * - */ - public MAHNUNGType createMAHNUNGType() { - return new MAHNUNGType(); - } - - /** - * Create an instance of {@link VERTRAGSFONDSType } - * - */ - public VERTRAGSFONDSType createVERTRAGSFONDSType() { - return new VERTRAGSFONDSType(); - } - - /** - * Create an instance of {@link NATUERLICHEPERSONType } - * - */ - public NATUERLICHEPERSONType createNATUERLICHEPERSONType() { - return new NATUERLICHEPERSONType(); - } - - /** - * Create an instance of {@link SONSTIGEPERSONType } - * - */ - public SONSTIGEPERSONType createSONSTIGEPERSONType() { - return new SONSTIGEPERSONType(); - } - - /** - * Create an instance of {@link VERSPERSONType } - * - */ - public VERSPERSONType createVERSPERSONType() { - return new VERSPERSONType(); - } - - /** - * Create an instance of {@link VERSKFZ } - * - */ - public VERSKFZ createVERSKFZ() { - return new VERSKFZ(); - } - - /** - * Create an instance of {@link VERSKFZType } - * - */ - public VERSKFZType createVERSKFZType() { - return new VERSKFZType(); - } - - /** - * Create an instance of {@link VERSSACHEType } - * - */ - public VERSSACHEType createVERSSACHEType() { - return new VERSSACHEType(); - } - - /** - * Create an instance of {@link RISIKOType } - * - */ - public RISIKOType createRISIKOType() { - return new RISIKOType(); - } - - /** - * Create an instance of {@link FONDSType } - * - */ - public FONDSType createFONDSType() { - return new FONDSType(); - } - - /** - * Create an instance of {@link PORTFOLIO } - * - */ - public PORTFOLIO createPORTFOLIO() { - return new PORTFOLIO(); - } - - /** - * Create an instance of {@link PORTFOLIOTYPE } - * - */ - public PORTFOLIOTYPE createPORTFOLIOTYPE() { - return new PORTFOLIOTYPE(); - } - - /** - * Create an instance of {@link SCHADENBETEILIGTERType } - * - */ - public SCHADENBETEILIGTERType createSCHADENBETEILIGTERType() { - return new SCHADENBETEILIGTERType(); - } - - /** - * Create an instance of {@link GESCHAEDIGTESOBJEKTType } - * - */ - public GESCHAEDIGTESOBJEKTType createGESCHAEDIGTESOBJEKTType() { - return new GESCHAEDIGTESOBJEKTType(); - } - - /** - * Create an instance of {@link ZAHLUNGType } - * - */ - public ZAHLUNGType createZAHLUNGType() { - return new ZAHLUNGType(); - } - - /** - * Create an instance of {@link ELGewinnbeteiligungType } - * - */ - public ELGewinnbeteiligungType createELGewinnbeteiligungType() { - return new ELGewinnbeteiligungType(); - } - - /** - * Create an instance of {@link ELGrenzwertType } - * - */ - public ELGrenzwertType createELGrenzwertType() { - return new ELGrenzwertType(); - } - - /** - * Create an instance of {@link ELIndexType } - * - */ - public ELIndexType createELIndexType() { - return new ELIndexType(); - } - - /** - * Create an instance of {@link ELLegitimationType } - * - */ - public ELLegitimationType createELLegitimationType() { - return new ELLegitimationType(); - } - - /** - * Create an instance of {@link ELObjektType } - * - */ - public ELObjektType createELObjektType() { - return new ELObjektType(); - } - - /** - * Create an instance of {@link ELObjektdatenType } - * - */ - public ELObjektdatenType createELObjektdatenType() { - return new ELObjektdatenType(); - } - - /** - * Create an instance of {@link ELFlaecheType } - * - */ - public ELFlaecheType createELFlaecheType() { - return new ELFlaecheType(); - } - - /** - * Create an instance of {@link ELRenteType } - * - */ - public ELRenteType createELRenteType() { - return new ELRenteType(); - } - - /** - * Create an instance of {@link ELSteuerType } - * - */ - public ELSteuerType createELSteuerType() { - return new ELSteuerType(); - } - - /** - * Create an instance of {@link ELVersicherungssummeType } - * - */ - public ELVersicherungssummeType createELVersicherungssummeType() { - return new ELVersicherungssummeType(); - } - - /** - * Create an instance of {@link ELZeitraumType } - * - */ - public ELZeitraumType createELZeitraumType() { - return new ELZeitraumType(); - } - - /** - * Create an instance of {@link ELKFZKennzeichenType } - * - */ - public ELKFZKennzeichenType createELKFZKennzeichenType() { - return new ELKFZKennzeichenType(); - } - - /** - * Create an instance of {@link ADRESSEType } - * - */ - public ADRESSEType createADRESSEType() { - return new ADRESSEType(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Kommunikation") - public JAXBElement createELKommunikation(ELKommunikationType value) { - return new JAXBElement(_ELKommunikation_QNAME, ELKommunikationType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link KLAUSELType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "KLAUSEL") - public JAXBElement createKLAUSEL(KLAUSELType value) { - return new JAXBElement(_KLAUSEL_QNAME, KLAUSELType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link LOESCHANSTOSSType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "LOESCHANSTOSS") - public JAXBElement createLOESCHANSTOSS(LOESCHANSTOSSType value) { - return new JAXBElement(_LOESCHANSTOSS_QNAME, LOESCHANSTOSSType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link PERSONType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "PERSON") - public JAXBElement createPERSON(PERSONType value) { - return new JAXBElement(_PERSON_QNAME, PERSONType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELAntragType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Antrag") - public JAXBElement createELAntrag(ELAntragType value) { - return new JAXBElement(_ELAntrag_QNAME, ELAntragType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELAnzahlType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Anzahl") - public JAXBElement createELAnzahl(ELAnzahlType value) { - return new JAXBElement(_ELAnzahl_QNAME, ELAnzahlType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELBetragType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Betrag") - public JAXBElement createELBetrag(ELBetragType value) { - return new JAXBElement(_ELBetrag_QNAME, ELBetragType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELBezugsberechtigungType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Bezugsberechtigung") - public JAXBElement createELBezugsberechtigung(ELBezugsberechtigungType value) { - return new JAXBElement(_ELBezugsberechtigung_QNAME, ELBezugsberechtigungType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELEinstufungType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Einstufung") - public JAXBElement createELEinstufung(ELEinstufungType value) { - return new JAXBElement(_ELEinstufung_QNAME, ELEinstufungType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELEntscheidungsfrageType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Entscheidungsfrage") - public JAXBElement createELEntscheidungsfrage(ELEntscheidungsfrageType value) { - return new JAXBElement(_ELEntscheidungsfrage_QNAME, ELEntscheidungsfrageType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELIdentifizierungType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Identifizierung") - public JAXBElement createELIdentifizierung(ELIdentifizierungType value) { - return new JAXBElement(_ELIdentifizierung_QNAME, ELIdentifizierungType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELKlauselType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Klausel") - public JAXBElement createELKlausel(ELKlauselType value) { - return new JAXBElement(_ELKlausel_QNAME, ELKlauselType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELPolizzennummerType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Polizzennummer") - public JAXBElement createELPolizzennummer(ELPolizzennummerType value) { - return new JAXBElement(_ELPolizzennummer_QNAME, ELPolizzennummerType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELPraemienfreistellungType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Praemienfreistellung") - public JAXBElement createELPraemienfreistellung(ELPraemienfreistellungType value) { - return new JAXBElement(_ELPraemienfreistellung_QNAME, ELPraemienfreistellungType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELPraemienkorrekturType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Praemienkorrektur") - public JAXBElement createELPraemienkorrektur(ELPraemienkorrekturType value) { - return new JAXBElement(_ELPraemienkorrektur_QNAME, ELPraemienkorrekturType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELRahmenvereinbarungType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Rahmenvereinbarung") - public JAXBElement createELRahmenvereinbarung(ELRahmenvereinbarungType value) { - return new JAXBElement(_ELRahmenvereinbarung_QNAME, ELRahmenvereinbarungType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELTextType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Text") - public JAXBElement createELText(ELTextType value) { - return new JAXBElement(_ELText_QNAME, ELTextType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link VERTRAGSPERSONType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "VERTRAGSPERSON") - public JAXBElement createVERTRAGSPERSON(VERTRAGSPERSONType value) { - return new JAXBElement(_VERTRAGSPERSON_QNAME, VERTRAGSPERSONType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link VERSOBJEKTType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "VERS_OBJEKT") - public JAXBElement createVERSOBJEKT(VERSOBJEKTType value) { - return new JAXBElement(_VERSOBJEKT_QNAME, VERSOBJEKTType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SPARTEType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "SPARTE") - public JAXBElement createSPARTE(SPARTEType value) { - return new JAXBElement(_SPARTE_QNAME, SPARTEType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SCHADENType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "SCHADEN") - public JAXBElement createSCHADEN(SCHADENType value) { - return new JAXBElement(_SCHADEN_QNAME, SCHADENType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link PROVISIONType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "PROVISION") - public JAXBElement createPROVISION(PROVISIONType value) { - return new JAXBElement(_PROVISION_QNAME, PROVISIONType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link MAHNUNGType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "MAHNUNG") - public JAXBElement createMAHNUNG(MAHNUNGType value) { - return new JAXBElement(_MAHNUNG_QNAME, MAHNUNGType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link VERTRAGSFONDSType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "VERTRAGSFONDS") - public JAXBElement createVERTRAGSFONDS(VERTRAGSFONDSType value) { - return new JAXBElement(_VERTRAGSFONDS_QNAME, VERTRAGSFONDSType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link NATUERLICHEPERSONType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "NATUERLICHE_PERSON") - public JAXBElement createNATUERLICHEPERSON(NATUERLICHEPERSONType value) { - return new JAXBElement(_NATUERLICHEPERSON_QNAME, NATUERLICHEPERSONType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SONSTIGEPERSONType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "SONSTIGE_PERSON") - public JAXBElement createSONSTIGEPERSON(SONSTIGEPERSONType value) { - return new JAXBElement(_SONSTIGEPERSON_QNAME, SONSTIGEPERSONType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link VERSPERSONType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "VERS_PERSON") - public JAXBElement createVERSPERSON(VERSPERSONType value) { - return new JAXBElement(_VERSPERSON_QNAME, VERSPERSONType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link VERSSACHEType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "VERS_SACHE") - public JAXBElement createVERSSACHE(VERSSACHEType value) { - return new JAXBElement(_VERSSACHE_QNAME, VERSSACHEType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link RISIKOType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "RISIKO") - public JAXBElement createRISIKO(RISIKOType value) { - return new JAXBElement(_RISIKO_QNAME, RISIKOType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link FONDSType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "FONDS") - public JAXBElement createFONDS(FONDSType value) { - return new JAXBElement(_FONDS_QNAME, FONDSType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SCHADENBETEILIGTERType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "SCHADEN_BETEILIGTER") - public JAXBElement createSCHADENBETEILIGTER(SCHADENBETEILIGTERType value) { - return new JAXBElement(_SCHADENBETEILIGTER_QNAME, SCHADENBETEILIGTERType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GESCHAEDIGTESOBJEKTType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "GESCHAEDIGTES_OBJEKT") - public JAXBElement createGESCHAEDIGTESOBJEKT(GESCHAEDIGTESOBJEKTType value) { - return new JAXBElement(_GESCHAEDIGTESOBJEKT_QNAME, GESCHAEDIGTESOBJEKTType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ZAHLUNGType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "ZAHLUNG") - public JAXBElement createZAHLUNG(ZAHLUNGType value) { - return new JAXBElement(_ZAHLUNG_QNAME, ZAHLUNGType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELGewinnbeteiligungType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Gewinnbeteiligung") - public JAXBElement createELGewinnbeteiligung(ELGewinnbeteiligungType value) { - return new JAXBElement(_ELGewinnbeteiligung_QNAME, ELGewinnbeteiligungType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELGrenzwertType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Grenzwert") - public JAXBElement createELGrenzwert(ELGrenzwertType value) { - return new JAXBElement(_ELGrenzwert_QNAME, ELGrenzwertType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELIndexType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Index") - public JAXBElement createELIndex(ELIndexType value) { - return new JAXBElement(_ELIndex_QNAME, ELIndexType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELLegitimationType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Legitimation") - public JAXBElement createELLegitimation(ELLegitimationType value) { - return new JAXBElement(_ELLegitimation_QNAME, ELLegitimationType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELObjektType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Objekt") - public JAXBElement createELObjekt(ELObjektType value) { - return new JAXBElement(_ELObjekt_QNAME, ELObjektType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELObjektdatenType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Objektdaten") - public JAXBElement createELObjektdaten(ELObjektdatenType value) { - return new JAXBElement(_ELObjektdaten_QNAME, ELObjektdatenType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELFlaecheType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Flaeche") - public JAXBElement createELFlaeche(ELFlaecheType value) { - return new JAXBElement(_ELFlaeche_QNAME, ELFlaecheType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELRenteType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Rente") - public JAXBElement createELRente(ELRenteType value) { - return new JAXBElement(_ELRente_QNAME, ELRenteType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELSteuerType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Steuer") - public JAXBElement createELSteuer(ELSteuerType value) { - return new JAXBElement(_ELSteuer_QNAME, ELSteuerType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELVersicherungssummeType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Versicherungssumme") - public JAXBElement createELVersicherungssumme(ELVersicherungssummeType value) { - return new JAXBElement(_ELVersicherungssumme_QNAME, ELVersicherungssummeType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELZeitraumType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-Zeitraum") - public JAXBElement createELZeitraum(ELZeitraumType value) { - return new JAXBElement(_ELZeitraum_QNAME, ELZeitraumType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ELKFZKennzeichenType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds20", name = "EL-KFZ-Kennzeichen") - public JAXBElement createELKFZKennzeichen(ELKFZKennzeichenType value) { - return new JAXBElement(_ELKFZKennzeichen_QNAME, ELKFZKennzeichenType.class, null, value); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PAKET.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PAKET.java deleted file mode 100644 index e03dad08..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PAKET.java +++ /dev/null @@ -1,684 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - *

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

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "versunternehmen", - "schluesselart", - "klausel", - "loeschanstoss", - "person", - "vertrag", - "schaden", - "provision", - "mahnung", - "vertragsfonds" -}) -@XmlRootElement(name = "PAKET") -public class PAKET { - - @XmlElement(name = "VERS_UNTERNEHMEN") - protected List versunternehmen; - @XmlElement(name = "SCHLUESSELART") - protected List schluesselart; - @XmlElement(name = "KLAUSEL") - protected List klausel; - @XmlElement(name = "LOESCHANSTOSS") - protected List loeschanstoss; - @XmlElement(name = "PERSON") - protected List person; - @XmlElement(name = "VERTRAG") - protected List vertrag; - @XmlElement(name = "SCHADEN") - protected List schaden; - @XmlElement(name = "PROVISION") - protected List provision; - @XmlElement(name = "MAHNUNG") - protected List mahnung; - @XmlElement(name = "VERTRAGSFONDS") - protected List vertragsfonds; - @XmlAttribute(name = "VUNr", required = true) - protected String vuNr; - @XmlAttribute(name = "MaklerID", required = true) - protected String maklerID; - @XmlAttribute(name = "PaketZpktErstell", required = true) - protected XMLGregorianCalendar paketZpktErstell; - @XmlAttribute(name = "PaketZpktLetztErstell") - protected XMLGregorianCalendar paketZpktLetztErstell; - @XmlAttribute(name = "PaketInhCd", required = true) - protected PaketInhCdType paketInhCd; - @XmlAttribute(name = "PaketUmfCd", required = true) - protected PaketUmfCdType paketUmfCd; - @XmlAttribute(name = "OMDSVersion", required = true) - protected String omdsVersion; - @XmlAttribute(name = "VUVersion") - protected String vuVersion; - @XmlAttribute(name = "DVRNrAbs", required = true) - protected String dvrNrAbs; - @XmlAttribute(name = "PaketKommentar") - protected String paketKommentar; - @XmlAttribute(name = "SprachCd") - protected SprachCdType sprachCd; - - /** - * Gets the value of the versunternehmen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the versunternehmen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link VERSUNTERNEHMEN } - * - * - */ - public List getVERSUNTERNEHMEN() { - if (versunternehmen == null) { - versunternehmen = new ArrayList(); - } - return this.versunternehmen; - } - - /** - * Gets the value of the schluesselart property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the schluesselart property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link SCHLUESSELART } - * - * - */ - public List getSCHLUESSELART() { - if (schluesselart == null) { - schluesselart = new ArrayList(); - } - return this.schluesselart; - } - - /** - * Gets the value of the klausel property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the klausel property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link KLAUSELType } - * - * - */ - public List getKLAUSEL() { - if (klausel == null) { - klausel = new ArrayList(); - } - return this.klausel; - } - - /** - * Gets the value of the loeschanstoss property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the loeschanstoss property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link LOESCHANSTOSSType } - * - * - */ - public List getLOESCHANSTOSS() { - if (loeschanstoss == null) { - loeschanstoss = new ArrayList(); - } - return this.loeschanstoss; - } - - /** - * Gets the value of the person property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the person property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link PERSONType } - * - * - */ - public List getPERSON() { - if (person == null) { - person = new ArrayList(); - } - return this.person; - } - - /** - * Gets the value of the vertrag property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the vertrag property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link VERTRAG } - * - * - */ - public List getVERTRAG() { - if (vertrag == null) { - vertrag = new ArrayList(); - } - return this.vertrag; - } - - /** - * Gets the value of the schaden property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the schaden property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link SCHADENType } - * - * - */ - public List getSCHADEN() { - if (schaden == null) { - schaden = new ArrayList(); - } - return this.schaden; - } - - /** - * Gets the value of the provision property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the provision property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link PROVISIONType } - * - * - */ - public List getPROVISION() { - if (provision == null) { - provision = new ArrayList(); - } - return this.provision; - } - - /** - * Gets the value of the mahnung property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the mahnung property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link MAHNUNGType } - * - * - */ - public List getMAHNUNG() { - if (mahnung == null) { - mahnung = new ArrayList(); - } - return this.mahnung; - } - - /** - * Gets the value of the vertragsfonds property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the vertragsfonds property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link VERTRAGSFONDSType } - * - * - */ - public List getVERTRAGSFONDS() { - if (vertragsfonds == null) { - vertragsfonds = new ArrayList(); - } - return this.vertragsfonds; - } - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der maklerID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMaklerID() { - return maklerID; - } - - /** - * Legt den Wert der maklerID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMaklerID(String value) { - this.maklerID = value; - } - - /** - * Ruft den Wert der paketZpktErstell-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getPaketZpktErstell() { - return paketZpktErstell; - } - - /** - * Legt den Wert der paketZpktErstell-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setPaketZpktErstell(XMLGregorianCalendar value) { - this.paketZpktErstell = value; - } - - /** - * Ruft den Wert der paketZpktLetztErstell-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getPaketZpktLetztErstell() { - return paketZpktLetztErstell; - } - - /** - * Legt den Wert der paketZpktLetztErstell-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setPaketZpktLetztErstell(XMLGregorianCalendar value) { - this.paketZpktLetztErstell = value; - } - - /** - * Ruft den Wert der paketInhCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link PaketInhCdType } - * - */ - public PaketInhCdType getPaketInhCd() { - return paketInhCd; - } - - /** - * Legt den Wert der paketInhCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PaketInhCdType } - * - */ - public void setPaketInhCd(PaketInhCdType value) { - this.paketInhCd = value; - } - - /** - * Ruft den Wert der paketUmfCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link PaketUmfCdType } - * - */ - public PaketUmfCdType getPaketUmfCd() { - return paketUmfCd; - } - - /** - * Legt den Wert der paketUmfCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PaketUmfCdType } - * - */ - public void setPaketUmfCd(PaketUmfCdType value) { - this.paketUmfCd = value; - } - - /** - * Ruft den Wert der omdsVersion-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOMDSVersion() { - return omdsVersion; - } - - /** - * Legt den Wert der omdsVersion-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOMDSVersion(String value) { - this.omdsVersion = value; - } - - /** - * Ruft den Wert der vuVersion-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUVersion() { - return vuVersion; - } - - /** - * Legt den Wert der vuVersion-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUVersion(String value) { - this.vuVersion = value; - } - - /** - * Ruft den Wert der dvrNrAbs-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDVRNrAbs() { - return dvrNrAbs; - } - - /** - * Legt den Wert der dvrNrAbs-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDVRNrAbs(String value) { - this.dvrNrAbs = value; - } - - /** - * Ruft den Wert der paketKommentar-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPaketKommentar() { - return paketKommentar; - } - - /** - * Legt den Wert der paketKommentar-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPaketKommentar(String value) { - this.paketKommentar = value; - } - - /** - * Ruft den Wert der sprachCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link SprachCdType } - * - */ - public SprachCdType getSprachCd() { - return sprachCd; - } - - /** - * Legt den Wert der sprachCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SprachCdType } - * - */ - public void setSprachCd(SprachCdType value) { - this.sprachCd = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PERSONType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PERSONType.java deleted file mode 100644 index 7824c25e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PERSONType.java +++ /dev/null @@ -1,448 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "PERSON_Type", propOrder = { - "natuerlicheperson", - "sonstigeperson", - "elAnzahlOrELEinstufungOrELEntscheidungsfrage" -}) -public class PERSONType { - - @XmlElement(name = "NATUERLICHE_PERSON") - protected NATUERLICHEPERSONType natuerlicheperson; - @XmlElement(name = "SONSTIGE_PERSON") - 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) - }) - protected List elAnzahlOrELEinstufungOrELEntscheidungsfrage; - @XmlAttribute(name = "Personennr", required = true) - protected String personennr; - @XmlAttribute(name = "PersArtCd", required = true) - protected PersArtCdType persArtCd; - @XmlAttribute(name = "Pac") - @XmlSchemaType(name = "unsignedInt") - protected Long pac; - @XmlAttribute(name = "LandesCd") - protected String landesCd; - @XmlAttribute(name = "PLZ") - protected String plz; - @XmlAttribute(name = "Ort") - protected String ort; - @XmlAttribute(name = "Strasse") - protected String strasse; - @XmlAttribute(name = "Hausnr") - protected String hausnr; - @XmlAttribute(name = "Zusatz") - protected String zusatz; - @XmlAttribute(name = "AdressID_VU") - protected String adressIDVU; - @XmlAttribute(name = "AdressID_Makler") - protected String adressIDMakler; - - /** - * Ruft den Wert der natuerlicheperson-Eigenschaft ab. - * - * @return - * possible object is - * {@link NATUERLICHEPERSONType } - * - */ - public NATUERLICHEPERSONType getNATUERLICHEPERSON() { - return natuerlicheperson; - } - - /** - * Legt den Wert der natuerlicheperson-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link NATUERLICHEPERSONType } - * - */ - public void setNATUERLICHEPERSON(NATUERLICHEPERSONType value) { - this.natuerlicheperson = value; - } - - /** - * Ruft den Wert der sonstigeperson-Eigenschaft ab. - * - * @return - * possible object is - * {@link SONSTIGEPERSONType } - * - */ - public SONSTIGEPERSONType getSONSTIGEPERSON() { - return sonstigeperson; - } - - /** - * Legt den Wert der sonstigeperson-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SONSTIGEPERSONType } - * - */ - public void setSONSTIGEPERSON(SONSTIGEPERSONType value) { - this.sonstigeperson = value; - } - - /** - * Gets the value of the elAnzahlOrELEinstufungOrELEntscheidungsfrage property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elAnzahlOrELEinstufungOrELEntscheidungsfrage property. - * - *

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

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

- * 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 } - * - * - */ - public List getELAnzahlOrELEinstufungOrELEntscheidungsfrage() { - if (elAnzahlOrELEinstufungOrELEntscheidungsfrage == null) { - elAnzahlOrELEinstufungOrELEntscheidungsfrage = new ArrayList(); - } - return this.elAnzahlOrELEinstufungOrELEntscheidungsfrage; - } - - /** - * Ruft den Wert der personennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPersonennr() { - return personennr; - } - - /** - * Legt den Wert der personennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPersonennr(String value) { - this.personennr = value; - } - - /** - * Ruft den Wert der persArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link PersArtCdType } - * - */ - public PersArtCdType getPersArtCd() { - return persArtCd; - } - - /** - * Legt den Wert der persArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PersArtCdType } - * - */ - public void setPersArtCd(PersArtCdType value) { - this.persArtCd = value; - } - - /** - * Ruft den Wert der pac-Eigenschaft ab. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getPac() { - return pac; - } - - /** - * Legt den Wert der pac-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setPac(Long value) { - this.pac = value; - } - - /** - * Ruft den Wert der landesCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLandesCd() { - return landesCd; - } - - /** - * Legt den Wert der landesCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLandesCd(String value) { - this.landesCd = value; - } - - /** - * Ruft den Wert der plz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPLZ() { - return plz; - } - - /** - * Legt den Wert der plz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPLZ(String value) { - this.plz = value; - } - - /** - * Ruft den Wert der ort-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrt() { - return ort; - } - - /** - * Legt den Wert der ort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrt(String value) { - this.ort = value; - } - - /** - * Ruft den Wert der strasse-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStrasse() { - return strasse; - } - - /** - * Legt den Wert der strasse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStrasse(String value) { - this.strasse = value; - } - - /** - * Ruft den Wert der hausnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHausnr() { - return hausnr; - } - - /** - * Legt den Wert der hausnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHausnr(String value) { - this.hausnr = value; - } - - /** - * Ruft den Wert der zusatz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZusatz() { - return zusatz; - } - - /** - * Legt den Wert der zusatz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZusatz(String value) { - this.zusatz = value; - } - - /** - * Ruft den Wert der adressIDVU-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAdressIDVU() { - return adressIDVU; - } - - /** - * Legt den Wert der adressIDVU-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAdressIDVU(String value) { - this.adressIDVU = value; - } - - /** - * Ruft den Wert der adressIDMakler-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAdressIDMakler() { - return adressIDMakler; - } - - /** - * Legt den Wert der adressIDMakler-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAdressIDMakler(String value) { - this.adressIDMakler = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PORTFOLIO.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PORTFOLIO.java deleted file mode 100644 index d4956abc..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PORTFOLIO.java +++ /dev/null @@ -1,73 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds20}PORTFOLIO_TYPE">
- *       <sequence>
- *         <element ref="{urn:omds20}FONDS" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "fonds" -}) -@XmlRootElement(name = "PORTFOLIO") -public class PORTFOLIO - extends PORTFOLIOTYPE -{ - - @XmlElement(name = "FONDS") - protected List fonds; - - /** - * Gets the value of the fonds property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the fonds property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link FONDSType } - * - * - */ - public List getFONDS() { - if (fonds == null) { - fonds = new ArrayList(); - } - return this.fonds; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PORTFOLIOTYPE.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PORTFOLIOTYPE.java deleted file mode 100644 index 1b079281..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PORTFOLIOTYPE.java +++ /dev/null @@ -1,307 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -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; - - -/** - *

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

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "PORTFOLIO_TYPE") -@XmlSeeAlso({ - PORTFOLIO.class -}) -public class PORTFOLIOTYPE { - - @XmlAttribute(name = "PortfolioID", required = true) - protected String portfolioID; - @XmlAttribute(name = "ISIN") - protected String isin; - @XmlAttribute(name = "WKN") - protected String wkn; - @XmlAttribute(name = "Bezeichnung", required = true) - protected String bezeichnung; - @XmlAttribute(name = "Kurs") - protected BigDecimal kurs; - @XmlAttribute(name = "AnteilWertpapier") - protected BigDecimal anteilWertpapier; - @XmlAttribute(name = "Prozentsatz", required = true) - protected BigDecimal prozentsatz; - @XmlAttribute(name = "Wert") - protected BigDecimal wert; - @XmlAttribute(name = "WaehrungsCd") - protected WaehrungsCdType waehrungsCd; - @XmlAttribute(name = "Stichtag") - protected XMLGregorianCalendar stichtag; - - /** - * Ruft den Wert der portfolioID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPortfolioID() { - return portfolioID; - } - - /** - * Legt den Wert der portfolioID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPortfolioID(String value) { - this.portfolioID = value; - } - - /** - * Ruft den Wert der isin-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getISIN() { - return isin; - } - - /** - * Legt den Wert der isin-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setISIN(String value) { - this.isin = value; - } - - /** - * Ruft den Wert der wkn-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getWKN() { - return wkn; - } - - /** - * Legt den Wert der wkn-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setWKN(String value) { - this.wkn = value; - } - - /** - * Ruft den Wert der bezeichnung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBezeichnung() { - return bezeichnung; - } - - /** - * Legt den Wert der bezeichnung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBezeichnung(String value) { - this.bezeichnung = value; - } - - /** - * Ruft den Wert der kurs-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getKurs() { - return kurs; - } - - /** - * Legt den Wert der kurs-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setKurs(BigDecimal value) { - this.kurs = value; - } - - /** - * Ruft den Wert der anteilWertpapier-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getAnteilWertpapier() { - return anteilWertpapier; - } - - /** - * Legt den Wert der anteilWertpapier-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setAnteilWertpapier(BigDecimal value) { - this.anteilWertpapier = value; - } - - /** - * Ruft den Wert der prozentsatz-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getProzentsatz() { - return prozentsatz; - } - - /** - * Legt den Wert der prozentsatz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setProzentsatz(BigDecimal value) { - this.prozentsatz = value; - } - - /** - * Ruft den Wert der wert-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getWert() { - return wert; - } - - /** - * Legt den Wert der wert-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setWert(BigDecimal value) { - this.wert = value; - } - - /** - * Ruft den Wert der waehrungsCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link WaehrungsCdType } - * - */ - public WaehrungsCdType getWaehrungsCd() { - return waehrungsCd; - } - - /** - * Legt den Wert der waehrungsCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link WaehrungsCdType } - * - */ - public void setWaehrungsCd(WaehrungsCdType value) { - this.waehrungsCd = value; - } - - /** - * Ruft den Wert der stichtag-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getStichtag() { - return stichtag; - } - - /** - * Legt den Wert der stichtag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setStichtag(XMLGregorianCalendar value) { - this.stichtag = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PROVISIONType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PROVISIONType.java deleted file mode 100644 index 300a4d60..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PROVISIONType.java +++ /dev/null @@ -1,544 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -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; - - -/** - *

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

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

- * <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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "PROVISION_Type") -public class PROVISIONType { - - @XmlAttribute(name = "ProvisionsID", required = true) - protected String provisionsID; - @XmlAttribute(name = "Vermnr", required = true) - protected String vermnr; - @XmlAttribute(name = "Polizzennr") - protected String polizzennr; - @XmlAttribute(name = "VertragsID") - protected String vertragsID; - @XmlAttribute(name = "VerbandSparteCd") - protected String verbandSparteCd; - @XmlAttribute(name = "SpartenCd") - protected String spartenCd; - @XmlAttribute(name = "SpartenErweiterung") - protected String spartenErweiterung; - @XmlAttribute(name = "BuchDat", required = true) - protected XMLGregorianCalendar buchDat; - @XmlAttribute(name = "ProvVon") - protected XMLGregorianCalendar provVon; - @XmlAttribute(name = "ProvBis") - protected XMLGregorianCalendar provBis; - @XmlAttribute(name = "ProvArtCd", required = true) - protected String provArtCd; - @XmlAttribute(name = "ProvTxt") - protected String provTxt; - @XmlAttribute(name = "ProvGrdlg") - protected BigDecimal provGrdlg; - @XmlAttribute(name = "ProvSatz") - protected BigDecimal provSatz; - @XmlAttribute(name = "ProvBetrag", required = true) - protected BigDecimal provBetrag; - @XmlAttribute(name = "WaehrungsCd", required = true) - protected WaehrungsCdType waehrungsCd; - @XmlAttribute(name = "ProvArtText") - protected String provArtText; - @XmlAttribute(name = "Vorpolizze") - protected String vorpolizze; - - /** - * Ruft den Wert der provisionsID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getProvisionsID() { - return provisionsID; - } - - /** - * Legt den Wert der provisionsID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setProvisionsID(String value) { - this.provisionsID = value; - } - - /** - * Ruft den Wert der vermnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVermnr() { - return vermnr; - } - - /** - * Legt den Wert der vermnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVermnr(String value) { - this.vermnr = value; - } - - /** - * Ruft den Wert der polizzennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolizzennr() { - return polizzennr; - } - - /** - * Legt den Wert der polizzennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolizzennr(String value) { - this.polizzennr = value; - } - - /** - * Ruft den Wert der vertragsID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVertragsID() { - return vertragsID; - } - - /** - * Legt den Wert der vertragsID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVertragsID(String value) { - this.vertragsID = value; - } - - /** - * Ruft den Wert der verbandSparteCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVerbandSparteCd() { - return verbandSparteCd; - } - - /** - * Legt den Wert der verbandSparteCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVerbandSparteCd(String value) { - this.verbandSparteCd = value; - } - - /** - * Ruft den Wert der spartenCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSpartenCd() { - return spartenCd; - } - - /** - * Legt den Wert der spartenCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSpartenCd(String value) { - this.spartenCd = value; - } - - /** - * Ruft den Wert der spartenErweiterung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSpartenErweiterung() { - return spartenErweiterung; - } - - /** - * Legt den Wert der spartenErweiterung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSpartenErweiterung(String value) { - this.spartenErweiterung = value; - } - - /** - * Ruft den Wert der buchDat-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getBuchDat() { - return buchDat; - } - - /** - * Legt den Wert der buchDat-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setBuchDat(XMLGregorianCalendar value) { - this.buchDat = value; - } - - /** - * Ruft den Wert der provVon-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getProvVon() { - return provVon; - } - - /** - * Legt den Wert der provVon-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setProvVon(XMLGregorianCalendar value) { - this.provVon = value; - } - - /** - * Ruft den Wert der provBis-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getProvBis() { - return provBis; - } - - /** - * Legt den Wert der provBis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setProvBis(XMLGregorianCalendar value) { - this.provBis = value; - } - - /** - * Ruft den Wert der provArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getProvArtCd() { - return provArtCd; - } - - /** - * Legt den Wert der provArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setProvArtCd(String value) { - this.provArtCd = value; - } - - /** - * Ruft den Wert der provTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getProvTxt() { - return provTxt; - } - - /** - * Legt den Wert der provTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setProvTxt(String value) { - this.provTxt = value; - } - - /** - * Ruft den Wert der provGrdlg-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getProvGrdlg() { - return provGrdlg; - } - - /** - * Legt den Wert der provGrdlg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setProvGrdlg(BigDecimal value) { - this.provGrdlg = value; - } - - /** - * Ruft den Wert der provSatz-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getProvSatz() { - return provSatz; - } - - /** - * Legt den Wert der provSatz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setProvSatz(BigDecimal value) { - this.provSatz = value; - } - - /** - * Ruft den Wert der provBetrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getProvBetrag() { - return provBetrag; - } - - /** - * Legt den Wert der provBetrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setProvBetrag(BigDecimal value) { - this.provBetrag = value; - } - - /** - * Ruft den Wert der waehrungsCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link WaehrungsCdType } - * - */ - public WaehrungsCdType getWaehrungsCd() { - return waehrungsCd; - } - - /** - * Legt den Wert der waehrungsCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link WaehrungsCdType } - * - */ - public void setWaehrungsCd(WaehrungsCdType value) { - this.waehrungsCd = value; - } - - /** - * Ruft den Wert der provArtText-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getProvArtText() { - return provArtText; - } - - /** - * Legt den Wert der provArtText-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setProvArtText(String value) { - this.provArtText = value; - } - - /** - * Ruft den Wert der vorpolizze-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVorpolizze() { - return vorpolizze; - } - - /** - * Legt den Wert der vorpolizze-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVorpolizze(String value) { - this.vorpolizze = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PaketInhCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PaketInhCdType.java deleted file mode 100644 index e756a407..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PaketInhCdType.java +++ /dev/null @@ -1,90 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für PaketInhCd_Type. - * - *

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

- *

- * <simpleType name="PaketInhCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="AI"/>
- *     <enumeration value="VF"/>
- *     <enumeration value="VI"/>
- *     <enumeration value="VK"/>
- *     <enumeration value="VM"/>
- *     <enumeration value="VP"/>
- *     <enumeration value="VS"/>
- *     <enumeration value="VV"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "PaketInhCd_Type") -@XmlEnum -public enum PaketInhCdType { - - - /** - * Allgem. Initialbestand (generelle Schlüssel) - * - */ - AI, - - /** - * VU Fondsbestand - * - */ - VF, - - /** - * VU Initialbestand (VU Schlüssel) - * - */ - VI, - - /** - * VU Mahn/Klagebestand - * - */ - VK, - - /** - * VU Mischbestand - * - */ - VM, - - /** - * VU Provisionen - * - */ - VP, - - /** - * VU Schadenbestand - * - */ - VS, - - /** - * VU Vertragsbestand - * - */ - VV; - - public String value() { - return name(); - } - - public static PaketInhCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PaketUmfCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PaketUmfCdType.java deleted file mode 100644 index 2dd56e7a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PaketUmfCdType.java +++ /dev/null @@ -1,48 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für PaketUmfCd_Type. - * - *

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

- *

- * <simpleType name="PaketUmfCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="D"/>
- *     <enumeration value="G"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "PaketUmfCd_Type") -@XmlEnum -public enum PaketUmfCdType { - - - /** - * Differenz - * - */ - D, - - /** - * gesamt - * - */ - G; - - public String value() { - return name(); - } - - public static PaketUmfCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PersArtCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PersArtCdType.java deleted file mode 100644 index ded0094e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PersArtCdType.java +++ /dev/null @@ -1,48 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für PersArtCd_Type. - * - *

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

- *

- * <simpleType name="PersArtCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="N"/>
- *     <enumeration value="S"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "PersArtCd_Type") -@XmlEnum -public enum PersArtCdType { - - - /** - * natürliche Person - * - */ - N, - - /** - * sonstige Person - * - */ - S; - - public String value() { - return name(); - } - - public static PersArtCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PolArtCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PolArtCdType.java deleted file mode 100644 index f764981a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PolArtCdType.java +++ /dev/null @@ -1,62 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für PolArtCd_Type. - * - *

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

- *

- * <simpleType name="PolArtCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="E"/>
- *     <enumeration value="N"/>
- *     <enumeration value="V"/>
- *     <enumeration value="X"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "PolArtCd_Type") -@XmlEnum -public enum PolArtCdType { - - - /** - * Ersatzpolizze bei Ersatz/Konv. - * - */ - E, - - /** - * Nachversicherung - * - */ - N, - - /** - * Vorpolizze bei Ersatz/Konv. - * - */ - V, - - /** - * Vorpolizze bei Migration - * - */ - X; - - public String value() { - return name(); - } - - public static PolArtCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PraemFristCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PraemFristCdType.java deleted file mode 100644 index 068d1c37..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/PraemFristCdType.java +++ /dev/null @@ -1,48 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für PraemFristCd_Type. - * - *

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

- *

- * <simpleType name="PraemFristCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="E"/>
- *     <enumeration value="J"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "PraemFristCd_Type") -@XmlEnum -public enum PraemFristCdType { - - - /** - * Einmal - * - */ - E, - - /** - * Jahr - * - */ - J; - - public String value() { - return name(); - } - - public static PraemFristCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/RISIKOType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/RISIKOType.java deleted file mode 100644 index 6f9e7ccb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/RISIKOType.java +++ /dev/null @@ -1,263 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType name="RISIKO_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{urn:omds20}EL-Anzahl"/>
- *           <element ref="{urn:omds20}EL-Betrag"/>
- *           <element ref="{urn:omds20}EL-Bezugsberechtigung"/>
- *           <element ref="{urn:omds20}EL-Einstufung"/>
- *           <element ref="{urn:omds20}EL-Entscheidungsfrage"/>
- *           <element ref="{urn:omds20}EL-Gewinnbeteiligung"/>
- *           <element ref="{urn:omds20}EL-Grenzwert"/>
- *           <element ref="{urn:omds20}EL-Index"/>
- *           <element ref="{urn:omds20}EL-Identifizierung"/>
- *           <element ref="{urn:omds20}EL-Klausel"/>
- *           <element ref="{urn:omds20}EL-Objekt"/>
- *           <element ref="{urn:omds20}EL-Praemienkorrektur"/>
- *           <element ref="{urn:omds20}EL-Rente"/>
- *           <element ref="{urn:omds20}EL-Selbstbehalt"/>
- *           <element ref="{urn:omds20}EL-Steuer"/>
- *           <element ref="{urn:omds20}EL-Text"/>
- *           <element ref="{urn:omds20}EL-Versicherungssumme"/>
- *           <element ref="{urn:omds20}EL-Zeitraum"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="RisikoLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="RisikoArtCd" type="{urn:omds20}RisikoArtCd_Type" />
- *       <attribute name="RisikoBez" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="80"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="PraemFristCd" type="{urn:omds20}PraemFristCd_Type" />
- *       <attribute name="PraemieNto" type="{urn:omds20}decimal" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "RISIKO_Type", propOrder = { - "elAnzahlOrELBetragOrELBezugsberechtigung" -}) -public class RISIKOType { - - @XmlElements({ - @XmlElement(name = "EL-Anzahl", type = ELAnzahlType.class), - @XmlElement(name = "EL-Betrag", type = ELBetragType.class), - @XmlElement(name = "EL-Bezugsberechtigung", type = ELBezugsberechtigungType.class), - @XmlElement(name = "EL-Einstufung", type = ELEinstufungType.class), - @XmlElement(name = "EL-Entscheidungsfrage", type = ELEntscheidungsfrageType.class), - @XmlElement(name = "EL-Gewinnbeteiligung", type = ELGewinnbeteiligungType.class), - @XmlElement(name = "EL-Grenzwert", type = ELGrenzwertType.class), - @XmlElement(name = "EL-Index", type = ELIndexType.class), - @XmlElement(name = "EL-Identifizierung", type = ELIdentifizierungType.class), - @XmlElement(name = "EL-Klausel", type = ELKlauselType.class), - @XmlElement(name = "EL-Objekt", type = ELObjektType.class), - @XmlElement(name = "EL-Praemienkorrektur", type = ELPraemienkorrekturType.class), - @XmlElement(name = "EL-Rente", type = ELRenteType.class), - @XmlElement(name = "EL-Selbstbehalt", type = ELSelbstbehalt.class), - @XmlElement(name = "EL-Steuer", type = ELSteuerType.class), - @XmlElement(name = "EL-Text", type = ELTextType.class), - @XmlElement(name = "EL-Versicherungssumme", type = ELVersicherungssummeType.class), - @XmlElement(name = "EL-Zeitraum", type = ELZeitraumType.class) - }) - protected List elAnzahlOrELBetragOrELBezugsberechtigung; - @XmlAttribute(name = "RisikoLfnr", required = true) - @XmlSchemaType(name = "unsignedShort") - protected int risikoLfnr; - @XmlAttribute(name = "RisikoArtCd") - protected RisikoArtCdType risikoArtCd; - @XmlAttribute(name = "RisikoBez", required = true) - protected String risikoBez; - @XmlAttribute(name = "PraemFristCd") - protected PraemFristCdType praemFristCd; - @XmlAttribute(name = "PraemieNto") - protected BigDecimal praemieNto; - - /** - * Gets the value of the elAnzahlOrELBetragOrELBezugsberechtigung property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elAnzahlOrELBetragOrELBezugsberechtigung property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELAnzahlType } - * {@link ELBetragType } - * {@link ELBezugsberechtigungType } - * {@link ELEinstufungType } - * {@link ELEntscheidungsfrageType } - * {@link ELGewinnbeteiligungType } - * {@link ELGrenzwertType } - * {@link ELIndexType } - * {@link ELIdentifizierungType } - * {@link ELKlauselType } - * {@link ELObjektType } - * {@link ELPraemienkorrekturType } - * {@link ELRenteType } - * {@link ELSelbstbehalt } - * {@link ELSteuerType } - * {@link ELTextType } - * {@link ELVersicherungssummeType } - * {@link ELZeitraumType } - * - * - */ - public List getELAnzahlOrELBetragOrELBezugsberechtigung() { - if (elAnzahlOrELBetragOrELBezugsberechtigung == null) { - elAnzahlOrELBetragOrELBezugsberechtigung = new ArrayList(); - } - return this.elAnzahlOrELBetragOrELBezugsberechtigung; - } - - /** - * Ruft den Wert der risikoLfnr-Eigenschaft ab. - * - */ - public int getRisikoLfnr() { - return risikoLfnr; - } - - /** - * Legt den Wert der risikoLfnr-Eigenschaft fest. - * - */ - public void setRisikoLfnr(int value) { - this.risikoLfnr = value; - } - - /** - * Ruft den Wert der risikoArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link RisikoArtCdType } - * - */ - public RisikoArtCdType getRisikoArtCd() { - return risikoArtCd; - } - - /** - * Legt den Wert der risikoArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link RisikoArtCdType } - * - */ - public void setRisikoArtCd(RisikoArtCdType value) { - this.risikoArtCd = value; - } - - /** - * Ruft den Wert der risikoBez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRisikoBez() { - return risikoBez; - } - - /** - * Legt den Wert der risikoBez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRisikoBez(String value) { - this.risikoBez = value; - } - - /** - * Ruft den Wert der praemFristCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link PraemFristCdType } - * - */ - public PraemFristCdType getPraemFristCd() { - return praemFristCd; - } - - /** - * Legt den Wert der praemFristCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PraemFristCdType } - * - */ - public void setPraemFristCd(PraemFristCdType value) { - this.praemFristCd = value; - } - - /** - * Ruft den Wert der praemieNto-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getPraemieNto() { - return praemieNto; - } - - /** - * Legt den Wert der praemieNto-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setPraemieNto(BigDecimal value) { - this.praemieNto = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/RisikoArtCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/RisikoArtCdType.java deleted file mode 100644 index 69a0223b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/RisikoArtCdType.java +++ /dev/null @@ -1,1125 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für RisikoArtCd_Type. - * - *

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

- *

- * <simpleType name="RisikoArtCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="AH1"/>
- *     <enumeration value="AK1"/>
- *     <enumeration value="AK2"/>
- *     <enumeration value="AS1"/>
- *     <enumeration value="AS2"/>
- *     <enumeration value="AS3"/>
- *     <enumeration value="AS4"/>
- *     <enumeration value="AU1"/>
- *     <enumeration value="AU2"/>
- *     <enumeration value="AU3"/>
- *     <enumeration value="AU4"/>
- *     <enumeration value="AU5"/>
- *     <enumeration value="AV1"/>
- *     <enumeration value="BA1"/>
- *     <enumeration value="BD1"/>
- *     <enumeration value="B01"/>
- *     <enumeration value="B02"/>
- *     <enumeration value="B03"/>
- *     <enumeration value="B04"/>
- *     <enumeration value="B05"/>
- *     <enumeration value="B06"/>
- *     <enumeration value="B11"/>
- *     <enumeration value="BL1"/>
- *     <enumeration value="BL2"/>
- *     <enumeration value="E01"/>
- *     <enumeration value="E02"/>
- *     <enumeration value="EC1"/>
- *     <enumeration value="F01"/>
- *     <enumeration value="F02"/>
- *     <enumeration value="F03"/>
- *     <enumeration value="F04"/>
- *     <enumeration value="F05"/>
- *     <enumeration value="G01"/>
- *     <enumeration value="G02"/>
- *     <enumeration value="H01"/>
- *     <enumeration value="H02"/>
- *     <enumeration value="H03"/>
- *     <enumeration value="H04"/>
- *     <enumeration value="H05"/>
- *     <enumeration value="H06"/>
- *     <enumeration value="H07"/>
- *     <enumeration value="H08"/>
- *     <enumeration value="H99"/>
- *     <enumeration value="HH1"/>
- *     <enumeration value="K01"/>
- *     <enumeration value="K02"/>
- *     <enumeration value="K03"/>
- *     <enumeration value="K04"/>
- *     <enumeration value="K09"/>
- *     <enumeration value="K10"/>
- *     <enumeration value="K99"/>
- *     <enumeration value="L01"/>
- *     <enumeration value="L02"/>
- *     <enumeration value="L03"/>
- *     <enumeration value="L04"/>
- *     <enumeration value="L05"/>
- *     <enumeration value="L06"/>
- *     <enumeration value="L07"/>
- *     <enumeration value="L08"/>
- *     <enumeration value="L09"/>
- *     <enumeration value="L10"/>
- *     <enumeration value="L11"/>
- *     <enumeration value="L99"/>
- *     <enumeration value="LS1"/>
- *     <enumeration value="LW1"/>
- *     <enumeration value="M01"/>
- *     <enumeration value="M02"/>
- *     <enumeration value="M03"/>
- *     <enumeration value="M04"/>
- *     <enumeration value="M05"/>
- *     <enumeration value="M06"/>
- *     <enumeration value="M07"/>
- *     <enumeration value="R01"/>
- *     <enumeration value="R02"/>
- *     <enumeration value="R03"/>
- *     <enumeration value="R04"/>
- *     <enumeration value="R05"/>
- *     <enumeration value="R06"/>
- *     <enumeration value="R07"/>
- *     <enumeration value="R08"/>
- *     <enumeration value="R09"/>
- *     <enumeration value="R10"/>
- *     <enumeration value="R11"/>
- *     <enumeration value="R12"/>
- *     <enumeration value="R13"/>
- *     <enumeration value="R14"/>
- *     <enumeration value="R15"/>
- *     <enumeration value="R16"/>
- *     <enumeration value="R99"/>
- *     <enumeration value="RE1"/>
- *     <enumeration value="RE2"/>
- *     <enumeration value="RE3"/>
- *     <enumeration value="RE4"/>
- *     <enumeration value="S01"/>
- *     <enumeration value="S12"/>
- *     <enumeration value="S13"/>
- *     <enumeration value="S14"/>
- *     <enumeration value="S15"/>
- *     <enumeration value="S16"/>
- *     <enumeration value="S17"/>
- *     <enumeration value="S99"/>
- *     <enumeration value="ST1"/>
- *     <enumeration value="T01"/>
- *     <enumeration value="T02"/>
- *     <enumeration value="T03"/>
- *     <enumeration value="T04"/>
- *     <enumeration value="T05"/>
- *     <enumeration value="T06"/>
- *     <enumeration value="T07"/>
- *     <enumeration value="T08"/>
- *     <enumeration value="T09"/>
- *     <enumeration value="T11"/>
- *     <enumeration value="T12"/>
- *     <enumeration value="T13"/>
- *     <enumeration value="T20"/>
- *     <enumeration value="T21"/>
- *     <enumeration value="T22"/>
- *     <enumeration value="T23"/>
- *     <enumeration value="T99"/>
- *     <enumeration value="TI1"/>
- *     <enumeration value="U01"/>
- *     <enumeration value="U02"/>
- *     <enumeration value="U03"/>
- *     <enumeration value="U04"/>
- *     <enumeration value="U05"/>
- *     <enumeration value="U06"/>
- *     <enumeration value="U09"/>
- *     <enumeration value="U10"/>
- *     <enumeration value="U11"/>
- *     <enumeration value="U12"/>
- *     <enumeration value="U13"/>
- *     <enumeration value="U14"/>
- *     <enumeration value="U15"/>
- *     <enumeration value="U16"/>
- *     <enumeration value="U17"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "RisikoArtCd_Type") -@XmlEnum -public enum RisikoArtCdType { - - - /** - * KFZ-Haftpflicht - * - */ - @XmlEnumValue("AH1") - AH_1("AH1"), - - /** - * Voll- und Gross-Schadenkasko - * - */ - @XmlEnumValue("AK1") - AK_1("AK1"), - - /** - * Teilkasko - * - */ - @XmlEnumValue("AK2") - AK_2("AK2"), - - /** - * KFZ-Assistance - * - */ - @XmlEnumValue("AS1") - AS_1("AS1"), - - /** - * Reise-Assistance - * - */ - @XmlEnumValue("AS2") - AS_2("AS2"), - - /** - * Wohn-Assistance - * - */ - @XmlEnumValue("AS3") - AS_3("AS3"), - - /** - * Unfall-Assistance - * - */ - @XmlEnumValue("AS4") - AS_4("AS4"), - - /** - * Insassen-Unfall - * - */ - @XmlEnumValue("AU1") - AU_1("AU1"), - - /** - * Insassen-Unfall Todesfall - * - */ - @XmlEnumValue("AU2") - AU_2("AU2"), - - /** - * Insassen-Unfall Invalidität - * - */ - @XmlEnumValue("AU3") - AU_3("AU3"), - - /** - * Insassen-Unfall Taggeld - * - */ - @XmlEnumValue("AU4") - AU_4("AU4"), - - /** - * Insassen-Unfall Heilkosten - * - */ - @XmlEnumValue("AU5") - AU_5("AU5"), - - /** - * Abfertigungs-Versicherung - * - */ - @XmlEnumValue("AV1") - AV_1("AV1"), - - /** - * Bausparen Ansparen - * - */ - @XmlEnumValue("BA1") - BA_1("BA1"), - - /** - * Bausparen Darlehen - * - */ - @XmlEnumValue("BD1") - BD_1("BD1"), - - /** - * Betr.Unterbrechung-Feuer-Zivil - * - */ - @XmlEnumValue("B01") - B_01("B01"), - - /** - * Betr.Unterbrechung Feuer-Industrie - * - */ - @XmlEnumValue("B02") - B_02("B02"), - - /** - * Betr.Unterbrechung-EC - * - */ - @XmlEnumValue("B03") - B_03("B03"), - - /** - * Betr.Unterbrechung-Maschinenbruch - * - */ - @XmlEnumValue("B04") - B_04("B04"), - - /** - * Betr.Unterbrechung-Elementarschaden - * - */ - @XmlEnumValue("B05") - B_05("B05"), - - /** - * Betr.Unterbrechung f.freiber. Tätige - * - */ - @XmlEnumValue("B06") - B_06("B06"), - - /** - * Veranstaltungen - * - */ - @XmlEnumValue("B11") - B_11("B11"), - - /** - * Blitzschlag - * - */ - @XmlEnumValue("BL1") - BL_1("BL1"), - - /** - * indirekter Blitzschlag - * - */ - @XmlEnumValue("BL2") - BL_2("BL2"), - - /** - * Einbruch-Diebstahl - * - */ - @XmlEnumValue("E01") - E_01("E01"), - - /** - * Kassenboten - * - */ - @XmlEnumValue("E02") - E_02("E02"), - - /** - * Extended Coverage - * - */ - @XmlEnumValue("EC1") - EC_1("EC1"), - - /** - * Feuer-Zivil - * - */ - @XmlEnumValue("F01") - F_01("F01"), - - /** - * Feuer-Landwirtschaft - * - */ - @XmlEnumValue("F02") - F_02("F02"), - - /** - * Feuer-Industrie - * - */ - @XmlEnumValue("F03") - F_03("F03"), - - /** - * Feuer-EC - * - */ - @XmlEnumValue("F04") - F_04("F04"), - - /** - * Waldbrand - * - */ - @XmlEnumValue("F05") - F_05("F05"), - - /** - * Glasbruch privat - * - */ - @XmlEnumValue("G01") - G_01("G01"), - - /** - * Glasbruch Geschäft - * - */ - @XmlEnumValue("G02") - G_02("G02"), - - /** - * Allg.Haftpflicht - * - */ - @XmlEnumValue("H01") - H_01("H01"), - - /** - * Sonder-Haftpflicht - * - */ - @XmlEnumValue("H02") - H_02("H02"), - - /** - * Flug-Haftpflicht - * - */ - @XmlEnumValue("H03") - H_03("H03"), - - /** - * Vermögensschaden - * - */ - @XmlEnumValue("H04") - H_04("H04"), - - /** - * Atom-Haftpflicht - * - */ - @XmlEnumValue("H05") - H_05("H05"), - - /** - * Verkehrs-Haftpflicht - * - */ - @XmlEnumValue("H06") - H_06("H06"), - - /** - * Bauherrn-Haftpflicht - * - */ - @XmlEnumValue("H07") - H_07("H07"), - - /** - * Boots-Haftpflicht - * - */ - @XmlEnumValue("H08") - H_08("H08"), - - /** - * Sonstige Haftpflicht - * - */ - @XmlEnumValue("H99") - H_99("H99"), - - /** - * Haushalt - * - */ - @XmlEnumValue("HH1") - HH_1("HH1"), - - /** - * Spital - * - */ - @XmlEnumValue("K01") - K_01("K01"), - - /** - * Ambulanz - * - */ - @XmlEnumValue("K02") - K_02("K02"), - - /** - * Heilmittel - * - */ - @XmlEnumValue("K03") - K_03("K03"), - - /** - * Taggeld - * - */ - @XmlEnumValue("K04") - K_04("K04"), - - /** - * Reise-KV - * - */ - @XmlEnumValue("K09") - K_09("K09"), - - /** - * Pflegegeld - * - */ - @XmlEnumValue("K10") - K_10("K10"), - - /** - * KV sonstige - * - */ - @XmlEnumValue("K99") - K_99("K99"), - - /** - * Leben Kapital - * - */ - @XmlEnumValue("L01") - L_01("L01"), - - /** - * Leben Risiko - * - */ - @XmlEnumValue("L02") - L_02("L02"), - - /** - * Leben Rente - * - */ - @XmlEnumValue("L03") - L_03("L03"), - - /** - * Leben Dread Disease - * - */ - @XmlEnumValue("L04") - L_04("L04"), - - /** - * Leben veranlagungsorientiert - * - */ - @XmlEnumValue("L05") - L_05("L05"), - - /** - * Leben Kreditrestschuld - * - */ - @XmlEnumValue("L06") - L_06("L06"), - - /** - * Leben prämiengefördert - * - */ - @XmlEnumValue("L07") - L_07("L07"), - - /** - * Leben fondgebunden - * - */ - @XmlEnumValue("L08") - L_08("L08"), - - /** - * Berufsunfähigkeit - * - */ - @XmlEnumValue("L09") - L_09("L09"), - - /** - * Erwerbsunfähigkeit - * - */ - @XmlEnumValue("L10") - L_10("L10"), - - /** - * Pflegegeld - * - */ - @XmlEnumValue("L11") - L_11("L11"), - - /** - * Leben sonstige - * - */ - @XmlEnumValue("L99") - L_99("L99"), - - /** - * Leasing - * - */ - @XmlEnumValue("LS1") - LS_1("LS1"), - - /** - * Leitungswasser - * - */ - @XmlEnumValue("LW1") - LW_1("LW1"), - - /** - * Maschinenbruch - * - */ - @XmlEnumValue("M01") - M_01("M01"), - - /** - * Maschinen-Montage - * - */ - @XmlEnumValue("M02") - M_02("M02"), - - /** - * Maschinen-Garantie - * - */ - @XmlEnumValue("M03") - M_03("M03"), - - /** - * Elektrogeräte - * - */ - @XmlEnumValue("M04") - M_04("M04"), - - /** - * Computer und Unterhaltungselektronik - * - */ - @XmlEnumValue("M05") - M_05("M05"), - - /** - * Tiefkühltruhen - * - */ - @XmlEnumValue("M06") - M_06("M06"), - - /** - * Haustechnik - * - */ - @XmlEnumValue("M07") - M_07("M07"), - - /** - * Privat Rechtsschutz - * - */ - @XmlEnumValue("R01") - R_01("R01"), - - /** - * Kfz-Rechtsschutz - * - */ - @XmlEnumValue("R02") - R_02("R02"), - - /** - * Firmen-Rechtsschutz - * - */ - @XmlEnumValue("R03") - R_03("R03"), - - /** - * Schadenersatz- und Strafrechtsschutz - * - */ - @XmlEnumValue("R04") - R_04("R04"), - - /** - * Arbeitsgerichtsrechtsschutz - * - */ - @XmlEnumValue("R05") - R_05("R05"), - - /** - * Sozialversicherungsrechtsschutz - * - */ - @XmlEnumValue("R06") - R_06("R06"), - - /** - * Beratungsrechtsschutz - * - */ - @XmlEnumValue("R07") - R_07("R07"), - - /** - * Allgemeiner Vertragsrechtsschutz - * - */ - @XmlEnumValue("R08") - R_08("R08"), - - /** - * Grundstückseigentum- und Mietenrechtsschutz - * - */ - @XmlEnumValue("R09") - R_09("R09"), - - /** - * Erb- und Familienrechtsschutz - * - */ - @XmlEnumValue("R10") - R_10("R10"), - - /** - * Disziplinarverfahren - * - */ - @XmlEnumValue("R11") - R_11("R11"), - - /** - * Disziplinarverfahren für angestellte Ärzte - * - */ - @XmlEnumValue("R12") - R_12("R12"), - - /** - * Vorsatzdelikte - * - */ - @XmlEnumValue("R13") - R_13("R13"), - - /** - * Fahrzeugrechtsschutz - * - */ - @XmlEnumValue("R14") - R_14("R14"), - - /** - * Lenkerrechtsschutz - * - */ - @XmlEnumValue("R15") - R_15("R15"), - - /** - * Fahrzeugvertragsrechtsschutz - * - */ - @XmlEnumValue("R16") - R_16("R16"), - - /** - * Sonstiger Rechtsschutz - * - */ - @XmlEnumValue("R99") - R_99("R99"), - - /** - * Reise-Storno - * - */ - @XmlEnumValue("RE1") - RE_1("RE1"), - - /** - * Reise-Assistance - * - */ - @XmlEnumValue("RE2") - RE_2("RE2"), - - /** - * Reise-Kranken - * - */ - @XmlEnumValue("RE3") - RE_3("RE3"), - - /** - * Reise-Unfall - * - */ - @XmlEnumValue("RE4") - RE_4("RE4"), - - /** - * Kühlgut - * - */ - @XmlEnumValue("S01") - S_01("S01"), - - /** - * Lizenzverlust - * - */ - @XmlEnumValue("S12") - S_12("S12"), - - /** - * Atom-Sach - * - */ - @XmlEnumValue("S13") - S_13("S13"), - - /** - * Bauwesen - * - */ - @XmlEnumValue("S14") - S_14("S14"), - - /** - * Flugkasko - * - */ - @XmlEnumValue("S15") - S_15("S15"), - - /** - * Bootskasko - * - */ - @XmlEnumValue("S16") - S_16("S16"), - - /** - * Grabstätten - * - */ - @XmlEnumValue("S17") - S_17("S17"), - - /** - * sonstige SV - * - */ - @XmlEnumValue("S99") - S_99("S99"), - - /** - * Sturm - * - */ - @XmlEnumValue("ST1") - ST_1("ST1"), - - /** - * Land-Binnenwaren - * - */ - @XmlEnumValue("T01") - T_01("T01"), - - /** - * See - * - */ - @XmlEnumValue("T02") - T_02("T02"), - - /** - * Krieg - * - */ - @XmlEnumValue("T03") - T_03("T03"), - - /** - * Lager - * - */ - @XmlEnumValue("T04") - T_04("T04"), - - /** - * Valoren-Gewerblich - * - */ - @XmlEnumValue("T05") - T_05("T05"), - - /** - * Valoren-Privat - * - */ - @XmlEnumValue("T06") - T_06("T06"), - - /** - * Sportboot-Kasko - * - */ - @XmlEnumValue("T07") - T_07("T07"), - - /** - * Musik-Instrumente - * - */ - @XmlEnumValue("T08") - T_08("T08"), - - /** - * Kunst - * - */ - @XmlEnumValue("T09") - T_09("T09"), - - /** - * Seekasko - * - */ - @XmlEnumValue("T11") - T_11("T11"), - - /** - * Flusskasko - * - */ - @XmlEnumValue("T12") - T_12("T12"), - - /** - * Landkasko - * - */ - @XmlEnumValue("T13") - T_13("T13"), - - /** - * Reisegepäck - * - */ - @XmlEnumValue("T20") - T_20("T20"), - - /** - * Fotoapparate - * - */ - @XmlEnumValue("T21") - T_21("T21"), - - /** - * Film/Sach - * - */ - @XmlEnumValue("T22") - T_22("T22"), - - /** - * Film/Ausfall - * - */ - @XmlEnumValue("T23") - T_23("T23"), - - /** - * Sonstige Transport - * - */ - @XmlEnumValue("T99") - T_99("T99"), - - /** - * Tier - * - */ - @XmlEnumValue("TI1") - TI_1("TI1"), - - /** - * Allg.Unfall - * - */ - @XmlEnumValue("U01") - U_01("U01"), - - /** - * Kollektiv Unfall - * - */ - @XmlEnumValue("U02") - U_02("U02"), - - /** - * Schülerunfall - * - */ - @XmlEnumValue("U03") - U_03("U03"), - - /** - * Volksunfall - * - */ - @XmlEnumValue("U04") - U_04("U04"), - - /** - * Flug-Unfall - * - */ - @XmlEnumValue("U05") - U_05("U05"), - - /** - * Boots-Unfall - * - */ - @XmlEnumValue("U06") - U_06("U06"), - - /** - * Besucher-Unfall - * - */ - @XmlEnumValue("U09") - U_09("U09"), - - /** - * Unfall mit Kapitalrückgewähr - * - */ - @XmlEnumValue("U10") - U_10("U10"), - - /** - * Taggeld - * - */ - @XmlEnumValue("U11") - U_11("U11"), - - /** - * Invalidität - * - */ - @XmlEnumValue("U12") - U_12("U12"), - - /** - * Unfallrente - * - */ - @XmlEnumValue("U13") - U_13("U13"), - - /** - * Unfalltod - * - */ - @XmlEnumValue("U14") - U_14("U14"), - - /** - * Spitalgeld - * - */ - @XmlEnumValue("U15") - U_15("U15"), - - /** - * Unfallkosten - * - */ - @XmlEnumValue("U16") - U_16("U16"), - - /** - * Kostenersatz - * - */ - @XmlEnumValue("U17") - U_17("U17"); - private final String value; - - RisikoArtCdType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static RisikoArtCdType fromValue(String v) { - for (RisikoArtCdType c: RisikoArtCdType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SCHADENBETEILIGTERType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SCHADENBETEILIGTERType.java deleted file mode 100644 index ac7df4a1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SCHADENBETEILIGTERType.java +++ /dev/null @@ -1,211 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType name="SCHADEN_BETEILIGTER_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence minOccurs="0">
- *         <element ref="{urn:omds20}GESCHAEDIGTES_OBJEKT" maxOccurs="unbounded" minOccurs="0"/>
- *         <element ref="{urn:omds20}ZAHLUNG" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="BetLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Personennr" type="{urn:omds20}Personennr" />
- *       <attribute name="BetRolleCd" use="required" type="{urn:omds20}BetRolleCd_Type" />
- *       <attribute name="BetTxt">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="100"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SCHADEN_BETEILIGTER_Type", propOrder = { - "geschaedigtesobjekt", - "zahlung" -}) -public class SCHADENBETEILIGTERType { - - @XmlElement(name = "GESCHAEDIGTES_OBJEKT") - protected List geschaedigtesobjekt; - @XmlElement(name = "ZAHLUNG") - protected List zahlung; - @XmlAttribute(name = "BetLfnr", required = true) - @XmlSchemaType(name = "unsignedShort") - protected int betLfnr; - @XmlAttribute(name = "Personennr") - protected String personennr; - @XmlAttribute(name = "BetRolleCd", required = true) - protected String betRolleCd; - @XmlAttribute(name = "BetTxt") - protected String betTxt; - - /** - * Gets the value of the geschaedigtesobjekt property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the geschaedigtesobjekt property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link GESCHAEDIGTESOBJEKTType } - * - * - */ - public List getGESCHAEDIGTESOBJEKT() { - if (geschaedigtesobjekt == null) { - geschaedigtesobjekt = new ArrayList(); - } - return this.geschaedigtesobjekt; - } - - /** - * Gets the value of the zahlung property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zahlung property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ZAHLUNGType } - * - * - */ - public List getZAHLUNG() { - if (zahlung == null) { - zahlung = new ArrayList(); - } - return this.zahlung; - } - - /** - * Ruft den Wert der betLfnr-Eigenschaft ab. - * - */ - public int getBetLfnr() { - return betLfnr; - } - - /** - * Legt den Wert der betLfnr-Eigenschaft fest. - * - */ - public void setBetLfnr(int value) { - this.betLfnr = value; - } - - /** - * Ruft den Wert der personennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPersonennr() { - return personennr; - } - - /** - * Legt den Wert der personennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPersonennr(String value) { - this.personennr = value; - } - - /** - * Ruft den Wert der betRolleCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBetRolleCd() { - return betRolleCd; - } - - /** - * Legt den Wert der betRolleCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBetRolleCd(String value) { - this.betRolleCd = value; - } - - /** - * Ruft den Wert der betTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBetTxt() { - return betTxt; - } - - /** - * Legt den Wert der betTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBetTxt(String value) { - this.betTxt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SCHADENType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SCHADENType.java deleted file mode 100644 index ac0a739f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SCHADENType.java +++ /dev/null @@ -1,658 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - *

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

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

- * <complexType name="SCHADEN_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence minOccurs="0">
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{urn:omds20}EL-Anzahl"/>
- *           <element ref="{urn:omds20}EL-Betrag"/>
- *           <element ref="{urn:omds20}EL-Einstufung"/>
- *           <element ref="{urn:omds20}EL-Entscheidungsfrage"/>
- *           <element ref="{urn:omds20}EL-Polizzennummer"/>
- *           <element ref="{urn:omds20}EL-Text"/>
- *         </choice>
- *         <element ref="{urn:omds20}SCHADEN_BETEILIGTER" maxOccurs="unbounded" minOccurs="0"/>
- *         <element ref="{urn:omds20}EL-KFZ-Kennzeichen" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="Schadennr" use="required" type="{urn:omds20}Schadennr" />
- *       <attribute name="Polizzennr" use="required" type="{urn:omds20}Polizzennr" />
- *       <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
- *       <attribute name="Vermnr" type="{urn:omds20}Vermnr" />
- *       <attribute name="VerbandSparteCd" type="{urn:omds20}VerbandSparteCd_Type" />
- *       <attribute name="SpartenCd" use="required" type="{urn:omds20}SpartenCd_Type" />
- *       <attribute name="SpartenErweiterung" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="10"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Ereigniszpkt" use="required" type="{urn:omds20}Datum-Zeit" />
- *       <attribute name="Meldedat" use="required" type="{urn:omds20}Datum" />
- *       <attribute name="SchadUrsCd" type="{urn:omds20}SchadUrsCd_Type" />
- *       <attribute name="SchadUrsTxt">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="40"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="VerschuldenCd" type="{urn:omds20}VerschuldenCd_Type" />
- *       <attribute name="MalusWirksamKz" type="{urn:omds20}Entsch2_Type" />
- *       <attribute name="BearbStandCd" use="required" type="{urn:omds20}BearbStandCd_Type" />
- *       <attribute name="ErledDat" type="{urn:omds20}Datum" />
- *       <attribute name="SachbearbVU">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="30"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="LeistungGeschaetzt" type="{urn:omds20}decimal" />
- *       <attribute name="WaehrungsCd" use="required" type="{urn:omds20}WaehrungsCd_Type" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SCHADEN_Type", propOrder = { - "elAnzahlOrELBetragOrELEinstufung", - "schadenbeteiligter", - "elkfzKennzeichen" -}) -public class SCHADENType { - - @XmlElements({ - @XmlElement(name = "EL-Anzahl", type = ELAnzahlType.class), - @XmlElement(name = "EL-Betrag", type = ELBetragType.class), - @XmlElement(name = "EL-Einstufung", type = ELEinstufungType.class), - @XmlElement(name = "EL-Entscheidungsfrage", type = ELEntscheidungsfrageType.class), - @XmlElement(name = "EL-Polizzennummer", type = ELPolizzennummerType.class), - @XmlElement(name = "EL-Text", type = ELTextType.class) - }) - protected List elAnzahlOrELBetragOrELEinstufung; - @XmlElement(name = "SCHADEN_BETEILIGTER") - protected List schadenbeteiligter; - @XmlElement(name = "EL-KFZ-Kennzeichen") - protected ELKFZKennzeichenType elkfzKennzeichen; - @XmlAttribute(name = "Schadennr", required = true) - protected String schadennr; - @XmlAttribute(name = "Polizzennr", required = true) - protected String polizzennr; - @XmlAttribute(name = "VertragsID") - protected String vertragsID; - @XmlAttribute(name = "Vermnr") - protected String vermnr; - @XmlAttribute(name = "VerbandSparteCd") - protected String verbandSparteCd; - @XmlAttribute(name = "SpartenCd", required = true) - protected String spartenCd; - @XmlAttribute(name = "SpartenErweiterung", required = true) - protected String spartenErweiterung; - @XmlAttribute(name = "Ereigniszpkt", required = true) - protected XMLGregorianCalendar ereigniszpkt; - @XmlAttribute(name = "Meldedat", required = true) - protected XMLGregorianCalendar meldedat; - @XmlAttribute(name = "SchadUrsCd") - protected String schadUrsCd; - @XmlAttribute(name = "SchadUrsTxt") - protected String schadUrsTxt; - @XmlAttribute(name = "VerschuldenCd") - protected String verschuldenCd; - @XmlAttribute(name = "MalusWirksamKz") - protected Entsch2Type malusWirksamKz; - @XmlAttribute(name = "BearbStandCd", required = true) - protected String bearbStandCd; - @XmlAttribute(name = "ErledDat") - protected XMLGregorianCalendar erledDat; - @XmlAttribute(name = "SachbearbVU") - protected String sachbearbVU; - @XmlAttribute(name = "LeistungGeschaetzt") - protected BigDecimal leistungGeschaetzt; - @XmlAttribute(name = "WaehrungsCd", required = true) - protected WaehrungsCdType waehrungsCd; - - /** - * Gets the value of the elAnzahlOrELBetragOrELEinstufung property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elAnzahlOrELBetragOrELEinstufung property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELAnzahlType } - * {@link ELBetragType } - * {@link ELEinstufungType } - * {@link ELEntscheidungsfrageType } - * {@link ELPolizzennummerType } - * {@link ELTextType } - * - * - */ - public List getELAnzahlOrELBetragOrELEinstufung() { - if (elAnzahlOrELBetragOrELEinstufung == null) { - elAnzahlOrELBetragOrELEinstufung = new ArrayList(); - } - return this.elAnzahlOrELBetragOrELEinstufung; - } - - /** - * Gets the value of the schadenbeteiligter property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the schadenbeteiligter property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link SCHADENBETEILIGTERType } - * - * - */ - public List getSCHADENBETEILIGTER() { - if (schadenbeteiligter == null) { - schadenbeteiligter = new ArrayList(); - } - return this.schadenbeteiligter; - } - - /** - * Ruft den Wert der elkfzKennzeichen-Eigenschaft ab. - * - * @return - * possible object is - * {@link ELKFZKennzeichenType } - * - */ - public ELKFZKennzeichenType getELKFZKennzeichen() { - return elkfzKennzeichen; - } - - /** - * Legt den Wert der elkfzKennzeichen-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ELKFZKennzeichenType } - * - */ - public void setELKFZKennzeichen(ELKFZKennzeichenType value) { - this.elkfzKennzeichen = value; - } - - /** - * Ruft den Wert der schadennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadennr() { - return schadennr; - } - - /** - * Legt den Wert der schadennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadennr(String value) { - this.schadennr = value; - } - - /** - * Ruft den Wert der polizzennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolizzennr() { - return polizzennr; - } - - /** - * Legt den Wert der polizzennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolizzennr(String value) { - this.polizzennr = value; - } - - /** - * Ruft den Wert der vertragsID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVertragsID() { - return vertragsID; - } - - /** - * Legt den Wert der vertragsID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVertragsID(String value) { - this.vertragsID = value; - } - - /** - * Ruft den Wert der vermnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVermnr() { - return vermnr; - } - - /** - * Legt den Wert der vermnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVermnr(String value) { - this.vermnr = value; - } - - /** - * Ruft den Wert der verbandSparteCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVerbandSparteCd() { - return verbandSparteCd; - } - - /** - * Legt den Wert der verbandSparteCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVerbandSparteCd(String value) { - this.verbandSparteCd = value; - } - - /** - * Ruft den Wert der spartenCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSpartenCd() { - return spartenCd; - } - - /** - * Legt den Wert der spartenCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSpartenCd(String value) { - this.spartenCd = value; - } - - /** - * Ruft den Wert der spartenErweiterung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSpartenErweiterung() { - return spartenErweiterung; - } - - /** - * Legt den Wert der spartenErweiterung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSpartenErweiterung(String value) { - this.spartenErweiterung = value; - } - - /** - * Ruft den Wert der ereigniszpkt-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getEreigniszpkt() { - return ereigniszpkt; - } - - /** - * Legt den Wert der ereigniszpkt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setEreigniszpkt(XMLGregorianCalendar value) { - this.ereigniszpkt = value; - } - - /** - * Ruft den Wert der meldedat-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMeldedat() { - return meldedat; - } - - /** - * Legt den Wert der meldedat-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMeldedat(XMLGregorianCalendar value) { - this.meldedat = value; - } - - /** - * Ruft den Wert der schadUrsCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadUrsCd() { - return schadUrsCd; - } - - /** - * Legt den Wert der schadUrsCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadUrsCd(String value) { - this.schadUrsCd = value; - } - - /** - * Ruft den Wert der schadUrsTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadUrsTxt() { - return schadUrsTxt; - } - - /** - * Legt den Wert der schadUrsTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadUrsTxt(String value) { - this.schadUrsTxt = value; - } - - /** - * Ruft den Wert der verschuldenCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVerschuldenCd() { - return verschuldenCd; - } - - /** - * Legt den Wert der verschuldenCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVerschuldenCd(String value) { - this.verschuldenCd = value; - } - - /** - * Ruft den Wert der malusWirksamKz-Eigenschaft ab. - * - * @return - * possible object is - * {@link Entsch2Type } - * - */ - public Entsch2Type getMalusWirksamKz() { - return malusWirksamKz; - } - - /** - * Legt den Wert der malusWirksamKz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Entsch2Type } - * - */ - public void setMalusWirksamKz(Entsch2Type value) { - this.malusWirksamKz = value; - } - - /** - * Ruft den Wert der bearbStandCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBearbStandCd() { - return bearbStandCd; - } - - /** - * Legt den Wert der bearbStandCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBearbStandCd(String value) { - this.bearbStandCd = value; - } - - /** - * Ruft den Wert der erledDat-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getErledDat() { - return erledDat; - } - - /** - * Legt den Wert der erledDat-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setErledDat(XMLGregorianCalendar value) { - this.erledDat = value; - } - - /** - * Ruft den Wert der sachbearbVU-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSachbearbVU() { - return sachbearbVU; - } - - /** - * Legt den Wert der sachbearbVU-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSachbearbVU(String value) { - this.sachbearbVU = value; - } - - /** - * Ruft den Wert der leistungGeschaetzt-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getLeistungGeschaetzt() { - return leistungGeschaetzt; - } - - /** - * Legt den Wert der leistungGeschaetzt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setLeistungGeschaetzt(BigDecimal value) { - this.leistungGeschaetzt = value; - } - - /** - * Ruft den Wert der waehrungsCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link WaehrungsCdType } - * - */ - public WaehrungsCdType getWaehrungsCd() { - return waehrungsCd; - } - - /** - * Legt den Wert der waehrungsCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link WaehrungsCdType } - * - */ - public void setWaehrungsCd(WaehrungsCdType value) { - this.waehrungsCd = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SCHLUESSEL.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SCHLUESSEL.java deleted file mode 100644 index 4dfc6c72..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SCHLUESSEL.java +++ /dev/null @@ -1,132 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="SchlWert" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="3"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Schlbez">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="50"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="SchlWert_generell">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="3"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "") -@XmlRootElement(name = "SCHLUESSEL") -public class SCHLUESSEL { - - @XmlAttribute(name = "SchlWert", required = true) - protected String schlWert; - @XmlAttribute(name = "Schlbez") - protected String schlbez; - @XmlAttribute(name = "SchlWert_generell") - protected String schlWertGenerell; - - /** - * Ruft den Wert der schlWert-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchlWert() { - return schlWert; - } - - /** - * Legt den Wert der schlWert-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchlWert(String value) { - this.schlWert = value; - } - - /** - * Ruft den Wert der schlbez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchlbez() { - return schlbez; - } - - /** - * Legt den Wert der schlbez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchlbez(String value) { - this.schlbez = value; - } - - /** - * Ruft den Wert der schlWertGenerell-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchlWertGenerell() { - return schlWertGenerell; - } - - /** - * Legt den Wert der schlWertGenerell-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchlWertGenerell(String value) { - this.schlWertGenerell = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SCHLUESSELART.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SCHLUESSELART.java deleted file mode 100644 index f16e1af2..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SCHLUESSELART.java +++ /dev/null @@ -1,159 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence maxOccurs="unbounded">
- *         <element ref="{urn:omds20}SCHLUESSEL"/>
- *       </sequence>
- *       <attribute name="SchlArtCd" use="required" type="{urn:omds20}SchlArtCd_Type" />
- *       <attribute name="VUWertErlaubtKz" use="required" type="{urn:omds20}Entsch2_Type" />
- *       <attribute name="SchlArtBez">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="30"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "schluessel" -}) -@XmlRootElement(name = "SCHLUESSELART") -public class SCHLUESSELART { - - @XmlElement(name = "SCHLUESSEL", required = true) - protected List schluessel; - @XmlAttribute(name = "SchlArtCd", required = true) - protected SchlArtCdType schlArtCd; - @XmlAttribute(name = "VUWertErlaubtKz", required = true) - protected Entsch2Type vuWertErlaubtKz; - @XmlAttribute(name = "SchlArtBez") - protected String schlArtBez; - - /** - * Gets the value of the schluessel property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the schluessel property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link SCHLUESSEL } - * - * - */ - public List getSCHLUESSEL() { - if (schluessel == null) { - schluessel = new ArrayList(); - } - return this.schluessel; - } - - /** - * Ruft den Wert der schlArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link SchlArtCdType } - * - */ - public SchlArtCdType getSchlArtCd() { - return schlArtCd; - } - - /** - * Legt den Wert der schlArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SchlArtCdType } - * - */ - public void setSchlArtCd(SchlArtCdType value) { - this.schlArtCd = value; - } - - /** - * Ruft den Wert der vuWertErlaubtKz-Eigenschaft ab. - * - * @return - * possible object is - * {@link Entsch2Type } - * - */ - public Entsch2Type getVUWertErlaubtKz() { - return vuWertErlaubtKz; - } - - /** - * Legt den Wert der vuWertErlaubtKz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Entsch2Type } - * - */ - public void setVUWertErlaubtKz(Entsch2Type value) { - this.vuWertErlaubtKz = value; - } - - /** - * Ruft den Wert der schlArtBez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchlArtBez() { - return schlArtBez; - } - - /** - * Legt den Wert der schlArtBez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchlArtBez(String value) { - this.schlArtBez = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SONSTIGEPERSONType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SONSTIGEPERSONType.java deleted file mode 100644 index 5231277d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SONSTIGEPERSONType.java +++ /dev/null @@ -1,206 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType name="SONSTIGE_PERSON_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="Name" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="120"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Kurzname">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="15"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="SonstPersArtCd" use="required" type="{urn:omds20}SonstPersArtCd_Type" />
- *       <attribute name="GesFormCd" type="{urn:omds20}GesFormCd_Type" />
- *       <attribute name="PersonID_VU" type="{urn:omds20}PersonID_Type" />
- *       <attribute name="PersonID_Makler" type="{urn:omds20}PersonID_Type" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SONSTIGE_PERSON_Type") -public class SONSTIGEPERSONType { - - @XmlAttribute(name = "Name", required = true) - protected String name; - @XmlAttribute(name = "Kurzname") - protected String kurzname; - @XmlAttribute(name = "SonstPersArtCd", required = true) - protected String sonstPersArtCd; - @XmlAttribute(name = "GesFormCd") - protected GesFormCdType gesFormCd; - @XmlAttribute(name = "PersonID_VU") - protected String personIDVU; - @XmlAttribute(name = "PersonID_Makler") - protected String personIDMakler; - - /** - * Ruft den Wert der name-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Legt den Wert der name-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Ruft den Wert der kurzname-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKurzname() { - return kurzname; - } - - /** - * Legt den Wert der kurzname-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKurzname(String value) { - this.kurzname = value; - } - - /** - * Ruft den Wert der sonstPersArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSonstPersArtCd() { - return sonstPersArtCd; - } - - /** - * Legt den Wert der sonstPersArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSonstPersArtCd(String value) { - this.sonstPersArtCd = value; - } - - /** - * Ruft den Wert der gesFormCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link GesFormCdType } - * - */ - public GesFormCdType getGesFormCd() { - return gesFormCd; - } - - /** - * Legt den Wert der gesFormCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link GesFormCdType } - * - */ - public void setGesFormCd(GesFormCdType value) { - this.gesFormCd = value; - } - - /** - * Ruft den Wert der personIDVU-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPersonIDVU() { - return personIDVU; - } - - /** - * Legt den Wert der personIDVU-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPersonIDVU(String value) { - this.personIDVU = value; - } - - /** - * Ruft den Wert der personIDMakler-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPersonIDMakler() { - return personIDMakler; - } - - /** - * Legt den Wert der personIDMakler-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPersonIDMakler(String value) { - this.personIDMakler = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SPARTEType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SPARTEType.java deleted file mode 100644 index 627b803a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SPARTEType.java +++ /dev/null @@ -1,583 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - *

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

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

- * <complexType name="SPARTE_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{urn:omds20}EL-Anzahl"/>
- *           <element ref="{urn:omds20}EL-Betrag"/>
- *           <element ref="{urn:omds20}EL-Bezugsberechtigung"/>
- *           <element ref="{urn:omds20}EL-Einstufung"/>
- *           <element ref="{urn:omds20}EL-Entscheidungsfrage"/>
- *           <element ref="{urn:omds20}EL-Gewinnbeteiligung"/>
- *           <element ref="{urn:omds20}EL-Grenzwert"/>
- *           <element ref="{urn:omds20}EL-Index"/>
- *           <element ref="{urn:omds20}EL-Klausel"/>
- *           <element ref="{urn:omds20}EL-Praemienkorrektur"/>
- *           <element ref="{urn:omds20}EL-Rente"/>
- *           <element ref="{urn:omds20}EL-Selbstbehalt"/>
- *           <element ref="{urn:omds20}EL-Steuer"/>
- *           <element ref="{urn:omds20}EL-Text"/>
- *           <element ref="{urn:omds20}EL-Zeitraum"/>
- *         </choice>
- *         <element ref="{urn:omds20}RISIKO" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="SpartenCd" use="required" type="{urn:omds20}SpartenCd_Type" />
- *       <attribute name="SpartenErweiterung" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="10"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="SpartenID">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="40"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="VerbandSparteCd" use="required" type="{urn:omds20}VerbandSparteCd_Type" />
- *       <attribute name="Spartentxt">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="80"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="SpartenBeg" type="{urn:omds20}Datum" />
- *       <attribute name="SpartenEnd" type="{urn:omds20}Datum" />
- *       <attribute name="StatusCd" type="{urn:omds20}StatusCd_Type" />
- *       <attribute name="HauptTarifBez">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="25"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="SichergKz" type="{urn:omds20}Entsch2_Type" />
- *       <attribute name="DirBeteiligtKz" type="{urn:omds20}Entsch3_Type" />
- *       <attribute name="SondervereinbarungKz" type="{urn:omds20}Entsch3_Type" />
- *       <attribute name="PraemieNtoSp" use="required" type="{urn:omds20}decimal" />
- *       <attribute name="PraemieBtoSp" use="required" type="{urn:omds20}decimal" />
- *       <attribute name="nmoKuendDat" type="{urn:omds20}Datum" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SPARTE_Type", propOrder = { - "elAnzahlOrELBetragOrELBezugsberechtigung", - "risiko" -}) -public class SPARTEType { - - @XmlElements({ - @XmlElement(name = "EL-Anzahl", type = ELAnzahlType.class), - @XmlElement(name = "EL-Betrag", type = ELBetragType.class), - @XmlElement(name = "EL-Bezugsberechtigung", type = ELBezugsberechtigungType.class), - @XmlElement(name = "EL-Einstufung", type = ELEinstufungType.class), - @XmlElement(name = "EL-Entscheidungsfrage", type = ELEntscheidungsfrageType.class), - @XmlElement(name = "EL-Gewinnbeteiligung", type = ELGewinnbeteiligungType.class), - @XmlElement(name = "EL-Grenzwert", type = ELGrenzwertType.class), - @XmlElement(name = "EL-Index", type = ELIndexType.class), - @XmlElement(name = "EL-Klausel", type = ELKlauselType.class), - @XmlElement(name = "EL-Praemienkorrektur", type = ELPraemienkorrekturType.class), - @XmlElement(name = "EL-Rente", type = ELRenteType.class), - @XmlElement(name = "EL-Selbstbehalt", type = ELSelbstbehalt.class), - @XmlElement(name = "EL-Steuer", type = ELSteuerType.class), - @XmlElement(name = "EL-Text", type = ELTextType.class), - @XmlElement(name = "EL-Zeitraum", type = ELZeitraumType.class) - }) - protected List elAnzahlOrELBetragOrELBezugsberechtigung; - @XmlElement(name = "RISIKO", required = true) - protected List risiko; - @XmlAttribute(name = "SpartenCd", required = true) - protected String spartenCd; - @XmlAttribute(name = "SpartenErweiterung", required = true) - protected String spartenErweiterung; - @XmlAttribute(name = "SpartenID") - protected String spartenID; - @XmlAttribute(name = "VerbandSparteCd", required = true) - protected String verbandSparteCd; - @XmlAttribute(name = "Spartentxt") - protected String spartentxt; - @XmlAttribute(name = "SpartenBeg") - protected XMLGregorianCalendar spartenBeg; - @XmlAttribute(name = "SpartenEnd") - protected XMLGregorianCalendar spartenEnd; - @XmlAttribute(name = "StatusCd") - protected String statusCd; - @XmlAttribute(name = "HauptTarifBez") - protected String hauptTarifBez; - @XmlAttribute(name = "SichergKz") - protected Entsch2Type sichergKz; - @XmlAttribute(name = "DirBeteiligtKz") - protected String dirBeteiligtKz; - @XmlAttribute(name = "SondervereinbarungKz") - protected String sondervereinbarungKz; - @XmlAttribute(name = "PraemieNtoSp", required = true) - protected BigDecimal praemieNtoSp; - @XmlAttribute(name = "PraemieBtoSp", required = true) - protected BigDecimal praemieBtoSp; - @XmlAttribute(name = "nmoKuendDat") - protected XMLGregorianCalendar nmoKuendDat; - - /** - * Gets the value of the elAnzahlOrELBetragOrELBezugsberechtigung property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elAnzahlOrELBetragOrELBezugsberechtigung property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELAnzahlType } - * {@link ELBetragType } - * {@link ELBezugsberechtigungType } - * {@link ELEinstufungType } - * {@link ELEntscheidungsfrageType } - * {@link ELGewinnbeteiligungType } - * {@link ELGrenzwertType } - * {@link ELIndexType } - * {@link ELKlauselType } - * {@link ELPraemienkorrekturType } - * {@link ELRenteType } - * {@link ELSelbstbehalt } - * {@link ELSteuerType } - * {@link ELTextType } - * {@link ELZeitraumType } - * - * - */ - public List getELAnzahlOrELBetragOrELBezugsberechtigung() { - if (elAnzahlOrELBetragOrELBezugsberechtigung == null) { - elAnzahlOrELBetragOrELBezugsberechtigung = new ArrayList(); - } - return this.elAnzahlOrELBetragOrELBezugsberechtigung; - } - - /** - * Gets the value of the risiko property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the risiko property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link RISIKOType } - * - * - */ - public List getRISIKO() { - if (risiko == null) { - risiko = new ArrayList(); - } - return this.risiko; - } - - /** - * Ruft den Wert der spartenCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSpartenCd() { - return spartenCd; - } - - /** - * Legt den Wert der spartenCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSpartenCd(String value) { - this.spartenCd = value; - } - - /** - * Ruft den Wert der spartenErweiterung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSpartenErweiterung() { - return spartenErweiterung; - } - - /** - * Legt den Wert der spartenErweiterung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSpartenErweiterung(String value) { - this.spartenErweiterung = value; - } - - /** - * Ruft den Wert der spartenID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSpartenID() { - return spartenID; - } - - /** - * Legt den Wert der spartenID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSpartenID(String value) { - this.spartenID = value; - } - - /** - * Ruft den Wert der verbandSparteCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVerbandSparteCd() { - return verbandSparteCd; - } - - /** - * Legt den Wert der verbandSparteCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVerbandSparteCd(String value) { - this.verbandSparteCd = value; - } - - /** - * Ruft den Wert der spartentxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSpartentxt() { - return spartentxt; - } - - /** - * Legt den Wert der spartentxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSpartentxt(String value) { - this.spartentxt = value; - } - - /** - * Ruft den Wert der spartenBeg-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getSpartenBeg() { - return spartenBeg; - } - - /** - * Legt den Wert der spartenBeg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setSpartenBeg(XMLGregorianCalendar value) { - this.spartenBeg = value; - } - - /** - * Ruft den Wert der spartenEnd-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getSpartenEnd() { - return spartenEnd; - } - - /** - * Legt den Wert der spartenEnd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setSpartenEnd(XMLGregorianCalendar value) { - this.spartenEnd = value; - } - - /** - * Ruft den Wert der statusCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStatusCd() { - return statusCd; - } - - /** - * Legt den Wert der statusCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStatusCd(String value) { - this.statusCd = value; - } - - /** - * Ruft den Wert der hauptTarifBez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHauptTarifBez() { - return hauptTarifBez; - } - - /** - * Legt den Wert der hauptTarifBez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHauptTarifBez(String value) { - this.hauptTarifBez = value; - } - - /** - * Ruft den Wert der sichergKz-Eigenschaft ab. - * - * @return - * possible object is - * {@link Entsch2Type } - * - */ - public Entsch2Type getSichergKz() { - return sichergKz; - } - - /** - * Legt den Wert der sichergKz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Entsch2Type } - * - */ - public void setSichergKz(Entsch2Type value) { - this.sichergKz = value; - } - - /** - * Ruft den Wert der dirBeteiligtKz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDirBeteiligtKz() { - return dirBeteiligtKz; - } - - /** - * Legt den Wert der dirBeteiligtKz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDirBeteiligtKz(String value) { - this.dirBeteiligtKz = value; - } - - /** - * Ruft den Wert der sondervereinbarungKz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSondervereinbarungKz() { - return sondervereinbarungKz; - } - - /** - * Legt den Wert der sondervereinbarungKz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSondervereinbarungKz(String value) { - this.sondervereinbarungKz = value; - } - - /** - * Ruft den Wert der praemieNtoSp-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getPraemieNtoSp() { - return praemieNtoSp; - } - - /** - * Legt den Wert der praemieNtoSp-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setPraemieNtoSp(BigDecimal value) { - this.praemieNtoSp = value; - } - - /** - * Ruft den Wert der praemieBtoSp-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getPraemieBtoSp() { - return praemieBtoSp; - } - - /** - * Legt den Wert der praemieBtoSp-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setPraemieBtoSp(BigDecimal value) { - this.praemieBtoSp = value; - } - - /** - * Ruft den Wert der nmoKuendDat-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getNmoKuendDat() { - return nmoKuendDat; - } - - /** - * Legt den Wert der nmoKuendDat-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setNmoKuendDat(XMLGregorianCalendar value) { - this.nmoKuendDat = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SbhArtCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SbhArtCdType.java deleted file mode 100644 index 0157e1aa..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SbhArtCdType.java +++ /dev/null @@ -1,69 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für SbhArtCd_Type. - * - *

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

- *

- * <simpleType name="SbhArtCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="MIS"/>
- *     <enumeration value="MXK"/>
- *     <enumeration value="MXS"/>
- *     <enumeration value="STS"/>
- *     <enumeration value="SSO"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "SbhArtCd_Type") -@XmlEnum -public enum SbhArtCdType { - - - /** - * Mindestselbstbehalt je Schadenfall - * - */ - MIS, - - /** - * Maximalselbstbehalt kumuliert - * - */ - MXK, - - /** - * Maximalselbstbehalt je Schadenfall - * - */ - MXS, - - /** - * Standardselbstbehalt je Schadenfall - * - */ - STS, - - /** - * Selbstbehalt sonst - * - */ - SSO; - - public String value() { - return name(); - } - - public static SbhArtCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SchlArtCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SchlArtCdType.java deleted file mode 100644 index 0777bb1b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SchlArtCdType.java +++ /dev/null @@ -1,559 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für SchlArtCd_Type. - * - *

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

- *

- * <simpleType name="SchlArtCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <minLength value="1"/>
- *     <maxLength value="25"/>
- *     <enumeration value="AendGrundCd"/>
- *     <enumeration value="AntriebsArtCd"/>
- *     <enumeration value="AusstattungCd"/>
- *     <enumeration value="BauartCd"/>
- *     <enumeration value="BBArtCd"/>
- *     <enumeration value="BearbStandCd"/>
- *     <enumeration value="BetragArtCd"/>
- *     <enumeration value="BetRolleCd"/>
- *     <enumeration value="DachungCd"/>
- *     <enumeration value="EFrageCd"/>
- *     <enumeration value="EstArtCd"/>
- *     <enumeration value="FamilienstandCd"/>
- *     <enumeration value="FlaechenAttributCd"/>
- *     <enumeration value="FzgArtCd"/>
- *     <enumeration value="GebaeudeArtCd"/>
- *     <enumeration value="GebaeudeHoeheCd"/>
- *     <enumeration value="GeschlechtCd"/>
- *     <enumeration value="GrundRuecklaufCd"/>
- *     <enumeration value="GrwArtCd"/>
- *     <enumeration value="IdfArtCd"/>
- *     <enumeration value="IndexArtCd"/>
- *     <enumeration value="KomArtCd"/>
- *     <enumeration value="LandesCd"/>
- *     <enumeration value="LegArtCd"/>
- *     <enumeration value="LoeschCd"/>
- *     <enumeration value="NutzungCd"/>
- *     <enumeration value="ObjektdatenCd"/>
- *     <enumeration value="PaketInhCd"/>
- *     <enumeration value="PaketUmfCd"/>
- *     <enumeration value="PersArtCd"/>
- *     <enumeration value="PfrArtCd"/>
- *     <enumeration value="PolArtCd"/>
- *     <enumeration value="PraemFristCd"/>
- *     <enumeration value="PraemKorrArtCd"/>
- *     <enumeration value="ProvArtCd"/>
- *     <enumeration value="RisikoArtCd"/>
- *     <enumeration value="RntRhythmCd"/>
- *     <enumeration value="SbhArtCd"/>
- *     <enumeration value="SchadUrsCd"/>
- *     <enumeration value="SonstPersArtCd"/>
- *     <enumeration value="SpartenCd"/>
- *     <enumeration value="StArtCd"/>
- *     <enumeration value="TxtArtCd"/>
- *     <enumeration value="VSArtCd"/>
- *     <enumeration value="VerbandSparteCd"/>
- *     <enumeration value="VersLwCd"/>
- *     <enumeration value="StatusCd"/>
- *     <enumeration value="VersSacheCd"/>
- *     <enumeration value="VerschuldenCd"/>
- *     <enumeration value="VerwendzweckCd"/>
- *     <enumeration value="VtgProdCd"/>
- *     <enumeration value="VtgRolleCd"/>
- *     <enumeration value="VtgSparteCd"/>
- *     <enumeration value="VtgStatusCd"/>
- *     <enumeration value="WaehrungsCd"/>
- *     <enumeration value="ZRArtCd"/>
- *     <enumeration value="ZahlGrundCd"/>
- *     <enumeration value="ZahlRhythmCd"/>
- *     <enumeration value="ZahlWegCd"/>
- *     <enumeration value="MahnStufeCd"/>
- *     <enumeration value="RueckGrundCd"/>
- *     <enumeration value="SprachCd"/>
- *     <enumeration value="VerbrEinhCd"/>
- *     <enumeration value="GesFormCd"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "SchlArtCd_Type") -@XmlEnum -public enum SchlArtCdType { - - - /** - * Änderungsgrund - * - */ - @XmlEnumValue("AendGrundCd") - AEND_GRUND_CD("AendGrundCd"), - - /** - * Antriebsart - * - */ - @XmlEnumValue("AntriebsArtCd") - ANTRIEBS_ART_CD("AntriebsArtCd"), - - /** - * Ausstattung - * - */ - @XmlEnumValue("AusstattungCd") - AUSSTATTUNG_CD("AusstattungCd"), - - /** - * Bauart - * - */ - @XmlEnumValue("BauartCd") - BAUART_CD("BauartCd"), - - /** - * Bezugsberechtigungsart - * - */ - @XmlEnumValue("BBArtCd") - BB_ART_CD("BBArtCd"), - - /** - * Bearbeitungsstand - * - */ - @XmlEnumValue("BearbStandCd") - BEARB_STAND_CD("BearbStandCd"), - - /** - * Betragsart - * - */ - @XmlEnumValue("BetragArtCd") - BETRAG_ART_CD("BetragArtCd"), - - /** - * Beteiligungsrolle - * - */ - @XmlEnumValue("BetRolleCd") - BET_ROLLE_CD("BetRolleCd"), - - /** - * Dachung - * - */ - @XmlEnumValue("DachungCd") - DACHUNG_CD("DachungCd"), - - /** - * Entscheidungsfrage - * - */ - @XmlEnumValue("EFrageCd") - E_FRAGE_CD("EFrageCd"), - - /** - * Einstufungsart - * - */ - @XmlEnumValue("EstArtCd") - EST_ART_CD("EstArtCd"), - - /** - * Familienstand - * - */ - @XmlEnumValue("FamilienstandCd") - FAMILIENSTAND_CD("FamilienstandCd"), - - /** - * Flächenattribut - * - */ - @XmlEnumValue("FlaechenAttributCd") - FLAECHEN_ATTRIBUT_CD("FlaechenAttributCd"), - - /** - * Fahrzeugart - * - */ - @XmlEnumValue("FzgArtCd") - FZG_ART_CD("FzgArtCd"), - - /** - * Art des Gebäudes - * - */ - @XmlEnumValue("GebaeudeArtCd") - GEBAEUDE_ART_CD("GebaeudeArtCd"), - - /** - * Gebäudehöhe - * - */ - @XmlEnumValue("GebaeudeHoeheCd") - GEBAEUDE_HOEHE_CD("GebaeudeHoeheCd"), - - /** - * Geschlecht - * - */ - @XmlEnumValue("GeschlechtCd") - GESCHLECHT_CD("GeschlechtCd"), - - /** - * GrundRuecklauf - * - */ - @XmlEnumValue("GrundRuecklaufCd") - GRUND_RUECKLAUF_CD("GrundRuecklaufCd"), - - /** - * Grenzwertart - * - */ - @XmlEnumValue("GrwArtCd") - GRW_ART_CD("GrwArtCd"), - - /** - * Identifizierungsart - * - */ - @XmlEnumValue("IdfArtCd") - IDF_ART_CD("IdfArtCd"), - - /** - * Indexart - * - */ - @XmlEnumValue("IndexArtCd") - INDEX_ART_CD("IndexArtCd"), - - /** - * KommunikationsArt - * - */ - @XmlEnumValue("KomArtCd") - KOM_ART_CD("KomArtCd"), - - /** - * Ländercode - * - */ - @XmlEnumValue("LandesCd") - LANDES_CD("LandesCd"), - - /** - * Legitimierungsart - * - */ - @XmlEnumValue("LegArtCd") - LEG_ART_CD("LegArtCd"), - - /** - * Löschungsarten - * - */ - @XmlEnumValue("LoeschCd") - LOESCH_CD("LoeschCd"), - - /** - * Nutzung - * - */ - @XmlEnumValue("NutzungCd") - NUTZUNG_CD("NutzungCd"), - - /** - * Objektdatenart - * - */ - @XmlEnumValue("ObjektdatenCd") - OBJEKTDATEN_CD("ObjektdatenCd"), - - /** - * Paketinhalt - * - */ - @XmlEnumValue("PaketInhCd") - PAKET_INH_CD("PaketInhCd"), - - /** - * Paketumfang - * - */ - @XmlEnumValue("PaketUmfCd") - PAKET_UMF_CD("PaketUmfCd"), - - /** - * Personenart - * - */ - @XmlEnumValue("PersArtCd") - PERS_ART_CD("PersArtCd"), - - /** - * Prämienfreiart - * - */ - @XmlEnumValue("PfrArtCd") - PFR_ART_CD("PfrArtCd"), - - /** - * Polizzenart - * - */ - @XmlEnumValue("PolArtCd") - POL_ART_CD("PolArtCd"), - - /** - * Prämienfrist - * - */ - @XmlEnumValue("PraemFristCd") - PRAEM_FRIST_CD("PraemFristCd"), - - /** - * Prämienkorrekturart - * - */ - @XmlEnumValue("PraemKorrArtCd") - PRAEM_KORR_ART_CD("PraemKorrArtCd"), - - /** - * Provisionsart - * - */ - @XmlEnumValue("ProvArtCd") - PROV_ART_CD("ProvArtCd"), - - /** - * Risikoart - * - */ - @XmlEnumValue("RisikoArtCd") - RISIKO_ART_CD("RisikoArtCd"), - - /** - * Rentenzahlungsrhythmus - * - */ - @XmlEnumValue("RntRhythmCd") - RNT_RHYTHM_CD("RntRhythmCd"), - - /** - * Selbstbehaltart - * - */ - @XmlEnumValue("SbhArtCd") - SBH_ART_CD("SbhArtCd"), - - /** - * Schadenursache - * - */ - @XmlEnumValue("SchadUrsCd") - SCHAD_URS_CD("SchadUrsCd"), - - /** - * Art der sonstigen Person - * - */ - @XmlEnumValue("SonstPersArtCd") - SONST_PERS_ART_CD("SonstPersArtCd"), - - /** - * Sparte - * - */ - @XmlEnumValue("SpartenCd") - SPARTEN_CD("SpartenCd"), - - /** - * Steuerart - * - */ - @XmlEnumValue("StArtCd") - ST_ART_CD("StArtCd"), - - /** - * Textart - * - */ - @XmlEnumValue("TxtArtCd") - TXT_ART_CD("TxtArtCd"), - - /** - * Versicherungssummenart - * - */ - @XmlEnumValue("VSArtCd") - VS_ART_CD("VSArtCd"), - - /** - * Verbandssparte - * - */ - @XmlEnumValue("VerbandSparteCd") - VERBAND_SPARTE_CD("VerbandSparteCd"), - - /** - * Versicherte Landwirtschaft - * - */ - @XmlEnumValue("VersLwCd") - VERS_LW_CD("VersLwCd"), - - /** - * Status - * - */ - @XmlEnumValue("StatusCd") - STATUS_CD("StatusCd"), - - /** - * Versicherte Sache - * - */ - @XmlEnumValue("VersSacheCd") - VERS_SACHE_CD("VersSacheCd"), - - /** - * Verschulden - * - */ - @XmlEnumValue("VerschuldenCd") - VERSCHULDEN_CD("VerschuldenCd"), - - /** - * Verwendungszweck - * - */ - @XmlEnumValue("VerwendzweckCd") - VERWENDZWECK_CD("VerwendzweckCd"), - - /** - * Vertragsprodukt - * - */ - @XmlEnumValue("VtgProdCd") - VTG_PROD_CD("VtgProdCd"), - - /** - * Vertragsrolle - * - */ - @XmlEnumValue("VtgRolleCd") - VTG_ROLLE_CD("VtgRolleCd"), - - /** - * Vertragssparte - * - */ - @XmlEnumValue("VtgSparteCd") - VTG_SPARTE_CD("VtgSparteCd"), - - /** - * Vertragsstatus - * - */ - @XmlEnumValue("VtgStatusCd") - VTG_STATUS_CD("VtgStatusCd"), - - /** - * Währung - * - */ - @XmlEnumValue("WaehrungsCd") - WAEHRUNGS_CD("WaehrungsCd"), - - /** - * Art des Zeitraumes - * - */ - @XmlEnumValue("ZRArtCd") - ZR_ART_CD("ZRArtCd"), - - /** - * Zahlungsgrund - * - */ - @XmlEnumValue("ZahlGrundCd") - ZAHL_GRUND_CD("ZahlGrundCd"), - - /** - * Zahlungsrhythmus - * - */ - @XmlEnumValue("ZahlRhythmCd") - ZAHL_RHYTHM_CD("ZahlRhythmCd"), - - /** - * Zahlungsweg - * - */ - @XmlEnumValue("ZahlWegCd") - ZAHL_WEG_CD("ZahlWegCd"), - - /** - * MahnStufe - * - */ - @XmlEnumValue("MahnStufeCd") - MAHN_STUFE_CD("MahnStufeCd"), - - /** - * GrundRuecklauf - * - */ - @XmlEnumValue("RueckGrundCd") - RUECK_GRUND_CD("RueckGrundCd"), - - /** - * Sprachenschlüssel - * - */ - @XmlEnumValue("SprachCd") - SPRACH_CD("SprachCd"), - - /** - * Einheit für Verbrauch - * - */ - @XmlEnumValue("VerbrEinhCd") - VERBR_EINH_CD("VerbrEinhCd"), - - /** - * Gesellschaftsform - * - */ - @XmlEnumValue("GesFormCd") - GES_FORM_CD("GesFormCd"); - private final String value; - - SchlArtCdType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static SchlArtCdType fromValue(String v) { - for (SchlArtCdType c: SchlArtCdType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SprachCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SprachCdType.java deleted file mode 100644 index 1690d7eb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/SprachCdType.java +++ /dev/null @@ -1,85 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für SprachCd_Type. - * - *

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

- *

- * <simpleType name="SprachCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <minLength value="2"/>
- *     <maxLength value="2"/>
- *     <enumeration value="CS"/>
- *     <enumeration value="DE"/>
- *     <enumeration value="EN"/>
- *     <enumeration value="HU"/>
- *     <enumeration value="IT"/>
- *     <enumeration value="SK"/>
- *     <enumeration value="SL"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "SprachCd_Type") -@XmlEnum -public enum SprachCdType { - - - /** - * Tschechisch - * - */ - CS, - - /** - * Deutsch - * - */ - DE, - - /** - * Englisch - * - */ - EN, - - /** - * Ungarisch - * - */ - HU, - - /** - * Italienisch - * - */ - IT, - - /** - * Slowakisch - * - */ - SK, - - /** - * Slowenisch - * - */ - SL; - - public String value() { - return name(); - } - - public static SprachCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/TxtArtCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/TxtArtCdType.java deleted file mode 100644 index 65a5561f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/TxtArtCdType.java +++ /dev/null @@ -1,111 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für TxtArtCd_Type. - * - *

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

- *

- * <simpleType name="TxtArtCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="ANR"/>
- *     <enumeration value="BER"/>
- *     <enumeration value="FRT"/>
- *     <enumeration value="TIT"/>
- *     <enumeration value="TIN"/>
- *     <enumeration value="VKL"/>
- *     <enumeration value="SRT"/>
- *     <enumeration value="EXP"/>
- *     <enumeration value="ONR"/>
- *     <enumeration value="FZU"/>
- *     <enumeration value="RIM"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "TxtArtCd_Type") -@XmlEnum -public enum TxtArtCdType { - - - /** - * Anrede - * - */ - ANR, - - /** - * Beruf - * - */ - BER, - - /** - * Freitext - * - */ - FRT, - - /** - * Titel - * - */ - TIT, - - /** - * Titel nachgestellt - * - */ - TIN, - - /** - * Vertragsspez. Klausel - * - */ - VKL, - - /** - * Beschreibung Schadenort - * - */ - SRT, - - /** - * Schaden-Expertise (Besichtigungsdaten) - * - */ - EXP, - - /** - * Oeamtc-Clubkarten-Nr - * - */ - ONR, - - /** - * Ordnungsbegriff für Zuordnung Fremdsystem - * - */ - FZU, - - /** - * Risikomerkmal - * - */ - RIM; - - public String value() { - return name(); - } - - public static TxtArtCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSKFZ.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSKFZ.java deleted file mode 100644 index ce779fc3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSKFZ.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds20}VERS_KFZ_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "") -@XmlRootElement(name = "VERS_KFZ") -public class VERSKFZ - extends VERSKFZType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSKFZType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSKFZType.java deleted file mode 100644 index 1e086570..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSKFZType.java +++ /dev/null @@ -1,891 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -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 javax.xml.datatype.XMLGregorianCalendar; - - -/** - *

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

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

- * <complexType name="VERS_KFZ_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="FzgArtCd" use="required" type="{urn:omds20}FzgArtCd_Type" />
- *       <attribute name="Marke" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="40"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Handelsbez">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="30"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="TypVarVer">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="20"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Leasingkz" type="{urn:omds20}Entsch2_Type" />
- *       <attribute name="Modelljahr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Leistung" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Leistung_ElektroMot" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Plaetze" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Nutzlast">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
- *             <totalDigits value="6"/>
- *             <fractionDigits value="0"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Hubraum" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="AntriebsArtCd" use="required" type="{urn:omds20}AntriebsArtCd_Type" />
- *       <attribute name="Katkz" use="required" type="{urn:omds20}Entsch3_Type" />
- *       <attribute name="ABSKz" type="{urn:omds20}Entsch2_Type" />
- *       <attribute name="CO2_Ausstoss" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="CO2_WLTP_WMTC" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Kraftstoffverbr_NEFZ" type="{urn:omds20}decimal" />
- *       <attribute name="Kraftstoffverbr_WLTP_WMTC" type="{urn:omds20}decimal" />
- *       <attribute name="VerbrEinhCd" type="{urn:omds20}VerbrEinhCd_Type" />
- *       <attribute name="Fahrgestnr" use="required" type="{urn:omds20}Fahrgestnr_Type" />
- *       <attribute name="Motornr">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="20"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="NatCode">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <minLength value="1"/>
- *             <maxLength value="26"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="VerwendzweckCd" type="{urn:omds20}VerwendzweckCd_Type" />
- *       <attribute name="Erstzulassdat" type="{urn:omds20}Datum" />
- *       <attribute name="LandesCd" type="{urn:omds20}LandesCd_Type" />
- *       <attribute name="Pol_Kennz" type="{urn:omds20}Pol_Kennz_Type" />
- *       <attribute name="Eigengew">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
- *             <totalDigits value="6"/>
- *             <fractionDigits value="0"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="HzulGesgew">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
- *             <totalDigits value="6"/>
- *             <fractionDigits value="0"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="HGeschw">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
- *             <totalDigits value="6"/>
- *             <fractionDigits value="0"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VERS_KFZ_Type") -@XmlSeeAlso({ - VERSKFZ.class -}) -public class VERSKFZType { - - @XmlAttribute(name = "FzgArtCd", required = true) - protected String fzgArtCd; - @XmlAttribute(name = "Marke", required = true) - protected String marke; - @XmlAttribute(name = "Handelsbez") - protected String handelsbez; - @XmlAttribute(name = "TypVarVer") - protected String typVarVer; - @XmlAttribute(name = "Leasingkz") - protected Entsch2Type leasingkz; - @XmlAttribute(name = "Modelljahr") - @XmlSchemaType(name = "unsignedShort") - protected Integer modelljahr; - @XmlAttribute(name = "Leistung") - @XmlSchemaType(name = "unsignedShort") - protected Integer leistung; - @XmlAttribute(name = "Leistung_ElektroMot") - @XmlSchemaType(name = "unsignedShort") - protected Integer leistungElektroMot; - @XmlAttribute(name = "Plaetze") - @XmlSchemaType(name = "unsignedShort") - protected Integer plaetze; - @XmlAttribute(name = "Nutzlast") - protected BigDecimal nutzlast; - @XmlAttribute(name = "Hubraum") - @XmlSchemaType(name = "unsignedShort") - protected Integer hubraum; - @XmlAttribute(name = "AntriebsArtCd", required = true) - protected String antriebsArtCd; - @XmlAttribute(name = "Katkz", required = true) - protected String katkz; - @XmlAttribute(name = "ABSKz") - protected Entsch2Type absKz; - @XmlAttribute(name = "CO2_Ausstoss") - @XmlSchemaType(name = "unsignedShort") - protected Integer co2Ausstoss; - @XmlAttribute(name = "CO2_WLTP_WMTC") - @XmlSchemaType(name = "unsignedShort") - protected Integer co2WLTPWMTC; - @XmlAttribute(name = "Kraftstoffverbr_NEFZ") - protected BigDecimal kraftstoffverbrNEFZ; - @XmlAttribute(name = "Kraftstoffverbr_WLTP_WMTC") - protected BigDecimal kraftstoffverbrWLTPWMTC; - @XmlAttribute(name = "VerbrEinhCd") - protected String verbrEinhCd; - @XmlAttribute(name = "Fahrgestnr", required = true) - protected String fahrgestnr; - @XmlAttribute(name = "Motornr") - protected String motornr; - @XmlAttribute(name = "NatCode") - protected String natCode; - @XmlAttribute(name = "VerwendzweckCd") - protected String verwendzweckCd; - @XmlAttribute(name = "Erstzulassdat") - protected XMLGregorianCalendar erstzulassdat; - @XmlAttribute(name = "LandesCd") - protected String landesCd; - @XmlAttribute(name = "Pol_Kennz") - protected String polKennz; - @XmlAttribute(name = "Eigengew") - protected BigDecimal eigengew; - @XmlAttribute(name = "HzulGesgew") - protected BigDecimal hzulGesgew; - @XmlAttribute(name = "HGeschw") - protected BigDecimal hGeschw; - - /** - * Ruft den Wert der fzgArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFzgArtCd() { - return fzgArtCd; - } - - /** - * Legt den Wert der fzgArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFzgArtCd(String value) { - this.fzgArtCd = value; - } - - /** - * Ruft den Wert der marke-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMarke() { - return marke; - } - - /** - * Legt den Wert der marke-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMarke(String value) { - this.marke = value; - } - - /** - * Ruft den Wert der handelsbez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHandelsbez() { - return handelsbez; - } - - /** - * Legt den Wert der handelsbez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHandelsbez(String value) { - this.handelsbez = value; - } - - /** - * Ruft den Wert der typVarVer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTypVarVer() { - return typVarVer; - } - - /** - * Legt den Wert der typVarVer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTypVarVer(String value) { - this.typVarVer = value; - } - - /** - * Ruft den Wert der leasingkz-Eigenschaft ab. - * - * @return - * possible object is - * {@link Entsch2Type } - * - */ - public Entsch2Type getLeasingkz() { - return leasingkz; - } - - /** - * Legt den Wert der leasingkz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Entsch2Type } - * - */ - public void setLeasingkz(Entsch2Type value) { - this.leasingkz = value; - } - - /** - * Ruft den Wert der modelljahr-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getModelljahr() { - return modelljahr; - } - - /** - * Legt den Wert der modelljahr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setModelljahr(Integer value) { - this.modelljahr = value; - } - - /** - * Ruft den Wert der leistung-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getLeistung() { - return leistung; - } - - /** - * Legt den Wert der leistung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setLeistung(Integer value) { - this.leistung = value; - } - - /** - * Ruft den Wert der leistungElektroMot-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getLeistungElektroMot() { - return leistungElektroMot; - } - - /** - * Legt den Wert der leistungElektroMot-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setLeistungElektroMot(Integer value) { - this.leistungElektroMot = value; - } - - /** - * Ruft den Wert der plaetze-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getPlaetze() { - return plaetze; - } - - /** - * Legt den Wert der plaetze-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setPlaetze(Integer value) { - this.plaetze = value; - } - - /** - * Ruft den Wert der nutzlast-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getNutzlast() { - return nutzlast; - } - - /** - * Legt den Wert der nutzlast-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setNutzlast(BigDecimal value) { - this.nutzlast = value; - } - - /** - * Ruft den Wert der hubraum-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getHubraum() { - return hubraum; - } - - /** - * Legt den Wert der hubraum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setHubraum(Integer value) { - this.hubraum = value; - } - - /** - * Ruft den Wert der antriebsArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAntriebsArtCd() { - return antriebsArtCd; - } - - /** - * Legt den Wert der antriebsArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAntriebsArtCd(String value) { - this.antriebsArtCd = value; - } - - /** - * Ruft den Wert der katkz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKatkz() { - return katkz; - } - - /** - * Legt den Wert der katkz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKatkz(String value) { - this.katkz = value; - } - - /** - * Ruft den Wert der absKz-Eigenschaft ab. - * - * @return - * possible object is - * {@link Entsch2Type } - * - */ - public Entsch2Type getABSKz() { - return absKz; - } - - /** - * Legt den Wert der absKz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Entsch2Type } - * - */ - public void setABSKz(Entsch2Type value) { - this.absKz = value; - } - - /** - * Ruft den Wert der co2Ausstoss-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getCO2Ausstoss() { - return co2Ausstoss; - } - - /** - * Legt den Wert der co2Ausstoss-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setCO2Ausstoss(Integer value) { - this.co2Ausstoss = value; - } - - /** - * Ruft den Wert der co2WLTPWMTC-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getCO2WLTPWMTC() { - return co2WLTPWMTC; - } - - /** - * Legt den Wert der co2WLTPWMTC-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setCO2WLTPWMTC(Integer value) { - this.co2WLTPWMTC = value; - } - - /** - * Ruft den Wert der kraftstoffverbrNEFZ-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getKraftstoffverbrNEFZ() { - return kraftstoffverbrNEFZ; - } - - /** - * Legt den Wert der kraftstoffverbrNEFZ-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setKraftstoffverbrNEFZ(BigDecimal value) { - this.kraftstoffverbrNEFZ = value; - } - - /** - * Ruft den Wert der kraftstoffverbrWLTPWMTC-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getKraftstoffverbrWLTPWMTC() { - return kraftstoffverbrWLTPWMTC; - } - - /** - * Legt den Wert der kraftstoffverbrWLTPWMTC-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setKraftstoffverbrWLTPWMTC(BigDecimal value) { - this.kraftstoffverbrWLTPWMTC = value; - } - - /** - * Ruft den Wert der verbrEinhCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVerbrEinhCd() { - return verbrEinhCd; - } - - /** - * Legt den Wert der verbrEinhCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVerbrEinhCd(String value) { - this.verbrEinhCd = value; - } - - /** - * Ruft den Wert der fahrgestnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFahrgestnr() { - return fahrgestnr; - } - - /** - * Legt den Wert der fahrgestnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFahrgestnr(String value) { - this.fahrgestnr = value; - } - - /** - * Ruft den Wert der motornr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMotornr() { - return motornr; - } - - /** - * Legt den Wert der motornr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMotornr(String value) { - this.motornr = value; - } - - /** - * Ruft den Wert der natCode-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNatCode() { - return natCode; - } - - /** - * Legt den Wert der natCode-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNatCode(String value) { - this.natCode = value; - } - - /** - * Ruft den Wert der verwendzweckCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVerwendzweckCd() { - return verwendzweckCd; - } - - /** - * Legt den Wert der verwendzweckCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVerwendzweckCd(String value) { - this.verwendzweckCd = value; - } - - /** - * Ruft den Wert der erstzulassdat-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getErstzulassdat() { - return erstzulassdat; - } - - /** - * Legt den Wert der erstzulassdat-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setErstzulassdat(XMLGregorianCalendar value) { - this.erstzulassdat = value; - } - - /** - * Ruft den Wert der landesCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLandesCd() { - return landesCd; - } - - /** - * Legt den Wert der landesCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLandesCd(String value) { - this.landesCd = value; - } - - /** - * Ruft den Wert der polKennz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolKennz() { - return polKennz; - } - - /** - * Legt den Wert der polKennz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolKennz(String value) { - this.polKennz = value; - } - - /** - * Ruft den Wert der eigengew-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getEigengew() { - return eigengew; - } - - /** - * Legt den Wert der eigengew-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setEigengew(BigDecimal value) { - this.eigengew = value; - } - - /** - * Ruft den Wert der hzulGesgew-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getHzulGesgew() { - return hzulGesgew; - } - - /** - * Legt den Wert der hzulGesgew-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setHzulGesgew(BigDecimal value) { - this.hzulGesgew = value; - } - - /** - * Ruft den Wert der hGeschw-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getHGeschw() { - return hGeschw; - } - - /** - * Legt den Wert der hGeschw-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setHGeschw(BigDecimal value) { - this.hGeschw = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSOBJEKTType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSOBJEKTType.java deleted file mode 100644 index 40479c96..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSOBJEKTType.java +++ /dev/null @@ -1,233 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType name="VERS_OBJEKT_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <choice minOccurs="0">
- *           <element ref="{urn:omds20}VERS_PERSON"/>
- *           <element ref="{urn:omds20}VERS_KFZ"/>
- *           <element ref="{urn:omds20}VERS_SACHE"/>
- *         </choice>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{urn:omds20}EL-Anzahl"/>
- *           <element ref="{urn:omds20}EL-Betrag"/>
- *           <element ref="{urn:omds20}EL-Einstufung"/>
- *           <element ref="{urn:omds20}EL-Entscheidungsfrage"/>
- *           <element ref="{urn:omds20}EL-Identifizierung"/>
- *           <element ref="{urn:omds20}EL-Grenzwert"/>
- *           <element ref="{urn:omds20}EL-Text"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="ObjLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="VersObjTxt">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="100"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VERS_OBJEKT_Type", propOrder = { - "versperson", - "verskfz", - "verssache", - "elAnzahlOrELBetragOrELEinstufung" -}) -public class VERSOBJEKTType { - - @XmlElement(name = "VERS_PERSON") - protected VERSPERSONType versperson; - @XmlElement(name = "VERS_KFZ") - protected VERSKFZ verskfz; - @XmlElement(name = "VERS_SACHE") - protected VERSSACHEType verssache; - @XmlElements({ - @XmlElement(name = "EL-Anzahl", type = ELAnzahlType.class), - @XmlElement(name = "EL-Betrag", type = ELBetragType.class), - @XmlElement(name = "EL-Einstufung", type = ELEinstufungType.class), - @XmlElement(name = "EL-Entscheidungsfrage", type = ELEntscheidungsfrageType.class), - @XmlElement(name = "EL-Identifizierung", type = ELIdentifizierungType.class), - @XmlElement(name = "EL-Grenzwert", type = ELGrenzwertType.class), - @XmlElement(name = "EL-Text", type = ELTextType.class) - }) - protected List elAnzahlOrELBetragOrELEinstufung; - @XmlAttribute(name = "ObjLfnr", required = true) - @XmlSchemaType(name = "unsignedShort") - protected int objLfnr; - @XmlAttribute(name = "VersObjTxt") - protected String versObjTxt; - - /** - * Ruft den Wert der versperson-Eigenschaft ab. - * - * @return - * possible object is - * {@link VERSPERSONType } - * - */ - public VERSPERSONType getVERSPERSON() { - return versperson; - } - - /** - * Legt den Wert der versperson-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VERSPERSONType } - * - */ - public void setVERSPERSON(VERSPERSONType value) { - this.versperson = value; - } - - /** - * Ruft den Wert der verskfz-Eigenschaft ab. - * - * @return - * possible object is - * {@link VERSKFZ } - * - */ - public VERSKFZ getVERSKFZ() { - return verskfz; - } - - /** - * Legt den Wert der verskfz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VERSKFZ } - * - */ - public void setVERSKFZ(VERSKFZ value) { - this.verskfz = value; - } - - /** - * Ruft den Wert der verssache-Eigenschaft ab. - * - * @return - * possible object is - * {@link VERSSACHEType } - * - */ - public VERSSACHEType getVERSSACHE() { - return verssache; - } - - /** - * Legt den Wert der verssache-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VERSSACHEType } - * - */ - public void setVERSSACHE(VERSSACHEType value) { - this.verssache = value; - } - - /** - * Gets the value of the elAnzahlOrELBetragOrELEinstufung property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elAnzahlOrELBetragOrELEinstufung property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELAnzahlType } - * {@link ELBetragType } - * {@link ELEinstufungType } - * {@link ELEntscheidungsfrageType } - * {@link ELIdentifizierungType } - * {@link ELGrenzwertType } - * {@link ELTextType } - * - * - */ - public List getELAnzahlOrELBetragOrELEinstufung() { - if (elAnzahlOrELBetragOrELEinstufung == null) { - elAnzahlOrELBetragOrELEinstufung = new ArrayList(); - } - return this.elAnzahlOrELBetragOrELEinstufung; - } - - /** - * Ruft den Wert der objLfnr-Eigenschaft ab. - * - */ - public int getObjLfnr() { - return objLfnr; - } - - /** - * Legt den Wert der objLfnr-Eigenschaft fest. - * - */ - public void setObjLfnr(int value) { - this.objLfnr = value; - } - - /** - * Ruft den Wert der versObjTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersObjTxt() { - return versObjTxt; - } - - /** - * Legt den Wert der versObjTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersObjTxt(String value) { - this.versObjTxt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSPERSONType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSPERSONType.java deleted file mode 100644 index f3667599..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSPERSONType.java +++ /dev/null @@ -1,58 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType name="VERS_PERSON_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="Personennr" use="required" type="{urn:omds20}Personennr" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VERS_PERSON_Type") -public class VERSPERSONType { - - @XmlAttribute(name = "Personennr", required = true) - protected String personennr; - - /** - * Ruft den Wert der personennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPersonennr() { - return personennr; - } - - /** - * Legt den Wert der personennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPersonennr(String value) { - this.personennr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSSACHEType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSSACHEType.java deleted file mode 100644 index dfbdd35b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSSACHEType.java +++ /dev/null @@ -1,742 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType name="VERS_SACHE_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{urn:omds20}EL-Objektdaten" maxOccurs="unbounded" minOccurs="0"/>
- *         <element ref="{urn:omds20}EL-Flaeche" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <attGroup ref="{urn:omds20}Adresse_Attribute"/>
- *       <attribute name="VersSacheCd" use="required" type="{urn:omds20}VersSacheCd_Type" />
- *       <attribute name="VersSacheBez">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="60"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="GebaeudeArtCd" type="{urn:omds20}GebaeudeArtCd_Type" />
- *       <attribute name="GebaeudeBez">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="60"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="BauartCd" type="{urn:omds20}BauartCd_Type" />
- *       <attribute name="GebaeudeHoeheCd" type="{urn:omds20}GebaeudeHoeheCd_Type" />
- *       <attribute name="AusstattungCd" type="{urn:omds20}AusstattungCd_Type" />
- *       <attribute name="DachungCd" type="{urn:omds20}DachungCd_Type" />
- *       <attribute name="NutzungCd" type="{urn:omds20}NutzungCd_Type" />
- *       <attribute name="SichergKz" type="{urn:omds20}Entsch2_Type" />
- *       <attribute name="VersLwCd" type="{urn:omds20}VersLwCd_Type" />
- *       <attribute name="StatusCd" type="{urn:omds20}StatusCd_Type" />
- *       <attribute name="Hersteller">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="40"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Modell">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="40"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VERS_SACHE_Type", propOrder = { - "elObjektdaten", - "elFlaeche" -}) -public class VERSSACHEType { - - @XmlElement(name = "EL-Objektdaten") - protected List elObjektdaten; - @XmlElement(name = "EL-Flaeche") - protected List elFlaeche; - @XmlAttribute(name = "VersSacheCd", required = true) - protected String versSacheCd; - @XmlAttribute(name = "VersSacheBez") - protected String versSacheBez; - @XmlAttribute(name = "GebaeudeArtCd") - protected String gebaeudeArtCd; - @XmlAttribute(name = "GebaeudeBez") - protected String gebaeudeBez; - @XmlAttribute(name = "BauartCd") - protected String bauartCd; - @XmlAttribute(name = "GebaeudeHoeheCd") - protected String gebaeudeHoeheCd; - @XmlAttribute(name = "AusstattungCd") - protected String ausstattungCd; - @XmlAttribute(name = "DachungCd") - protected String dachungCd; - @XmlAttribute(name = "NutzungCd") - protected String nutzungCd; - @XmlAttribute(name = "SichergKz") - protected Entsch2Type sichergKz; - @XmlAttribute(name = "VersLwCd") - protected String versLwCd; - @XmlAttribute(name = "StatusCd") - protected String statusCd; - @XmlAttribute(name = "Hersteller") - protected String hersteller; - @XmlAttribute(name = "Modell") - protected String modell; - @XmlAttribute(name = "Pac") - @XmlSchemaType(name = "unsignedInt") - protected Long pac; - @XmlAttribute(name = "LandesCd") - protected String landesCd; - @XmlAttribute(name = "PLZ") - protected String plz; - @XmlAttribute(name = "Ort") - protected String ort; - @XmlAttribute(name = "Strasse") - protected String strasse; - @XmlAttribute(name = "Hausnr") - protected String hausnr; - @XmlAttribute(name = "Zusatz") - protected String zusatz; - @XmlAttribute(name = "AdressID_VU") - protected String adressIDVU; - @XmlAttribute(name = "AdressID_Makler") - protected String adressIDMakler; - - /** - * Gets the value of the elObjektdaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elObjektdaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELObjektdatenType } - * - * - */ - public List getELObjektdaten() { - if (elObjektdaten == null) { - elObjektdaten = new ArrayList(); - } - return this.elObjektdaten; - } - - /** - * Gets the value of the elFlaeche property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elFlaeche property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELFlaecheType } - * - * - */ - public List getELFlaeche() { - if (elFlaeche == null) { - elFlaeche = new ArrayList(); - } - return this.elFlaeche; - } - - /** - * Ruft den Wert der versSacheCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersSacheCd() { - return versSacheCd; - } - - /** - * Legt den Wert der versSacheCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersSacheCd(String value) { - this.versSacheCd = value; - } - - /** - * Ruft den Wert der versSacheBez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersSacheBez() { - return versSacheBez; - } - - /** - * Legt den Wert der versSacheBez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersSacheBez(String value) { - this.versSacheBez = value; - } - - /** - * Ruft den Wert der gebaeudeArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGebaeudeArtCd() { - return gebaeudeArtCd; - } - - /** - * Legt den Wert der gebaeudeArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGebaeudeArtCd(String value) { - this.gebaeudeArtCd = value; - } - - /** - * Ruft den Wert der gebaeudeBez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGebaeudeBez() { - return gebaeudeBez; - } - - /** - * Legt den Wert der gebaeudeBez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGebaeudeBez(String value) { - this.gebaeudeBez = value; - } - - /** - * Ruft den Wert der bauartCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBauartCd() { - return bauartCd; - } - - /** - * Legt den Wert der bauartCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBauartCd(String value) { - this.bauartCd = value; - } - - /** - * Ruft den Wert der gebaeudeHoeheCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGebaeudeHoeheCd() { - return gebaeudeHoeheCd; - } - - /** - * Legt den Wert der gebaeudeHoeheCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGebaeudeHoeheCd(String value) { - this.gebaeudeHoeheCd = value; - } - - /** - * Ruft den Wert der ausstattungCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAusstattungCd() { - return ausstattungCd; - } - - /** - * Legt den Wert der ausstattungCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAusstattungCd(String value) { - this.ausstattungCd = value; - } - - /** - * Ruft den Wert der dachungCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDachungCd() { - return dachungCd; - } - - /** - * Legt den Wert der dachungCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDachungCd(String value) { - this.dachungCd = value; - } - - /** - * Ruft den Wert der nutzungCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNutzungCd() { - return nutzungCd; - } - - /** - * Legt den Wert der nutzungCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNutzungCd(String value) { - this.nutzungCd = value; - } - - /** - * Ruft den Wert der sichergKz-Eigenschaft ab. - * - * @return - * possible object is - * {@link Entsch2Type } - * - */ - public Entsch2Type getSichergKz() { - return sichergKz; - } - - /** - * Legt den Wert der sichergKz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Entsch2Type } - * - */ - public void setSichergKz(Entsch2Type value) { - this.sichergKz = value; - } - - /** - * Ruft den Wert der versLwCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersLwCd() { - return versLwCd; - } - - /** - * Legt den Wert der versLwCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersLwCd(String value) { - this.versLwCd = value; - } - - /** - * Ruft den Wert der statusCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStatusCd() { - return statusCd; - } - - /** - * Legt den Wert der statusCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStatusCd(String value) { - this.statusCd = value; - } - - /** - * Ruft den Wert der hersteller-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHersteller() { - return hersteller; - } - - /** - * Legt den Wert der hersteller-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHersteller(String value) { - this.hersteller = value; - } - - /** - * Ruft den Wert der modell-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getModell() { - return modell; - } - - /** - * Legt den Wert der modell-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setModell(String value) { - this.modell = value; - } - - /** - * Ruft den Wert der pac-Eigenschaft ab. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getPac() { - return pac; - } - - /** - * Legt den Wert der pac-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setPac(Long value) { - this.pac = value; - } - - /** - * Ruft den Wert der landesCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLandesCd() { - return landesCd; - } - - /** - * Legt den Wert der landesCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLandesCd(String value) { - this.landesCd = value; - } - - /** - * Ruft den Wert der plz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPLZ() { - return plz; - } - - /** - * Legt den Wert der plz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPLZ(String value) { - this.plz = value; - } - - /** - * Ruft den Wert der ort-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrt() { - return ort; - } - - /** - * Legt den Wert der ort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrt(String value) { - this.ort = value; - } - - /** - * Ruft den Wert der strasse-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStrasse() { - return strasse; - } - - /** - * Legt den Wert der strasse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStrasse(String value) { - this.strasse = value; - } - - /** - * Ruft den Wert der hausnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHausnr() { - return hausnr; - } - - /** - * Legt den Wert der hausnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHausnr(String value) { - this.hausnr = value; - } - - /** - * Ruft den Wert der zusatz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZusatz() { - return zusatz; - } - - /** - * Legt den Wert der zusatz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZusatz(String value) { - this.zusatz = value; - } - - /** - * Ruft den Wert der adressIDVU-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAdressIDVU() { - return adressIDVU; - } - - /** - * Legt den Wert der adressIDVU-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAdressIDVU(String value) { - this.adressIDVU = value; - } - - /** - * Ruft den Wert der adressIDMakler-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAdressIDMakler() { - return adressIDMakler; - } - - /** - * Legt den Wert der adressIDMakler-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAdressIDMakler(String value) { - this.adressIDMakler = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSUNTERNEHMEN.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSUNTERNEHMEN.java deleted file mode 100644 index dcf1828e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERSUNTERNEHMEN.java +++ /dev/null @@ -1,132 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{urn:omds20}EL-Kommunikation"/>
- *       </sequence>
- *       <attribute name="VUNr" use="required" type="{urn:omds20}VUNr" />
- *       <attribute name="VUBezeichnung">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="100"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "elKommunikation" -}) -@XmlRootElement(name = "VERS_UNTERNEHMEN") -public class VERSUNTERNEHMEN { - - @XmlElement(name = "EL-Kommunikation") - protected List elKommunikation; - @XmlAttribute(name = "VUNr", required = true) - protected String vuNr; - @XmlAttribute(name = "VUBezeichnung") - protected String vuBezeichnung; - - /** - * Gets the value of the elKommunikation property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elKommunikation property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELKommunikationType } - * - * - */ - public List getELKommunikation() { - if (elKommunikation == null) { - elKommunikation = new ArrayList(); - } - return this.elKommunikation; - } - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der vuBezeichnung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUBezeichnung() { - return vuBezeichnung; - } - - /** - * Legt den Wert der vuBezeichnung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUBezeichnung(String value) { - this.vuBezeichnung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERTRAG.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERTRAG.java deleted file mode 100644 index 0828ce4e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERTRAG.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds20}VERTRAG_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "") -@XmlRootElement(name = "VERTRAG") -public class VERTRAG - extends VERTRAGType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERTRAGSFONDSType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERTRAGSFONDSType.java deleted file mode 100644 index 82dd1cc7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERTRAGSFONDSType.java +++ /dev/null @@ -1,223 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType name="VERTRAGSFONDS_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{urn:omds20}PORTFOLIO" maxOccurs="unbounded" minOccurs="0"/>
- *         <element ref="{urn:omds20}FONDS" maxOccurs="unbounded" minOccurs="0"/>
- *         <element ref="{urn:omds20}EL-Betrag" maxOccurs="unbounded" minOccurs="0"/>
- *         <element ref="{urn:omds20}EL-Text" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="Polizzennr" use="required" type="{urn:omds20}Polizzennr" />
- *       <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VERTRAGSFONDS_Type", propOrder = { - "portfolio", - "fonds", - "elBetrag", - "elText" -}) -public class VERTRAGSFONDSType { - - @XmlElement(name = "PORTFOLIO") - protected List portfolio; - @XmlElement(name = "FONDS") - protected List fonds; - @XmlElement(name = "EL-Betrag") - protected List elBetrag; - @XmlElement(name = "EL-Text") - protected List elText; - @XmlAttribute(name = "Polizzennr", required = true) - protected String polizzennr; - @XmlAttribute(name = "VertragsID") - protected String vertragsID; - - /** - * Gets the value of the portfolio property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the portfolio property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link PORTFOLIO } - * - * - */ - public List getPORTFOLIO() { - if (portfolio == null) { - portfolio = new ArrayList(); - } - return this.portfolio; - } - - /** - * Gets the value of the fonds property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the fonds property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link FONDSType } - * - * - */ - public List getFONDS() { - if (fonds == null) { - fonds = new ArrayList(); - } - return this.fonds; - } - - /** - * Gets the value of the elBetrag property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elBetrag property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELBetragType } - * - * - */ - public List getELBetrag() { - if (elBetrag == null) { - elBetrag = new ArrayList(); - } - return this.elBetrag; - } - - /** - * Gets the value of the elText property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elText property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELTextType } - * - * - */ - public List getELText() { - if (elText == null) { - elText = new ArrayList(); - } - return this.elText; - } - - /** - * Ruft den Wert der polizzennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolizzennr() { - return polizzennr; - } - - /** - * Legt den Wert der polizzennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolizzennr(String value) { - this.polizzennr = value; - } - - /** - * Ruft den Wert der vertragsID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVertragsID() { - return vertragsID; - } - - /** - * Legt den Wert der vertragsID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVertragsID(String value) { - this.vertragsID = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERTRAGSPERSONType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERTRAGSPERSONType.java deleted file mode 100644 index 8bff740f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERTRAGSPERSONType.java +++ /dev/null @@ -1,106 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -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; - - -/** - *

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

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

- * <complexType name="VERTRAGSPERSON_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="VtgRolleCd" use="required" type="{urn:omds20}VtgRolleCd_Type" />
- *       <attribute name="Lfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Personennr" use="required" type="{urn:omds20}Personennr" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VERTRAGSPERSON_Type") -public class VERTRAGSPERSONType { - - @XmlAttribute(name = "VtgRolleCd", required = true) - protected VtgRolleCdType vtgRolleCd; - @XmlAttribute(name = "Lfnr", required = true) - @XmlSchemaType(name = "unsignedShort") - protected int lfnr; - @XmlAttribute(name = "Personennr", required = true) - protected String personennr; - - /** - * Ruft den Wert der vtgRolleCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link VtgRolleCdType } - * - */ - public VtgRolleCdType getVtgRolleCd() { - return vtgRolleCd; - } - - /** - * Legt den Wert der vtgRolleCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VtgRolleCdType } - * - */ - public void setVtgRolleCd(VtgRolleCdType value) { - this.vtgRolleCd = value; - } - - /** - * Ruft den Wert der lfnr-Eigenschaft ab. - * - */ - public int getLfnr() { - return lfnr; - } - - /** - * Legt den Wert der lfnr-Eigenschaft fest. - * - */ - public void setLfnr(int value) { - this.lfnr = value; - } - - /** - * Ruft den Wert der personennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPersonennr() { - return personennr; - } - - /** - * Legt den Wert der personennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPersonennr(String value) { - this.personennr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERTRAGType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERTRAGType.java deleted file mode 100644 index 5375265d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VERTRAGType.java +++ /dev/null @@ -1,946 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - *

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

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

- * <complexType name="VERTRAG_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{urn:omds20}EL-Antrag"/>
- *           <element ref="{urn:omds20}EL-Anzahl"/>
- *           <element ref="{urn:omds20}EL-Betrag"/>
- *           <element ref="{urn:omds20}EL-Bezugsberechtigung"/>
- *           <element ref="{urn:omds20}EL-Einstufung"/>
- *           <element ref="{urn:omds20}EL-Entscheidungsfrage"/>
- *           <element ref="{urn:omds20}EL-Identifizierung"/>
- *           <element ref="{urn:omds20}EL-Klausel"/>
- *           <element ref="{urn:omds20}EL-Polizzennummer"/>
- *           <element ref="{urn:omds20}EL-Praemienfreistellung"/>
- *           <element ref="{urn:omds20}EL-Praemienkorrektur"/>
- *           <element ref="{urn:omds20}EL-Rahmenvereinbarung"/>
- *           <element ref="{urn:omds20}EL-Selbstbehalt"/>
- *           <element ref="{urn:omds20}EL-Text"/>
- *         </choice>
- *         <element ref="{urn:omds20}VERTRAGSPERSON" maxOccurs="unbounded"/>
- *         <element ref="{urn:omds20}VERS_OBJEKT" maxOccurs="unbounded" minOccurs="0"/>
- *         <element ref="{urn:omds20}SPARTE" maxOccurs="unbounded"/>
- *       </sequence>
- *       <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="VtgProdCd" use="required" type="{urn:omds20}VtgProdCd_Type" />
- *       <attribute name="VtgProdukt">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="40"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="VtgSparteCd" type="{urn:omds20}VtgSparteCd_Type" />
- *       <attribute name="ZahlRhythmCd" use="required" type="{urn:omds20}ZahlRhythmCd_Type" />
- *       <attribute name="ZahlWegCd" use="required" type="{urn:omds20}ZahlWegCd_Type" />
- *       <attribute name="VtgStatusCd" use="required" type="{urn:omds20}VtgStatusCd_Type" />
- *       <attribute name="VtgStatusBeg" type="{urn:omds20}Datum" />
- *       <attribute name="VtgBeg" use="required" type="{urn:omds20}Datum" />
- *       <attribute name="VtgEnd" type="{urn:omds20}Datum" />
- *       <attribute name="StornoGiltAb" type="{urn:omds20}Datum" />
- *       <attribute name="Hptfaelligkeit">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}gMonthDay">
- *             <minInclusive value="--01-01"/>
- *             <maxInclusive value="--12-31"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="DurchfDat" use="required" type="{urn:omds20}Datum" />
- *       <attribute name="GueltigBeg" use="required" type="{urn:omds20}Datum" />
- *       <attribute name="AendGrundCd" use="required" type="{urn:omds20}AendGrundCd_Type" />
- *       <attribute name="AendGrundbez">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="60"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="PraemieNtoVtg" use="required">
- *         <simpleType>
- *           <restriction base="{urn:omds20}decimal">
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="PraemieBtoVtg" use="required" type="{urn:omds20}decimal" />
- *       <attribute name="WaehrungsCd" use="required" type="{urn:omds20}WaehrungsCd_Type" />
- *       <attribute name="BLZ">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <minLength value="1"/>
- *             <maxLength value="9"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Ktonr">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="15"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="BIC">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <minLength value="1"/>
- *             <maxLength value="11"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="IBAN">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <minLength value="1"/>
- *             <maxLength value="34"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VERTRAG_Type", propOrder = { - "elAntragOrELAnzahlOrELBetrag", - "vertragsperson", - "versobjekt", - "sparte" -}) -@XmlSeeAlso({ - VERTRAG.class -}) -public class VERTRAGType { - - @XmlElements({ - @XmlElement(name = "EL-Antrag", type = ELAntragType.class), - @XmlElement(name = "EL-Anzahl", type = ELAnzahlType.class), - @XmlElement(name = "EL-Betrag", type = ELBetragType.class), - @XmlElement(name = "EL-Bezugsberechtigung", type = ELBezugsberechtigungType.class), - @XmlElement(name = "EL-Einstufung", type = ELEinstufungType.class), - @XmlElement(name = "EL-Entscheidungsfrage", type = ELEntscheidungsfrageType.class), - @XmlElement(name = "EL-Identifizierung", type = ELIdentifizierungType.class), - @XmlElement(name = "EL-Klausel", type = ELKlauselType.class), - @XmlElement(name = "EL-Polizzennummer", type = ELPolizzennummerType.class), - @XmlElement(name = "EL-Praemienfreistellung", type = ELPraemienfreistellungType.class), - @XmlElement(name = "EL-Praemienkorrektur", type = ELPraemienkorrekturType.class), - @XmlElement(name = "EL-Rahmenvereinbarung", type = ELRahmenvereinbarungType.class), - @XmlElement(name = "EL-Selbstbehalt", type = ELSelbstbehalt.class), - @XmlElement(name = "EL-Text", type = ELTextType.class) - }) - protected List elAntragOrELAnzahlOrELBetrag; - @XmlElement(name = "VERTRAGSPERSON", required = true) - protected List vertragsperson; - @XmlElement(name = "VERS_OBJEKT") - protected List versobjekt; - @XmlElement(name = "SPARTE", required = true) - protected List sparte; - @XmlAttribute(name = "Polizzennr", required = true) - protected String polizzennr; - @XmlAttribute(name = "VertragsID") - protected String vertragsID; - @XmlAttribute(name = "Vermnr", required = true) - protected String vermnr; - @XmlAttribute(name = "VtgProdCd", required = true) - protected String vtgProdCd; - @XmlAttribute(name = "VtgProdukt") - protected String vtgProdukt; - @XmlAttribute(name = "VtgSparteCd") - protected String vtgSparteCd; - @XmlAttribute(name = "ZahlRhythmCd", required = true) - protected String zahlRhythmCd; - @XmlAttribute(name = "ZahlWegCd", required = true) - protected String zahlWegCd; - @XmlAttribute(name = "VtgStatusCd", required = true) - protected String vtgStatusCd; - @XmlAttribute(name = "VtgStatusBeg") - protected XMLGregorianCalendar vtgStatusBeg; - @XmlAttribute(name = "VtgBeg", required = true) - protected XMLGregorianCalendar vtgBeg; - @XmlAttribute(name = "VtgEnd") - protected XMLGregorianCalendar vtgEnd; - @XmlAttribute(name = "StornoGiltAb") - protected XMLGregorianCalendar stornoGiltAb; - @XmlAttribute(name = "Hptfaelligkeit") - protected XMLGregorianCalendar hptfaelligkeit; - @XmlAttribute(name = "DurchfDat", required = true) - protected XMLGregorianCalendar durchfDat; - @XmlAttribute(name = "GueltigBeg", required = true) - protected XMLGregorianCalendar gueltigBeg; - @XmlAttribute(name = "AendGrundCd", required = true) - protected String aendGrundCd; - @XmlAttribute(name = "AendGrundbez") - protected String aendGrundbez; - @XmlAttribute(name = "PraemieNtoVtg", required = true) - protected BigDecimal praemieNtoVtg; - @XmlAttribute(name = "PraemieBtoVtg", required = true) - protected BigDecimal praemieBtoVtg; - @XmlAttribute(name = "WaehrungsCd", required = true) - protected WaehrungsCdType waehrungsCd; - @XmlAttribute(name = "BLZ") - protected String blz; - @XmlAttribute(name = "Ktonr") - protected String ktonr; - @XmlAttribute(name = "BIC") - protected String bic; - @XmlAttribute(name = "IBAN") - protected String iban; - - /** - * Gets the value of the elAntragOrELAnzahlOrELBetrag property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elAntragOrELAnzahlOrELBetrag property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELAntragType } - * {@link ELAnzahlType } - * {@link ELBetragType } - * {@link ELBezugsberechtigungType } - * {@link ELEinstufungType } - * {@link ELEntscheidungsfrageType } - * {@link ELIdentifizierungType } - * {@link ELKlauselType } - * {@link ELPolizzennummerType } - * {@link ELPraemienfreistellungType } - * {@link ELPraemienkorrekturType } - * {@link ELRahmenvereinbarungType } - * {@link ELSelbstbehalt } - * {@link ELTextType } - * - * - */ - public List getELAntragOrELAnzahlOrELBetrag() { - if (elAntragOrELAnzahlOrELBetrag == null) { - elAntragOrELAnzahlOrELBetrag = new ArrayList(); - } - return this.elAntragOrELAnzahlOrELBetrag; - } - - /** - * Gets the value of the vertragsperson property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the vertragsperson property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link VERTRAGSPERSONType } - * - * - */ - public List getVERTRAGSPERSON() { - if (vertragsperson == null) { - vertragsperson = new ArrayList(); - } - return this.vertragsperson; - } - - /** - * Gets the value of the versobjekt property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the versobjekt property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link VERSOBJEKTType } - * - * - */ - public List getVERSOBJEKT() { - if (versobjekt == null) { - versobjekt = new ArrayList(); - } - return this.versobjekt; - } - - /** - * Gets the value of the sparte property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the sparte property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link SPARTEType } - * - * - */ - public List getSPARTE() { - if (sparte == null) { - sparte = new ArrayList(); - } - return this.sparte; - } - - /** - * Ruft den Wert der polizzennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolizzennr() { - return polizzennr; - } - - /** - * Legt den Wert der polizzennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolizzennr(String value) { - this.polizzennr = value; - } - - /** - * Ruft den Wert der vertragsID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVertragsID() { - return vertragsID; - } - - /** - * Legt den Wert der vertragsID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVertragsID(String value) { - this.vertragsID = value; - } - - /** - * Ruft den Wert der vermnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVermnr() { - return vermnr; - } - - /** - * Legt den Wert der vermnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVermnr(String value) { - this.vermnr = value; - } - - /** - * Ruft den Wert der vtgProdCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVtgProdCd() { - return vtgProdCd; - } - - /** - * Legt den Wert der vtgProdCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVtgProdCd(String value) { - this.vtgProdCd = value; - } - - /** - * Ruft den Wert der vtgProdukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVtgProdukt() { - return vtgProdukt; - } - - /** - * Legt den Wert der vtgProdukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVtgProdukt(String value) { - this.vtgProdukt = value; - } - - /** - * Ruft den Wert der vtgSparteCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVtgSparteCd() { - return vtgSparteCd; - } - - /** - * Legt den Wert der vtgSparteCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVtgSparteCd(String value) { - this.vtgSparteCd = value; - } - - /** - * Ruft den Wert der zahlRhythmCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZahlRhythmCd() { - return zahlRhythmCd; - } - - /** - * Legt den Wert der zahlRhythmCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZahlRhythmCd(String value) { - this.zahlRhythmCd = value; - } - - /** - * Ruft den Wert der zahlWegCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZahlWegCd() { - return zahlWegCd; - } - - /** - * Legt den Wert der zahlWegCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZahlWegCd(String value) { - this.zahlWegCd = value; - } - - /** - * Ruft den Wert der vtgStatusCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVtgStatusCd() { - return vtgStatusCd; - } - - /** - * Legt den Wert der vtgStatusCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVtgStatusCd(String value) { - this.vtgStatusCd = value; - } - - /** - * Ruft den Wert der vtgStatusBeg-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getVtgStatusBeg() { - return vtgStatusBeg; - } - - /** - * Legt den Wert der vtgStatusBeg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setVtgStatusBeg(XMLGregorianCalendar value) { - this.vtgStatusBeg = value; - } - - /** - * Ruft den Wert der vtgBeg-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getVtgBeg() { - return vtgBeg; - } - - /** - * Legt den Wert der vtgBeg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setVtgBeg(XMLGregorianCalendar value) { - this.vtgBeg = value; - } - - /** - * Ruft den Wert der vtgEnd-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getVtgEnd() { - return vtgEnd; - } - - /** - * Legt den Wert der vtgEnd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setVtgEnd(XMLGregorianCalendar value) { - this.vtgEnd = value; - } - - /** - * Ruft den Wert der stornoGiltAb-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getStornoGiltAb() { - return stornoGiltAb; - } - - /** - * Legt den Wert der stornoGiltAb-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setStornoGiltAb(XMLGregorianCalendar value) { - this.stornoGiltAb = value; - } - - /** - * Ruft den Wert der hptfaelligkeit-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getHptfaelligkeit() { - return hptfaelligkeit; - } - - /** - * Legt den Wert der hptfaelligkeit-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setHptfaelligkeit(XMLGregorianCalendar value) { - this.hptfaelligkeit = value; - } - - /** - * Ruft den Wert der durchfDat-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDurchfDat() { - return durchfDat; - } - - /** - * Legt den Wert der durchfDat-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDurchfDat(XMLGregorianCalendar value) { - this.durchfDat = value; - } - - /** - * Ruft den Wert der gueltigBeg-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getGueltigBeg() { - return gueltigBeg; - } - - /** - * Legt den Wert der gueltigBeg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setGueltigBeg(XMLGregorianCalendar value) { - this.gueltigBeg = value; - } - - /** - * Ruft den Wert der aendGrundCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAendGrundCd() { - return aendGrundCd; - } - - /** - * Legt den Wert der aendGrundCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAendGrundCd(String value) { - this.aendGrundCd = value; - } - - /** - * Ruft den Wert der aendGrundbez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAendGrundbez() { - return aendGrundbez; - } - - /** - * Legt den Wert der aendGrundbez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAendGrundbez(String value) { - this.aendGrundbez = value; - } - - /** - * Ruft den Wert der praemieNtoVtg-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getPraemieNtoVtg() { - return praemieNtoVtg; - } - - /** - * Legt den Wert der praemieNtoVtg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setPraemieNtoVtg(BigDecimal value) { - this.praemieNtoVtg = value; - } - - /** - * Ruft den Wert der praemieBtoVtg-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getPraemieBtoVtg() { - return praemieBtoVtg; - } - - /** - * Legt den Wert der praemieBtoVtg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setPraemieBtoVtg(BigDecimal value) { - this.praemieBtoVtg = value; - } - - /** - * Ruft den Wert der waehrungsCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link WaehrungsCdType } - * - */ - public WaehrungsCdType getWaehrungsCd() { - return waehrungsCd; - } - - /** - * Legt den Wert der waehrungsCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link WaehrungsCdType } - * - */ - public void setWaehrungsCd(WaehrungsCdType value) { - this.waehrungsCd = value; - } - - /** - * Ruft den Wert der blz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBLZ() { - return blz; - } - - /** - * Legt den Wert der blz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBLZ(String value) { - this.blz = value; - } - - /** - * Ruft den Wert der ktonr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKtonr() { - return ktonr; - } - - /** - * Legt den Wert der ktonr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKtonr(String value) { - this.ktonr = value; - } - - /** - * Ruft den Wert der bic-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBIC() { - return bic; - } - - /** - * Legt den Wert der bic-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBIC(String value) { - this.bic = value; - } - - /** - * Ruft den Wert der iban-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getIBAN() { - return iban; - } - - /** - * Legt den Wert der iban-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setIBAN(String value) { - this.iban = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VSArtCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VSArtCdType.java deleted file mode 100644 index fbe21aa0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VSArtCdType.java +++ /dev/null @@ -1,111 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für VSArtCd_Type. - * - *

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

- *

- * <simpleType name="VSArtCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="ALS"/>
- *     <enumeration value="BDS"/>
- *     <enumeration value="BVS"/>
- *     <enumeration value="ELS"/>
- *     <enumeration value="EVS"/>
- *     <enumeration value="HHS"/>
- *     <enumeration value="HLS"/>
- *     <enumeration value="OVS"/>
- *     <enumeration value="PFR"/>
- *     <enumeration value="PPF"/>
- *     <enumeration value="PVS"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "VSArtCd_Type") -@XmlEnum -public enum VSArtCdType { - - - /** - * Ablebensumme - * - */ - ALS, - - /** - * Bausparen Darlehenssumme - * - */ - BDS, - - /** - * Bausparen Vertragssumme - * - */ - BVS, - - /** - * Erlebensumme - * - */ - ELS, - - /** - * EinzelVS - * - */ - EVS, - - /** - * Höchsthaftungssumme - * - */ - HHS, - - /** - * Höchstleistungssumme - * - */ - HLS, - - /** - * ohne Versicherungssumme - * - */ - OVS, - - /** - * prämienfrei - * - */ - PFR, - - /** - * prämienpflichtig - * - */ - PPF, - - /** - * PauschalVS - * - */ - PVS; - - public String value() { - return name(); - } - - public static VSArtCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VtgRolleCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VtgRolleCdType.java deleted file mode 100644 index 64496111..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/VtgRolleCdType.java +++ /dev/null @@ -1,118 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für VtgRolleCd_Type. - * - *

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

- *

- * <simpleType name="VtgRolleCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="AP"/>
- *     <enumeration value="AZ"/>
- *     <enumeration value="BG"/>
- *     <enumeration value="BM"/>
- *     <enumeration value="BO"/>
- *     <enumeration value="IA"/>
- *     <enumeration value="FI"/>
- *     <enumeration value="GV"/>
- *     <enumeration value="LE"/>
- *     <enumeration value="KA"/>
- *     <enumeration value="VN"/>
- *     <enumeration value="ZB"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "VtgRolleCd_Type") -@XmlEnum -public enum VtgRolleCdType { - - - /** - * Ansprechperson - * - */ - AP, - - /** - * abweichender Zulassungsbesitzer - * - */ - AZ, - - /** - * Bausparer gesetzlicher Vertreter - * - */ - BG, - - /** - * Bausparer mit Prämie - * - */ - BM, - - /** - * Bausparer ohne Prämie - * - */ - BO, - - /** - * Inkassoadresse - * - */ - IA, - - /** - * Firmeninhaber - * - */ - FI, - - /** - * Gesetzlicher Vertreter - * - */ - GV, - - /** - * Lenker - * - */ - LE, - - /** - * Korrespondenz/Zustelladresse - * - */ - KA, - - /** - * Versicherungsnehmer - * - */ - VN, - - /** - * Zustellbevollmächtigter - * - */ - ZB; - - public String value() { - return name(); - } - - public static VtgRolleCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/WaehrungsCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/WaehrungsCdType.java deleted file mode 100644 index ed7de6d7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/WaehrungsCdType.java +++ /dev/null @@ -1,279 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für WaehrungsCd_Type. - * - *

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

- *

- * <simpleType name="WaehrungsCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="AUD"/>
- *     <enumeration value="BGL"/>
- *     <enumeration value="CAD"/>
- *     <enumeration value="CHF"/>
- *     <enumeration value="CYP"/>
- *     <enumeration value="CZR"/>
- *     <enumeration value="DKK"/>
- *     <enumeration value="EUR"/>
- *     <enumeration value="GBP"/>
- *     <enumeration value="GIP"/>
- *     <enumeration value="HKD"/>
- *     <enumeration value="HRK"/>
- *     <enumeration value="HUF"/>
- *     <enumeration value="ILS"/>
- *     <enumeration value="INR"/>
- *     <enumeration value="ISK"/>
- *     <enumeration value="JOD"/>
- *     <enumeration value="JPY"/>
- *     <enumeration value="MLT"/>
- *     <enumeration value="MXP"/>
- *     <enumeration value="NOK"/>
- *     <enumeration value="NZD"/>
- *     <enumeration value="PLZ"/>
- *     <enumeration value="ROL"/>
- *     <enumeration value="SEK"/>
- *     <enumeration value="SGD"/>
- *     <enumeration value="SIT"/>
- *     <enumeration value="SKK"/>
- *     <enumeration value="SUR"/>
- *     <enumeration value="TND"/>
- *     <enumeration value="TRL"/>
- *     <enumeration value="TWD"/>
- *     <enumeration value="USD"/>
- *     <enumeration value="YUN"/>
- *     <enumeration value="ZAR"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "WaehrungsCd_Type") -@XmlEnum -public enum WaehrungsCdType { - - - /** - * Dollar Australien - * - */ - AUD, - - /** - * Lewa Bulgarien - * - */ - BGL, - - /** - * Dollar Kanadien - * - */ - CAD, - - /** - * Franken Schweiz - * - */ - CHF, - - /** - * Pfund Zypern - * - */ - CYP, - - /** - * Krone Tschechien - * - */ - CZR, - - /** - * Krone Dänemark - * - */ - DKK, - - /** - * EURO - * - */ - EUR, - - /** - * Pfund Großbritannien - * - */ - GBP, - - /** - * Pfund Gibraltar - * - */ - GIP, - - /** - * Dollar Hongkong - * - */ - HKD, - - /** - * Kuna Kroatia - * - */ - HRK, - - /** - * Forint Ungarn - * - */ - HUF, - - /** - * Shekel Israel - * - */ - ILS, - - /** - * Rupie Indien - * - */ - INR, - - /** - * Krone Island - * - */ - ISK, - - /** - * Dinar Jordanien - * - */ - JOD, - - /** - * Yen Japan - * - */ - JPY, - - /** - * Pfund Malta - * - */ - MLT, - - /** - * Peso Mexiko - * - */ - MXP, - - /** - * Krone Norwegen - * - */ - NOK, - - /** - * Dollar Neuseeland - * - */ - NZD, - - /** - * Zloty Polen - * - */ - PLZ, - - /** - * Lau Rumänien - * - */ - ROL, - - /** - * Krone Schweden - * - */ - SEK, - - /** - * Dollar Singapur - * - */ - SGD, - - /** - * Tolar Slowenien - * - */ - SIT, - - /** - * Krone Slowakei - * - */ - SKK, - - /** - * Rubel Rußland - * - */ - SUR, - - /** - * Dinar Tunesien - * - */ - TND, - - /** - * Lira Türkei - * - */ - TRL, - - /** - * Dollar Taiwan - * - */ - TWD, - - /** - * US Dollar $ - * - */ - USD, - - /** - * Dinar Jugoslawien-Rest - * - */ - YUN, - - /** - * Rand Südafrika - * - */ - ZAR; - - public String value() { - return name(); - } - - public static WaehrungsCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ZAHLUNGType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ZAHLUNGType.java deleted file mode 100644 index ba0485f0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/ZAHLUNGType.java +++ /dev/null @@ -1,323 +0,0 @@ - -package at.vvo.omds.types.omds2Types.v2_12; - -import java.math.BigDecimal; -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; - - -/** - *

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

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

- * <complexType name="ZAHLUNG_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="ZahlungsLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="WaehrungsCd" use="required" type="{urn:omds20}WaehrungsCd_Type" />
- *       <attribute name="ZahlBetrag" use="required" type="{urn:omds20}decimal" />
- *       <attribute name="ZahlDat" use="required" type="{urn:omds20}Datum" />
- *       <attribute name="ZahlGrundCd" use="required" type="{urn:omds20}ZahlGrundCd_Type" />
- *       <attribute name="ZahlWegCd" use="required" type="{urn:omds20}ZahlWegCd_Type" />
- *       <attribute name="BLZ">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="9"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Kontonr">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="15"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="BIC">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <minLength value="1"/>
- *             <maxLength value="11"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="IBAN">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <minLength value="1"/>
- *             <maxLength value="34"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZAHLUNG_Type") -public class ZAHLUNGType { - - @XmlAttribute(name = "ZahlungsLfnr", required = true) - @XmlSchemaType(name = "unsignedShort") - protected int zahlungsLfnr; - @XmlAttribute(name = "WaehrungsCd", required = true) - protected WaehrungsCdType waehrungsCd; - @XmlAttribute(name = "ZahlBetrag", required = true) - protected BigDecimal zahlBetrag; - @XmlAttribute(name = "ZahlDat", required = true) - protected XMLGregorianCalendar zahlDat; - @XmlAttribute(name = "ZahlGrundCd", required = true) - protected String zahlGrundCd; - @XmlAttribute(name = "ZahlWegCd", required = true) - protected String zahlWegCd; - @XmlAttribute(name = "BLZ") - protected String blz; - @XmlAttribute(name = "Kontonr") - protected String kontonr; - @XmlAttribute(name = "BIC") - protected String bic; - @XmlAttribute(name = "IBAN") - protected String iban; - - /** - * Ruft den Wert der zahlungsLfnr-Eigenschaft ab. - * - */ - public int getZahlungsLfnr() { - return zahlungsLfnr; - } - - /** - * Legt den Wert der zahlungsLfnr-Eigenschaft fest. - * - */ - public void setZahlungsLfnr(int value) { - this.zahlungsLfnr = value; - } - - /** - * Ruft den Wert der waehrungsCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link WaehrungsCdType } - * - */ - public WaehrungsCdType getWaehrungsCd() { - return waehrungsCd; - } - - /** - * Legt den Wert der waehrungsCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link WaehrungsCdType } - * - */ - public void setWaehrungsCd(WaehrungsCdType value) { - this.waehrungsCd = value; - } - - /** - * Ruft den Wert der zahlBetrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getZahlBetrag() { - return zahlBetrag; - } - - /** - * Legt den Wert der zahlBetrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setZahlBetrag(BigDecimal value) { - this.zahlBetrag = value; - } - - /** - * Ruft den Wert der zahlDat-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getZahlDat() { - return zahlDat; - } - - /** - * Legt den Wert der zahlDat-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setZahlDat(XMLGregorianCalendar value) { - this.zahlDat = value; - } - - /** - * Ruft den Wert der zahlGrundCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZahlGrundCd() { - return zahlGrundCd; - } - - /** - * Legt den Wert der zahlGrundCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZahlGrundCd(String value) { - this.zahlGrundCd = value; - } - - /** - * Ruft den Wert der zahlWegCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZahlWegCd() { - return zahlWegCd; - } - - /** - * Legt den Wert der zahlWegCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZahlWegCd(String value) { - this.zahlWegCd = value; - } - - /** - * Ruft den Wert der blz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBLZ() { - return blz; - } - - /** - * Legt den Wert der blz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBLZ(String value) { - this.blz = value; - } - - /** - * Ruft den Wert der kontonr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKontonr() { - return kontonr; - } - - /** - * Legt den Wert der kontonr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKontonr(String value) { - this.kontonr = value; - } - - /** - * Ruft den Wert der bic-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBIC() { - return bic; - } - - /** - * Legt den Wert der bic-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBIC(String value) { - this.bic = value; - } - - /** - * Ruft den Wert der iban-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getIBAN() { - return iban; - } - - /** - * Legt den Wert der iban-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setIBAN(String value) { - this.iban = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/package-info.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/package-info.java deleted file mode 100644 index d2a607de..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds2Types/v2_12/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "urn:omds20", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.vvo.omds.types.omds2Types.v2_12; diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AListenAttributType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AListenAttributType.java deleted file mode 100644 index bc2da687..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AListenAttributType.java +++ /dev/null @@ -1,108 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakte Ebene fuer Listen mit einem oder mehreren wählbaren Werten - * - *

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

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

- * <complexType name="AListenAttribut_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type">
- *       <sequence>
- *         <element name="Values" type="{urn:omds3CommonServiceTypes-1-1-0}EintragSchluesselliste_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="MinAnz" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AListenAttribut_Type", propOrder = { - "values", - "minAnz" -}) -@XmlSeeAlso({ - AttributEnumType.class, - AttributMultiEnumType.class -}) -public abstract class AListenAttributType - extends AttributType -{ - - @XmlElement(name = "Values") - protected List values; - @XmlElement(name = "MinAnz") - @XmlSchemaType(name = "unsignedShort") - protected Integer minAnz; - - /** - * Gets the value of the values property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the values property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link EintragSchluessellisteType } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der minAnz-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMinAnz() { - return minAnz; - } - - /** - * Legt den Wert der minAnz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMinAnz(Integer value) { - this.minAnz = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ASingleAttributType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ASingleAttributType.java deleted file mode 100644 index 22908792..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ASingleAttributType.java +++ /dev/null @@ -1,74 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Basistyp für Attribute mit einem Wert - * - *

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

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

- * <complexType name="ASingleAttribut_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type">
- *       <sequence>
- *         <element name="Pflichtfeld" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ASingleAttribut_Type", propOrder = { - "pflichtfeld" -}) -@XmlSeeAlso({ - AttributStringType.class, - AttributIntType.class, - AttributDezimalType.class, - AttributDoubleType.class, - AttributDatumType.class -}) -public abstract class ASingleAttributType - extends AttributType -{ - - @XmlElement(name = "Pflichtfeld") - protected Boolean pflichtfeld; - - /** - * Ruft den Wert der pflichtfeld-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isPflichtfeld() { - return pflichtfeld; - } - - /** - * Legt den Wert der pflichtfeld-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setPflichtfeld(Boolean value) { - this.pflichtfeld = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AbgelehnteRisikenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AbgelehnteRisikenType.java deleted file mode 100644 index 8d3a79cb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AbgelehnteRisikenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ zur Beschreibung abgelehnter Risiken - * - *

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

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

- * <complexType name="AbgelehnteRisiken_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AbgelehnteRisiken_Type") -public abstract class AbgelehnteRisikenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AbstraktesEreignisStatusAenderungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AbstraktesEreignisStatusAenderungType.java deleted file mode 100644 index 87af3362..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AbstraktesEreignisStatusAenderungType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstraktes Ereignis einer Statusänderung - * - *

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

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

- * <complexType name="AbstraktesEreignisStatusAenderung_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AbstraktesEreignisStatusAenderung_Type") -public abstract class AbstraktesEreignisStatusAenderungType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AbtretungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AbtretungType.java deleted file mode 100644 index a247f7fd..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AbtretungType.java +++ /dev/null @@ -1,66 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Sicherstellung vom Typ Abtretung / Zession - * - *

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

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

- * <complexType name="Abtretung_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Sicherstellung_Type">
- *       <sequence>
- *         <element name="Zessionar" type="{urn:omds3CommonServiceTypes-1-1-0}GlaeubigerSicherstellung_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Abtretung_Type", propOrder = { - "zessionar" -}) -public class AbtretungType - extends SicherstellungType -{ - - @XmlElement(name = "Zessionar", required = true) - protected GlaeubigerSicherstellungType zessionar; - - /** - * Ruft den Wert der zessionar-Eigenschaft ab. - * - * @return - * possible object is - * {@link GlaeubigerSicherstellungType } - * - */ - public GlaeubigerSicherstellungType getZessionar() { - return zessionar; - } - - /** - * Legt den Wert der zessionar-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link GlaeubigerSicherstellungType } - * - */ - public void setZessionar(GlaeubigerSicherstellungType value) { - this.zessionar = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AdresseArtCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AdresseArtCdType.java deleted file mode 100644 index 4276b754..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AdresseArtCdType.java +++ /dev/null @@ -1,40 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für AdresseArtCd_Type. - * - *

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

- * <simpleType name="AdresseArtCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="HA"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "AdresseArtCd_Type") -@XmlEnum -public enum AdresseArtCdType { - - - /** - * Hauptadresse - * - */ - HA; - - public String value() { - return name(); - } - - public static AdresseArtCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AdresseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AdresseType.java deleted file mode 100644 index bd6ca22e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AdresseType.java +++ /dev/null @@ -1,302 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für eine Adresse mit ObjektId - * - *

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

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

- * <complexType name="Adresse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId"/>
- *       </sequence>
- *       <attGroup ref="{urn:omds20}Adresse_Attribute"/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Adresse_Type", propOrder = { - "objektId" -}) -public class AdresseType { - - @XmlElement(name = "ObjektId", required = true) - protected ObjektIdType objektId; - @XmlAttribute(name = "Pac") - @XmlSchemaType(name = "unsignedInt") - protected Long pac; - @XmlAttribute(name = "LandesCd") - protected String landesCd; - @XmlAttribute(name = "PLZ") - protected String plz; - @XmlAttribute(name = "Ort") - protected String ort; - @XmlAttribute(name = "Strasse") - protected String strasse; - @XmlAttribute(name = "Hausnr") - protected String hausnr; - @XmlAttribute(name = "Zusatz") - protected String zusatz; - @XmlAttribute(name = "AdressID_VU") - protected String adressIDVU; - @XmlAttribute(name = "AdressID_Makler") - protected String adressIDMakler; - - /** - * Ruft den Wert der objektId-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getObjektId() { - return objektId; - } - - /** - * Legt den Wert der objektId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setObjektId(ObjektIdType value) { - this.objektId = value; - } - - /** - * Ruft den Wert der pac-Eigenschaft ab. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getPac() { - return pac; - } - - /** - * Legt den Wert der pac-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setPac(Long value) { - this.pac = value; - } - - /** - * Ruft den Wert der landesCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLandesCd() { - return landesCd; - } - - /** - * Legt den Wert der landesCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLandesCd(String value) { - this.landesCd = value; - } - - /** - * Ruft den Wert der plz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPLZ() { - return plz; - } - - /** - * Legt den Wert der plz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPLZ(String value) { - this.plz = value; - } - - /** - * Ruft den Wert der ort-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrt() { - return ort; - } - - /** - * Legt den Wert der ort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrt(String value) { - this.ort = value; - } - - /** - * Ruft den Wert der strasse-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStrasse() { - return strasse; - } - - /** - * Legt den Wert der strasse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStrasse(String value) { - this.strasse = value; - } - - /** - * Ruft den Wert der hausnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHausnr() { - return hausnr; - } - - /** - * Legt den Wert der hausnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHausnr(String value) { - this.hausnr = value; - } - - /** - * Ruft den Wert der zusatz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZusatz() { - return zusatz; - } - - /** - * Legt den Wert der zusatz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZusatz(String value) { - this.zusatz = value; - } - - /** - * Ruft den Wert der adressIDVU-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAdressIDVU() { - return adressIDVU; - } - - /** - * Legt den Wert der adressIDVU-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAdressIDVU(String value) { - this.adressIDVU = value; - } - - /** - * Ruft den Wert der adressIDMakler-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAdressIDMakler() { - return adressIDMakler; - } - - /** - * Legt den Wert der adressIDMakler-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAdressIDMakler(String value) { - this.adressIDMakler = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AgentFilterType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AgentFilterType.java deleted file mode 100644 index 33665e04..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AgentFilterType.java +++ /dev/null @@ -1,101 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Ein spezieller AuthorizationFilterType, der eine Anfrage dahingehend einschränkt, dass nur Ergebnisse für eine bestimmte MaklerID oder Vermnr (Vermittlernummer) zurück gegeben werden - * - *

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

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

- * <complexType name="AgentFilter_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter">
- *       <choice>
- *         <element name="MaklerID" type="{urn:omds3CommonServiceTypes-1-1-0}MaklerID_Type"/>
- *         <element name="Vermnr" type="{urn:omds20}Vermnr" maxOccurs="unbounded"/>
- *       </choice>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AgentFilter_Type", propOrder = { - "maklerID", - "vermnr" -}) -public class AgentFilterType - extends AuthorizationFilter -{ - - @XmlElement(name = "MaklerID") - protected String maklerID; - @XmlElement(name = "Vermnr") - protected List vermnr; - - /** - * Ruft den Wert der maklerID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMaklerID() { - return maklerID; - } - - /** - * Legt den Wert der maklerID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMaklerID(String value) { - this.maklerID = value; - } - - /** - * Gets the value of the vermnr property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the vermnr property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getVermnr() { - if (vermnr == null) { - vermnr = new ArrayList(); - } - return this.vermnr; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AntragsartType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AntragsartType.java deleted file mode 100644 index 8a8c916f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AntragsartType.java +++ /dev/null @@ -1,68 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für Antragsart_Type. - * - *

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

- * <simpleType name="Antragsart_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="NA"/>
- *     <enumeration value="FW"/>
- *     <enumeration value="VW"/>
- *     <enumeration value="WK"/>
- *     <enumeration value="TU"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "Antragsart_Type") -@XmlEnum -public enum AntragsartType { - - - /** - * Neuantrag - * - */ - NA, - - /** - * Fahrzeugwechsel - * - */ - FW, - - /** - * Versicherungswechsel - * - */ - VW, - - /** - * Wechselkennzeichen - * - */ - WK, - - /** - * Tarifumstellung - * - */ - TU; - - public String value() { - return name(); - } - - public static AntragsartType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributDatumType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributDatumType.java deleted file mode 100644 index e1265b9e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributDatumType.java +++ /dev/null @@ -1,192 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Auf xsd:date basierendes Attribut mit Metadaten - * - *

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

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

- * <complexType name="AttributDatum_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ASingleAttribut_Type">
- *       <sequence>
- *         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="Values" type="{http://www.w3.org/2001/XMLSchema}date" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Min" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="Max" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributDatum_Type", propOrder = { - "value", - "_default", - "values", - "min", - "max" -}) -public class AttributDatumType - extends ASingleAttributType -{ - - @XmlElement(name = "Value") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar value; - @XmlElement(name = "Default") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar _default; - @XmlElement(name = "Values") - @XmlSchemaType(name = "date") - protected List values; - @XmlElement(name = "Min") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar min; - @XmlElement(name = "Max") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar max; - - /** - * Ruft den Wert der value-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getValue() { - return value; - } - - /** - * Legt den Wert der value-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setValue(XMLGregorianCalendar value) { - this.value = value; - } - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDefault(XMLGregorianCalendar value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the values property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link XMLGregorianCalendar } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der min-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMin() { - return min; - } - - /** - * Legt den Wert der min-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMin(XMLGregorianCalendar value) { - this.min = value; - } - - /** - * Ruft den Wert der max-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMax() { - return max; - } - - /** - * Legt den Wert der max-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMax(XMLGregorianCalendar value) { - this.max = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributDezimalType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributDezimalType.java deleted file mode 100644 index 308183bb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributDezimalType.java +++ /dev/null @@ -1,186 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Auf omds:decimal basierendes Attribut mit Metadaten - * - *

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

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

- * <complexType name="AttributDezimal_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ASingleAttribut_Type">
- *       <sequence>
- *         <element name="Value" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="Default" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="Values" type="{urn:omds20}decimal" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Min" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="Max" type="{urn:omds20}decimal" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributDezimal_Type", propOrder = { - "value", - "_default", - "values", - "min", - "max" -}) -public class AttributDezimalType - extends ASingleAttributType -{ - - @XmlElement(name = "Value") - protected BigDecimal value; - @XmlElement(name = "Default") - protected BigDecimal _default; - @XmlElement(name = "Values") - protected List values; - @XmlElement(name = "Min") - protected BigDecimal min; - @XmlElement(name = "Max") - protected BigDecimal max; - - /** - * Ruft den Wert der value-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getValue() { - return value; - } - - /** - * Legt den Wert der value-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setValue(BigDecimal value) { - this.value = value; - } - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setDefault(BigDecimal value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the values property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link BigDecimal } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der min-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getMin() { - return min; - } - - /** - * Legt den Wert der min-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setMin(BigDecimal value) { - this.min = value; - } - - /** - * Ruft den Wert der max-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getMax() { - return max; - } - - /** - * Legt den Wert der max-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setMax(BigDecimal value) { - this.max = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributDoubleType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributDoubleType.java deleted file mode 100644 index d3d3b4c7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributDoubleType.java +++ /dev/null @@ -1,185 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Auf xsd:double basierendes Attribut mit Metadaten - * - *

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

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

- * <complexType name="AttributDouble_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ASingleAttribut_Type">
- *       <sequence>
- *         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
- *         <element name="Values" type="{http://www.w3.org/2001/XMLSchema}double" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Min" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
- *         <element name="Max" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributDouble_Type", propOrder = { - "value", - "_default", - "values", - "min", - "max" -}) -public class AttributDoubleType - extends ASingleAttributType -{ - - @XmlElement(name = "Value") - protected Double value; - @XmlElement(name = "Default") - protected Double _default; - @XmlElement(name = "Values", type = Double.class) - protected List values; - @XmlElement(name = "Min") - protected Double min; - @XmlElement(name = "Max") - protected Double max; - - /** - * Ruft den Wert der value-Eigenschaft ab. - * - * @return - * possible object is - * {@link Double } - * - */ - public Double getValue() { - return value; - } - - /** - * Legt den Wert der value-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Double } - * - */ - public void setValue(Double value) { - this.value = value; - } - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link Double } - * - */ - public Double getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Double } - * - */ - public void setDefault(Double value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the values property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Double } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der min-Eigenschaft ab. - * - * @return - * possible object is - * {@link Double } - * - */ - public Double getMin() { - return min; - } - - /** - * Legt den Wert der min-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Double } - * - */ - public void setMin(Double value) { - this.min = value; - } - - /** - * Ruft den Wert der max-Eigenschaft ab. - * - * @return - * possible object is - * {@link Double } - * - */ - public Double getMax() { - return max; - } - - /** - * Legt den Wert der max-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Double } - * - */ - public void setMax(Double value) { - this.max = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributEnumType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributEnumType.java deleted file mode 100644 index 08c2af00..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributEnumType.java +++ /dev/null @@ -1,94 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Attribut mit Metadaten für Schlüssellisten - * - *

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

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

- * <complexType name="AttributEnum_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AListenAttribut_Type">
- *       <sequence>
- *         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributEnum_Type", propOrder = { - "value", - "_default" -}) -public class AttributEnumType - extends AListenAttributType -{ - - @XmlElement(name = "Value") - protected String value; - @XmlElement(name = "Default") - protected String _default; - - /** - * Ruft den Wert der value-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Legt den Wert der value-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDefault(String value) { - this._default = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributIntType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributIntType.java deleted file mode 100644 index c4b14530..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributIntType.java +++ /dev/null @@ -1,185 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Auf xsd:int basierendes Attribut mit Metadaten - * - *

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

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

- * <complexType name="AttributInt_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ASingleAttribut_Type">
- *       <sequence>
- *         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
- *         <element name="Values" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Min" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
- *         <element name="Max" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributInt_Type", propOrder = { - "value", - "_default", - "values", - "min", - "max" -}) -public class AttributIntType - extends ASingleAttributType -{ - - @XmlElement(name = "Value") - protected Integer value; - @XmlElement(name = "Default") - protected Integer _default; - @XmlElement(name = "Values", type = Integer.class) - protected List values; - @XmlElement(name = "Min") - protected Integer min; - @XmlElement(name = "Max") - protected Integer max; - - /** - * Ruft den Wert der value-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getValue() { - return value; - } - - /** - * Legt den Wert der value-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setValue(Integer value) { - this.value = value; - } - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setDefault(Integer value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the values property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Integer } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der min-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMin() { - return min; - } - - /** - * Legt den Wert der min-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMin(Integer value) { - this.min = value; - } - - /** - * Ruft den Wert der max-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMax() { - return max; - } - - /** - * Legt den Wert der max-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMax(Integer value) { - this.max = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenDatumType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenDatumType.java deleted file mode 100644 index 42967823..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenDatumType.java +++ /dev/null @@ -1,163 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Typ mit Metadaten für xsd:date-Attribute - * - *

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

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

- * <complexType name="AttributMetadatenDatum_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type">
- *       <sequence>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="Values" type="{http://www.w3.org/2001/XMLSchema}date" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Min" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="Max" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMetadatenDatum_Type", propOrder = { - "_default", - "values", - "min", - "max" -}) -public class AttributMetadatenDatumType - extends AttributMetadatenType -{ - - @XmlElement(name = "Default") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar _default; - @XmlElement(name = "Values") - @XmlSchemaType(name = "date") - protected List values; - @XmlElement(name = "Min") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar min; - @XmlElement(name = "Max") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar max; - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDefault(XMLGregorianCalendar value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the values property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link XMLGregorianCalendar } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der min-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMin() { - return min; - } - - /** - * Legt den Wert der min-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMin(XMLGregorianCalendar value) { - this.min = value; - } - - /** - * Ruft den Wert der max-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMax() { - return max; - } - - /** - * Legt den Wert der max-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMax(XMLGregorianCalendar value) { - this.max = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenDezimalType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenDezimalType.java deleted file mode 100644 index d7713da5..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenDezimalType.java +++ /dev/null @@ -1,158 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ mit Metadaten für omds:decimal-Attribute - * - *

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

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

- * <complexType name="AttributMetadatenDezimal_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type">
- *       <sequence>
- *         <element name="Default" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="Values" type="{urn:omds20}decimal" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Min" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="Max" type="{urn:omds20}decimal" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMetadatenDezimal_Type", propOrder = { - "_default", - "values", - "min", - "max" -}) -public class AttributMetadatenDezimalType - extends AttributMetadatenType -{ - - @XmlElement(name = "Default") - protected BigDecimal _default; - @XmlElement(name = "Values") - protected List values; - @XmlElement(name = "Min") - protected BigDecimal min; - @XmlElement(name = "Max") - protected BigDecimal max; - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setDefault(BigDecimal value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the values property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link BigDecimal } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der min-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getMin() { - return min; - } - - /** - * Legt den Wert der min-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setMin(BigDecimal value) { - this.min = value; - } - - /** - * Ruft den Wert der max-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getMax() { - return max; - } - - /** - * Legt den Wert der max-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setMax(BigDecimal value) { - this.max = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenEnumType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenEnumType.java deleted file mode 100644 index c216ce86..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenEnumType.java +++ /dev/null @@ -1,101 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ mit Metadaten für Schlüssellisten - * - *

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

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

- * <complexType name="AttributMetadatenEnum_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type">
- *       <sequence>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Values" type="{urn:omds3CommonServiceTypes-1-1-0}EintragSchluesselliste_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMetadatenEnum_Type", propOrder = { - "_default", - "values" -}) -public class AttributMetadatenEnumType - extends AttributMetadatenType -{ - - @XmlElement(name = "Default") - protected String _default; - @XmlElement(name = "Values") - protected List values; - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDefault(String value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the values property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link EintragSchluessellisteType } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenIntType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenIntType.java deleted file mode 100644 index 9000950f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenIntType.java +++ /dev/null @@ -1,157 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ mit Metadaten für xsd:int-Attribute - * - *

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

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

- * <complexType name="AttributMetadatenInt_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type">
- *       <sequence>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
- *         <element name="Values" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Min" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
- *         <element name="Max" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMetadatenInt_Type", propOrder = { - "_default", - "values", - "min", - "max" -}) -public class AttributMetadatenIntType - extends AttributMetadatenType -{ - - @XmlElement(name = "Default") - protected Integer _default; - @XmlElement(name = "Values", type = Integer.class) - protected List values; - @XmlElement(name = "Min") - protected Integer min; - @XmlElement(name = "Max") - protected Integer max; - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setDefault(Integer value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the values property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Integer } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der min-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMin() { - return min; - } - - /** - * Legt den Wert der min-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMin(Integer value) { - this.min = value; - } - - /** - * Ruft den Wert der max-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMax() { - return max; - } - - /** - * Legt den Wert der max-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMax(Integer value) { - this.max = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenStringType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenStringType.java deleted file mode 100644 index 9eec20c3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenStringType.java +++ /dev/null @@ -1,188 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ mit Metadaten für xsd:string-Attribute - * - *

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

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

- * <complexType name="AttributMetadatenString_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type">
- *       <sequence>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Values" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="MinLaenge" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *         <element name="MaxLaenge" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *         <element name="Regex" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMetadatenString_Type", propOrder = { - "_default", - "values", - "minLaenge", - "maxLaenge", - "regex" -}) -public class AttributMetadatenStringType - extends AttributMetadatenType -{ - - @XmlElement(name = "Default") - protected String _default; - @XmlElement(name = "Values") - protected List values; - @XmlElement(name = "MinLaenge") - @XmlSchemaType(name = "unsignedShort") - protected Integer minLaenge; - @XmlElement(name = "MaxLaenge") - @XmlSchemaType(name = "unsignedShort") - protected Integer maxLaenge; - @XmlElement(name = "Regex") - protected String regex; - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDefault(String value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the values property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der minLaenge-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMinLaenge() { - return minLaenge; - } - - /** - * Legt den Wert der minLaenge-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMinLaenge(Integer value) { - this.minLaenge = value; - } - - /** - * Ruft den Wert der maxLaenge-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMaxLaenge() { - return maxLaenge; - } - - /** - * Legt den Wert der maxLaenge-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMaxLaenge(Integer value) { - this.maxLaenge = value; - } - - /** - * Ruft den Wert der regex-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRegex() { - return regex; - } - - /** - * Legt den Wert der regex-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRegex(String value) { - this.regex = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenType.java deleted file mode 100644 index dedb9756..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMetadatenType.java +++ /dev/null @@ -1,148 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Basistyp für Metadaten von Attributen - * - *

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

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

- * <complexType name="AttributMetadaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Attribut" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
- *         <element name="Aenderbar" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="Bezeichnung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="BeschreibungTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMetadaten_Type", propOrder = { - "attribut", - "aenderbar", - "bezeichnung", - "beschreibungTxt" -}) -@XmlSeeAlso({ - AttributMetadatenStringType.class, - AttributMetadatenIntType.class, - AttributMetadatenDezimalType.class, - AttributMetadatenDatumType.class, - AttributMetadatenEnumType.class -}) -public abstract class AttributMetadatenType { - - @XmlElement(name = "Attribut", required = true) - protected Object attribut; - @XmlElement(name = "Aenderbar") - protected boolean aenderbar; - @XmlElement(name = "Bezeichnung") - protected String bezeichnung; - @XmlElement(name = "BeschreibungTxt") - protected String beschreibungTxt; - - /** - * Ruft den Wert der attribut-Eigenschaft ab. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getAttribut() { - return attribut; - } - - /** - * Legt den Wert der attribut-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setAttribut(Object value) { - this.attribut = value; - } - - /** - * Ruft den Wert der aenderbar-Eigenschaft ab. - * - */ - public boolean isAenderbar() { - return aenderbar; - } - - /** - * Legt den Wert der aenderbar-Eigenschaft fest. - * - */ - public void setAenderbar(boolean value) { - this.aenderbar = value; - } - - /** - * Ruft den Wert der bezeichnung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBezeichnung() { - return bezeichnung; - } - - /** - * Legt den Wert der bezeichnung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBezeichnung(String value) { - this.bezeichnung = value; - } - - /** - * Ruft den Wert der beschreibungTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibungTxt() { - return beschreibungTxt; - } - - /** - * Legt den Wert der beschreibungTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibungTxt(String value) { - this.beschreibungTxt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMsgType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMsgType.java deleted file mode 100644 index 2201148a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMsgType.java +++ /dev/null @@ -1,129 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Message an einem Attribut - * - *

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

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

- * <complexType name="AttributMsg_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="ErrorType">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
- *               <pattern value="1"/>
- *               <pattern value="2"/>
- *               <pattern value="3"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
- *         <element name="ErrorMsg" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMsg_Type", propOrder = { - "errorType", - "errorCode", - "errorMsg" -}) -public class AttributMsgType { - - @XmlElement(name = "ErrorType", required = true) - protected BigInteger errorType; - @XmlElement(name = "ErrorCode") - protected BigInteger errorCode; - @XmlElement(name = "ErrorMsg", required = true) - protected String errorMsg; - - /** - * Ruft den Wert der errorType-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getErrorType() { - return errorType; - } - - /** - * Legt den Wert der errorType-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setErrorType(BigInteger value) { - this.errorType = value; - } - - /** - * Ruft den Wert der errorCode-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getErrorCode() { - return errorCode; - } - - /** - * Legt den Wert der errorCode-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setErrorCode(BigInteger value) { - this.errorCode = value; - } - - /** - * Ruft den Wert der errorMsg-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getErrorMsg() { - return errorMsg; - } - - /** - * Legt den Wert der errorMsg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setErrorMsg(String value) { - this.errorMsg = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMultiEnumType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMultiEnumType.java deleted file mode 100644 index 3c96bd53..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributMultiEnumType.java +++ /dev/null @@ -1,134 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Attribut mit Metadaten für Schlüssellisten, bei dem mehrere Einträge auswählbar sind. - * - *

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

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

- * <complexType name="AttributMultiEnum_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AListenAttribut_Type">
- *       <sequence>
- *         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="MaxAnz" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMultiEnum_Type", propOrder = { - "value", - "_default", - "maxAnz" -}) -public class AttributMultiEnumType - extends AListenAttributType -{ - - @XmlElement(name = "Value") - protected List value; - @XmlElement(name = "Default") - protected List _default; - @XmlElement(name = "MaxAnz") - protected Object maxAnz; - - /** - * Gets the value of the value property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the value property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getValue() { - if (value == null) { - value = new ArrayList(); - } - return this.value; - } - - /** - * Gets the value of the default property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the default property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getDefault() { - if (_default == null) { - _default = new ArrayList(); - } - return this._default; - } - - /** - * Ruft den Wert der maxAnz-Eigenschaft ab. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getMaxAnz() { - return maxAnz; - } - - /** - * Legt den Wert der maxAnz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setMaxAnz(Object value) { - this.maxAnz = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributStringType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributStringType.java deleted file mode 100644 index ddba7e6a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributStringType.java +++ /dev/null @@ -1,216 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Auf xsd:string basierendes Attribut mit Metadaten - * - *

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

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

- * <complexType name="AttributString_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ASingleAttribut_Type">
- *       <sequence>
- *         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Regex" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="MaxLaenge" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *         <element name="MinLaenge" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *         <element name="Values" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributString_Type", propOrder = { - "value", - "_default", - "regex", - "maxLaenge", - "minLaenge", - "values" -}) -public class AttributStringType - extends ASingleAttributType -{ - - @XmlElement(name = "Value") - protected String value; - @XmlElement(name = "Default") - protected String _default; - @XmlElement(name = "Regex") - protected String regex; - @XmlElement(name = "MaxLaenge") - @XmlSchemaType(name = "unsignedShort") - protected Integer maxLaenge; - @XmlElement(name = "MinLaenge") - @XmlSchemaType(name = "unsignedShort") - protected Integer minLaenge; - @XmlElement(name = "Values") - protected List values; - - /** - * Ruft den Wert der value-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Legt den Wert der value-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDefault(String value) { - this._default = value; - } - - /** - * Ruft den Wert der regex-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRegex() { - return regex; - } - - /** - * Legt den Wert der regex-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRegex(String value) { - this.regex = value; - } - - /** - * Ruft den Wert der maxLaenge-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMaxLaenge() { - return maxLaenge; - } - - /** - * Legt den Wert der maxLaenge-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMaxLaenge(Integer value) { - this.maxLaenge = value; - } - - /** - * Ruft den Wert der minLaenge-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMinLaenge() { - return minLaenge; - } - - /** - * Legt den Wert der minLaenge-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMinLaenge(Integer value) { - this.minLaenge = value; - } - - /** - * Gets the value of the values property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the values property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributType.java deleted file mode 100644 index 1994d4a5..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AttributType.java +++ /dev/null @@ -1,154 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Basistyp für Attribute die Metadaten enthalten können (feiner Unterschied zu AttributMetadaten_Type) - * - *

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

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

- * <complexType name="Attribut_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Aenderbar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="Bezeichnung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="BeschreibungTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Msg" type="{urn:omds3CommonServiceTypes-1-1-0}AttributMsg_Type" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Attribut_Type", propOrder = { - "aenderbar", - "bezeichnung", - "beschreibungTxt", - "msg" -}) -@XmlSeeAlso({ - ASingleAttributType.class, - AListenAttributType.class, - RaucherType.class -}) -public abstract class AttributType { - - @XmlElement(name = "Aenderbar") - protected Boolean aenderbar; - @XmlElement(name = "Bezeichnung") - protected String bezeichnung; - @XmlElement(name = "BeschreibungTxt") - protected String beschreibungTxt; - @XmlElement(name = "Msg") - protected AttributMsgType msg; - - /** - * Ruft den Wert der aenderbar-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isAenderbar() { - return aenderbar; - } - - /** - * Legt den Wert der aenderbar-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setAenderbar(Boolean value) { - this.aenderbar = value; - } - - /** - * Ruft den Wert der bezeichnung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBezeichnung() { - return bezeichnung; - } - - /** - * Legt den Wert der bezeichnung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBezeichnung(String value) { - this.bezeichnung = value; - } - - /** - * Ruft den Wert der beschreibungTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibungTxt() { - return beschreibungTxt; - } - - /** - * Legt den Wert der beschreibungTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibungTxt(String value) { - this.beschreibungTxt = value; - } - - /** - * Ruft den Wert der msg-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributMsgType } - * - */ - public AttributMsgType getMsg() { - return msg; - } - - /** - * Legt den Wert der msg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributMsgType } - * - */ - public void setMsg(AttributMsgType value) { - this.msg = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AuthorizationFilter.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AuthorizationFilter.java deleted file mode 100644 index 944ae9b6..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AuthorizationFilter.java +++ /dev/null @@ -1,36 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Definiert einen abstrakten Filter um bestimmte spezifische Elemente herauszufiltern - * - *

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

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

- * <complexType name="AuthorizationFilter">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AuthorizationFilter") -@XmlSeeAlso({ - AgentFilterType.class -}) -public abstract class AuthorizationFilter { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungAsyncType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungAsyncType.java deleted file mode 100644 index 0d476ffd..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungAsyncType.java +++ /dev/null @@ -1,73 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Metadaten einer Autorisierung, die asynchron geleistet wird. - * - *

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

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

- * <complexType name="AutorisierungAsync_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Autorisierung_Type">
- *       <sequence>
- *         <element name="Geleistet" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AutorisierungAsync_Type", propOrder = { - "geleistet" -}) -@XmlSeeAlso({ - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.ProzessDokumentStatusType.Autorisierungen.class -}) -public class AutorisierungAsyncType - extends AutorisierungType -{ - - @XmlElement(name = "Geleistet") - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar geleistet; - - /** - * Ruft den Wert der geleistet-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getGeleistet() { - return geleistet; - } - - /** - * Legt den Wert der geleistet-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setGeleistet(XMLGregorianCalendar value) { - this.geleistet = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungType.java deleted file mode 100644 index 8e49b489..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungType.java +++ /dev/null @@ -1,153 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ zur Übermittlung von Metadaten einer Autorisierung (z.B. einer elektronischen Unterschrift) - * - *

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

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

- * <complexType name="Autorisierung_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="AutorisierungsId" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}Person"/>
- *         <element name="Rolle" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Autorisierungsart" type="{urn:omds3CommonServiceTypes-1-1-0}Autorisierungsart_Type"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Autorisierung_Type", propOrder = { - "autorisierungsId", - "person", - "rolle", - "autorisierungsart" -}) -@XmlSeeAlso({ - AutorisierungAsyncType.class, - at.vvo.omds.types.omds3Types.r1_7_0.common.ProzessDokumentType.Autorisierungen.class -}) -public class AutorisierungType { - - @XmlElement(name = "AutorisierungsId") - protected Object autorisierungsId; - @XmlElement(name = "Person", required = true) - protected PersonType person; - @XmlElement(name = "Rolle", required = true) - protected String rolle; - @XmlElement(name = "Autorisierungsart", required = true) - protected AutorisierungsartType autorisierungsart; - - /** - * Ruft den Wert der autorisierungsId-Eigenschaft ab. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getAutorisierungsId() { - return autorisierungsId; - } - - /** - * Legt den Wert der autorisierungsId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setAutorisierungsId(Object value) { - this.autorisierungsId = value; - } - - /** - * Ruft den Wert der person-Eigenschaft ab. - * - * @return - * possible object is - * {@link PersonType } - * - */ - public PersonType getPerson() { - return person; - } - - /** - * Legt den Wert der person-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PersonType } - * - */ - public void setPerson(PersonType value) { - this.person = value; - } - - /** - * Ruft den Wert der rolle-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRolle() { - return rolle; - } - - /** - * Legt den Wert der rolle-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRolle(String value) { - this.rolle = value; - } - - /** - * Ruft den Wert der autorisierungsart-Eigenschaft ab. - * - * @return - * possible object is - * {@link AutorisierungsartType } - * - */ - public AutorisierungsartType getAutorisierungsart() { - return autorisierungsart; - } - - /** - * Legt den Wert der autorisierungsart-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AutorisierungsartType } - * - */ - public void setAutorisierungsart(AutorisierungsartType value) { - this.autorisierungsart = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungsAnforderungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungsAnforderungType.java deleted file mode 100644 index 40a67dfb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungsAnforderungType.java +++ /dev/null @@ -1,155 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ zur Übermittlung von Anforderungen an eine Autorisierung (z.B. einer elektronischen Unterschrift) - * - *

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

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

- * <complexType name="AutorisierungsAnforderung_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="AutorisierungsId" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}Person"/>
- *         <element name="Rolle" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Autorisierungsart" type="{urn:omds3CommonServiceTypes-1-1-0}Autorisierungsart_Type" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AutorisierungsAnforderung_Type", propOrder = { - "autorisierungsId", - "person", - "rolle", - "autorisierungsart" -}) -public class AutorisierungsAnforderungType { - - @XmlElement(name = "AutorisierungsId") - protected Object autorisierungsId; - @XmlElement(name = "Person", required = true) - protected PersonType person; - @XmlElement(name = "Rolle", required = true) - protected String rolle; - @XmlElement(name = "Autorisierungsart", required = true) - protected List autorisierungsart; - - /** - * Ruft den Wert der autorisierungsId-Eigenschaft ab. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getAutorisierungsId() { - return autorisierungsId; - } - - /** - * Legt den Wert der autorisierungsId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setAutorisierungsId(Object value) { - this.autorisierungsId = value; - } - - /** - * Ruft den Wert der person-Eigenschaft ab. - * - * @return - * possible object is - * {@link PersonType } - * - */ - public PersonType getPerson() { - return person; - } - - /** - * Legt den Wert der person-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PersonType } - * - */ - public void setPerson(PersonType value) { - this.person = value; - } - - /** - * Ruft den Wert der rolle-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRolle() { - return rolle; - } - - /** - * Legt den Wert der rolle-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRolle(String value) { - this.rolle = value; - } - - /** - * Gets the value of the autorisierungsart property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the autorisierungsart property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AutorisierungsartType } - * - * - */ - public List getAutorisierungsart() { - if (autorisierungsart == null) { - autorisierungsart = new ArrayList(); - } - return this.autorisierungsart; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungsartPhysischeUnterschrift.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungsartPhysischeUnterschrift.java deleted file mode 100644 index e2488398..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungsartPhysischeUnterschrift.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Diese Autorisierungsart repräsentiert eine traditionelle physische Unterschrift auf Papier - * - *

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

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

- * <complexType name="AutorisierungsartPhysischeUnterschrift">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Autorisierungsart_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AutorisierungsartPhysischeUnterschrift") -public class AutorisierungsartPhysischeUnterschrift - extends AutorisierungsartType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungsartType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungsartType.java deleted file mode 100644 index c6b75a98..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/AutorisierungsartType.java +++ /dev/null @@ -1,36 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Ein abstrakter Obertyp fuer alle Autorisierungsarten - * - *

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

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

- * <complexType name="Autorisierungsart_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Autorisierungsart_Type") -@XmlSeeAlso({ - AutorisierungsartPhysischeUnterschrift.class -}) -public abstract class AutorisierungsartType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BankverbindungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BankverbindungType.java deleted file mode 100644 index 5a279b74..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BankverbindungType.java +++ /dev/null @@ -1,152 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * beschreibt eine Bankverbindug - * - *

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

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

- * <complexType name="Bankverbindung_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Kontoinhaber" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Bank" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="BIC" type="{urn:omds3CommonServiceTypes-1-1-0}BIC_Type" minOccurs="0"/>
- *         <element name="IBAN" type="{urn:omds3CommonServiceTypes-1-1-0}IBAN_Type"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Bankverbindung_Type", propOrder = { - "kontoinhaber", - "bank", - "bic", - "iban" -}) -@XmlSeeAlso({ - PersBankverbindungType.class -}) -public class BankverbindungType { - - @XmlElement(name = "Kontoinhaber", required = true) - protected String kontoinhaber; - @XmlElement(name = "Bank") - protected String bank; - @XmlElement(name = "BIC") - protected String bic; - @XmlElement(name = "IBAN", required = true) - protected String iban; - - /** - * Ruft den Wert der kontoinhaber-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKontoinhaber() { - return kontoinhaber; - } - - /** - * Legt den Wert der kontoinhaber-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKontoinhaber(String value) { - this.kontoinhaber = value; - } - - /** - * Ruft den Wert der bank-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBank() { - return bank; - } - - /** - * Legt den Wert der bank-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBank(String value) { - this.bank = value; - } - - /** - * Ruft den Wert der bic-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBIC() { - return bic; - } - - /** - * Legt den Wert der bic-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBIC(String value) { - this.bic = value; - } - - /** - * Ruft den Wert der iban-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getIBAN() { - return iban; - } - - /** - * Legt den Wert der iban-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setIBAN(String value) { - this.iban = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BasisProduktbausteinType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BasisProduktbausteinType.java deleted file mode 100644 index c1f98b63..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BasisProduktbausteinType.java +++ /dev/null @@ -1,164 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ für alle Gemeinsamkeiten von Produktbausteinen - * - *

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

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

- * <complexType name="BasisProduktbaustein_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Bezeichnung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Bedingungen" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BasisProduktbaustein_Type", propOrder = { - "id", - "bezeichnung", - "bedingungen", - "meldungen" -}) -@XmlSeeAlso({ - ProduktbausteinType.class -}) -public abstract class BasisProduktbausteinType { - - @XmlElement(name = "Id") - protected String id; - @XmlElement(name = "Bezeichnung") - protected String bezeichnung; - @XmlElement(name = "Bedingungen") - protected List bedingungen; - @XmlElement(name = "Meldungen") - protected List meldungen; - - /** - * Ruft den Wert der id-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Legt den Wert der id-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Ruft den Wert der bezeichnung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBezeichnung() { - return bezeichnung; - } - - /** - * Legt den Wert der bezeichnung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBezeichnung(String value) { - this.bezeichnung = value; - } - - /** - * Gets the value of the bedingungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the bedingungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getBedingungen() { - if (bedingungen == null) { - bedingungen = new ArrayList(); - } - return this.bedingungen; - } - - /** - * Gets the value of the meldungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the meldungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ServiceFault } - * - * - */ - public List getMeldungen() { - if (meldungen == null) { - meldungen = new ArrayList(); - } - return this.meldungen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BerechnungsvarianteType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BerechnungsvarianteType.java deleted file mode 100644 index 77b3e179..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BerechnungsvarianteType.java +++ /dev/null @@ -1,53 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für Berechnungsvariante_Type. - * - *

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

- * <simpleType name="Berechnungsvariante_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="basic"/>
- *     <enumeration value="medium"/>
- *     <enumeration value="top"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "Berechnungsvariante_Type") -@XmlEnum -public enum BerechnungsvarianteType { - - @XmlEnumValue("basic") - BASIC("basic"), - @XmlEnumValue("medium") - MEDIUM("medium"), - @XmlEnumValue("top") - TOP("top"); - private final String value; - - BerechnungsvarianteType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static BerechnungsvarianteType fromValue(String v) { - for (BerechnungsvarianteType c: BerechnungsvarianteType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BeteiligtePersonVertragType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BeteiligtePersonVertragType.java deleted file mode 100644 index 058ff095..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BeteiligtePersonVertragType.java +++ /dev/null @@ -1,86 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für die Meldung von Personen, die an einem Vertrag beteiligt sind - * - *

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

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

- * <complexType name="BeteiligtePersonVertrag_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Lfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}Person"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BeteiligtePersonVertrag_Type", propOrder = { - "lfnr", - "person" -}) -public class BeteiligtePersonVertragType { - - @XmlElement(name = "Lfnr") - @XmlSchemaType(name = "unsignedShort") - protected int lfnr; - @XmlElement(name = "Person", required = true) - protected PersonType person; - - /** - * Ruft den Wert der lfnr-Eigenschaft ab. - * - */ - public int getLfnr() { - return lfnr; - } - - /** - * Legt den Wert der lfnr-Eigenschaft fest. - * - */ - public void setLfnr(int value) { - this.lfnr = value; - } - - /** - * Objekt zur Übermittlung von Personendaten ähnlich zu omds:PERSON, aber Personennr ist nicht Pflichtfeld. Kann Adressdaten enthalten. - * - * @return - * possible object is - * {@link PersonType } - * - */ - public PersonType getPerson() { - return person; - } - - /** - * Legt den Wert der person-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PersonType } - * - */ - public void setPerson(PersonType value) { - this.person = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungGesetzlicheErbenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungGesetzlicheErbenType.java deleted file mode 100644 index 3993d86f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungGesetzlicheErbenType.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Bezugsberechtigung gesetzliche Erben - * - *

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

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

- * <complexType name="BezugsberechtigungGesetzlicheErben_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BezugsberechtigungGesetzlicheErben_Type") -public class BezugsberechtigungGesetzlicheErbenType - extends BezugsberechtigungType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungIndividuell.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungIndividuell.java deleted file mode 100644 index 5dbcd068..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungIndividuell.java +++ /dev/null @@ -1,66 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Bezugsberechtigung Individuell - * - *

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

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

- * <complexType name="BezugsberechtigungIndividuell">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- *       <sequence>
- *         <element name="Beschreibung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BezugsberechtigungIndividuell", propOrder = { - "beschreibung" -}) -public class BezugsberechtigungIndividuell - extends BezugsberechtigungType -{ - - @XmlElement(name = "Beschreibung", required = true) - protected String beschreibung; - - /** - * Ruft den Wert der beschreibung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibung() { - return beschreibung; - } - - /** - * Legt den Wert der beschreibung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibung(String value) { - this.beschreibung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungNamentlich.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungNamentlich.java deleted file mode 100644 index d4cbf9ae..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungNamentlich.java +++ /dev/null @@ -1,93 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Bezugsberechtigung namentlich - * - *

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

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

- * <complexType name="BezugsberechtigungNamentlich">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- *       <sequence>
- *         <element name="Unwiderruflich" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="Personen" type="{urn:omds3CommonServiceTypes-1-1-0}PersonNamentlichesBezugsrecht_Type" maxOccurs="unbounded"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BezugsberechtigungNamentlich", propOrder = { - "unwiderruflich", - "personen" -}) -public class BezugsberechtigungNamentlich - extends BezugsberechtigungType -{ - - @XmlElement(name = "Unwiderruflich") - protected boolean unwiderruflich; - @XmlElement(name = "Personen", required = true) - protected List personen; - - /** - * Ruft den Wert der unwiderruflich-Eigenschaft ab. - * - */ - public boolean isUnwiderruflich() { - return unwiderruflich; - } - - /** - * Legt den Wert der unwiderruflich-Eigenschaft fest. - * - */ - public void setUnwiderruflich(boolean value) { - this.unwiderruflich = value; - } - - /** - * Gets the value of the personen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the personen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link PersonNamentlichesBezugsrechtType } - * - * - */ - public List getPersonen() { - if (personen == null) { - personen = new ArrayList(); - } - return this.personen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungTestamentarischeErbenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungTestamentarischeErbenType.java deleted file mode 100644 index 251668cc..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungTestamentarischeErbenType.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Bezugsberechtigung testamentarische Erben - * - *

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

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

- * <complexType name="BezugsberechtigungTestamentarischeErben_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BezugsberechtigungTestamentarischeErben_Type") -public class BezugsberechtigungTestamentarischeErbenType - extends BezugsberechtigungType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungType.java deleted file mode 100644 index a5f4c46a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungType.java +++ /dev/null @@ -1,73 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Type Bezugsrecht, von diesem erben die unterschiedlichen Typen: Gesetzliche Erben, Überbringer, Namentlich, Individuell - * - *

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

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

- * <complexType name="Bezugsberechtigung_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Art">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedByte">
- *               <enumeration value="0"/>
- *               <enumeration value="1"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Bezugsberechtigung_Type", propOrder = { - "art" -}) -@XmlSeeAlso({ - BezugsberechtigungGesetzlicheErbenType.class, - BezugsberechtigungTestamentarischeErbenType.class, - BezugsberechtigungUeberbringerType.class, - BezugsberechtigungNamentlich.class, - BezugsberechtigungVersicherungsnehmerType.class, - BezugsberechtigungVersichertePersonType.class, - BezugsberechtigungIndividuell.class -}) -public abstract class BezugsberechtigungType { - - @XmlElement(name = "Art") - protected short art; - - /** - * Ruft den Wert der art-Eigenschaft ab. - * - */ - public short getArt() { - return art; - } - - /** - * Legt den Wert der art-Eigenschaft fest. - * - */ - public void setArt(short value) { - this.art = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungUeberbringerType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungUeberbringerType.java deleted file mode 100644 index b91f4f03..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungUeberbringerType.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Bezugsberechtigung Überbringer - * - *

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

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

- * <complexType name="BezugsberechtigungUeberbringer_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BezugsberechtigungUeberbringer_Type") -public class BezugsberechtigungUeberbringerType - extends BezugsberechtigungType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungVersichertePersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungVersichertePersonType.java deleted file mode 100644 index f9ec4914..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungVersichertePersonType.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Bezugsberechtigung VersichertePerson - * - *

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

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

- * <complexType name="BezugsberechtigungVersichertePerson_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BezugsberechtigungVersichertePerson_Type") -public class BezugsberechtigungVersichertePersonType - extends BezugsberechtigungType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungVersicherungsnehmerType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungVersicherungsnehmerType.java deleted file mode 100644 index 8d7bbc58..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsberechtigungVersicherungsnehmerType.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Bezugsberechtigung Versicherungsnehmer - * - *

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

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

- * <complexType name="BezugsberechtigungVersicherungsnehmer_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BezugsberechtigungVersicherungsnehmer_Type") -public class BezugsberechtigungVersicherungsnehmerType - extends BezugsberechtigungType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsrechtType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsrechtType.java deleted file mode 100644 index 71b296d3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BezugsrechtType.java +++ /dev/null @@ -1,65 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.PERSONType; - - -/** - * Type Bezugsrecht fuer Kfz - * - *

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

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

- * <complexType name="Bezugsrecht_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{urn:omds20}PERSON"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Bezugsrecht_Type", propOrder = { - "person" -}) -public class BezugsrechtType { - - @XmlElement(name = "PERSON", namespace = "urn:omds20", required = true) - protected PERSONType person; - - /** - * Ruft den Wert der person-Eigenschaft ab. - * - * @return - * possible object is - * {@link PERSONType } - * - */ - public PERSONType getPERSON() { - return person; - } - - /** - * Legt den Wert der person-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PERSONType } - * - */ - public void setPERSON(PERSONType value) { - this.person = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BonusMalusSystemType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BonusMalusSystemType.java deleted file mode 100644 index f2b41c17..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BonusMalusSystemType.java +++ /dev/null @@ -1,157 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Type Bonus Malus System - * - *

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

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

- * <complexType name="BonusMalusSystem_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="BonusMalusVorversicherung" type="{urn:omds3CommonServiceTypes-1-1-0}BonusMalusVorversicherung_Type"/>
- *         <element name="Versicherungsgesellschaft" type="{urn:omds3CommonServiceTypes-1-1-0}Versicherungsgesellschaft_Type" minOccurs="0"/>
- *         <element name="Polizzennummer" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="1"/>
- *               <maxLength value="15"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="OffeneSchaeden" type="{urn:omds3CommonServiceTypes-1-1-0}OffeneSchaeden_Type" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BonusMalusSystem_Type", propOrder = { - "bonusMalusVorversicherung", - "versicherungsgesellschaft", - "polizzennummer", - "offeneSchaeden" -}) -public class BonusMalusSystemType { - - @XmlElement(name = "BonusMalusVorversicherung", required = true) - @XmlSchemaType(name = "string") - protected BonusMalusVorversicherungType bonusMalusVorversicherung; - @XmlElement(name = "Versicherungsgesellschaft") - protected String versicherungsgesellschaft; - @XmlElement(name = "Polizzennummer") - protected String polizzennummer; - @XmlElement(name = "OffeneSchaeden") - protected OffeneSchaedenType offeneSchaeden; - - /** - * Ruft den Wert der bonusMalusVorversicherung-Eigenschaft ab. - * - * @return - * possible object is - * {@link BonusMalusVorversicherungType } - * - */ - public BonusMalusVorversicherungType getBonusMalusVorversicherung() { - return bonusMalusVorversicherung; - } - - /** - * Legt den Wert der bonusMalusVorversicherung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BonusMalusVorversicherungType } - * - */ - public void setBonusMalusVorversicherung(BonusMalusVorversicherungType value) { - this.bonusMalusVorversicherung = value; - } - - /** - * Ruft den Wert der versicherungsgesellschaft-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersicherungsgesellschaft() { - return versicherungsgesellschaft; - } - - /** - * Legt den Wert der versicherungsgesellschaft-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersicherungsgesellschaft(String value) { - this.versicherungsgesellschaft = value; - } - - /** - * Ruft den Wert der polizzennummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolizzennummer() { - return polizzennummer; - } - - /** - * Legt den Wert der polizzennummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolizzennummer(String value) { - this.polizzennummer = value; - } - - /** - * Ruft den Wert der offeneSchaeden-Eigenschaft ab. - * - * @return - * possible object is - * {@link OffeneSchaedenType } - * - */ - public OffeneSchaedenType getOffeneSchaeden() { - return offeneSchaeden; - } - - /** - * Legt den Wert der offeneSchaeden-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link OffeneSchaedenType } - * - */ - public void setOffeneSchaeden(OffeneSchaedenType value) { - this.offeneSchaeden = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BonusMalusVorversicherungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BonusMalusVorversicherungType.java deleted file mode 100644 index 1a8c1551..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/BonusMalusVorversicherungType.java +++ /dev/null @@ -1,56 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für BonusMalusVorversicherung_Type. - * - *

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

- * <simpleType name="BonusMalusVorversicherung_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="Ohne Vorversicherung"/>
- *     <enumeration value="Mit Vorversicherung"/>
- *     <enumeration value="BM-Übernahme von Angehörigen"/>
- *     <enumeration value="BM-Übernahme vom Dienstgeber"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "BonusMalusVorversicherung_Type") -@XmlEnum -public enum BonusMalusVorversicherungType { - - @XmlEnumValue("Ohne Vorversicherung") - OHNE_VORVERSICHERUNG("Ohne Vorversicherung"), - @XmlEnumValue("Mit Vorversicherung") - MIT_VORVERSICHERUNG("Mit Vorversicherung"), - @XmlEnumValue("BM-\u00dcbernahme von Angeh\u00f6rigen") - BM_ÜBERNAHME_VON_ANGEHÖRIGEN("BM-\u00dcbernahme von Angeh\u00f6rigen"), - @XmlEnumValue("BM-\u00dcbernahme vom Dienstgeber") - BM_ÜBERNAHME_VOM_DIENSTGEBER("BM-\u00dcbernahme vom Dienstgeber"); - private final String value; - - BonusMalusVorversicherungType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static BonusMalusVorversicherungType fromValue(String v) { - for (BonusMalusVorversicherungType c: BonusMalusVorversicherungType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonProcessRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonProcessRequestType.java deleted file mode 100644 index bc4fc527..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonProcessRequestType.java +++ /dev/null @@ -1,75 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.CreateFormRequest; -import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.SubmitFormRequest; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.BOAProcessRequestType; - - -/** - * Abstakter Typ fuer Requests, die Teil eines Geschaeftsfalls mit eigener Id sind - * - *

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

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

- * <complexType name="CommonProcessRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
- *       <sequence>
- *         <element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CommonProcessRequest_Type", propOrder = { - "geschaeftsfallnummer" -}) -@XmlSeeAlso({ - BOAProcessRequestType.class, - SubmitFormRequest.class, - CreateFormRequest.class -}) -public abstract class CommonProcessRequestType - extends CommonRequestType -{ - - @XmlElement(name = "Geschaeftsfallnummer") - protected ObjektIdType geschaeftsfallnummer; - - /** - * Ruft den Wert der geschaeftsfallnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getGeschaeftsfallnummer() { - return geschaeftsfallnummer; - } - - /** - * Legt den Wert der geschaeftsfallnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setGeschaeftsfallnummer(ObjektIdType value) { - this.geschaeftsfallnummer = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonProcessResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonProcessResponseType.java deleted file mode 100644 index ffa67c64..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonProcessResponseType.java +++ /dev/null @@ -1,75 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.CreateFormResponse; -import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.SubmitFormResponse; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.BOAProcessResponseType; - - -/** - * Abstrakter Typ für Ergebnisse, die Teil eines Geschaeftsfalls mit eigener Id sind - * - *

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

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

- * <complexType name="CommonProcessResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
- *       <sequence>
- *         <element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CommonProcessResponse_Type", propOrder = { - "geschaeftsfallnummer" -}) -@XmlSeeAlso({ - BOAProcessResponseType.class, - SubmitFormResponse.class, - CreateFormResponse.class -}) -public abstract class CommonProcessResponseType - extends CommonResponseType -{ - - @XmlElement(name = "Geschaeftsfallnummer") - protected ObjektIdType geschaeftsfallnummer; - - /** - * Ruft den Wert der geschaeftsfallnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getGeschaeftsfallnummer() { - return geschaeftsfallnummer; - } - - /** - * Legt den Wert der geschaeftsfallnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setGeschaeftsfallnummer(ObjektIdType value) { - this.geschaeftsfallnummer = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonRequestType.java deleted file mode 100644 index 07a98385..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonRequestType.java +++ /dev/null @@ -1,207 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetElementListRequest; -import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateSignaturesRequest; -import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.UnderwriteDocumentRequest; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.GetApplicationDocumentRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType; - - -/** - * Abstraktes RequestObjekt - * - *

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

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

- * <complexType name="CommonRequest_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr"/>
- *         <element name="ClientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="TechnischeParameter" type="{urn:omds3CommonServiceTypes-1-1-0}TechnicalKeyValue_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="TechnischeObjekte" type="{urn:omds3CommonServiceTypes-1-1-0}TechnischesObjekt_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="KorrelationsId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CommonRequest_Type", propOrder = { - "vuNr", - "clientId", - "technischeParameter", - "technischeObjekte", - "korrelationsId" -}) -@XmlSeeAlso({ - GetApplicationDocumentRequestType.class, - CommonSearchRequestType.class, - CheckClaimRequestType.class, - SubmitClaimRequestType.class, - GetClaimRequestType.class, - UnderwriteDocumentRequest.class, - CommonProcessRequestType.class, - GetElementListRequest.class, - GetStateSignaturesRequest.class -}) -public abstract class CommonRequestType { - - @XmlElement(name = "VUNr", required = true) - protected String vuNr; - @XmlElement(name = "ClientId") - protected String clientId; - @XmlElement(name = "TechnischeParameter") - protected List technischeParameter; - @XmlElement(name = "TechnischeObjekte") - protected List technischeObjekte; - @XmlElement(name = "KorrelationsId", required = true) - protected String korrelationsId; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der clientId-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getClientId() { - return clientId; - } - - /** - * Legt den Wert der clientId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setClientId(String value) { - this.clientId = value; - } - - /** - * Gets the value of the technischeParameter property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the technischeParameter property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link TechnicalKeyValueType } - * - * - */ - public List getTechnischeParameter() { - if (technischeParameter == null) { - technischeParameter = new ArrayList(); - } - return this.technischeParameter; - } - - /** - * Gets the value of the technischeObjekte property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the technischeObjekte property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link TechnischesObjektType } - * - * - */ - public List getTechnischeObjekte() { - if (technischeObjekte == null) { - technischeObjekte = new ArrayList(); - } - return this.technischeObjekte; - } - - /** - * Ruft den Wert der korrelationsId-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKorrelationsId() { - return korrelationsId; - } - - /** - * Legt den Wert der korrelationsId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKorrelationsId(String value) { - this.korrelationsId = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonResponseType.java deleted file mode 100644 index de1abaab..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonResponseType.java +++ /dev/null @@ -1,178 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; -import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetElementListResponse; -import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateSignaturesResponse; -import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.UnderwriteDocumentResponse; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.GetApplicationDocumentResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimResponseType; - - -/** - * Abstraktes ResponseObjekt - * - *

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

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

- * <complexType name="CommonResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Status" type="{urn:omds3CommonServiceTypes-1-1-0}ResponseStatus_Type"/>
- *         <element name="TechnischeObjekte" type="{urn:omds3CommonServiceTypes-1-1-0}TechnischesObjekt_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Gestartet" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
- *         <element name="Beendet" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CommonResponse_Type", propOrder = { - "status", - "technischeObjekte", - "gestartet", - "beendet" -}) -@XmlSeeAlso({ - GetApplicationDocumentResponseType.class, - CommonSearchResponseType.class, - CheckClaimResponseType.class, - SubmitClaimResponseType.class, - GetClaimResponseType.class, - UnderwriteDocumentResponse.class, - CommonProcessResponseType.class, - GetElementListResponse.class, - GetStateSignaturesResponse.class -}) -public abstract class CommonResponseType { - - @XmlElement(name = "Status", required = true) - protected ResponseStatusType status; - @XmlElement(name = "TechnischeObjekte") - protected List technischeObjekte; - @XmlElement(name = "Gestartet") - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar gestartet; - @XmlElement(name = "Beendet") - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar beendet; - - /** - * Ruft den Wert der status-Eigenschaft ab. - * - * @return - * possible object is - * {@link ResponseStatusType } - * - */ - public ResponseStatusType getStatus() { - return status; - } - - /** - * Legt den Wert der status-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ResponseStatusType } - * - */ - public void setStatus(ResponseStatusType value) { - this.status = value; - } - - /** - * Gets the value of the technischeObjekte property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the technischeObjekte property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link TechnischesObjektType } - * - * - */ - public List getTechnischeObjekte() { - if (technischeObjekte == null) { - technischeObjekte = new ArrayList(); - } - return this.technischeObjekte; - } - - /** - * Ruft den Wert der gestartet-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getGestartet() { - return gestartet; - } - - /** - * Legt den Wert der gestartet-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setGestartet(XMLGregorianCalendar value) { - this.gestartet = value; - } - - /** - * Ruft den Wert der beendet-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getBeendet() { - return beendet; - } - - /** - * Legt den Wert der beendet-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setBeendet(XMLGregorianCalendar value) { - this.beendet = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonSearchRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonSearchRequestType.java deleted file mode 100644 index 4a8495f3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonSearchRequestType.java +++ /dev/null @@ -1,205 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.ELZeitraumType; -import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesRequestType; - - -/** - * Abstakter Typ fuer Suchanfragen - * - *

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

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

- * <complexType name="CommonSearchRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
- *       <sequence>
- *         <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *         <element name="Suchbegriff" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Zeitraum" type="{urn:omds20}EL-Zeitraum_Type" minOccurs="0"/>
- *         <element name="MaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="Offset" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="OrderBy" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <enumeration value="Meldedatum aufsteigend"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CommonSearchRequest_Type", propOrder = { - "authFilter", - "suchbegriff", - "zeitraum", - "maxResults", - "offset", - "orderBy" -}) -@XmlSeeAlso({ - GetStateChangesRequestType.class -}) -public abstract class CommonSearchRequestType - extends CommonRequestType -{ - - @XmlElement(name = "AuthFilter") - protected AuthorizationFilter authFilter; - @XmlElement(name = "Suchbegriff") - protected String suchbegriff; - @XmlElement(name = "Zeitraum") - protected ELZeitraumType zeitraum; - @XmlElement(name = "MaxResults") - @XmlSchemaType(name = "unsignedInt") - protected long maxResults; - @XmlElement(name = "Offset") - @XmlSchemaType(name = "unsignedInt") - protected long offset; - @XmlElement(name = "OrderBy") - protected String orderBy; - - /** - * Ruft den Wert der authFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthFilter() { - return authFilter; - } - - /** - * Legt den Wert der authFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthFilter(AuthorizationFilter value) { - this.authFilter = value; - } - - /** - * Ruft den Wert der suchbegriff-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSuchbegriff() { - return suchbegriff; - } - - /** - * Legt den Wert der suchbegriff-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSuchbegriff(String value) { - this.suchbegriff = value; - } - - /** - * Ruft den Wert der zeitraum-Eigenschaft ab. - * - * @return - * possible object is - * {@link ELZeitraumType } - * - */ - public ELZeitraumType getZeitraum() { - return zeitraum; - } - - /** - * Legt den Wert der zeitraum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ELZeitraumType } - * - */ - public void setZeitraum(ELZeitraumType value) { - this.zeitraum = value; - } - - /** - * Ruft den Wert der maxResults-Eigenschaft ab. - * - */ - public long getMaxResults() { - return maxResults; - } - - /** - * Legt den Wert der maxResults-Eigenschaft fest. - * - */ - public void setMaxResults(long value) { - this.maxResults = value; - } - - /** - * Ruft den Wert der offset-Eigenschaft ab. - * - */ - public long getOffset() { - return offset; - } - - /** - * Legt den Wert der offset-Eigenschaft fest. - * - */ - public void setOffset(long value) { - this.offset = value; - } - - /** - * Ruft den Wert der orderBy-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrderBy() { - return orderBy; - } - - /** - * Legt den Wert der orderBy-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrderBy(String value) { - this.orderBy = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonSearchResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonSearchResponseType.java deleted file mode 100644 index af9e5bcb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/CommonSearchResponseType.java +++ /dev/null @@ -1,107 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesResponseType; - - -/** - * Abstrakter Typ für Ergebnisse von Suchen - * - *

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

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

- * <complexType name="CommonSearchResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
- *       <sequence>
- *         <element name="ActualOffset" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="ActualMaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="TotalResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CommonSearchResponse_Type", propOrder = { - "actualOffset", - "actualMaxResults", - "totalResults" -}) -@XmlSeeAlso({ - GetStateChangesResponseType.class -}) -public abstract class CommonSearchResponseType - extends CommonResponseType -{ - - @XmlElement(name = "ActualOffset") - @XmlSchemaType(name = "unsignedInt") - protected long actualOffset; - @XmlElement(name = "ActualMaxResults") - @XmlSchemaType(name = "unsignedInt") - protected long actualMaxResults; - @XmlElement(name = "TotalResults") - @XmlSchemaType(name = "unsignedInt") - protected long totalResults; - - /** - * Ruft den Wert der actualOffset-Eigenschaft ab. - * - */ - public long getActualOffset() { - return actualOffset; - } - - /** - * Legt den Wert der actualOffset-Eigenschaft fest. - * - */ - public void setActualOffset(long value) { - this.actualOffset = value; - } - - /** - * Ruft den Wert der actualMaxResults-Eigenschaft ab. - * - */ - public long getActualMaxResults() { - return actualMaxResults; - } - - /** - * Legt den Wert der actualMaxResults-Eigenschaft fest. - * - */ - public void setActualMaxResults(long value) { - this.actualMaxResults = value; - } - - /** - * Ruft den Wert der totalResults-Eigenschaft ab. - * - */ - public long getTotalResults() { - return totalResults; - } - - /** - * Legt den Wert der totalResults-Eigenschaft fest. - * - */ - public void setTotalResults(long value) { - this.totalResults = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DateianhangType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DateianhangType.java deleted file mode 100644 index 5b9fed45..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DateianhangType.java +++ /dev/null @@ -1,192 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.activation.DataHandler; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlMimeType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Deprecated, verwende ProzessDokument_Type. Dateianhang welcher an einen Geschäftsfall hinzugefügt werden kann - * - * - *

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

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

- * <complexType name="Dateianhang_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Mimetype" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="DateiType" type="{urn:omds3CommonServiceTypes-1-1-0}TypeDateianhang_Type" minOccurs="0"/>
- *         <element name="DateiName">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="100"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="DateiData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- *         <element name="DateiBeschreibung" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="200"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Dateianhang_Type", propOrder = { - "mimetype", - "dateiType", - "dateiName", - "dateiData", - "dateiBeschreibung" -}) -public class DateianhangType { - - @XmlElement(name = "Mimetype", required = true) - protected String mimetype; - @XmlElement(name = "DateiType") - protected Integer dateiType; - @XmlElement(name = "DateiName", required = true) - protected String dateiName; - @XmlElement(name = "DateiData", required = true) - @XmlMimeType("application/octet-stream") - protected DataHandler dateiData; - @XmlElement(name = "DateiBeschreibung") - protected String dateiBeschreibung; - - /** - * Ruft den Wert der mimetype-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMimetype() { - return mimetype; - } - - /** - * Legt den Wert der mimetype-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMimetype(String value) { - this.mimetype = value; - } - - /** - * Ruft den Wert der dateiType-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getDateiType() { - return dateiType; - } - - /** - * Legt den Wert der dateiType-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setDateiType(Integer value) { - this.dateiType = value; - } - - /** - * Ruft den Wert der dateiName-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDateiName() { - return dateiName; - } - - /** - * Legt den Wert der dateiName-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDateiName(String value) { - this.dateiName = value; - } - - /** - * Ruft den Wert der dateiData-Eigenschaft ab. - * - * @return - * possible object is - * {@link DataHandler } - * - */ - public DataHandler getDateiData() { - return dateiData; - } - - /** - * Legt den Wert der dateiData-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DataHandler } - * - */ - public void setDateiData(DataHandler value) { - this.dateiData = value; - } - - /** - * Ruft den Wert der dateiBeschreibung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDateiBeschreibung() { - return dateiBeschreibung; - } - - /** - * Legt den Wert der dateiBeschreibung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDateiBeschreibung(String value) { - this.dateiBeschreibung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DatenverwendungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DatenverwendungType.java deleted file mode 100644 index 5423026c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DatenverwendungType.java +++ /dev/null @@ -1,112 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Type Datenverwendung - * - *

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

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

- * <complexType name="Datenverwendung_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="ZustimmungZurElektrUebermittlungVorvertraglDokumente" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="ElektrUebermittlungVorvertraglDokumenteEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="ZustimmungZurVerwendungDerDatenZuWerbezwecken" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Datenverwendung_Type", propOrder = { - "zustimmungZurElektrUebermittlungVorvertraglDokumente", - "elektrUebermittlungVorvertraglDokumenteEmail", - "zustimmungZurVerwendungDerDatenZuWerbezwecken" -}) -public class DatenverwendungType { - - @XmlElement(name = "ZustimmungZurElektrUebermittlungVorvertraglDokumente") - protected Boolean zustimmungZurElektrUebermittlungVorvertraglDokumente; - @XmlElement(name = "ElektrUebermittlungVorvertraglDokumenteEmail") - protected String elektrUebermittlungVorvertraglDokumenteEmail; - @XmlElement(name = "ZustimmungZurVerwendungDerDatenZuWerbezwecken") - protected boolean zustimmungZurVerwendungDerDatenZuWerbezwecken; - - /** - * Ruft den Wert der zustimmungZurElektrUebermittlungVorvertraglDokumente-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isZustimmungZurElektrUebermittlungVorvertraglDokumente() { - return zustimmungZurElektrUebermittlungVorvertraglDokumente; - } - - /** - * Legt den Wert der zustimmungZurElektrUebermittlungVorvertraglDokumente-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setZustimmungZurElektrUebermittlungVorvertraglDokumente(Boolean value) { - this.zustimmungZurElektrUebermittlungVorvertraglDokumente = value; - } - - /** - * Ruft den Wert der elektrUebermittlungVorvertraglDokumenteEmail-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getElektrUebermittlungVorvertraglDokumenteEmail() { - return elektrUebermittlungVorvertraglDokumenteEmail; - } - - /** - * Legt den Wert der elektrUebermittlungVorvertraglDokumenteEmail-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setElektrUebermittlungVorvertraglDokumenteEmail(String value) { - this.elektrUebermittlungVorvertraglDokumenteEmail = value; - } - - /** - * Ruft den Wert der zustimmungZurVerwendungDerDatenZuWerbezwecken-Eigenschaft ab. - * - */ - public boolean isZustimmungZurVerwendungDerDatenZuWerbezwecken() { - return zustimmungZurVerwendungDerDatenZuWerbezwecken; - } - - /** - * Legt den Wert der zustimmungZurVerwendungDerDatenZuWerbezwecken-Eigenschaft fest. - * - */ - public void setZustimmungZurVerwendungDerDatenZuWerbezwecken(boolean value) { - this.zustimmungZurVerwendungDerDatenZuWerbezwecken = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DirectionCdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DirectionCdType.java deleted file mode 100644 index 5a3df654..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DirectionCdType.java +++ /dev/null @@ -1,47 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für DirectionCd_Type. - * - *

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

- * <simpleType name="DirectionCd_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="IN"/>
- *     <enumeration value="OUT"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "DirectionCd_Type") -@XmlEnum -public enum DirectionCdType { - - - /** - * Input-Wert - * - */ - IN, - - /** - * Output-Wert - * - */ - OUT; - - public String value() { - return name(); - } - - public static DirectionCdType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentBinaryDataType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentBinaryDataType.java deleted file mode 100644 index 2e78f4a7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentBinaryDataType.java +++ /dev/null @@ -1,156 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.activation.DataHandler; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlMimeType; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Typ zur Übermittlung von Dokumenten als Binary plus Metadaten - * - *

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

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

- * <complexType name="DokumentBinaryData_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}DokumentData_Type">
- *       <sequence>
- *         <element name="DateiData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- *         <element name="Mimetype" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Groesse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
- *         <element name="Datum" type="{urn:omds20}Datum-Zeit" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DokumentBinaryData_Type", propOrder = { - "dateiData", - "mimetype", - "groesse", - "datum" -}) -public class DokumentBinaryDataType - extends DokumentDataType -{ - - @XmlElement(name = "DateiData", required = true) - @XmlMimeType("application/octet-stream") - protected DataHandler dateiData; - @XmlElement(name = "Mimetype", required = true) - protected String mimetype; - @XmlElement(name = "Groesse") - protected Long groesse; - @XmlElement(name = "Datum") - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar datum; - - /** - * Ruft den Wert der dateiData-Eigenschaft ab. - * - * @return - * possible object is - * {@link DataHandler } - * - */ - public DataHandler getDateiData() { - return dateiData; - } - - /** - * Legt den Wert der dateiData-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DataHandler } - * - */ - public void setDateiData(DataHandler value) { - this.dateiData = value; - } - - /** - * Ruft den Wert der mimetype-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMimetype() { - return mimetype; - } - - /** - * Legt den Wert der mimetype-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMimetype(String value) { - this.mimetype = value; - } - - /** - * Ruft den Wert der groesse-Eigenschaft ab. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getGroesse() { - return groesse; - } - - /** - * Legt den Wert der groesse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setGroesse(Long value) { - this.groesse = value; - } - - /** - * Ruft den Wert der datum-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDatum() { - return datum; - } - - /** - * Legt den Wert der datum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDatum(XMLGregorianCalendar value) { - this.datum = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentDataType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentDataType.java deleted file mode 100644 index c8c93157..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentDataType.java +++ /dev/null @@ -1,36 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ zur Übermittlung von Dokumentendaten - * - *

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

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

- * <complexType name="DokumentData_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DokumentData_Type") -@XmlSeeAlso({ - DokumentBinaryDataType.class -}) -public abstract class DokumentDataType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentFormDataType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentFormDataType.java deleted file mode 100644 index 1ec6f124..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentFormDataType.java +++ /dev/null @@ -1,64 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ zur Übermittlung von Formulardaten als Dokument - * - *

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

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

- * <complexType name="DokumentFormData_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}Formular"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DokumentFormData_Type", propOrder = { - "formular" -}) -public class DokumentFormDataType { - - @XmlElement(name = "Formular", required = true) - protected Formular formular; - - /** - * Ruft den Wert der formular-Eigenschaft ab. - * - * @return - * possible object is - * {@link Formular } - * - */ - public Formular getFormular() { - return formular; - } - - /** - * Legt den Wert der formular-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Formular } - * - */ - public void setFormular(Formular value) { - this.formular = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentInfoType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentInfoType.java deleted file mode 100644 index b821cd49..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentInfoType.java +++ /dev/null @@ -1,309 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.activation.DataHandler; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlMimeType; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Typ mit Informationen zu einem Dokument (kann auch das Dokument selbst enthalten) - * - *

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

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

- * <complexType name="DokumentInfo_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
- *         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="DocumentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType"/>
- *         <element name="Mimetype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Groesse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
- *         <element name="Datum" type="{urn:omds20}Datum-Zeit" minOccurs="0"/>
- *         <element name="ReferenzWeitereDokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="ArtAusfolgung" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedByte">
- *               <enumeration value="0"/>
- *               <enumeration value="1"/>
- *               <enumeration value="2"/>
- *               <enumeration value="3"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="Unterschrift" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedByte">
- *               <enumeration value="0"/>
- *               <enumeration value="1"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DokumentInfo_Type", propOrder = { - "content", - "name", - "documentType", - "mimetype", - "groesse", - "datum", - "referenzWeitereDokumente", - "artAusfolgung", - "unterschrift" -}) -public class DokumentInfoType { - - @XmlElement(name = "Content") - @XmlMimeType("application/octet-stream") - protected DataHandler content; - @XmlElement(name = "Name") - protected String name; - @XmlElement(name = "DocumentType") - protected int documentType; - @XmlElement(name = "Mimetype") - protected String mimetype; - @XmlElement(name = "Groesse") - protected Long groesse; - @XmlElement(name = "Datum") - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar datum; - @XmlElement(name = "ReferenzWeitereDokumente") - protected List referenzWeitereDokumente; - @XmlElement(name = "ArtAusfolgung") - protected Short artAusfolgung; - @XmlElement(name = "Unterschrift") - protected Short unterschrift; - - /** - * Ruft den Wert der content-Eigenschaft ab. - * - * @return - * possible object is - * {@link DataHandler } - * - */ - public DataHandler getContent() { - return content; - } - - /** - * Legt den Wert der content-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DataHandler } - * - */ - public void setContent(DataHandler value) { - this.content = value; - } - - /** - * Ruft den Wert der name-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Legt den Wert der name-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Ruft den Wert der documentType-Eigenschaft ab. - * - */ - public int getDocumentType() { - return documentType; - } - - /** - * Legt den Wert der documentType-Eigenschaft fest. - * - */ - public void setDocumentType(int value) { - this.documentType = value; - } - - /** - * Ruft den Wert der mimetype-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMimetype() { - return mimetype; - } - - /** - * Legt den Wert der mimetype-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMimetype(String value) { - this.mimetype = value; - } - - /** - * Ruft den Wert der groesse-Eigenschaft ab. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getGroesse() { - return groesse; - } - - /** - * Legt den Wert der groesse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setGroesse(Long value) { - this.groesse = value; - } - - /** - * Ruft den Wert der datum-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDatum() { - return datum; - } - - /** - * Legt den Wert der datum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDatum(XMLGregorianCalendar value) { - this.datum = value; - } - - /** - * Gets the value of the referenzWeitereDokumente property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the referenzWeitereDokumente property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link DokumentInfoType } - * - * - */ - public List getReferenzWeitereDokumente() { - if (referenzWeitereDokumente == null) { - referenzWeitereDokumente = new ArrayList(); - } - return this.referenzWeitereDokumente; - } - - /** - * Ruft den Wert der artAusfolgung-Eigenschaft ab. - * - * @return - * possible object is - * {@link Short } - * - */ - public Short getArtAusfolgung() { - return artAusfolgung; - } - - /** - * Legt den Wert der artAusfolgung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Short } - * - */ - public void setArtAusfolgung(Short value) { - this.artAusfolgung = value; - } - - /** - * Ruft den Wert der unterschrift-Eigenschaft ab. - * - * @return - * possible object is - * {@link Short } - * - */ - public Short getUnterschrift() { - return unterschrift; - } - - /** - * Legt den Wert der unterschrift-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Short } - * - */ - public void setUnterschrift(Short value) { - this.unterschrift = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentenReferenzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentenReferenzType.java deleted file mode 100644 index 8f9aeb24..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/DokumentenReferenzType.java +++ /dev/null @@ -1,262 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Information zu einem einzelnen Dokument - * - *

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

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

- * <complexType name="DokumentenReferenz_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Id" type="{urn:omds3CommonServiceTypes-1-1-0}ElementIdType"/>
- *         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="DocumentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType"/>
- *         <element name="Mimetype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Groesse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
- *         <element name="Datum" type="{urn:omds20}Datum-Zeit"/>
- *         <element name="ObjektSpezifikation" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type" minOccurs="0"/>
- *         <element name="ReferenzWeitereDokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DokumentenReferenz_Type", propOrder = { - "id", - "name", - "documentType", - "mimetype", - "groesse", - "datum", - "objektSpezifikation", - "referenzWeitereDokumente" -}) -public class DokumentenReferenzType { - - @XmlElement(name = "Id", required = true) - protected ElementIdType id; - @XmlElement(name = "Name", required = true) - protected String name; - @XmlElement(name = "DocumentType") - protected int documentType; - @XmlElement(name = "Mimetype") - protected String mimetype; - @XmlElement(name = "Groesse") - protected Long groesse; - @XmlElement(name = "Datum", required = true) - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar datum; - @XmlElement(name = "ObjektSpezifikation") - protected ObjektSpezifikationType objektSpezifikation; - @XmlElement(name = "ReferenzWeitereDokumente") - protected List referenzWeitereDokumente; - - /** - * Ruft den Wert der id-Eigenschaft ab. - * - * @return - * possible object is - * {@link ElementIdType } - * - */ - public ElementIdType getId() { - return id; - } - - /** - * Legt den Wert der id-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ElementIdType } - * - */ - public void setId(ElementIdType value) { - this.id = value; - } - - /** - * Ruft den Wert der name-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Legt den Wert der name-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Ruft den Wert der documentType-Eigenschaft ab. - * - */ - public int getDocumentType() { - return documentType; - } - - /** - * Legt den Wert der documentType-Eigenschaft fest. - * - */ - public void setDocumentType(int value) { - this.documentType = value; - } - - /** - * Ruft den Wert der mimetype-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMimetype() { - return mimetype; - } - - /** - * Legt den Wert der mimetype-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMimetype(String value) { - this.mimetype = value; - } - - /** - * Ruft den Wert der groesse-Eigenschaft ab. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getGroesse() { - return groesse; - } - - /** - * Legt den Wert der groesse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setGroesse(Long value) { - this.groesse = value; - } - - /** - * Ruft den Wert der datum-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDatum() { - return datum; - } - - /** - * Legt den Wert der datum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDatum(XMLGregorianCalendar value) { - this.datum = value; - } - - /** - * Ruft den Wert der objektSpezifikation-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektSpezifikationType } - * - */ - public ObjektSpezifikationType getObjektSpezifikation() { - return objektSpezifikation; - } - - /** - * Legt den Wert der objektSpezifikation-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektSpezifikationType } - * - */ - public void setObjektSpezifikation(ObjektSpezifikationType value) { - this.objektSpezifikation = value; - } - - /** - * Gets the value of the referenzWeitereDokumente property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the referenzWeitereDokumente property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link DokumentenReferenzType } - * - * - */ - public List getReferenzWeitereDokumente() { - if (referenzWeitereDokumente == null) { - referenzWeitereDokumente = new ArrayList(); - } - return this.referenzWeitereDokumente; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EintragSchluessellisteType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EintragSchluessellisteType.java deleted file mode 100644 index f766a416..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EintragSchluessellisteType.java +++ /dev/null @@ -1,92 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für einen einzelnen Eintrag einer Schlüsselliste - * - *

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

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

- * <complexType name="EintragSchluesselliste_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Schluessel" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EintragSchluesselliste_Type", propOrder = { - "text", - "schluessel" -}) -public class EintragSchluessellisteType { - - @XmlElement(name = "Text", required = true) - protected String text; - @XmlElement(name = "Schluessel", required = true) - protected String schluessel; - - /** - * Ruft den Wert der text-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getText() { - return text; - } - - /** - * Legt den Wert der text-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setText(String value) { - this.text = value; - } - - /** - * Ruft den Wert der schluessel-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchluessel() { - return schluessel; - } - - /** - * Legt den Wert der schluessel-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchluessel(String value) { - this.schluessel = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwGesDatenVNType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwGesDatenVNType.java deleted file mode 100644 index 410e16c4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwGesDatenVNType.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Einwilligung Bekanntgabe Gesundheitsdaten an VN - * - *

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

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

- * <complexType name="EinwGesDatenVN_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}EinwilligungPersDaten_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EinwGesDatenVN_Type") -public class EinwGesDatenVNType - extends EinwilligungPersDatenType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwSprachaufzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwSprachaufzType.java deleted file mode 100644 index 8f157190..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwSprachaufzType.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Einwilligung Sprachaufzeichnung - * - *

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

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

- * <complexType name="EinwSprachaufz_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}EinwilligungPersDaten_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EinwSprachaufz_Type") -public class EinwSprachaufzType - extends EinwilligungPersDatenType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwVerarbGesDatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwVerarbGesDatenType.java deleted file mode 100644 index 5d749dd8..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwVerarbGesDatenType.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Einwilligung Verarbeitung Gesundheitsdaten - * - *

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

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

- * <complexType name="EinwVerarbGesDaten_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}EinwilligungPersDaten_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EinwVerarbGesDaten_Type") -public class EinwVerarbGesDatenType - extends EinwilligungPersDatenType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwilligungPersDatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwilligungPersDatenType.java deleted file mode 100644 index 48b95ab5..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwilligungPersDatenType.java +++ /dev/null @@ -1,66 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ für Einwilligung personenbezogene Daten - * - *

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

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

- * <complexType name="EinwilligungPersDaten_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Einwilligung_Type">
- *       <sequence>
- *         <element name="PersonRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EinwilligungPersDaten_Type", propOrder = { - "personRefLfnr" -}) -@XmlSeeAlso({ - EinwVerarbGesDatenType.class, - EinwGesDatenVNType.class, - EinwSprachaufzType.class -}) -public abstract class EinwilligungPersDatenType - extends EinwilligungType -{ - - @XmlElement(name = "PersonRefLfnr") - @XmlSchemaType(name = "unsignedShort") - protected int personRefLfnr; - - /** - * Ruft den Wert der personRefLfnr-Eigenschaft ab. - * - */ - public int getPersonRefLfnr() { - return personRefLfnr; - } - - /** - * Legt den Wert der personRefLfnr-Eigenschaft fest. - * - */ - public void setPersonRefLfnr(int value) { - this.personRefLfnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwilligungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwilligungType.java deleted file mode 100644 index e617cfcd..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/EinwilligungType.java +++ /dev/null @@ -1,96 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ für Einwilligung - * - *

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

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

- * <complexType name="Einwilligung_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Zustimmung" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Einwilligung_Type", propOrder = { - "zustimmung", - "text" -}) -@XmlSeeAlso({ - EinwilligungPersDatenType.class -}) -public abstract class EinwilligungType { - - @XmlElement(name = "Zustimmung") - protected Boolean zustimmung; - @XmlElement(name = "Text") - protected String text; - - /** - * Ruft den Wert der zustimmung-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isZustimmung() { - return zustimmung; - } - - /** - * Legt den Wert der zustimmung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setZustimmung(Boolean value) { - this.zustimmung = value; - } - - /** - * Ruft den Wert der text-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getText() { - return text; - } - - /** - * Legt den Wert der text-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setText(String value) { - this.text = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ElementFondsauswahlType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ElementFondsauswahlType.java deleted file mode 100644 index 2d1407db..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ElementFondsauswahlType.java +++ /dev/null @@ -1,164 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Ein einzelnes Element einer Fondsauswahl - * - *

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

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

- * <complexType name="ElementFondsauswahl_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <choice>
- *           <element name="ISIN" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type"/>
- *           <element name="WKN" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type"/>
- *         </choice>
- *         <element name="Prozentanteil" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}float">
- *               <minInclusive value="0"/>
- *               <maxInclusive value="100"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ZusaetzlicheFondsdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheFondsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ElementFondsauswahl_Type", propOrder = { - "isin", - "wkn", - "prozentanteil", - "zusaetzlicheFondsdaten" -}) -public class ElementFondsauswahlType { - - @XmlElement(name = "ISIN") - protected AttributEnumType isin; - @XmlElement(name = "WKN") - protected AttributEnumType wkn; - @XmlElement(name = "Prozentanteil") - protected Float prozentanteil; - @XmlElement(name = "ZusaetzlicheFondsdaten") - protected List zusaetzlicheFondsdaten; - - /** - * Ruft den Wert der isin-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributEnumType } - * - */ - public AttributEnumType getISIN() { - return isin; - } - - /** - * Legt den Wert der isin-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributEnumType } - * - */ - public void setISIN(AttributEnumType value) { - this.isin = value; - } - - /** - * Ruft den Wert der wkn-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributEnumType } - * - */ - public AttributEnumType getWKN() { - return wkn; - } - - /** - * Legt den Wert der wkn-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributEnumType } - * - */ - public void setWKN(AttributEnumType value) { - this.wkn = value; - } - - /** - * Ruft den Wert der prozentanteil-Eigenschaft ab. - * - * @return - * possible object is - * {@link Float } - * - */ - public Float getProzentanteil() { - return prozentanteil; - } - - /** - * Legt den Wert der prozentanteil-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Float } - * - */ - public void setProzentanteil(Float value) { - this.prozentanteil = value; - } - - /** - * Gets the value of the zusaetzlicheFondsdaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusaetzlicheFondsdaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheFondsdatenType } - * - * - */ - public List getZusaetzlicheFondsdaten() { - if (zusaetzlicheFondsdaten == null) { - zusaetzlicheFondsdaten = new ArrayList(); - } - return this.zusaetzlicheFondsdaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ElementIdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ElementIdType.java deleted file mode 100644 index 9abc8561..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ElementIdType.java +++ /dev/null @@ -1,114 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Ein Typ für eine Objekt-Id in Verbindung mit einem möglichen Ablaufzeitpunkt und dem Hinweis, ob die Id nur einmalig oder auch mehrmalig verwendet werden kann - * - *

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

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

- * <complexType name="ElementIdType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="idValidUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
- *         <element name="idIsSingleUse" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ElementIdType", propOrder = { - "id", - "idValidUntil", - "idIsSingleUse" -}) -public class ElementIdType { - - @XmlElement(required = true) - protected String id; - @XmlElement(required = true, nillable = true) - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar idValidUntil; - protected boolean idIsSingleUse; - - /** - * Ruft den Wert der id-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Legt den Wert der id-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Ruft den Wert der idValidUntil-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getIdValidUntil() { - return idValidUntil; - } - - /** - * Legt den Wert der idValidUntil-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setIdValidUntil(XMLGregorianCalendar value) { - this.idValidUntil = value; - } - - /** - * Ruft den Wert der idIsSingleUse-Eigenschaft ab. - * - */ - public boolean isIdIsSingleUse() { - return idIsSingleUse; - } - - /** - * Legt den Wert der idIsSingleUse-Eigenschaft fest. - * - */ - public void setIdIsSingleUse(boolean value) { - this.idIsSingleUse = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ElementarproduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ElementarproduktGenerischType.java deleted file mode 100644 index 3a8b2756..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ElementarproduktGenerischType.java +++ /dev/null @@ -1,187 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.TarifLebenType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.ElementarproduktSachPrivatType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.LeistungsartUnfallType; - - -/** - * Basistyp für ein Elementarprodukt, 2. Generation - * - *

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

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

- * <complexType name="ElementarproduktGenerisch_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Elementarprodukt_Type">
- *       <sequence>
- *         <element name="Eingeschlossen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="EinschlussAenderbar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="AttributMetadaten" type="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="BeschreibungTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Versicherungssumme" type="{urn:omds20}decimal14_2" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ElementarproduktGenerisch_Type", propOrder = { - "eingeschlossen", - "einschlussAenderbar", - "attributMetadaten", - "beschreibungTxt", - "versicherungssumme" -}) -@XmlSeeAlso({ - LeistungsartUnfallType.class, - TarifLebenType.class, - ElementarproduktSachPrivatType.class -}) -public abstract class ElementarproduktGenerischType - extends ElementarproduktType -{ - - @XmlElement(name = "Eingeschlossen") - protected boolean eingeschlossen; - @XmlElement(name = "EinschlussAenderbar") - protected Boolean einschlussAenderbar; - @XmlElement(name = "AttributMetadaten") - protected List attributMetadaten; - @XmlElement(name = "BeschreibungTxt") - protected String beschreibungTxt; - @XmlElement(name = "Versicherungssumme") - protected BigDecimal versicherungssumme; - - /** - * Ruft den Wert der eingeschlossen-Eigenschaft ab. - * - */ - public boolean isEingeschlossen() { - return eingeschlossen; - } - - /** - * Legt den Wert der eingeschlossen-Eigenschaft fest. - * - */ - public void setEingeschlossen(boolean value) { - this.eingeschlossen = value; - } - - /** - * Ruft den Wert der einschlussAenderbar-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isEinschlussAenderbar() { - return einschlussAenderbar; - } - - /** - * Legt den Wert der einschlussAenderbar-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setEinschlussAenderbar(Boolean value) { - this.einschlussAenderbar = value; - } - - /** - * Gets the value of the attributMetadaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the attributMetadaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AttributMetadatenType } - * - * - */ - public List getAttributMetadaten() { - if (attributMetadaten == null) { - attributMetadaten = new ArrayList(); - } - return this.attributMetadaten; - } - - /** - * Ruft den Wert der beschreibungTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibungTxt() { - return beschreibungTxt; - } - - /** - * Legt den Wert der beschreibungTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibungTxt(String value) { - this.beschreibungTxt = value; - } - - /** - * Ruft den Wert der versicherungssumme-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getVersicherungssumme() { - return versicherungssumme; - } - - /** - * Legt den Wert der versicherungssumme-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setVersicherungssumme(BigDecimal value) { - this.versicherungssumme = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ElementarproduktType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ElementarproduktType.java deleted file mode 100644 index 814ef30d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ElementarproduktType.java +++ /dev/null @@ -1,141 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.ElementarproduktKfzType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.VerkehrsrechtsschutzKfzType; - - -/** - * Basistyp für ein Elementarprodukt - * - *

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

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

- * <complexType name="Elementarprodukt_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produktbaustein_Type">
- *       <sequence>
- *         <element name="VtgBeg" type="{urn:omds20}Datum" minOccurs="0"/>
- *         <element name="RefSicherstellungLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *         <element name="ZusaetzlicheElementarproduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheElementarproduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Elementarprodukt_Type", propOrder = { - "vtgBeg", - "refSicherstellungLfnr", - "zusaetzlicheElementarproduktdaten" -}) -@XmlSeeAlso({ - ElementarproduktGenerischType.class, - ElementarproduktKfzType.class, - VerkehrsrechtsschutzKfzType.class -}) -public abstract class ElementarproduktType - extends ProduktbausteinType -{ - - @XmlElement(name = "VtgBeg") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar vtgBeg; - @XmlElement(name = "RefSicherstellungLfnr") - @XmlSchemaType(name = "unsignedShort") - protected Integer refSicherstellungLfnr; - @XmlElement(name = "ZusaetzlicheElementarproduktdaten") - protected List zusaetzlicheElementarproduktdaten; - - /** - * Ruft den Wert der vtgBeg-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getVtgBeg() { - return vtgBeg; - } - - /** - * Legt den Wert der vtgBeg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setVtgBeg(XMLGregorianCalendar value) { - this.vtgBeg = value; - } - - /** - * Ruft den Wert der refSicherstellungLfnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getRefSicherstellungLfnr() { - return refSicherstellungLfnr; - } - - /** - * Legt den Wert der refSicherstellungLfnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setRefSicherstellungLfnr(Integer value) { - this.refSicherstellungLfnr = value; - } - - /** - * Gets the value of the zusaetzlicheElementarproduktdaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusaetzlicheElementarproduktdaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheElementarproduktdatenType } - * - * - */ - public List getZusaetzlicheElementarproduktdaten() { - if (zusaetzlicheElementarproduktdaten == null) { - zusaetzlicheElementarproduktdaten = new ArrayList(); - } - return this.zusaetzlicheElementarproduktdaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ErsatzpolizzeMitAendGrundType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ErsatzpolizzeMitAendGrundType.java deleted file mode 100644 index e850499b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ErsatzpolizzeMitAendGrundType.java +++ /dev/null @@ -1,94 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Einfache Implementierung einer zu ersetzenden Polizze mit Angabe eines Änderungsgrunds - * - *

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

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

- * <complexType name="ErsatzpolizzeMitAendGrund_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type">
- *       <sequence>
- *         <element name="AendGrundCd" type="{urn:omds20}AendGrundCd_Type"/>
- *         <element name="AendGrundbez" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ErsatzpolizzeMitAendGrund_Type", propOrder = { - "aendGrundCd", - "aendGrundbez" -}) -public class ErsatzpolizzeMitAendGrundType - extends ErsatzpolizzeType -{ - - @XmlElement(name = "AendGrundCd", required = true) - protected String aendGrundCd; - @XmlElement(name = "AendGrundbez") - protected String aendGrundbez; - - /** - * Ruft den Wert der aendGrundCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAendGrundCd() { - return aendGrundCd; - } - - /** - * Legt den Wert der aendGrundCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAendGrundCd(String value) { - this.aendGrundCd = value; - } - - /** - * Ruft den Wert der aendGrundbez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAendGrundbez() { - return aendGrundbez; - } - - /** - * Legt den Wert der aendGrundbez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAendGrundbez(String value) { - this.aendGrundbez = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ErsatzpolizzeType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ErsatzpolizzeType.java deleted file mode 100644 index 5e1e36b9..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ErsatzpolizzeType.java +++ /dev/null @@ -1,96 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Beschreibung einer durch Konvertierung zu ersetzenden Polizze - * - *

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

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

- * <complexType name="Ersatzpolizze_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Polizzennr" type="{urn:omds20}Polizzennr"/>
- *         <element name="VertragsID" type="{urn:omds20}VertragsID" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Ersatzpolizze_Type", propOrder = { - "polizzennr", - "vertragsID" -}) -@XmlSeeAlso({ - ErsatzpolizzeMitAendGrundType.class -}) -public abstract class ErsatzpolizzeType { - - @XmlElement(name = "Polizzennr", required = true) - protected String polizzennr; - @XmlElement(name = "VertragsID") - protected String vertragsID; - - /** - * Ruft den Wert der polizzennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolizzennr() { - return polizzennr; - } - - /** - * Legt den Wert der polizzennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolizzennr(String value) { - this.polizzennr = value; - } - - /** - * Ruft den Wert der vertragsID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVertragsID() { - return vertragsID; - } - - /** - * Legt den Wert der vertragsID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVertragsID(String value) { - this.vertragsID = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ErsatzpolizzenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ErsatzpolizzenType.java deleted file mode 100644 index fdc7d0cb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ErsatzpolizzenType.java +++ /dev/null @@ -1,120 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für Ersatzpolizzen - * - *

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

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

- * <complexType name="Ersatzpolizzen_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Ersatzpolizzennummer1" type="{urn:omds20}Polizzennr"/>
- *         <element name="Ersatzpolizzennummer2" type="{urn:omds20}Polizzennr" minOccurs="0"/>
- *         <element name="Ersatzpolizzennummer3" type="{urn:omds20}Polizzennr" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Ersatzpolizzen_Type", propOrder = { - "ersatzpolizzennummer1", - "ersatzpolizzennummer2", - "ersatzpolizzennummer3" -}) -public class ErsatzpolizzenType { - - @XmlElement(name = "Ersatzpolizzennummer1", required = true) - protected String ersatzpolizzennummer1; - @XmlElement(name = "Ersatzpolizzennummer2") - protected String ersatzpolizzennummer2; - @XmlElement(name = "Ersatzpolizzennummer3") - protected String ersatzpolizzennummer3; - - /** - * Ruft den Wert der ersatzpolizzennummer1-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getErsatzpolizzennummer1() { - return ersatzpolizzennummer1; - } - - /** - * Legt den Wert der ersatzpolizzennummer1-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setErsatzpolizzennummer1(String value) { - this.ersatzpolizzennummer1 = value; - } - - /** - * Ruft den Wert der ersatzpolizzennummer2-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getErsatzpolizzennummer2() { - return ersatzpolizzennummer2; - } - - /** - * Legt den Wert der ersatzpolizzennummer2-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setErsatzpolizzennummer2(String value) { - this.ersatzpolizzennummer2 = value; - } - - /** - * Ruft den Wert der ersatzpolizzennummer3-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getErsatzpolizzennummer3() { - return ersatzpolizzennummer3; - } - - /** - * Legt den Wert der ersatzpolizzennummer3-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setErsatzpolizzennummer3(String value) { - this.ersatzpolizzennummer3 = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FATCANatPersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FATCANatPersonType.java deleted file mode 100644 index 39ce21c3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FATCANatPersonType.java +++ /dev/null @@ -1,76 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Fragen FATCA bei natürlichen Personen - * - *

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

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

- * <complexType name="FATCA_NatPersonType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="US_Indizien" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="US_Steuerpflicht" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "FATCA_NatPersonType", propOrder = { - "usIndizien", - "usSteuerpflicht" -}) -public class FATCANatPersonType { - - @XmlElement(name = "US_Indizien") - protected boolean usIndizien; - @XmlElement(name = "US_Steuerpflicht") - protected boolean usSteuerpflicht; - - /** - * Ruft den Wert der usIndizien-Eigenschaft ab. - * - */ - public boolean isUSIndizien() { - return usIndizien; - } - - /** - * Legt den Wert der usIndizien-Eigenschaft fest. - * - */ - public void setUSIndizien(boolean value) { - this.usIndizien = value; - } - - /** - * Ruft den Wert der usSteuerpflicht-Eigenschaft ab. - * - */ - public boolean isUSSteuerpflicht() { - return usSteuerpflicht; - } - - /** - * Legt den Wert der usSteuerpflicht-Eigenschaft fest. - * - */ - public void setUSSteuerpflicht(boolean value) { - this.usSteuerpflicht = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FATCASonstPersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FATCASonstPersonType.java deleted file mode 100644 index ce3c3a3f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FATCASonstPersonType.java +++ /dev/null @@ -1,132 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Fragen FATCA bei sonstigen Personen - * - *

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

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

- * <complexType name="FATCA_SonstPersonType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="LandFirmensitz" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type"/>
- *         <element name="GIIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="KonzessionFinanzen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="NichtFinanzielleDienstleistungen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "FATCA_SonstPersonType", propOrder = { - "landFirmensitz", - "giin", - "konzessionFinanzen", - "nichtFinanzielleDienstleistungen" -}) -public class FATCASonstPersonType { - - @XmlElement(name = "LandFirmensitz", required = true) - protected AttributEnumType landFirmensitz; - @XmlElement(name = "GIIN") - protected String giin; - @XmlElement(name = "KonzessionFinanzen") - protected boolean konzessionFinanzen; - @XmlElement(name = "NichtFinanzielleDienstleistungen") - protected boolean nichtFinanzielleDienstleistungen; - - /** - * Ruft den Wert der landFirmensitz-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributEnumType } - * - */ - public AttributEnumType getLandFirmensitz() { - return landFirmensitz; - } - - /** - * Legt den Wert der landFirmensitz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributEnumType } - * - */ - public void setLandFirmensitz(AttributEnumType value) { - this.landFirmensitz = value; - } - - /** - * Ruft den Wert der giin-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGIIN() { - return giin; - } - - /** - * Legt den Wert der giin-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGIIN(String value) { - this.giin = value; - } - - /** - * Ruft den Wert der konzessionFinanzen-Eigenschaft ab. - * - */ - public boolean isKonzessionFinanzen() { - return konzessionFinanzen; - } - - /** - * Legt den Wert der konzessionFinanzen-Eigenschaft fest. - * - */ - public void setKonzessionFinanzen(boolean value) { - this.konzessionFinanzen = value; - } - - /** - * Ruft den Wert der nichtFinanzielleDienstleistungen-Eigenschaft ab. - * - */ - public boolean isNichtFinanzielleDienstleistungen() { - return nichtFinanzielleDienstleistungen; - } - - /** - * Legt den Wert der nichtFinanzielleDienstleistungen-Eigenschaft fest. - * - */ - public void setNichtFinanzielleDienstleistungen(boolean value) { - this.nichtFinanzielleDienstleistungen = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FATCAType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FATCAType.java deleted file mode 100644 index 3e8e0232..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FATCAType.java +++ /dev/null @@ -1,120 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Fragen gemäß FATCA - * - *

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

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

- * <complexType name="FATCA_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <choice>
- *         <element name="US_TIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="FATCA_NatPerson" type="{urn:omds3CommonServiceTypes-1-1-0}FATCA_NatPersonType"/>
- *         <element name="FATCA_SonstPerson" type="{urn:omds3CommonServiceTypes-1-1-0}FATCA_SonstPersonType"/>
- *       </choice>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "FATCA_Type", propOrder = { - "ustin", - "fatcaNatPerson", - "fatcaSonstPerson" -}) -public class FATCAType { - - @XmlElement(name = "US_TIN") - protected String ustin; - @XmlElement(name = "FATCA_NatPerson") - protected FATCANatPersonType fatcaNatPerson; - @XmlElement(name = "FATCA_SonstPerson") - protected FATCASonstPersonType fatcaSonstPerson; - - /** - * Ruft den Wert der ustin-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUSTIN() { - return ustin; - } - - /** - * Legt den Wert der ustin-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUSTIN(String value) { - this.ustin = value; - } - - /** - * Ruft den Wert der fatcaNatPerson-Eigenschaft ab. - * - * @return - * possible object is - * {@link FATCANatPersonType } - * - */ - public FATCANatPersonType getFATCANatPerson() { - return fatcaNatPerson; - } - - /** - * Legt den Wert der fatcaNatPerson-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link FATCANatPersonType } - * - */ - public void setFATCANatPerson(FATCANatPersonType value) { - this.fatcaNatPerson = value; - } - - /** - * Ruft den Wert der fatcaSonstPerson-Eigenschaft ab. - * - * @return - * possible object is - * {@link FATCASonstPersonType } - * - */ - public FATCASonstPersonType getFATCASonstPerson() { - return fatcaSonstPerson; - } - - /** - * Legt den Wert der fatcaSonstPerson-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link FATCASonstPersonType } - * - */ - public void setFATCASonstPerson(FATCASonstPersonType value) { - this.fatcaSonstPerson = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FahrzeugType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FahrzeugType.java deleted file mode 100644 index 6ee7644b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FahrzeugType.java +++ /dev/null @@ -1,863 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigDecimal; -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; -import at.vvo.omds.types.omds2Types.v2_14.Entsch2Type; - - -/** - * Basisklasse für alle Fahrzeuge in der Kfz-Versicherung - * - *

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

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

- * <complexType name="Fahrzeug_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
- *       <sequence>
- *         <element name="Zulassungsdaten" type="{urn:omds3CommonServiceTypes-1-1-0}Zulassungsdaten_Type" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="FzgArtCd" type="{urn:omds20}FzgArtCd_Type" />
- *       <attribute name="Marke">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="40"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Handelsbez">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="30"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="TypVarVer">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="20"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Leasingkz" type="{urn:omds20}Entsch2_Type" />
- *       <attribute name="Modelljahr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Leistung" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Plaetze" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Nutzlast">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
- *             <totalDigits value="6"/>
- *             <fractionDigits value="0"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Hubraum" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="AntriebsArtCd" type="{urn:omds20}AntriebsArtCd_Type" />
- *       <attribute name="CO2_Ausstoss" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Fahrgestnr">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="20"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Motornr">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="20"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="NatCode">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <minLength value="1"/>
- *             <maxLength value="26"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="VerwendzweckCd" type="{urn:omds20}VerwendzweckCd_Type" />
- *       <attribute name="Erstzulassdat" type="{urn:omds20}Datum" />
- *       <attribute name="LandesCd" type="{urn:omds20}LandesCd_Type" />
- *       <attribute name="Pol_Kennz">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="12"/>
- *             <minLength value="1"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="Tueren" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Baujahr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Gesamtgewicht" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="Listenpreis" type="{urn:omds20}decimal" />
- *       <attribute name="Sonderausstattung" type="{urn:omds20}decimal" />
- *       <attribute name="Eigengewicht" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="ZulassdatHalter" type="{urn:omds20}Datum" />
- *       <attribute name="AufbauNatC" type="{urn:omds3CommonServiceTypes-1-1-0}AufbauNatC_Type" />
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Fahrzeug_Type", propOrder = { - "zulassungsdaten" -}) -public class FahrzeugType - extends VersichertesInteresseType -{ - - @XmlElement(name = "Zulassungsdaten") - protected ZulassungsdatenType zulassungsdaten; - @XmlAttribute(name = "FzgArtCd", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String fzgArtCd; - @XmlAttribute(name = "Marke", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String marke; - @XmlAttribute(name = "Handelsbez", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String handelsbez; - @XmlAttribute(name = "TypVarVer", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String typVarVer; - @XmlAttribute(name = "Leasingkz", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected Entsch2Type leasingkz; - @XmlAttribute(name = "Modelljahr", namespace = "urn:omds3CommonServiceTypes-1-1-0") - @XmlSchemaType(name = "unsignedShort") - protected Integer modelljahr; - @XmlAttribute(name = "Leistung", namespace = "urn:omds3CommonServiceTypes-1-1-0") - @XmlSchemaType(name = "unsignedShort") - protected Integer leistung; - @XmlAttribute(name = "Plaetze", namespace = "urn:omds3CommonServiceTypes-1-1-0") - @XmlSchemaType(name = "unsignedShort") - protected Integer plaetze; - @XmlAttribute(name = "Nutzlast", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected BigDecimal nutzlast; - @XmlAttribute(name = "Hubraum", namespace = "urn:omds3CommonServiceTypes-1-1-0") - @XmlSchemaType(name = "unsignedShort") - protected Integer hubraum; - @XmlAttribute(name = "AntriebsArtCd", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String antriebsArtCd; - @XmlAttribute(name = "CO2_Ausstoss", namespace = "urn:omds3CommonServiceTypes-1-1-0") - @XmlSchemaType(name = "unsignedShort") - protected Integer co2Ausstoss; - @XmlAttribute(name = "Fahrgestnr", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String fahrgestnr; - @XmlAttribute(name = "Motornr", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String motornr; - @XmlAttribute(name = "NatCode", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String natCode; - @XmlAttribute(name = "VerwendzweckCd", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String verwendzweckCd; - @XmlAttribute(name = "Erstzulassdat", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected XMLGregorianCalendar erstzulassdat; - @XmlAttribute(name = "LandesCd", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String landesCd; - @XmlAttribute(name = "Pol_Kennz", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String polKennz; - @XmlAttribute(name = "Tueren", namespace = "urn:omds3CommonServiceTypes-1-1-0") - @XmlSchemaType(name = "unsignedShort") - protected Integer tueren; - @XmlAttribute(name = "Baujahr", namespace = "urn:omds3CommonServiceTypes-1-1-0") - @XmlSchemaType(name = "unsignedShort") - protected Integer baujahr; - @XmlAttribute(name = "Gesamtgewicht", namespace = "urn:omds3CommonServiceTypes-1-1-0") - @XmlSchemaType(name = "unsignedShort") - protected Integer gesamtgewicht; - @XmlAttribute(name = "Listenpreis", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected BigDecimal listenpreis; - @XmlAttribute(name = "Sonderausstattung", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected BigDecimal sonderausstattung; - @XmlAttribute(name = "Eigengewicht", namespace = "urn:omds3CommonServiceTypes-1-1-0") - @XmlSchemaType(name = "unsignedShort") - protected Integer eigengewicht; - @XmlAttribute(name = "ZulassdatHalter", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected XMLGregorianCalendar zulassdatHalter; - @XmlAttribute(name = "AufbauNatC", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String aufbauNatC; - - /** - * Ruft den Wert der zulassungsdaten-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZulassungsdatenType } - * - */ - public ZulassungsdatenType getZulassungsdaten() { - return zulassungsdaten; - } - - /** - * Legt den Wert der zulassungsdaten-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZulassungsdatenType } - * - */ - public void setZulassungsdaten(ZulassungsdatenType value) { - this.zulassungsdaten = value; - } - - /** - * Ruft den Wert der fzgArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFzgArtCd() { - return fzgArtCd; - } - - /** - * Legt den Wert der fzgArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFzgArtCd(String value) { - this.fzgArtCd = value; - } - - /** - * Ruft den Wert der marke-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMarke() { - return marke; - } - - /** - * Legt den Wert der marke-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMarke(String value) { - this.marke = value; - } - - /** - * Ruft den Wert der handelsbez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHandelsbez() { - return handelsbez; - } - - /** - * Legt den Wert der handelsbez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHandelsbez(String value) { - this.handelsbez = value; - } - - /** - * Ruft den Wert der typVarVer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTypVarVer() { - return typVarVer; - } - - /** - * Legt den Wert der typVarVer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTypVarVer(String value) { - this.typVarVer = value; - } - - /** - * Ruft den Wert der leasingkz-Eigenschaft ab. - * - * @return - * possible object is - * {@link Entsch2Type } - * - */ - public Entsch2Type getLeasingkz() { - return leasingkz; - } - - /** - * Legt den Wert der leasingkz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Entsch2Type } - * - */ - public void setLeasingkz(Entsch2Type value) { - this.leasingkz = value; - } - - /** - * Ruft den Wert der modelljahr-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getModelljahr() { - return modelljahr; - } - - /** - * Legt den Wert der modelljahr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setModelljahr(Integer value) { - this.modelljahr = value; - } - - /** - * Ruft den Wert der leistung-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getLeistung() { - return leistung; - } - - /** - * Legt den Wert der leistung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setLeistung(Integer value) { - this.leistung = value; - } - - /** - * Ruft den Wert der plaetze-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getPlaetze() { - return plaetze; - } - - /** - * Legt den Wert der plaetze-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setPlaetze(Integer value) { - this.plaetze = value; - } - - /** - * Ruft den Wert der nutzlast-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getNutzlast() { - return nutzlast; - } - - /** - * Legt den Wert der nutzlast-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setNutzlast(BigDecimal value) { - this.nutzlast = value; - } - - /** - * Ruft den Wert der hubraum-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getHubraum() { - return hubraum; - } - - /** - * Legt den Wert der hubraum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setHubraum(Integer value) { - this.hubraum = value; - } - - /** - * Ruft den Wert der antriebsArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAntriebsArtCd() { - return antriebsArtCd; - } - - /** - * Legt den Wert der antriebsArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAntriebsArtCd(String value) { - this.antriebsArtCd = value; - } - - /** - * Ruft den Wert der co2Ausstoss-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getCO2Ausstoss() { - return co2Ausstoss; - } - - /** - * Legt den Wert der co2Ausstoss-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setCO2Ausstoss(Integer value) { - this.co2Ausstoss = value; - } - - /** - * Ruft den Wert der fahrgestnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFahrgestnr() { - return fahrgestnr; - } - - /** - * Legt den Wert der fahrgestnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFahrgestnr(String value) { - this.fahrgestnr = value; - } - - /** - * Ruft den Wert der motornr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMotornr() { - return motornr; - } - - /** - * Legt den Wert der motornr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMotornr(String value) { - this.motornr = value; - } - - /** - * Ruft den Wert der natCode-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNatCode() { - return natCode; - } - - /** - * Legt den Wert der natCode-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNatCode(String value) { - this.natCode = value; - } - - /** - * Ruft den Wert der verwendzweckCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVerwendzweckCd() { - return verwendzweckCd; - } - - /** - * Legt den Wert der verwendzweckCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVerwendzweckCd(String value) { - this.verwendzweckCd = value; - } - - /** - * Ruft den Wert der erstzulassdat-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getErstzulassdat() { - return erstzulassdat; - } - - /** - * Legt den Wert der erstzulassdat-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setErstzulassdat(XMLGregorianCalendar value) { - this.erstzulassdat = value; - } - - /** - * Ruft den Wert der landesCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLandesCd() { - return landesCd; - } - - /** - * Legt den Wert der landesCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLandesCd(String value) { - this.landesCd = value; - } - - /** - * Ruft den Wert der polKennz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolKennz() { - return polKennz; - } - - /** - * Legt den Wert der polKennz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolKennz(String value) { - this.polKennz = value; - } - - /** - * Ruft den Wert der tueren-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getTueren() { - return tueren; - } - - /** - * Legt den Wert der tueren-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setTueren(Integer value) { - this.tueren = value; - } - - /** - * Ruft den Wert der baujahr-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getBaujahr() { - return baujahr; - } - - /** - * Legt den Wert der baujahr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setBaujahr(Integer value) { - this.baujahr = value; - } - - /** - * Ruft den Wert der gesamtgewicht-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getGesamtgewicht() { - return gesamtgewicht; - } - - /** - * Legt den Wert der gesamtgewicht-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setGesamtgewicht(Integer value) { - this.gesamtgewicht = value; - } - - /** - * Ruft den Wert der listenpreis-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getListenpreis() { - return listenpreis; - } - - /** - * Legt den Wert der listenpreis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setListenpreis(BigDecimal value) { - this.listenpreis = value; - } - - /** - * Ruft den Wert der sonderausstattung-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getSonderausstattung() { - return sonderausstattung; - } - - /** - * Legt den Wert der sonderausstattung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setSonderausstattung(BigDecimal value) { - this.sonderausstattung = value; - } - - /** - * Ruft den Wert der eigengewicht-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getEigengewicht() { - return eigengewicht; - } - - /** - * Legt den Wert der eigengewicht-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setEigengewicht(Integer value) { - this.eigengewicht = value; - } - - /** - * Ruft den Wert der zulassdatHalter-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getZulassdatHalter() { - return zulassdatHalter; - } - - /** - * Legt den Wert der zulassdatHalter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setZulassdatHalter(XMLGregorianCalendar value) { - this.zulassdatHalter = value; - } - - /** - * Ruft den Wert der aufbauNatC-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAufbauNatC() { - return aufbauNatC; - } - - /** - * Legt den Wert der aufbauNatC-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAufbauNatC(String value) { - this.aufbauNatC = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/Formular.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/Formular.java deleted file mode 100644 index 12fcc58e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/Formular.java +++ /dev/null @@ -1,195 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="FormType" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
- *         <element name="Formularstatus">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <enumeration value="inBearbeitung"/>
- *               <enumeration value="abgeschlossen"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="Kontext" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Fragen" type="{urn:omds3CommonServiceTypes-1-1-0}Formularfrage_Type" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "formType", - "id", - "formularstatus", - "kontext", - "fragen" -}) -@XmlRootElement(name = "Formular") -public class Formular { - - @XmlElement(name = "FormType", required = true) - protected String formType; - @XmlElement(name = "Id") - protected Object id; - @XmlElement(name = "Formularstatus", required = true) - protected String formularstatus; - @XmlElement(name = "Kontext") - protected List kontext; - @XmlElement(name = "Fragen", required = true) - protected List fragen; - - /** - * Ruft den Wert der formType-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFormType() { - return formType; - } - - /** - * Legt den Wert der formType-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFormType(String value) { - this.formType = value; - } - - /** - * Ruft den Wert der id-Eigenschaft ab. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getId() { - return id; - } - - /** - * Legt den Wert der id-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setId(Object value) { - this.id = value; - } - - /** - * Ruft den Wert der formularstatus-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFormularstatus() { - return formularstatus; - } - - /** - * Legt den Wert der formularstatus-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFormularstatus(String value) { - this.formularstatus = value; - } - - /** - * Gets the value of the kontext property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the kontext property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getKontext() { - if (kontext == null) { - kontext = new ArrayList(); - } - return this.kontext; - } - - /** - * Gets the value of the fragen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the fragen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link FormularfrageType } - * - * - */ - public List getFragen() { - if (fragen == null) { - fragen = new ArrayList(); - } - return this.fragen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FormularfrageType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FormularfrageType.java deleted file mode 100644 index 5afd2aaf..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/FormularfrageType.java +++ /dev/null @@ -1,86 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Eine Frage in einem Formular - * - *

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

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

- * <complexType name="Formularfrage_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Lfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
- *         <element name="Frage" type="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Formularfrage_Type", propOrder = { - "lfnr", - "frage" -}) -public class FormularfrageType { - - @XmlElement(name = "Lfnr") - @XmlSchemaType(name = "unsignedByte") - protected short lfnr; - @XmlElement(name = "Frage", required = true) - protected AttributType frage; - - /** - * Ruft den Wert der lfnr-Eigenschaft ab. - * - */ - public short getLfnr() { - return lfnr; - } - - /** - * Legt den Wert der lfnr-Eigenschaft fest. - * - */ - public void setLfnr(short value) { - this.lfnr = value; - } - - /** - * Ruft den Wert der frage-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributType } - * - */ - public AttributType getFrage() { - return frage; - } - - /** - * Legt den Wert der frage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributType } - * - */ - public void setFrage(AttributType value) { - this.frage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/GMSGType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/GMSGType.java deleted file mode 100644 index 3caaee9c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/GMSGType.java +++ /dev/null @@ -1,165 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Fragen gemäß dem Gemeinsamen Meldestandard-Gesetz - * - *

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

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

- * <complexType name="GMSG_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="SteuerlichAnsaessig" maxOccurs="unbounded">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence>
- *                   <element name="Land" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type"/>
- *                   <element name="Steuernummer" type="{urn:omds3CommonServiceTypes-1-1-0}AttributString_Type" minOccurs="0"/>
- *                 </sequence>
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GMSG_Type", propOrder = { - "steuerlichAnsaessig" -}) -public class GMSGType { - - @XmlElement(name = "SteuerlichAnsaessig", required = true) - protected List steuerlichAnsaessig; - - /** - * Gets the value of the steuerlichAnsaessig property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the steuerlichAnsaessig property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link GMSGType.SteuerlichAnsaessig } - * - * - */ - public List getSteuerlichAnsaessig() { - if (steuerlichAnsaessig == null) { - steuerlichAnsaessig = new ArrayList(); - } - return this.steuerlichAnsaessig; - } - - - /** - *

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

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

-     * <complexType>
-     *   <complexContent>
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
-     *       <sequence>
-     *         <element name="Land" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type"/>
-     *         <element name="Steuernummer" type="{urn:omds3CommonServiceTypes-1-1-0}AttributString_Type" minOccurs="0"/>
-     *       </sequence>
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "land", - "steuernummer" - }) - public static class SteuerlichAnsaessig { - - @XmlElement(name = "Land", required = true) - protected AttributEnumType land; - @XmlElement(name = "Steuernummer") - protected AttributStringType steuernummer; - - /** - * Ruft den Wert der land-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributEnumType } - * - */ - public AttributEnumType getLand() { - return land; - } - - /** - * Legt den Wert der land-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributEnumType } - * - */ - public void setLand(AttributEnumType value) { - this.land = value; - } - - /** - * Ruft den Wert der steuernummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributStringType } - * - */ - public AttributStringType getSteuernummer() { - return steuernummer; - } - - /** - * Legt den Wert der steuernummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributStringType } - * - */ - public void setSteuernummer(AttributStringType value) { - this.steuernummer = value; - } - - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/GeschaeftsobjektArtType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/GeschaeftsobjektArtType.java deleted file mode 100644 index a42904d8..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/GeschaeftsobjektArtType.java +++ /dev/null @@ -1,61 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für GeschaeftsobjektArt_Type. - * - *

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

- * <simpleType name="GeschaeftsobjektArt_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="VTG"/>
- *     <enumeration value="SC"/>
- *     <enumeration value="AN"/>
- *     <enumeration value="IB"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "GeschaeftsobjektArt_Type") -@XmlEnum -public enum GeschaeftsobjektArtType { - - - /** - * Vertrag - * - */ - VTG, - - /** - * Schaden - * - */ - SC, - - /** - * Antrag - * - */ - AN, - - /** - * Interventionsbericht - * - */ - IB; - - public String value() { - return name(); - } - - public static GeschaeftsobjektArtType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/GlaeubigerSicherstellungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/GlaeubigerSicherstellungType.java deleted file mode 100644 index 8ec6b9f3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/GlaeubigerSicherstellungType.java +++ /dev/null @@ -1,148 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Gläubiger einer Sicherstellung - * - *

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

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

- * <complexType name="GlaeubigerSicherstellung_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Institut" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="PLZ" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Strasse" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Vertragsnummer" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GlaeubigerSicherstellung_Type", propOrder = { - "institut", - "plz", - "strasse", - "vertragsnummer" -}) -public class GlaeubigerSicherstellungType { - - @XmlElement(name = "Institut", required = true) - protected String institut; - @XmlElement(name = "PLZ", required = true) - protected String plz; - @XmlElement(name = "Strasse", required = true) - protected String strasse; - @XmlElement(name = "Vertragsnummer", required = true) - protected String vertragsnummer; - - /** - * Ruft den Wert der institut-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getInstitut() { - return institut; - } - - /** - * Legt den Wert der institut-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setInstitut(String value) { - this.institut = value; - } - - /** - * Ruft den Wert der plz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPLZ() { - return plz; - } - - /** - * Legt den Wert der plz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPLZ(String value) { - this.plz = value; - } - - /** - * Ruft den Wert der strasse-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStrasse() { - return strasse; - } - - /** - * Legt den Wert der strasse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStrasse(String value) { - this.strasse = value; - } - - /** - * Ruft den Wert der vertragsnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVertragsnummer() { - return vertragsnummer; - } - - /** - * Legt den Wert der vertragsnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVertragsnummer(String value) { - this.vertragsnummer = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/KontierungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/KontierungType.java deleted file mode 100644 index d499e7b7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/KontierungType.java +++ /dev/null @@ -1,177 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Sollen nicht automatisch die Kontierungsdaten aus dem hinterlegten Benutzer genommen werden, können hier abweichende Kontierungen angegeben werden. - * - *

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

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

- * <complexType name="Kontierung_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Vermittlernummer" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Vermittlername" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Abschluss" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- *         <element name="Folge" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- *         <element name="Betreuung" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Kontierung_Type", propOrder = { - "vermittlernummer", - "vermittlername", - "abschluss", - "folge", - "betreuung" -}) -public class KontierungType { - - @XmlElement(name = "Vermittlernummer", required = true) - protected String vermittlernummer; - @XmlElement(name = "Vermittlername") - protected String vermittlername; - @XmlElement(name = "Abschluss", required = true) - protected BigInteger abschluss; - @XmlElement(name = "Folge", required = true) - protected BigInteger folge; - @XmlElement(name = "Betreuung", required = true) - protected BigInteger betreuung; - - /** - * Ruft den Wert der vermittlernummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVermittlernummer() { - return vermittlernummer; - } - - /** - * Legt den Wert der vermittlernummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVermittlernummer(String value) { - this.vermittlernummer = value; - } - - /** - * Ruft den Wert der vermittlername-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVermittlername() { - return vermittlername; - } - - /** - * Legt den Wert der vermittlername-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVermittlername(String value) { - this.vermittlername = value; - } - - /** - * Ruft den Wert der abschluss-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getAbschluss() { - return abschluss; - } - - /** - * Legt den Wert der abschluss-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setAbschluss(BigInteger value) { - this.abschluss = value; - } - - /** - * Ruft den Wert der folge-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getFolge() { - return folge; - } - - /** - * Legt den Wert der folge-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setFolge(BigInteger value) { - this.folge = value; - } - - /** - * Ruft den Wert der betreuung-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getBetreuung() { - return betreuung; - } - - /** - * Legt den Wert der betreuung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setBetreuung(BigInteger value) { - this.betreuung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/KostenFixOderProzentType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/KostenFixOderProzentType.java deleted file mode 100644 index 67635373..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/KostenFixOderProzentType.java +++ /dev/null @@ -1,97 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Dient zur Abbildung von Kosten als absoluter oder prozentualer Wert - * - *

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

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

- * <complexType name="KostenFixOderProzent_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <choice>
- *           <element name="AbsoluterBetrag" type="{urn:omds20}decimal"/>
- *           <element name="ProzentVs" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
- *         </choice>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "KostenFixOderProzent_Type", propOrder = { - "absoluterBetrag", - "prozentVs" -}) -public class KostenFixOderProzentType { - - @XmlElement(name = "AbsoluterBetrag") - protected BigDecimal absoluterBetrag; - @XmlElement(name = "ProzentVs") - @XmlSchemaType(name = "unsignedByte") - protected Short prozentVs; - - /** - * Ruft den Wert der absoluterBetrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getAbsoluterBetrag() { - return absoluterBetrag; - } - - /** - * Legt den Wert der absoluterBetrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setAbsoluterBetrag(BigDecimal value) { - this.absoluterBetrag = value; - } - - /** - * Ruft den Wert der prozentVs-Eigenschaft ab. - * - * @return - * possible object is - * {@link Short } - * - */ - public Short getProzentVs() { - return prozentVs; - } - - /** - * Legt den Wert der prozentVs-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Short } - * - */ - public void setProzentVs(Short value) { - this.prozentVs = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/KreditkarteType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/KreditkarteType.java deleted file mode 100644 index 88907a28..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/KreditkarteType.java +++ /dev/null @@ -1,189 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ Kreditkarte - * - *

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

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

- * <complexType name="Kreditkarte_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="Gesellschaft" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="Kartennummer" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="Inhaber" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="Pruefziffer" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
- *             <totalDigits value="3"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="AblaufMonat" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedByte">
- *             <totalDigits value="2"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="AblaufJahr" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedByte">
- *             <totalDigits value="2"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Kreditkarte_Type") -public class KreditkarteType { - - @XmlAttribute(name = "Gesellschaft", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true) - protected String gesellschaft; - @XmlAttribute(name = "Kartennummer", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true) - protected String kartennummer; - @XmlAttribute(name = "Inhaber", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true) - protected String inhaber; - @XmlAttribute(name = "Pruefziffer", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true) - protected long pruefziffer; - @XmlAttribute(name = "AblaufMonat", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true) - protected short ablaufMonat; - @XmlAttribute(name = "AblaufJahr", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true) - protected short ablaufJahr; - - /** - * Ruft den Wert der gesellschaft-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGesellschaft() { - return gesellschaft; - } - - /** - * Legt den Wert der gesellschaft-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGesellschaft(String value) { - this.gesellschaft = value; - } - - /** - * Ruft den Wert der kartennummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKartennummer() { - return kartennummer; - } - - /** - * Legt den Wert der kartennummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKartennummer(String value) { - this.kartennummer = value; - } - - /** - * Ruft den Wert der inhaber-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getInhaber() { - return inhaber; - } - - /** - * Legt den Wert der inhaber-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setInhaber(String value) { - this.inhaber = value; - } - - /** - * Ruft den Wert der pruefziffer-Eigenschaft ab. - * - */ - public long getPruefziffer() { - return pruefziffer; - } - - /** - * Legt den Wert der pruefziffer-Eigenschaft fest. - * - */ - public void setPruefziffer(long value) { - this.pruefziffer = value; - } - - /** - * Ruft den Wert der ablaufMonat-Eigenschaft ab. - * - */ - public short getAblaufMonat() { - return ablaufMonat; - } - - /** - * Legt den Wert der ablaufMonat-Eigenschaft fest. - * - */ - public void setAblaufMonat(short value) { - this.ablaufMonat = value; - } - - /** - * Ruft den Wert der ablaufJahr-Eigenschaft ab. - * - */ - public short getAblaufJahr() { - return ablaufJahr; - } - - /** - * Legt den Wert der ablaufJahr-Eigenschaft fest. - * - */ - public void setAblaufJahr(short value) { - this.ablaufJahr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/LegitimationType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/LegitimationType.java deleted file mode 100644 index 94f3ee45..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/LegitimationType.java +++ /dev/null @@ -1,61 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -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 at.vvo.omds.types.omds2Types.v2_14.ELLegitimationType; - - -/** - *

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

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

- * <complexType name="Legitimation_Type">
- *   <complexContent>
- *     <extension base="{urn:omds20}EL-Legitimation_Type">
- *       <attribute name="AusstellendesLand" type="{urn:omds20}LandesCd_Type" />
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Legitimation_Type") -public class LegitimationType - extends ELLegitimationType -{ - - @XmlAttribute(name = "AusstellendesLand", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String ausstellendesLand; - - /** - * Ruft den Wert der ausstellendesLand-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAusstellendesLand() { - return ausstellendesLand; - } - - /** - * Legt den Wert der ausstellendesLand-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAusstellendesLand(String value) { - this.ausstellendesLand = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ObjectFactory.java deleted file mode 100644 index 552d637c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ObjectFactory.java +++ /dev/null @@ -1,897 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.vvo.omds.types.omds3Types.r1_7_0.common package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _ServiceFault_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "serviceFault"); - private final static QName _OrdnungsbegriffZuordFremd_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "OrdnungsbegriffZuordFremd"); - private final static QName _ObjektId_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "ObjektId"); - private final static QName _Person_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "Person"); - private final static QName _Adresse_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "Adresse"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_7_0.common - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link GMSGType } - * - */ - public GMSGType createGMSGType() { - return new GMSGType(); - } - - /** - * Create an instance of {@link ZahlwegImplType } - * - */ - public ZahlwegImplType createZahlwegImplType() { - return new ZahlwegImplType(); - } - - /** - * Create an instance of {@link ProzessDokumentType } - * - */ - public ProzessDokumentType createProzessDokumentType() { - return new ProzessDokumentType(); - } - - /** - * Create an instance of {@link TechnicalKeyValueType } - * - */ - public TechnicalKeyValueType createTechnicalKeyValueType() { - return new TechnicalKeyValueType(); - } - - /** - * Create an instance of {@link ObjektIdType } - * - */ - public ObjektIdType createObjektIdType() { - return new ObjektIdType(); - } - - /** - * Create an instance of {@link ResponseStatusType } - * - */ - public ResponseStatusType createResponseStatusType() { - return new ResponseStatusType(); - } - - /** - * Create an instance of {@link EintragSchluessellisteType } - * - */ - public EintragSchluessellisteType createEintragSchluessellisteType() { - return new EintragSchluessellisteType(); - } - - /** - * Create an instance of {@link Formular } - * - */ - public Formular createFormular() { - return new Formular(); - } - - /** - * Create an instance of {@link FormularfrageType } - * - */ - public FormularfrageType createFormularfrageType() { - return new FormularfrageType(); - } - - /** - * Create an instance of {@link AutorisierungsAnforderungType } - * - */ - public AutorisierungsAnforderungType createAutorisierungsAnforderungType() { - return new AutorisierungsAnforderungType(); - } - - /** - * Create an instance of {@link AutorisierungType } - * - */ - public AutorisierungType createAutorisierungType() { - return new AutorisierungType(); - } - - /** - * Create an instance of {@link ServiceFault } - * - */ - public ServiceFault createServiceFault() { - return new ServiceFault(); - } - - /** - * Create an instance of {@link PersonType } - * - */ - public PersonType createPersonType() { - return new PersonType(); - } - - /** - * Create an instance of {@link AdresseType } - * - */ - public AdresseType createAdresseType() { - return new AdresseType(); - } - - /** - * Create an instance of {@link AgentFilterType } - * - */ - public AgentFilterType createAgentFilterType() { - return new AgentFilterType(); - } - - /** - * Create an instance of {@link ElementIdType } - * - */ - public ElementIdType createElementIdType() { - return new ElementIdType(); - } - - /** - * Create an instance of {@link Referenz } - * - */ - public Referenz createReferenz() { - return new Referenz(); - } - - /** - * Create an instance of {@link LegitimationType } - * - */ - public LegitimationType createLegitimationType() { - return new LegitimationType(); - } - - /** - * Create an instance of {@link DateianhangType } - * - */ - public DateianhangType createDateianhangType() { - return new DateianhangType(); - } - - /** - * Create an instance of {@link DokumentFormDataType } - * - */ - public DokumentFormDataType createDokumentFormDataType() { - return new DokumentFormDataType(); - } - - /** - * Create an instance of {@link DokumentBinaryDataType } - * - */ - public DokumentBinaryDataType createDokumentBinaryDataType() { - return new DokumentBinaryDataType(); - } - - /** - * Create an instance of {@link AutorisierungAsyncType } - * - */ - public AutorisierungAsyncType createAutorisierungAsyncType() { - return new AutorisierungAsyncType(); - } - - /** - * Create an instance of {@link AutorisierungsartPhysischeUnterschrift } - * - */ - public AutorisierungsartPhysischeUnterschrift createAutorisierungsartPhysischeUnterschrift() { - return new AutorisierungsartPhysischeUnterschrift(); - } - - /** - * Create an instance of {@link ProzessDokRequirementType } - * - */ - public ProzessDokRequirementType createProzessDokRequirementType() { - return new ProzessDokRequirementType(); - } - - /** - * Create an instance of {@link ProzessDokToSignType } - * - */ - public ProzessDokToSignType createProzessDokToSignType() { - return new ProzessDokToSignType(); - } - - /** - * Create an instance of {@link ProzessDokHandoutType } - * - */ - public ProzessDokHandoutType createProzessDokHandoutType() { - return new ProzessDokHandoutType(); - } - - /** - * Create an instance of {@link KontierungType } - * - */ - public KontierungType createKontierungType() { - return new KontierungType(); - } - - /** - * Create an instance of {@link ZusatzproduktGenerischType } - * - */ - public ZusatzproduktGenerischType createZusatzproduktGenerischType() { - return new ZusatzproduktGenerischType(); - } - - /** - * Create an instance of {@link BeteiligtePersonVertragType } - * - */ - public BeteiligtePersonVertragType createBeteiligtePersonVertragType() { - return new BeteiligtePersonVertragType(); - } - - /** - * Create an instance of {@link PraemieType } - * - */ - public PraemieType createPraemieType() { - return new PraemieType(); - } - - /** - * Create an instance of {@link VersicherungssteuerType } - * - */ - public VersicherungssteuerType createVersicherungssteuerType() { - return new VersicherungssteuerType(); - } - - /** - * Create an instance of {@link VertragspersonType } - * - */ - public VertragspersonType createVertragspersonType() { - return new VertragspersonType(); - } - - /** - * Create an instance of {@link VinkulierungType } - * - */ - public VinkulierungType createVinkulierungType() { - return new VinkulierungType(); - } - - /** - * Create an instance of {@link VinkularglaeubigerType } - * - */ - public VinkularglaeubigerType createVinkularglaeubigerType() { - return new VinkularglaeubigerType(); - } - - /** - * Create an instance of {@link BezugsrechtType } - * - */ - public BezugsrechtType createBezugsrechtType() { - return new BezugsrechtType(); - } - - /** - * Create an instance of {@link BezugsberechtigungGesetzlicheErbenType } - * - */ - public BezugsberechtigungGesetzlicheErbenType createBezugsberechtigungGesetzlicheErbenType() { - return new BezugsberechtigungGesetzlicheErbenType(); - } - - /** - * Create an instance of {@link BezugsberechtigungTestamentarischeErbenType } - * - */ - public BezugsberechtigungTestamentarischeErbenType createBezugsberechtigungTestamentarischeErbenType() { - return new BezugsberechtigungTestamentarischeErbenType(); - } - - /** - * Create an instance of {@link BezugsberechtigungUeberbringerType } - * - */ - public BezugsberechtigungUeberbringerType createBezugsberechtigungUeberbringerType() { - return new BezugsberechtigungUeberbringerType(); - } - - /** - * Create an instance of {@link BezugsberechtigungNamentlich } - * - */ - public BezugsberechtigungNamentlich createBezugsberechtigungNamentlich() { - return new BezugsberechtigungNamentlich(); - } - - /** - * Create an instance of {@link PersonNamentlichesBezugsrechtType } - * - */ - public PersonNamentlichesBezugsrechtType createPersonNamentlichesBezugsrechtType() { - return new PersonNamentlichesBezugsrechtType(); - } - - /** - * Create an instance of {@link BezugsberechtigungVersicherungsnehmerType } - * - */ - public BezugsberechtigungVersicherungsnehmerType createBezugsberechtigungVersicherungsnehmerType() { - return new BezugsberechtigungVersicherungsnehmerType(); - } - - /** - * Create an instance of {@link BezugsberechtigungVersichertePersonType } - * - */ - public BezugsberechtigungVersichertePersonType createBezugsberechtigungVersichertePersonType() { - return new BezugsberechtigungVersichertePersonType(); - } - - /** - * Create an instance of {@link BezugsberechtigungIndividuell } - * - */ - public BezugsberechtigungIndividuell createBezugsberechtigungIndividuell() { - return new BezugsberechtigungIndividuell(); - } - - /** - * Create an instance of {@link BonusMalusSystemType } - * - */ - public BonusMalusSystemType createBonusMalusSystemType() { - return new BonusMalusSystemType(); - } - - /** - * Create an instance of {@link OffeneSchaedenType } - * - */ - public OffeneSchaedenType createOffeneSchaedenType() { - return new OffeneSchaedenType(); - } - - /** - * Create an instance of {@link OffenerSchadenType } - * - */ - public OffenerSchadenType createOffenerSchadenType() { - return new OffenerSchadenType(); - } - - /** - * Create an instance of {@link VorversicherungenImplType } - * - */ - public VorversicherungenImplType createVorversicherungenImplType() { - return new VorversicherungenImplType(); - } - - /** - * Create an instance of {@link VorversicherungType } - * - */ - public VorversicherungType createVorversicherungType() { - return new VorversicherungType(); - } - - /** - * Create an instance of {@link VorversicherungenDetailType } - * - */ - public VorversicherungenDetailType createVorversicherungenDetailType() { - return new VorversicherungenDetailType(); - } - - /** - * Create an instance of {@link DatenverwendungType } - * - */ - public DatenverwendungType createDatenverwendungType() { - return new DatenverwendungType(); - } - - /** - * Create an instance of {@link ErsatzpolizzenType } - * - */ - public ErsatzpolizzenType createErsatzpolizzenType() { - return new ErsatzpolizzenType(); - } - - /** - * Create an instance of {@link ErsatzpolizzeMitAendGrundType } - * - */ - public ErsatzpolizzeMitAendGrundType createErsatzpolizzeMitAendGrundType() { - return new ErsatzpolizzeMitAendGrundType(); - } - - /** - * Create an instance of {@link DokumentInfoType } - * - */ - public DokumentInfoType createDokumentInfoType() { - return new DokumentInfoType(); - } - - /** - * Create an instance of {@link ZahlungsdatenType } - * - */ - public ZahlungsdatenType createZahlungsdatenType() { - return new ZahlungsdatenType(); - } - - /** - * Create an instance of {@link KreditkarteType } - * - */ - public KreditkarteType createKreditkarteType() { - return new KreditkarteType(); - } - - /** - * Create an instance of {@link BankverbindungType } - * - */ - public BankverbindungType createBankverbindungType() { - return new BankverbindungType(); - } - - /** - * Create an instance of {@link PersBankverbindungType } - * - */ - public PersBankverbindungType createPersBankverbindungType() { - return new PersBankverbindungType(); - } - - /** - * Create an instance of {@link VersichertePersonType } - * - */ - public VersichertePersonType createVersichertePersonType() { - return new VersichertePersonType(); - } - - /** - * Create an instance of {@link RisikoNatPersonType } - * - */ - public RisikoNatPersonType createRisikoNatPersonType() { - return new RisikoNatPersonType(); - } - - /** - * Create an instance of {@link FahrzeugType } - * - */ - public FahrzeugType createFahrzeugType() { - return new FahrzeugType(); - } - - /** - * Create an instance of {@link ZulassungsdatenType } - * - */ - public ZulassungsdatenType createZulassungsdatenType() { - return new ZulassungsdatenType(); - } - - /** - * Create an instance of {@link VersicherteLiegenschaftType } - * - */ - public VersicherteLiegenschaftType createVersicherteLiegenschaftType() { - return new VersicherteLiegenschaftType(); - } - - /** - * Create an instance of {@link KostenFixOderProzentType } - * - */ - public KostenFixOderProzentType createKostenFixOderProzentType() { - return new KostenFixOderProzentType(); - } - - /** - * Create an instance of {@link SelbstbehaltType } - * - */ - public SelbstbehaltType createSelbstbehaltType() { - return new SelbstbehaltType(); - } - - /** - * Create an instance of {@link UploadDokumentType } - * - */ - public UploadDokumentType createUploadDokumentType() { - return new UploadDokumentType(); - } - - /** - * Create an instance of {@link DokumentenReferenzType } - * - */ - public DokumentenReferenzType createDokumentenReferenzType() { - return new DokumentenReferenzType(); - } - - /** - * Create an instance of {@link ZeitraumType } - * - */ - public ZeitraumType createZeitraumType() { - return new ZeitraumType(); - } - - /** - * Create an instance of {@link PolizzenObjektSpezifikationType } - * - */ - public PolizzenObjektSpezifikationType createPolizzenObjektSpezifikationType() { - return new PolizzenObjektSpezifikationType(); - } - - /** - * Create an instance of {@link SchadenObjektSpezifikationType } - * - */ - public SchadenObjektSpezifikationType createSchadenObjektSpezifikationType() { - return new SchadenObjektSpezifikationType(); - } - - /** - * Create an instance of {@link AttributMsgType } - * - */ - public AttributMsgType createAttributMsgType() { - return new AttributMsgType(); - } - - /** - * Create an instance of {@link AttributMetadatenStringType } - * - */ - public AttributMetadatenStringType createAttributMetadatenStringType() { - return new AttributMetadatenStringType(); - } - - /** - * Create an instance of {@link AttributMetadatenIntType } - * - */ - public AttributMetadatenIntType createAttributMetadatenIntType() { - return new AttributMetadatenIntType(); - } - - /** - * Create an instance of {@link AttributMetadatenDezimalType } - * - */ - public AttributMetadatenDezimalType createAttributMetadatenDezimalType() { - return new AttributMetadatenDezimalType(); - } - - /** - * Create an instance of {@link AttributMetadatenDatumType } - * - */ - public AttributMetadatenDatumType createAttributMetadatenDatumType() { - return new AttributMetadatenDatumType(); - } - - /** - * Create an instance of {@link AttributMetadatenEnumType } - * - */ - public AttributMetadatenEnumType createAttributMetadatenEnumType() { - return new AttributMetadatenEnumType(); - } - - /** - * Create an instance of {@link AttributStringType } - * - */ - public AttributStringType createAttributStringType() { - return new AttributStringType(); - } - - /** - * Create an instance of {@link AttributIntType } - * - */ - public AttributIntType createAttributIntType() { - return new AttributIntType(); - } - - /** - * Create an instance of {@link AttributDezimalType } - * - */ - public AttributDezimalType createAttributDezimalType() { - return new AttributDezimalType(); - } - - /** - * Create an instance of {@link AttributDoubleType } - * - */ - public AttributDoubleType createAttributDoubleType() { - return new AttributDoubleType(); - } - - /** - * Create an instance of {@link AttributDatumType } - * - */ - public AttributDatumType createAttributDatumType() { - return new AttributDatumType(); - } - - /** - * Create an instance of {@link AttributEnumType } - * - */ - public AttributEnumType createAttributEnumType() { - return new AttributEnumType(); - } - - /** - * Create an instance of {@link AttributMultiEnumType } - * - */ - public AttributMultiEnumType createAttributMultiEnumType() { - return new AttributMultiEnumType(); - } - - /** - * Create an instance of {@link AbtretungType } - * - */ - public AbtretungType createAbtretungType() { - return new AbtretungType(); - } - - /** - * Create an instance of {@link VerpfaendungType } - * - */ - public VerpfaendungType createVerpfaendungType() { - return new VerpfaendungType(); - } - - /** - * Create an instance of {@link PfandglaeubigerType } - * - */ - public PfandglaeubigerType createPfandglaeubigerType() { - return new PfandglaeubigerType(); - } - - /** - * Create an instance of {@link VinkulierungPersonenType } - * - */ - public VinkulierungPersonenType createVinkulierungPersonenType() { - return new VinkulierungPersonenType(); - } - - /** - * Create an instance of {@link GlaeubigerSicherstellungType } - * - */ - public GlaeubigerSicherstellungType createGlaeubigerSicherstellungType() { - return new GlaeubigerSicherstellungType(); - } - - /** - * Create an instance of {@link EinwVerarbGesDatenType } - * - */ - public EinwVerarbGesDatenType createEinwVerarbGesDatenType() { - return new EinwVerarbGesDatenType(); - } - - /** - * Create an instance of {@link EinwGesDatenVNType } - * - */ - public EinwGesDatenVNType createEinwGesDatenVNType() { - return new EinwGesDatenVNType(); - } - - /** - * Create an instance of {@link EinwSprachaufzType } - * - */ - public EinwSprachaufzType createEinwSprachaufzType() { - return new EinwSprachaufzType(); - } - - /** - * Create an instance of {@link FATCAType } - * - */ - public FATCAType createFATCAType() { - return new FATCAType(); - } - - /** - * Create an instance of {@link FATCANatPersonType } - * - */ - public FATCANatPersonType createFATCANatPersonType() { - return new FATCANatPersonType(); - } - - /** - * Create an instance of {@link FATCASonstPersonType } - * - */ - public FATCASonstPersonType createFATCASonstPersonType() { - return new FATCASonstPersonType(); - } - - /** - * Create an instance of {@link PEPType } - * - */ - public PEPType createPEPType() { - return new PEPType(); - } - - /** - * Create an instance of {@link TreuhaenderfrageType } - * - */ - public TreuhaenderfrageType createTreuhaenderfrageType() { - return new TreuhaenderfrageType(); - } - - /** - * Create an instance of {@link ElementFondsauswahlType } - * - */ - public ElementFondsauswahlType createElementFondsauswahlType() { - return new ElementFondsauswahlType(); - } - - /** - * Create an instance of {@link GMSGType.SteuerlichAnsaessig } - * - */ - public GMSGType.SteuerlichAnsaessig createGMSGTypeSteuerlichAnsaessig() { - return new GMSGType.SteuerlichAnsaessig(); - } - - /** - * Create an instance of {@link ZahlwegImplType.Kundenkonto } - * - */ - public ZahlwegImplType.Kundenkonto createZahlwegImplTypeKundenkonto() { - return new ZahlwegImplType.Kundenkonto(); - } - - /** - * Create an instance of {@link ProzessDokumentType.Autorisierungen } - * - */ - public ProzessDokumentType.Autorisierungen createProzessDokumentTypeAutorisierungen() { - return new ProzessDokumentType.Autorisierungen(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ServiceFault }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link ServiceFault }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3CommonServiceTypes-1-1-0", name = "serviceFault") - public JAXBElement createServiceFault(ServiceFault value) { - return new JAXBElement(_ServiceFault_QNAME, ServiceFault.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3CommonServiceTypes-1-1-0", name = "OrdnungsbegriffZuordFremd") - public JAXBElement createOrdnungsbegriffZuordFremd(String value) { - return new JAXBElement(_OrdnungsbegriffZuordFremd_QNAME, String.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3CommonServiceTypes-1-1-0", name = "ObjektId") - public JAXBElement createObjektId(ObjektIdType value) { - return new JAXBElement(_ObjektId_QNAME, ObjektIdType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link PersonType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link PersonType }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3CommonServiceTypes-1-1-0", name = "Person") - public JAXBElement createPerson(PersonType value) { - return new JAXBElement(_Person_QNAME, PersonType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AdresseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link AdresseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3CommonServiceTypes-1-1-0", name = "Adresse") - public JAXBElement createAdresse(AdresseType value) { - return new JAXBElement(_Adresse_QNAME, AdresseType.class, null, value); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ObjektIdType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ObjektIdType.java deleted file mode 100644 index e8955f00..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ObjektIdType.java +++ /dev/null @@ -1,129 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Type für Objektreferenzen - * - *

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

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

- * <complexType name="ObjektId_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Id" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="255"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="GueltigAb" type="{urn:omds20}Datum-Zeit" minOccurs="0"/>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}OrdnungsbegriffZuordFremd" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ObjektId_Type", propOrder = { - "id", - "gueltigAb", - "ordnungsbegriffZuordFremd" -}) -public class ObjektIdType { - - @XmlElement(name = "Id") - protected String id; - @XmlElement(name = "GueltigAb") - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar gueltigAb; - @XmlElement(name = "OrdnungsbegriffZuordFremd") - protected String ordnungsbegriffZuordFremd; - - /** - * Ruft den Wert der id-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Legt den Wert der id-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Ruft den Wert der gueltigAb-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getGueltigAb() { - return gueltigAb; - } - - /** - * Legt den Wert der gueltigAb-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setGueltigAb(XMLGregorianCalendar value) { - this.gueltigAb = value; - } - - /** - * Ein Ordnungsbegriff aus dem System des Aufrufers, also z.B. aus dem Maklerverwaltungsprogramm - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrdnungsbegriffZuordFremd() { - return ordnungsbegriffZuordFremd; - } - - /** - * Legt den Wert der ordnungsbegriffZuordFremd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrdnungsbegriffZuordFremd(String value) { - this.ordnungsbegriffZuordFremd = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ObjektSpezifikationType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ObjektSpezifikationType.java deleted file mode 100644 index 21abc6e4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ObjektSpezifikationType.java +++ /dev/null @@ -1,39 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SchadenmelderVermittlerType; - - -/** - * Eine abstrakte Spezifikation eines Objekts - * - *

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

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

- * <complexType name="ObjektSpezifikation_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ObjektSpezifikation_Type") -@XmlSeeAlso({ - PolizzenObjektSpezifikationType.class, - SchadenObjektSpezifikationType.class, - SchadenmelderVermittlerType.class -}) -public abstract class ObjektSpezifikationType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/OffeneSchaedenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/OffeneSchaedenType.java deleted file mode 100644 index 23c42120..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/OffeneSchaedenType.java +++ /dev/null @@ -1,120 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Type Offene Schäden - * - *

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

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

- * <complexType name="OffeneSchaeden_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="OffenerSchaden1" type="{urn:omds3CommonServiceTypes-1-1-0}OffenerSchaden_Type"/>
- *         <element name="OffenerSchaden2" type="{urn:omds3CommonServiceTypes-1-1-0}OffenerSchaden_Type" minOccurs="0"/>
- *         <element name="OffenerSchaden3" type="{urn:omds3CommonServiceTypes-1-1-0}OffenerSchaden_Type" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "OffeneSchaeden_Type", propOrder = { - "offenerSchaden1", - "offenerSchaden2", - "offenerSchaden3" -}) -public class OffeneSchaedenType { - - @XmlElement(name = "OffenerSchaden1", required = true) - protected OffenerSchadenType offenerSchaden1; - @XmlElement(name = "OffenerSchaden2") - protected OffenerSchadenType offenerSchaden2; - @XmlElement(name = "OffenerSchaden3") - protected OffenerSchadenType offenerSchaden3; - - /** - * Ruft den Wert der offenerSchaden1-Eigenschaft ab. - * - * @return - * possible object is - * {@link OffenerSchadenType } - * - */ - public OffenerSchadenType getOffenerSchaden1() { - return offenerSchaden1; - } - - /** - * Legt den Wert der offenerSchaden1-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link OffenerSchadenType } - * - */ - public void setOffenerSchaden1(OffenerSchadenType value) { - this.offenerSchaden1 = value; - } - - /** - * Ruft den Wert der offenerSchaden2-Eigenschaft ab. - * - * @return - * possible object is - * {@link OffenerSchadenType } - * - */ - public OffenerSchadenType getOffenerSchaden2() { - return offenerSchaden2; - } - - /** - * Legt den Wert der offenerSchaden2-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link OffenerSchadenType } - * - */ - public void setOffenerSchaden2(OffenerSchadenType value) { - this.offenerSchaden2 = value; - } - - /** - * Ruft den Wert der offenerSchaden3-Eigenschaft ab. - * - * @return - * possible object is - * {@link OffenerSchadenType } - * - */ - public OffenerSchadenType getOffenerSchaden3() { - return offenerSchaden3; - } - - /** - * Legt den Wert der offenerSchaden3-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link OffenerSchadenType } - * - */ - public void setOffenerSchaden3(OffenerSchadenType value) { - this.offenerSchaden3 = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/OffenerSchadenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/OffenerSchadenType.java deleted file mode 100644 index c01d7c16..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/OffenerSchadenType.java +++ /dev/null @@ -1,93 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Type einzelner offener Schaden - * - *

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

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

- * <complexType name="OffenerSchaden_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Monat" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- *         <element name="Jahr" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "OffenerSchaden_Type", propOrder = { - "monat", - "jahr" -}) -public class OffenerSchadenType { - - @XmlElement(name = "Monat", required = true) - protected BigInteger monat; - @XmlElement(name = "Jahr", required = true) - protected BigInteger jahr; - - /** - * Ruft den Wert der monat-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getMonat() { - return monat; - } - - /** - * Legt den Wert der monat-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setMonat(BigInteger value) { - this.monat = value; - } - - /** - * Ruft den Wert der jahr-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getJahr() { - return jahr; - } - - /** - * Legt den Wert der jahr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setJahr(BigInteger value) { - this.jahr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PEPType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PEPType.java deleted file mode 100644 index c2eb2cbb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PEPType.java +++ /dev/null @@ -1,84 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Beschreibung einer PEP - * - *

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

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

- * <complexType name="PEP_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="PEP" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="Beschreibung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "PEP_Type", propOrder = { - "pep", - "beschreibung" -}) -public class PEPType { - - @XmlElement(name = "PEP") - protected boolean pep; - @XmlElement(name = "Beschreibung") - protected String beschreibung; - - /** - * Ruft den Wert der pep-Eigenschaft ab. - * - */ - public boolean isPEP() { - return pep; - } - - /** - * Legt den Wert der pep-Eigenschaft fest. - * - */ - public void setPEP(boolean value) { - this.pep = value; - } - - /** - * Ruft den Wert der beschreibung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibung() { - return beschreibung; - } - - /** - * Legt den Wert der beschreibung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibung(String value) { - this.beschreibung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PartnerRoleType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PartnerRoleType.java deleted file mode 100644 index 3e492128..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PartnerRoleType.java +++ /dev/null @@ -1,48 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für PartnerRoleType. - * - *

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

- * <simpleType name="PartnerRoleType">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <length value="2"/>
- *     <enumeration value="VN"/>
- *     <enumeration value="VP"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "PartnerRoleType") -@XmlEnum -public enum PartnerRoleType { - - - /** - * Versicherungsnehmer - * - */ - VN, - - /** - * Versicherte Person - * - */ - VP; - - public String value() { - return name(); - } - - public static PartnerRoleType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PersBankverbindungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PersBankverbindungType.java deleted file mode 100644 index bf4a40ce..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PersBankverbindungType.java +++ /dev/null @@ -1,64 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -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; - - -/** - * beschreibt eine Bankverbindug, welche einer Person ueber eine Referenz zugeordnet ist - * - *

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

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

- * <complexType name="PersBankverbindung_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bankverbindung_Type">
- *       <attribute name="PersonRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "PersBankverbindung_Type") -public class PersBankverbindungType - extends BankverbindungType -{ - - @XmlAttribute(name = "PersonRefLfnr", namespace = "urn:omds3CommonServiceTypes-1-1-0") - @XmlSchemaType(name = "unsignedShort") - protected Integer personRefLfnr; - - /** - * Ruft den Wert der personRefLfnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getPersonRefLfnr() { - return personRefLfnr; - } - - /** - * Legt den Wert der personRefLfnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setPersonRefLfnr(Integer value) { - this.personRefLfnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PersonNamentlichesBezugsrechtType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PersonNamentlichesBezugsrechtType.java deleted file mode 100644 index d9520536..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PersonNamentlichesBezugsrechtType.java +++ /dev/null @@ -1,84 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType name="PersonNamentlichesBezugsrecht_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Prozentsatz" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
- *         <element name="Zugunsten" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "PersonNamentlichesBezugsrecht_Type", propOrder = { - "prozentsatz", - "zugunsten" -}) -public class PersonNamentlichesBezugsrechtType { - - @XmlElement(name = "Prozentsatz") - protected Double prozentsatz; - @XmlElement(name = "Zugunsten") - @XmlSchemaType(name = "unsignedShort") - protected int zugunsten; - - /** - * Ruft den Wert der prozentsatz-Eigenschaft ab. - * - * @return - * possible object is - * {@link Double } - * - */ - public Double getProzentsatz() { - return prozentsatz; - } - - /** - * Legt den Wert der prozentsatz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Double } - * - */ - public void setProzentsatz(Double value) { - this.prozentsatz = value; - } - - /** - * Ruft den Wert der zugunsten-Eigenschaft ab. - * - */ - public int getZugunsten() { - return zugunsten; - } - - /** - * Legt den Wert der zugunsten-Eigenschaft fest. - * - */ - public void setZugunsten(int value) { - this.zugunsten = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PersonType.java deleted file mode 100644 index 018aada0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PersonType.java +++ /dev/null @@ -1,421 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.ELAnzahlType; -import at.vvo.omds.types.omds2Types.v2_14.ELEinstufungType; -import at.vvo.omds.types.omds2Types.v2_14.ELEntscheidungsfrageType; -import at.vvo.omds.types.omds2Types.v2_14.ELIdentifizierungType; -import at.vvo.omds.types.omds2Types.v2_14.ELKommunikationType; -import at.vvo.omds.types.omds2Types.v2_14.ELLegitimationType; -import at.vvo.omds.types.omds2Types.v2_14.ELTextType; -import at.vvo.omds.types.omds2Types.v2_14.NATUERLICHEPERSONType; -import at.vvo.omds.types.omds2Types.v2_14.PersArtCdType; -import at.vvo.omds.types.omds2Types.v2_14.SONSTIGEPERSONType; - - -/** - * Der Typ für eine Person mit ObjektId - * - *

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

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

- * <complexType name="Person_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId" minOccurs="0"/>
- *         <choice>
- *           <element ref="{urn:omds20}NATUERLICHE_PERSON"/>
- *           <element ref="{urn:omds20}SONSTIGE_PERSON"/>
- *         </choice>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}Adresse" minOccurs="0"/>
- *         <element ref="{urn:omds20}EL-Kommunikation" maxOccurs="unbounded" minOccurs="0"/>
- *         <element ref="{urn:omds20}EL-Legitimation" maxOccurs="unbounded" minOccurs="0"/>
- *         <element ref="{urn:omds20}EL-Anzahl" maxOccurs="unbounded" minOccurs="0"/>
- *         <element ref="{urn:omds20}EL-Einstufung" maxOccurs="unbounded" minOccurs="0"/>
- *         <element ref="{urn:omds20}EL-Entscheidungsfrage" maxOccurs="unbounded" minOccurs="0"/>
- *         <element ref="{urn:omds20}EL-Identifizierung" maxOccurs="unbounded" minOccurs="0"/>
- *         <element ref="{urn:omds20}EL-Text" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="PersArtCd" use="required" type="{urn:omds20}PersArtCd_Type" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Person_Type", propOrder = { - "objektId", - "natuerlicheperson", - "sonstigeperson", - "adresse", - "elKommunikation", - "elLegitimation", - "elAnzahl", - "elEinstufung", - "elEntscheidungsfrage", - "elIdentifizierung", - "elText" -}) -public class PersonType { - - @XmlElement(name = "ObjektId") - protected ObjektIdType objektId; - @XmlElement(name = "NATUERLICHE_PERSON", namespace = "urn:omds20") - protected NATUERLICHEPERSONType natuerlicheperson; - @XmlElement(name = "SONSTIGE_PERSON", namespace = "urn:omds20") - protected SONSTIGEPERSONType sonstigeperson; - @XmlElement(name = "Adresse") - protected AdresseType adresse; - @XmlElement(name = "EL-Kommunikation", namespace = "urn:omds20") - protected List elKommunikation; - @XmlElement(name = "EL-Legitimation", namespace = "urn:omds20") - protected List elLegitimation; - @XmlElement(name = "EL-Anzahl", namespace = "urn:omds20") - protected List elAnzahl; - @XmlElement(name = "EL-Einstufung", namespace = "urn:omds20") - protected List elEinstufung; - @XmlElement(name = "EL-Entscheidungsfrage", namespace = "urn:omds20") - protected List elEntscheidungsfrage; - @XmlElement(name = "EL-Identifizierung", namespace = "urn:omds20") - protected List elIdentifizierung; - @XmlElement(name = "EL-Text", namespace = "urn:omds20") - protected List elText; - @XmlAttribute(name = "PersArtCd", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true) - protected PersArtCdType persArtCd; - - /** - * Die Id der Person (entspricht der Personennr, hat aber auch die Möglichkeit eine ID von Service-Consumer Seite mitzugeben) - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getObjektId() { - return objektId; - } - - /** - * Legt den Wert der objektId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setObjektId(ObjektIdType value) { - this.objektId = value; - } - - /** - * Ruft den Wert der natuerlicheperson-Eigenschaft ab. - * - * @return - * possible object is - * {@link NATUERLICHEPERSONType } - * - */ - public NATUERLICHEPERSONType getNATUERLICHEPERSON() { - return natuerlicheperson; - } - - /** - * Legt den Wert der natuerlicheperson-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link NATUERLICHEPERSONType } - * - */ - public void setNATUERLICHEPERSON(NATUERLICHEPERSONType value) { - this.natuerlicheperson = value; - } - - /** - * Ruft den Wert der sonstigeperson-Eigenschaft ab. - * - * @return - * possible object is - * {@link SONSTIGEPERSONType } - * - */ - public SONSTIGEPERSONType getSONSTIGEPERSON() { - return sonstigeperson; - } - - /** - * Legt den Wert der sonstigeperson-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SONSTIGEPERSONType } - * - */ - public void setSONSTIGEPERSON(SONSTIGEPERSONType value) { - this.sonstigeperson = value; - } - - /** - * Die Hauptadresse des Partners mit ObjektId - * - * @return - * possible object is - * {@link AdresseType } - * - */ - public AdresseType getAdresse() { - return adresse; - } - - /** - * Legt den Wert der adresse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AdresseType } - * - */ - public void setAdresse(AdresseType value) { - this.adresse = value; - } - - /** - * Gets the value of the elKommunikation property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elKommunikation property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELKommunikationType } - * - * - */ - public List getELKommunikation() { - if (elKommunikation == null) { - elKommunikation = new ArrayList(); - } - return this.elKommunikation; - } - - /** - * Gets the value of the elLegitimation property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elLegitimation property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELLegitimationType } - * - * - */ - public List getELLegitimation() { - if (elLegitimation == null) { - elLegitimation = new ArrayList(); - } - return this.elLegitimation; - } - - /** - * Gets the value of the elAnzahl property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elAnzahl property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELAnzahlType } - * - * - */ - public List getELAnzahl() { - if (elAnzahl == null) { - elAnzahl = new ArrayList(); - } - return this.elAnzahl; - } - - /** - * Gets the value of the elEinstufung property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elEinstufung property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELEinstufungType } - * - * - */ - public List getELEinstufung() { - if (elEinstufung == null) { - elEinstufung = new ArrayList(); - } - return this.elEinstufung; - } - - /** - * Gets the value of the elEntscheidungsfrage property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elEntscheidungsfrage property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELEntscheidungsfrageType } - * - * - */ - public List getELEntscheidungsfrage() { - if (elEntscheidungsfrage == null) { - elEntscheidungsfrage = new ArrayList(); - } - return this.elEntscheidungsfrage; - } - - /** - * Gets the value of the elIdentifizierung property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elIdentifizierung property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELIdentifizierungType } - * - * - */ - public List getELIdentifizierung() { - if (elIdentifizierung == null) { - elIdentifizierung = new ArrayList(); - } - return this.elIdentifizierung; - } - - /** - * Gets the value of the elText property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elText property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ELTextType } - * - * - */ - public List getELText() { - if (elText == null) { - elText = new ArrayList(); - } - return this.elText; - } - - /** - * Ruft den Wert der persArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link PersArtCdType } - * - */ - public PersArtCdType getPersArtCd() { - return persArtCd; - } - - /** - * Legt den Wert der persArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PersArtCdType } - * - */ - public void setPersArtCd(PersArtCdType value) { - this.persArtCd = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PfandglaeubigerType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PfandglaeubigerType.java deleted file mode 100644 index fe3ce1ab..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PfandglaeubigerType.java +++ /dev/null @@ -1,84 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Eigenschaften Pfandgläubiger - * - *

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

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

- * <complexType name="Pfandglaeubiger_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Anteil" type="{http://www.w3.org/2001/XMLSchema}double"/>
- *         <element name="Glaeubiger" type="{urn:omds3CommonServiceTypes-1-1-0}GlaeubigerSicherstellung_Type"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Pfandglaeubiger_Type", propOrder = { - "anteil", - "glaeubiger" -}) -public class PfandglaeubigerType { - - @XmlElement(name = "Anteil") - protected double anteil; - @XmlElement(name = "Glaeubiger", required = true) - protected GlaeubigerSicherstellungType glaeubiger; - - /** - * Ruft den Wert der anteil-Eigenschaft ab. - * - */ - public double getAnteil() { - return anteil; - } - - /** - * Legt den Wert der anteil-Eigenschaft fest. - * - */ - public void setAnteil(double value) { - this.anteil = value; - } - - /** - * Ruft den Wert der glaeubiger-Eigenschaft ab. - * - * @return - * possible object is - * {@link GlaeubigerSicherstellungType } - * - */ - public GlaeubigerSicherstellungType getGlaeubiger() { - return glaeubiger; - } - - /** - * Legt den Wert der glaeubiger-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link GlaeubigerSicherstellungType } - * - */ - public void setGlaeubiger(GlaeubigerSicherstellungType value) { - this.glaeubiger = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PolizzenObjektSpezifikationType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PolizzenObjektSpezifikationType.java deleted file mode 100644 index 8a60d698..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PolizzenObjektSpezifikationType.java +++ /dev/null @@ -1,130 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.PolicyPartnerRole; - - -/** - * Die Spezifikation eines Polizzenobjektes - * - *

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

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

- * <complexType name="PolizzenObjektSpezifikation_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type">
- *       <sequence>
- *         <element name="Polizzennr" type="{urn:omds20}Polizzennr"/>
- *         <element name="VtgProdCd" type="{urn:omds20}VtgProdCd_Type" minOccurs="0"/>
- *         <element name="RollePartner" type="{urn:omds3ServiceTypes-1-1-0}PolicyPartnerRole" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "PolizzenObjektSpezifikation_Type", propOrder = { - "polizzennr", - "vtgProdCd", - "rollePartner" -}) -public class PolizzenObjektSpezifikationType - extends ObjektSpezifikationType -{ - - @XmlElement(name = "Polizzennr", required = true) - protected String polizzennr; - @XmlElement(name = "VtgProdCd") - protected String vtgProdCd; - @XmlElement(name = "RollePartner") - protected List rollePartner; - - /** - * Ruft den Wert der polizzennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolizzennr() { - return polizzennr; - } - - /** - * Legt den Wert der polizzennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolizzennr(String value) { - this.polizzennr = value; - } - - /** - * Ruft den Wert der vtgProdCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVtgProdCd() { - return vtgProdCd; - } - - /** - * Legt den Wert der vtgProdCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVtgProdCd(String value) { - this.vtgProdCd = value; - } - - /** - * Gets the value of the rollePartner property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the rollePartner property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link PolicyPartnerRole } - * - * - */ - public List getRollePartner() { - if (rollePartner == null) { - rollePartner = new ArrayList(); - } - return this.rollePartner; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PolizzenversandType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PolizzenversandType.java deleted file mode 100644 index 171ba087..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PolizzenversandType.java +++ /dev/null @@ -1,75 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für PolizzenversandType. - * - *

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

- * <simpleType name="PolizzenversandType">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="MAK2"/>
- *     <enumeration value="VN1"/>
- *     <enumeration value="MAKVN"/>
- *     <enumeration value="MAK1"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "PolizzenversandType") -@XmlEnum -public enum PolizzenversandType { - - - /** - * 2fach Makler: Ist nur bei Postversand möglich. Makler erhält Original und Kopie - * - */ - @XmlEnumValue("MAK2") - MAK_2("MAK2"), - - /** - * 1fach Versicherungsnehmer: Kunde erhält Original - * - */ - @XmlEnumValue("VN1") - VN_1("VN1"), - - /** - * 1fach Makler und 1fach Versicherungsnehmer: Kunde erhält Original und Makler die Kopie - * - */ - MAKVN("MAKVN"), - - /** - * 1fach Makler: Makler erhält Original - * - */ - @XmlEnumValue("MAK1") - MAK_1("MAK1"); - private final String value; - - PolizzenversandType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static PolizzenversandType fromValue(String v) { - for (PolizzenversandType c: PolizzenversandType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PraemieType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PraemieType.java deleted file mode 100644 index a49e7ad7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/PraemieType.java +++ /dev/null @@ -1,271 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.WaehrungsCdType; - - -/** - * Darstellung einer Praemie - * - *

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

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

- * <complexType name="Praemie_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Zahlrhythmus" type="{urn:omds20}ZahlRhythmCd_Type"/>
- *         <element name="Zahlweg" type="{urn:omds20}ZahlWegCd_Type"/>
- *         <element name="PraemieNto" type="{urn:omds20}decimal"/>
- *         <element name="PraemieBto" type="{urn:omds20}decimal"/>
- *         <element name="Versicherungssteuer" type="{urn:omds3CommonServiceTypes-1-1-0}Versicherungssteuer_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="WaehrungsCd" type="{urn:omds20}WaehrungsCd_Type" minOccurs="0"/>
- *         <element name="Unterjaehrigkeitszuschlag" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
- *         <element name="Abschlag" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Praemie_Type", propOrder = { - "zahlrhythmus", - "zahlweg", - "praemieNto", - "praemieBto", - "versicherungssteuer", - "waehrungsCd", - "unterjaehrigkeitszuschlag", - "abschlag" -}) -public class PraemieType { - - @XmlElement(name = "Zahlrhythmus", required = true) - protected String zahlrhythmus; - @XmlElement(name = "Zahlweg", required = true) - protected String zahlweg; - @XmlElement(name = "PraemieNto", required = true) - protected BigDecimal praemieNto; - @XmlElement(name = "PraemieBto", required = true) - protected BigDecimal praemieBto; - @XmlElement(name = "Versicherungssteuer") - protected List versicherungssteuer; - @XmlElement(name = "WaehrungsCd") - @XmlSchemaType(name = "string") - protected WaehrungsCdType waehrungsCd; - @XmlElement(name = "Unterjaehrigkeitszuschlag") - protected Double unterjaehrigkeitszuschlag; - @XmlElement(name = "Abschlag") - protected Double abschlag; - - /** - * Ruft den Wert der zahlrhythmus-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZahlrhythmus() { - return zahlrhythmus; - } - - /** - * Legt den Wert der zahlrhythmus-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZahlrhythmus(String value) { - this.zahlrhythmus = value; - } - - /** - * Ruft den Wert der zahlweg-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZahlweg() { - return zahlweg; - } - - /** - * Legt den Wert der zahlweg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZahlweg(String value) { - this.zahlweg = value; - } - - /** - * Ruft den Wert der praemieNto-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getPraemieNto() { - return praemieNto; - } - - /** - * Legt den Wert der praemieNto-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setPraemieNto(BigDecimal value) { - this.praemieNto = value; - } - - /** - * Ruft den Wert der praemieBto-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getPraemieBto() { - return praemieBto; - } - - /** - * Legt den Wert der praemieBto-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setPraemieBto(BigDecimal value) { - this.praemieBto = value; - } - - /** - * Gets the value of the versicherungssteuer property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the versicherungssteuer property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link VersicherungssteuerType } - * - * - */ - public List getVersicherungssteuer() { - if (versicherungssteuer == null) { - versicherungssteuer = new ArrayList(); - } - return this.versicherungssteuer; - } - - /** - * Ruft den Wert der waehrungsCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link WaehrungsCdType } - * - */ - public WaehrungsCdType getWaehrungsCd() { - return waehrungsCd; - } - - /** - * Legt den Wert der waehrungsCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link WaehrungsCdType } - * - */ - public void setWaehrungsCd(WaehrungsCdType value) { - this.waehrungsCd = value; - } - - /** - * Ruft den Wert der unterjaehrigkeitszuschlag-Eigenschaft ab. - * - * @return - * possible object is - * {@link Double } - * - */ - public Double getUnterjaehrigkeitszuschlag() { - return unterjaehrigkeitszuschlag; - } - - /** - * Legt den Wert der unterjaehrigkeitszuschlag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Double } - * - */ - public void setUnterjaehrigkeitszuschlag(Double value) { - this.unterjaehrigkeitszuschlag = value; - } - - /** - * Ruft den Wert der abschlag-Eigenschaft ab. - * - * @return - * possible object is - * {@link Double } - * - */ - public Double getAbschlag() { - return abschlag; - } - - /** - * Legt den Wert der abschlag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Double } - * - */ - public void setAbschlag(Double value) { - this.abschlag = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktGenerischType.java deleted file mode 100644 index ece13a9f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktGenerischType.java +++ /dev/null @@ -1,155 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.ProduktSachPrivatType; - - -/** - * Basistyp für ein Produkt, 2. Generation - * - *

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

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

- * <complexType name="ProduktGenerisch_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produkt_Type">
- *       <sequence>
- *         <element name="Eingeschlossen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="EinschlussAenderbar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="AttributMetadaten" type="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="BeschreibungTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProduktGenerisch_Type", propOrder = { - "eingeschlossen", - "einschlussAenderbar", - "attributMetadaten", - "beschreibungTxt" -}) -@XmlSeeAlso({ - ProduktSachPrivatType.class, - ProduktMitVpType.class -}) -public abstract class ProduktGenerischType - extends ProduktType -{ - - @XmlElement(name = "Eingeschlossen") - protected boolean eingeschlossen; - @XmlElement(name = "EinschlussAenderbar") - protected Boolean einschlussAenderbar; - @XmlElement(name = "AttributMetadaten") - protected List attributMetadaten; - @XmlElement(name = "BeschreibungTxt") - protected String beschreibungTxt; - - /** - * Ruft den Wert der eingeschlossen-Eigenschaft ab. - * - */ - public boolean isEingeschlossen() { - return eingeschlossen; - } - - /** - * Legt den Wert der eingeschlossen-Eigenschaft fest. - * - */ - public void setEingeschlossen(boolean value) { - this.eingeschlossen = value; - } - - /** - * Ruft den Wert der einschlussAenderbar-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isEinschlussAenderbar() { - return einschlussAenderbar; - } - - /** - * Legt den Wert der einschlussAenderbar-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setEinschlussAenderbar(Boolean value) { - this.einschlussAenderbar = value; - } - - /** - * Gets the value of the attributMetadaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the attributMetadaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AttributMetadatenType } - * - * - */ - public List getAttributMetadaten() { - if (attributMetadaten == null) { - attributMetadaten = new ArrayList(); - } - return this.attributMetadaten; - } - - /** - * Ruft den Wert der beschreibungTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibungTxt() { - return beschreibungTxt; - } - - /** - * Legt den Wert der beschreibungTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibungTxt(String value) { - this.beschreibungTxt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktMitVpType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktMitVpType.java deleted file mode 100644 index 67cef3d5..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktMitVpType.java +++ /dev/null @@ -1,102 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.ProduktLebenType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.ProduktUnfallType; - - -/** - * Basistyp für eine Produktelement vom Typ "Versicherte Person" - * - *

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

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

- * <complexType name="ProduktMitVp_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type">
- *       <sequence>
- *         <element name="Bezugsberechtigungen" type="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="VersPersonenRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProduktMitVp_Type", propOrder = { - "bezugsberechtigungen", - "versPersonenRefLfnr" -}) -@XmlSeeAlso({ - ProduktUnfallType.class, - ProduktLebenType.class -}) -public abstract class ProduktMitVpType - extends ProduktGenerischType -{ - - @XmlElement(name = "Bezugsberechtigungen") - protected List bezugsberechtigungen; - @XmlElement(name = "VersPersonenRefLfnr") - @XmlSchemaType(name = "unsignedShort") - protected int versPersonenRefLfnr; - - /** - * Gets the value of the bezugsberechtigungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the bezugsberechtigungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link BezugsberechtigungType } - * - * - */ - public List getBezugsberechtigungen() { - if (bezugsberechtigungen == null) { - bezugsberechtigungen = new ArrayList(); - } - return this.bezugsberechtigungen; - } - - /** - * Ruft den Wert der versPersonenRefLfnr-Eigenschaft ab. - * - */ - public int getVersPersonenRefLfnr() { - return versPersonenRefLfnr; - } - - /** - * Legt den Wert der versPersonenRefLfnr-Eigenschaft fest. - * - */ - public void setVersPersonenRefLfnr(int value) { - this.versPersonenRefLfnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktType.java deleted file mode 100644 index 9b618fe9..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktType.java +++ /dev/null @@ -1,254 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.ProduktKfzType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.ZusatzproduktKfzType; - - -/** - * Basistyp für ein Produkt - * - *

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

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

- * <complexType name="Produkt_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produktbaustein_Type">
- *       <sequence>
- *         <element name="VtgBeg" type="{urn:omds20}Datum" minOccurs="0"/>
- *         <element name="Produktgeneration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Zahlweg" type="{urn:omds20}ZahlWegCd_Type" minOccurs="0"/>
- *         <element name="Zahlrhythmus" type="{urn:omds20}ZahlRhythmCd_Type" minOccurs="0"/>
- *         <element name="Hauptfaelligkeit" type="{urn:omds3CommonServiceTypes-1-1-0}Hauptfaelligkeit_Type"/>
- *         <element name="RefSicherstellungLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *         <element name="ZusaetzlicheProduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheProduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Produkt_Type", propOrder = { - "vtgBeg", - "produktgeneration", - "zahlweg", - "zahlrhythmus", - "hauptfaelligkeit", - "refSicherstellungLfnr", - "zusaetzlicheProduktdaten" -}) -@XmlSeeAlso({ - ProduktGenerischType.class, - ProduktKfzType.class, - ZusatzproduktKfzType.class -}) -public abstract class ProduktType - extends ProduktbausteinType -{ - - @XmlElement(name = "VtgBeg") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar vtgBeg; - @XmlElement(name = "Produktgeneration") - protected String produktgeneration; - @XmlElement(name = "Zahlweg") - protected String zahlweg; - @XmlElement(name = "Zahlrhythmus") - protected String zahlrhythmus; - @XmlElement(name = "Hauptfaelligkeit", required = true) - @XmlSchemaType(name = "gMonthDay") - protected XMLGregorianCalendar hauptfaelligkeit; - @XmlElement(name = "RefSicherstellungLfnr") - @XmlSchemaType(name = "unsignedShort") - protected Integer refSicherstellungLfnr; - @XmlElement(name = "ZusaetzlicheProduktdaten") - protected List zusaetzlicheProduktdaten; - - /** - * Ruft den Wert der vtgBeg-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getVtgBeg() { - return vtgBeg; - } - - /** - * Legt den Wert der vtgBeg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setVtgBeg(XMLGregorianCalendar value) { - this.vtgBeg = value; - } - - /** - * Ruft den Wert der produktgeneration-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getProduktgeneration() { - return produktgeneration; - } - - /** - * Legt den Wert der produktgeneration-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setProduktgeneration(String value) { - this.produktgeneration = value; - } - - /** - * Ruft den Wert der zahlweg-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZahlweg() { - return zahlweg; - } - - /** - * Legt den Wert der zahlweg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZahlweg(String value) { - this.zahlweg = value; - } - - /** - * Ruft den Wert der zahlrhythmus-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZahlrhythmus() { - return zahlrhythmus; - } - - /** - * Legt den Wert der zahlrhythmus-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZahlrhythmus(String value) { - this.zahlrhythmus = value; - } - - /** - * Ruft den Wert der hauptfaelligkeit-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getHauptfaelligkeit() { - return hauptfaelligkeit; - } - - /** - * Legt den Wert der hauptfaelligkeit-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setHauptfaelligkeit(XMLGregorianCalendar value) { - this.hauptfaelligkeit = value; - } - - /** - * Ruft den Wert der refSicherstellungLfnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getRefSicherstellungLfnr() { - return refSicherstellungLfnr; - } - - /** - * Legt den Wert der refSicherstellungLfnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setRefSicherstellungLfnr(Integer value) { - this.refSicherstellungLfnr = value; - } - - /** - * Gets the value of the zusaetzlicheProduktdaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusaetzlicheProduktdaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheProduktdatenType } - * - * - */ - public List getZusaetzlicheProduktdaten() { - if (zusaetzlicheProduktdaten == null) { - zusaetzlicheProduktdaten = new ArrayList(); - } - return this.zusaetzlicheProduktdaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktbausteinGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktbausteinGenerischType.java deleted file mode 100644 index e545618e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktbausteinGenerischType.java +++ /dev/null @@ -1,149 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ für Produktbausteine im Antragsprozess der 2. Generation - * - *

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

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

- * <complexType name="ProduktbausteinGenerisch_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produktbaustein_Type">
- *       <sequence>
- *         <element name="Eingeschlossen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="EinschlussAenderbar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="AttributMetadaten" type="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="BeschreibungTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProduktbausteinGenerisch_Type", propOrder = { - "eingeschlossen", - "einschlussAenderbar", - "attributMetadaten", - "beschreibungTxt" -}) -public abstract class ProduktbausteinGenerischType - extends ProduktbausteinType -{ - - @XmlElement(name = "Eingeschlossen") - protected boolean eingeschlossen; - @XmlElement(name = "EinschlussAenderbar") - protected Boolean einschlussAenderbar; - @XmlElement(name = "AttributMetadaten") - protected List attributMetadaten; - @XmlElement(name = "BeschreibungTxt") - protected String beschreibungTxt; - - /** - * Ruft den Wert der eingeschlossen-Eigenschaft ab. - * - */ - public boolean isEingeschlossen() { - return eingeschlossen; - } - - /** - * Legt den Wert der eingeschlossen-Eigenschaft fest. - * - */ - public void setEingeschlossen(boolean value) { - this.eingeschlossen = value; - } - - /** - * Ruft den Wert der einschlussAenderbar-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isEinschlussAenderbar() { - return einschlussAenderbar; - } - - /** - * Legt den Wert der einschlussAenderbar-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setEinschlussAenderbar(Boolean value) { - this.einschlussAenderbar = value; - } - - /** - * Gets the value of the attributMetadaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the attributMetadaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AttributMetadatenType } - * - * - */ - public List getAttributMetadaten() { - if (attributMetadaten == null) { - attributMetadaten = new ArrayList(); - } - return this.attributMetadaten; - } - - /** - * Ruft den Wert der beschreibungTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibungTxt() { - return beschreibungTxt; - } - - /** - * Legt den Wert der beschreibungTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibungTxt(String value) { - this.beschreibungTxt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktbausteinType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktbausteinType.java deleted file mode 100644 index e56b7cd1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProduktbausteinType.java +++ /dev/null @@ -1,141 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Abstrakter Typ für alle Produktbausteine im Antragsprozess - * - *

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

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

- * <complexType name="Produktbaustein_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}BasisProduktbaustein_Type">
- *       <sequence>
- *         <element name="VtgEnde" type="{urn:omds20}Datum" minOccurs="0"/>
- *         <element name="Praemie" type="{urn:omds3CommonServiceTypes-1-1-0}Praemie_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="JahrespraemieNto" type="{urn:omds20}decimal" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Produktbaustein_Type", propOrder = { - "vtgEnde", - "praemie", - "jahrespraemieNto" -}) -@XmlSeeAlso({ - ProduktbausteinGenerischType.class, - ZusatzproduktType.class, - VerkaufsproduktType.class, - ProduktType.class, - ElementarproduktType.class -}) -public abstract class ProduktbausteinType - extends BasisProduktbausteinType -{ - - @XmlElement(name = "VtgEnde") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar vtgEnde; - @XmlElement(name = "Praemie") - protected List praemie; - @XmlElement(name = "JahrespraemieNto") - protected BigDecimal jahrespraemieNto; - - /** - * Ruft den Wert der vtgEnde-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getVtgEnde() { - return vtgEnde; - } - - /** - * Legt den Wert der vtgEnde-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setVtgEnde(XMLGregorianCalendar value) { - this.vtgEnde = value; - } - - /** - * Gets the value of the praemie property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the praemie property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link PraemieType } - * - * - */ - public List getPraemie() { - if (praemie == null) { - praemie = new ArrayList(); - } - return this.praemie; - } - - /** - * Ruft den Wert der jahrespraemieNto-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getJahrespraemieNto() { - return jahrespraemieNto; - } - - /** - * Legt den Wert der jahrespraemieNto-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setJahrespraemieNto(BigDecimal value) { - this.jahrespraemieNto = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokHandoutType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokHandoutType.java deleted file mode 100644 index ac5664d2..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokHandoutType.java +++ /dev/null @@ -1,93 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Bereitstellung Dokument für Kunde, nicht zu unterschreiben - * - *

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

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

- * <complexType name="ProzessDokHandout_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProzessDokumentBasis_Type">
- *       <sequence>
- *         <element name="DokData" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentData_Type"/>
- *         <element name="ArtAusfolgung">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedByte">
- *               <enumeration value="0"/>
- *               <enumeration value="1"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProzessDokHandout_Type", propOrder = { - "dokData", - "artAusfolgung" -}) -public class ProzessDokHandoutType - extends ProzessDokumentBasisType -{ - - @XmlElement(name = "DokData", required = true) - protected DokumentDataType dokData; - @XmlElement(name = "ArtAusfolgung") - protected short artAusfolgung; - - /** - * Ruft den Wert der dokData-Eigenschaft ab. - * - * @return - * possible object is - * {@link DokumentDataType } - * - */ - public DokumentDataType getDokData() { - return dokData; - } - - /** - * Legt den Wert der dokData-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DokumentDataType } - * - */ - public void setDokData(DokumentDataType value) { - this.dokData = value; - } - - /** - * Ruft den Wert der artAusfolgung-Eigenschaft ab. - * - */ - public short getArtAusfolgung() { - return artAusfolgung; - } - - /** - * Legt den Wert der artAusfolgung-Eigenschaft fest. - * - */ - public void setArtAusfolgung(short value) { - this.artAusfolgung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokRequirementType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokRequirementType.java deleted file mode 100644 index e8da9e8f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokRequirementType.java +++ /dev/null @@ -1,187 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Anforderung eines beizubringenden Dokuments - * - *

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

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

- * <complexType name="ProzessDokRequirement_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProzessDokumentBasis_Type">
- *       <sequence>
- *         <element name="DokAnforderungsId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
- *         <element name="Autorisierungen" type="{urn:omds3CommonServiceTypes-1-1-0}AutorisierungsAnforderung_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="DocUploadRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="ZulaessigeMimetypes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProzessDokRequirement_Type", propOrder = { - "dokAnforderungsId", - "autorisierungen", - "docUploadRequired", - "zulaessigeMimetypes", - "meldungen" -}) -public class ProzessDokRequirementType - extends ProzessDokumentBasisType -{ - - @XmlElement(name = "DokAnforderungsId", required = true) - protected ObjektIdType dokAnforderungsId; - @XmlElement(name = "Autorisierungen") - protected List autorisierungen; - @XmlElement(name = "DocUploadRequired") - protected boolean docUploadRequired; - @XmlElement(name = "ZulaessigeMimetypes") - protected List zulaessigeMimetypes; - @XmlElement(name = "Meldungen") - protected List meldungen; - - /** - * Ruft den Wert der dokAnforderungsId-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getDokAnforderungsId() { - return dokAnforderungsId; - } - - /** - * Legt den Wert der dokAnforderungsId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setDokAnforderungsId(ObjektIdType value) { - this.dokAnforderungsId = value; - } - - /** - * Gets the value of the autorisierungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the autorisierungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AutorisierungsAnforderungType } - * - * - */ - public List getAutorisierungen() { - if (autorisierungen == null) { - autorisierungen = new ArrayList(); - } - return this.autorisierungen; - } - - /** - * Ruft den Wert der docUploadRequired-Eigenschaft ab. - * - */ - public boolean isDocUploadRequired() { - return docUploadRequired; - } - - /** - * Legt den Wert der docUploadRequired-Eigenschaft fest. - * - */ - public void setDocUploadRequired(boolean value) { - this.docUploadRequired = value; - } - - /** - * Gets the value of the zulaessigeMimetypes property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zulaessigeMimetypes property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getZulaessigeMimetypes() { - if (zulaessigeMimetypes == null) { - zulaessigeMimetypes = new ArrayList(); - } - return this.zulaessigeMimetypes; - } - - /** - * Gets the value of the meldungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the meldungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ServiceFault } - * - * - */ - public List getMeldungen() { - if (meldungen == null) { - meldungen = new ArrayList(); - } - return this.meldungen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokToSignType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokToSignType.java deleted file mode 100644 index ea7a736a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokToSignType.java +++ /dev/null @@ -1,182 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Bereitstellung Dokument zum Unterschreiben - * - *

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

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

- * <complexType name="ProzessDokToSign_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProzessDokumentBasis_Type">
- *       <sequence>
- *         <element name="DokAnforderungsId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
- *         <element name="Autorisierungen" type="{urn:omds3CommonServiceTypes-1-1-0}AutorisierungsAnforderung_Type" maxOccurs="unbounded"/>
- *         <element name="DocUploadRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="ZulaessigeMimetypes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="DokData" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentData_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProzessDokToSign_Type", propOrder = { - "dokAnforderungsId", - "autorisierungen", - "docUploadRequired", - "zulaessigeMimetypes", - "dokData" -}) -public class ProzessDokToSignType - extends ProzessDokumentBasisType -{ - - @XmlElement(name = "DokAnforderungsId", required = true) - protected ObjektIdType dokAnforderungsId; - @XmlElement(name = "Autorisierungen", required = true) - protected List autorisierungen; - @XmlElement(name = "DocUploadRequired") - protected boolean docUploadRequired; - @XmlElement(name = "ZulaessigeMimetypes") - protected List zulaessigeMimetypes; - @XmlElement(name = "DokData", required = true) - protected DokumentDataType dokData; - - /** - * Ruft den Wert der dokAnforderungsId-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getDokAnforderungsId() { - return dokAnforderungsId; - } - - /** - * Legt den Wert der dokAnforderungsId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setDokAnforderungsId(ObjektIdType value) { - this.dokAnforderungsId = value; - } - - /** - * Gets the value of the autorisierungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the autorisierungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AutorisierungsAnforderungType } - * - * - */ - public List getAutorisierungen() { - if (autorisierungen == null) { - autorisierungen = new ArrayList(); - } - return this.autorisierungen; - } - - /** - * Ruft den Wert der docUploadRequired-Eigenschaft ab. - * - */ - public boolean isDocUploadRequired() { - return docUploadRequired; - } - - /** - * Legt den Wert der docUploadRequired-Eigenschaft fest. - * - */ - public void setDocUploadRequired(boolean value) { - this.docUploadRequired = value; - } - - /** - * Gets the value of the zulaessigeMimetypes property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zulaessigeMimetypes property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getZulaessigeMimetypes() { - if (zulaessigeMimetypes == null) { - zulaessigeMimetypes = new ArrayList(); - } - return this.zulaessigeMimetypes; - } - - /** - * Ruft den Wert der dokData-Eigenschaft ab. - * - * @return - * possible object is - * {@link DokumentDataType } - * - */ - public DokumentDataType getDokData() { - return dokData; - } - - /** - * Legt den Wert der dokData-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DokumentDataType } - * - */ - public void setDokData(DokumentDataType value) { - this.dokData = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokumentBasisType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokumentBasisType.java deleted file mode 100644 index bda6dfc8..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokumentBasisType.java +++ /dev/null @@ -1,104 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Basistyp für Bereitstellung und Anforderung von Dokumenten - * - *

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

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

- * <complexType name="ProzessDokumentBasis_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Dokumenttyp" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Beschreibung">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="200"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProzessDokumentBasis_Type", propOrder = { - "dokumenttyp", - "beschreibung" -}) -@XmlSeeAlso({ - ProzessDokRequirementType.class, - ProzessDokToSignType.class, - ProzessDokHandoutType.class -}) -public abstract class ProzessDokumentBasisType { - - @XmlElement(name = "Dokumenttyp", required = true) - protected String dokumenttyp; - @XmlElement(name = "Beschreibung", required = true) - protected String beschreibung; - - /** - * Ruft den Wert der dokumenttyp-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDokumenttyp() { - return dokumenttyp; - } - - /** - * Legt den Wert der dokumenttyp-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDokumenttyp(String value) { - this.dokumenttyp = value; - } - - /** - * Ruft den Wert der beschreibung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibung() { - return beschreibung; - } - - /** - * Legt den Wert der beschreibung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibung(String value) { - this.beschreibung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokumentType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokumentType.java deleted file mode 100644 index c7d498b7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ProzessDokumentType.java +++ /dev/null @@ -1,234 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für den Upload / die Bereitstellung eines Dokuments als Teil eines Geschäftsfalls durch den Serviceaufrufer. - * - *

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

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

- * <complexType name="ProzessDokument_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="DokAnforderungsId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- *         <element name="Dokumenttyp" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType"/>
- *         <element name="Beschreibung" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="200"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="Autorisierungen" maxOccurs="unbounded" minOccurs="0">
- *           <complexType>
- *             <complexContent>
- *               <extension base="{urn:omds3CommonServiceTypes-1-1-0}Autorisierung_Type">
- *               </extension>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *         <element name="DokumentHinterlegt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="DokData" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentData_Type" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProzessDokument_Type", propOrder = { - "dokAnforderungsId", - "dokumenttyp", - "beschreibung", - "autorisierungen", - "dokumentHinterlegt", - "dokData" -}) -public class ProzessDokumentType { - - @XmlElement(name = "DokAnforderungsId") - protected ObjektIdType dokAnforderungsId; - @XmlElement(name = "Dokumenttyp") - protected int dokumenttyp; - @XmlElement(name = "Beschreibung") - protected String beschreibung; - @XmlElement(name = "Autorisierungen") - protected List autorisierungen; - @XmlElement(name = "DokumentHinterlegt") - protected boolean dokumentHinterlegt; - @XmlElement(name = "DokData") - protected DokumentDataType dokData; - - /** - * Ruft den Wert der dokAnforderungsId-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getDokAnforderungsId() { - return dokAnforderungsId; - } - - /** - * Legt den Wert der dokAnforderungsId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setDokAnforderungsId(ObjektIdType value) { - this.dokAnforderungsId = value; - } - - /** - * Ruft den Wert der dokumenttyp-Eigenschaft ab. - * - */ - public int getDokumenttyp() { - return dokumenttyp; - } - - /** - * Legt den Wert der dokumenttyp-Eigenschaft fest. - * - */ - public void setDokumenttyp(int value) { - this.dokumenttyp = value; - } - - /** - * Ruft den Wert der beschreibung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibung() { - return beschreibung; - } - - /** - * Legt den Wert der beschreibung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibung(String value) { - this.beschreibung = value; - } - - /** - * Gets the value of the autorisierungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the autorisierungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ProzessDokumentType.Autorisierungen } - * - * - */ - public List getAutorisierungen() { - if (autorisierungen == null) { - autorisierungen = new ArrayList(); - } - return this.autorisierungen; - } - - /** - * Ruft den Wert der dokumentHinterlegt-Eigenschaft ab. - * - */ - public boolean isDokumentHinterlegt() { - return dokumentHinterlegt; - } - - /** - * Legt den Wert der dokumentHinterlegt-Eigenschaft fest. - * - */ - public void setDokumentHinterlegt(boolean value) { - this.dokumentHinterlegt = value; - } - - /** - * Ruft den Wert der dokData-Eigenschaft ab. - * - * @return - * possible object is - * {@link DokumentDataType } - * - */ - public DokumentDataType getDokData() { - return dokData; - } - - /** - * Legt den Wert der dokData-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DokumentDataType } - * - */ - public void setDokData(DokumentDataType value) { - this.dokData = value; - } - - - /** - *

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

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

-     * <complexType>
-     *   <complexContent>
-     *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Autorisierung_Type">
-     *     </extension>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "") - public static class Autorisierungen - extends AutorisierungType - { - - - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/RaucherType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/RaucherType.java deleted file mode 100644 index 31e1676b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/RaucherType.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstraktes Element, welches Antworten auf die Frage "Raucher?" enthält, z.B. in Leben - * - *

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

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

- * <complexType name="Raucher_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Attribut_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Raucher_Type") -public abstract class RaucherType - extends AttributType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/Referenz.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/Referenz.java deleted file mode 100644 index b725f8c4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/Referenz.java +++ /dev/null @@ -1,92 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Ein Link auf ein Element - * - *

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

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

- * <complexType name="Referenz">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Link" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
- *         <element name="Bezeichnung" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Referenz", propOrder = { - "link", - "bezeichnung" -}) -public class Referenz { - - @XmlElement(name = "Link", required = true) - protected Object link; - @XmlElement(name = "Bezeichnung") - protected Object bezeichnung; - - /** - * Ruft den Wert der link-Eigenschaft ab. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getLink() { - return link; - } - - /** - * Legt den Wert der link-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setLink(Object value) { - this.link = value; - } - - /** - * Ruft den Wert der bezeichnung-Eigenschaft ab. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getBezeichnung() { - return bezeichnung; - } - - /** - * Legt den Wert der bezeichnung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setBezeichnung(Object value) { - this.bezeichnung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ResponseStatusType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ResponseStatusType.java deleted file mode 100644 index c379d275..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ResponseStatusType.java +++ /dev/null @@ -1,162 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Statusinformationen im Response eines Serviceaufrufs - * - *

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

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

- * <complexType name="ResponseStatus_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="KorrelationsId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Ergebnis" type="{urn:omds3CommonServiceTypes-1-1-0}Status_Type"/>
- *         <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Referenzen" type="{urn:omds3CommonServiceTypes-1-1-0}Referenz" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ResponseStatus_Type", propOrder = { - "korrelationsId", - "ergebnis", - "meldungen", - "referenzen" -}) -public class ResponseStatusType { - - @XmlElement(name = "KorrelationsId", required = true) - protected String korrelationsId; - @XmlElement(name = "Ergebnis", required = true) - @XmlSchemaType(name = "string") - protected StatusType ergebnis; - @XmlElement(name = "Meldungen") - protected List meldungen; - @XmlElement(name = "Referenzen") - protected List referenzen; - - /** - * Ruft den Wert der korrelationsId-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKorrelationsId() { - return korrelationsId; - } - - /** - * Legt den Wert der korrelationsId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKorrelationsId(String value) { - this.korrelationsId = value; - } - - /** - * Ruft den Wert der ergebnis-Eigenschaft ab. - * - * @return - * possible object is - * {@link StatusType } - * - */ - public StatusType getErgebnis() { - return ergebnis; - } - - /** - * Legt den Wert der ergebnis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link StatusType } - * - */ - public void setErgebnis(StatusType value) { - this.ergebnis = value; - } - - /** - * Gets the value of the meldungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the meldungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ServiceFault } - * - * - */ - public List getMeldungen() { - if (meldungen == null) { - meldungen = new ArrayList(); - } - return this.meldungen; - } - - /** - * Gets the value of the referenzen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the referenzen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Referenz } - * - * - */ - public List getReferenzen() { - if (referenzen == null) { - referenzen = new ArrayList(); - } - return this.referenzen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/RisikoNatPersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/RisikoNatPersonType.java deleted file mode 100644 index 4f494148..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/RisikoNatPersonType.java +++ /dev/null @@ -1,501 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Risikoattribute natürlicher Personen - * - *

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

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

- * <complexType name="RisikoNatPerson_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Gewicht" type="{urn:omds3CommonServiceTypes-1-1-0}AttributInt_Type" minOccurs="0"/>
- *         <element name="Groesse" type="{urn:omds3CommonServiceTypes-1-1-0}AttributInt_Type" minOccurs="0"/>
- *         <element name="Raucher" type="{urn:omds3CommonServiceTypes-1-1-0}Raucher_Type" minOccurs="0"/>
- *         <element name="Sozialversicherungsanstalt" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
- *         <element name="Gefahrenklasse" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
- *         <element name="Beruf" type="{urn:omds3CommonServiceTypes-1-1-0}AttributString_Type" minOccurs="0"/>
- *         <element name="MedizinischerBeruf" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
- *         <element name="FreizeitSportRisiken" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Risikozuschlaege" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="GesetzlicheUV" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
- *         <element name="PersonenartKranken" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
- *         <element name="Berufsgruppe" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
- *         <element name="ManuelleTaetigkeit" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type" minOccurs="0"/>
- *         <element name="BehandelnderArzt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="KontaktRueckfragen" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="ZusaetzlicheRisikodaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheRisikodaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "RisikoNatPerson_Type", propOrder = { - "gewicht", - "groesse", - "raucher", - "sozialversicherungsanstalt", - "gefahrenklasse", - "beruf", - "medizinischerBeruf", - "freizeitSportRisiken", - "risikozuschlaege", - "gesetzlicheUV", - "personenartKranken", - "berufsgruppe", - "manuelleTaetigkeit", - "behandelnderArzt", - "kontaktRueckfragen", - "zusaetzlicheRisikodaten" -}) -public class RisikoNatPersonType { - - @XmlElement(name = "Gewicht") - protected AttributIntType gewicht; - @XmlElement(name = "Groesse") - protected AttributIntType groesse; - @XmlElement(name = "Raucher") - protected RaucherType raucher; - @XmlElement(name = "Sozialversicherungsanstalt") - protected AttributEnumType sozialversicherungsanstalt; - @XmlElement(name = "Gefahrenklasse") - protected AttributEnumType gefahrenklasse; - @XmlElement(name = "Beruf") - protected AttributStringType beruf; - @XmlElement(name = "MedizinischerBeruf") - protected AttributEnumType medizinischerBeruf; - @XmlElement(name = "FreizeitSportRisiken") - protected List freizeitSportRisiken; - @XmlElement(name = "Risikozuschlaege") - protected List risikozuschlaege; - @XmlElement(name = "GesetzlicheUV") - protected AttributEnumType gesetzlicheUV; - @XmlElement(name = "PersonenartKranken") - protected AttributEnumType personenartKranken; - @XmlElement(name = "Berufsgruppe") - protected AttributEnumType berufsgruppe; - @XmlElement(name = "ManuelleTaetigkeit") - protected AttributEnumType manuelleTaetigkeit; - @XmlElement(name = "BehandelnderArzt") - protected String behandelnderArzt; - @XmlElement(name = "KontaktRueckfragen") - protected String kontaktRueckfragen; - @XmlElement(name = "ZusaetzlicheRisikodaten") - protected List zusaetzlicheRisikodaten; - - /** - * Ruft den Wert der gewicht-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributIntType } - * - */ - public AttributIntType getGewicht() { - return gewicht; - } - - /** - * Legt den Wert der gewicht-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributIntType } - * - */ - public void setGewicht(AttributIntType value) { - this.gewicht = value; - } - - /** - * Ruft den Wert der groesse-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributIntType } - * - */ - public AttributIntType getGroesse() { - return groesse; - } - - /** - * Legt den Wert der groesse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributIntType } - * - */ - public void setGroesse(AttributIntType value) { - this.groesse = value; - } - - /** - * Ruft den Wert der raucher-Eigenschaft ab. - * - * @return - * possible object is - * {@link RaucherType } - * - */ - public RaucherType getRaucher() { - return raucher; - } - - /** - * Legt den Wert der raucher-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link RaucherType } - * - */ - public void setRaucher(RaucherType value) { - this.raucher = value; - } - - /** - * Ruft den Wert der sozialversicherungsanstalt-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributEnumType } - * - */ - public AttributEnumType getSozialversicherungsanstalt() { - return sozialversicherungsanstalt; - } - - /** - * Legt den Wert der sozialversicherungsanstalt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributEnumType } - * - */ - public void setSozialversicherungsanstalt(AttributEnumType value) { - this.sozialversicherungsanstalt = value; - } - - /** - * Ruft den Wert der gefahrenklasse-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributEnumType } - * - */ - public AttributEnumType getGefahrenklasse() { - return gefahrenklasse; - } - - /** - * Legt den Wert der gefahrenklasse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributEnumType } - * - */ - public void setGefahrenklasse(AttributEnumType value) { - this.gefahrenklasse = value; - } - - /** - * Ruft den Wert der beruf-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributStringType } - * - */ - public AttributStringType getBeruf() { - return beruf; - } - - /** - * Legt den Wert der beruf-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributStringType } - * - */ - public void setBeruf(AttributStringType value) { - this.beruf = value; - } - - /** - * Ruft den Wert der medizinischerBeruf-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributEnumType } - * - */ - public AttributEnumType getMedizinischerBeruf() { - return medizinischerBeruf; - } - - /** - * Legt den Wert der medizinischerBeruf-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributEnumType } - * - */ - public void setMedizinischerBeruf(AttributEnumType value) { - this.medizinischerBeruf = value; - } - - /** - * Gets the value of the freizeitSportRisiken property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the freizeitSportRisiken property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AttributEnumType } - * - * - */ - public List getFreizeitSportRisiken() { - if (freizeitSportRisiken == null) { - freizeitSportRisiken = new ArrayList(); - } - return this.freizeitSportRisiken; - } - - /** - * Gets the value of the risikozuschlaege property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the risikozuschlaege property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AttributEnumType } - * - * - */ - public List getRisikozuschlaege() { - if (risikozuschlaege == null) { - risikozuschlaege = new ArrayList(); - } - return this.risikozuschlaege; - } - - /** - * Ruft den Wert der gesetzlicheUV-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributEnumType } - * - */ - public AttributEnumType getGesetzlicheUV() { - return gesetzlicheUV; - } - - /** - * Legt den Wert der gesetzlicheUV-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributEnumType } - * - */ - public void setGesetzlicheUV(AttributEnumType value) { - this.gesetzlicheUV = value; - } - - /** - * Ruft den Wert der personenartKranken-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributEnumType } - * - */ - public AttributEnumType getPersonenartKranken() { - return personenartKranken; - } - - /** - * Legt den Wert der personenartKranken-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributEnumType } - * - */ - public void setPersonenartKranken(AttributEnumType value) { - this.personenartKranken = value; - } - - /** - * Ruft den Wert der berufsgruppe-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributEnumType } - * - */ - public AttributEnumType getBerufsgruppe() { - return berufsgruppe; - } - - /** - * Legt den Wert der berufsgruppe-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributEnumType } - * - */ - public void setBerufsgruppe(AttributEnumType value) { - this.berufsgruppe = value; - } - - /** - * Ruft den Wert der manuelleTaetigkeit-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributEnumType } - * - */ - public AttributEnumType getManuelleTaetigkeit() { - return manuelleTaetigkeit; - } - - /** - * Legt den Wert der manuelleTaetigkeit-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributEnumType } - * - */ - public void setManuelleTaetigkeit(AttributEnumType value) { - this.manuelleTaetigkeit = value; - } - - /** - * Ruft den Wert der behandelnderArzt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBehandelnderArzt() { - return behandelnderArzt; - } - - /** - * Legt den Wert der behandelnderArzt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBehandelnderArzt(String value) { - this.behandelnderArzt = value; - } - - /** - * Ruft den Wert der kontaktRueckfragen-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKontaktRueckfragen() { - return kontaktRueckfragen; - } - - /** - * Legt den Wert der kontaktRueckfragen-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKontaktRueckfragen(String value) { - this.kontaktRueckfragen = value; - } - - /** - * Gets the value of the zusaetzlicheRisikodaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusaetzlicheRisikodaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheRisikodatenType } - * - * - */ - public List getZusaetzlicheRisikodaten() { - if (zusaetzlicheRisikodaten == null) { - zusaetzlicheRisikodaten = new ArrayList(); - } - return this.zusaetzlicheRisikodaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/SchadenObjektSpezifikationType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/SchadenObjektSpezifikationType.java deleted file mode 100644 index 7f1dfd92..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/SchadenObjektSpezifikationType.java +++ /dev/null @@ -1,94 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Die Spezifikation eines Schadenobjektes - * - *

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

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

- * <complexType name="SchadenObjektSpezifikation_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type">
- *       <choice>
- *         <element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
- *         <element name="Schadennr" type="{urn:omds20}Schadennr"/>
- *       </choice>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SchadenObjektSpezifikation_Type", propOrder = { - "geschaeftsfallnummer", - "schadennr" -}) -public class SchadenObjektSpezifikationType - extends ObjektSpezifikationType -{ - - @XmlElement(name = "Geschaeftsfallnummer") - protected ObjektIdType geschaeftsfallnummer; - @XmlElement(name = "Schadennr") - protected String schadennr; - - /** - * Ruft den Wert der geschaeftsfallnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getGeschaeftsfallnummer() { - return geschaeftsfallnummer; - } - - /** - * Legt den Wert der geschaeftsfallnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setGeschaeftsfallnummer(ObjektIdType value) { - this.geschaeftsfallnummer = value; - } - - /** - * Ruft den Wert der schadennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadennr() { - return schadennr; - } - - /** - * Legt den Wert der schadennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadennr(String value) { - this.schadennr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/SelbstbehaltType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/SelbstbehaltType.java deleted file mode 100644 index 6033fe08..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/SelbstbehaltType.java +++ /dev/null @@ -1,151 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Dient zur Abbildung eines Selbstbehalts - * - *

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

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

- * <complexType name="Selbstbehalt_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Selbstbehalt" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="SelbstbehaltProzentVs" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
- *         <element name="SelbstbehaltMinBetrag" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="SelbstbehaltMaxBetrag" type="{urn:omds20}decimal" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Selbstbehalt_Type", propOrder = { - "selbstbehalt", - "selbstbehaltProzentVs", - "selbstbehaltMinBetrag", - "selbstbehaltMaxBetrag" -}) -public class SelbstbehaltType { - - @XmlElement(name = "Selbstbehalt") - protected BigDecimal selbstbehalt; - @XmlElement(name = "SelbstbehaltProzentVs") - @XmlSchemaType(name = "unsignedByte") - protected Short selbstbehaltProzentVs; - @XmlElement(name = "SelbstbehaltMinBetrag") - protected BigDecimal selbstbehaltMinBetrag; - @XmlElement(name = "SelbstbehaltMaxBetrag") - protected BigDecimal selbstbehaltMaxBetrag; - - /** - * Ruft den Wert der selbstbehalt-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getSelbstbehalt() { - return selbstbehalt; - } - - /** - * Legt den Wert der selbstbehalt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setSelbstbehalt(BigDecimal value) { - this.selbstbehalt = value; - } - - /** - * Ruft den Wert der selbstbehaltProzentVs-Eigenschaft ab. - * - * @return - * possible object is - * {@link Short } - * - */ - public Short getSelbstbehaltProzentVs() { - return selbstbehaltProzentVs; - } - - /** - * Legt den Wert der selbstbehaltProzentVs-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Short } - * - */ - public void setSelbstbehaltProzentVs(Short value) { - this.selbstbehaltProzentVs = value; - } - - /** - * Ruft den Wert der selbstbehaltMinBetrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getSelbstbehaltMinBetrag() { - return selbstbehaltMinBetrag; - } - - /** - * Legt den Wert der selbstbehaltMinBetrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setSelbstbehaltMinBetrag(BigDecimal value) { - this.selbstbehaltMinBetrag = value; - } - - /** - * Ruft den Wert der selbstbehaltMaxBetrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getSelbstbehaltMaxBetrag() { - return selbstbehaltMaxBetrag; - } - - /** - * Legt den Wert der selbstbehaltMaxBetrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setSelbstbehaltMaxBetrag(BigDecimal value) { - this.selbstbehaltMaxBetrag = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ServiceFault.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ServiceFault.java deleted file mode 100644 index 5ace0f57..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ServiceFault.java +++ /dev/null @@ -1,156 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Enthält eventuelle Fehlermeldungen + Fehlercode + Fehlertyp. - * - *

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

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

- * <complexType name="ServiceFault">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="errorType">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
- *               <pattern value="1"/>
- *               <pattern value="2"/>
- *               <pattern value="3"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- *         <element name="errorMsg" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="elementReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ServiceFault", propOrder = { - "errorType", - "errorCode", - "errorMsg", - "elementReference" -}) -public class ServiceFault { - - @XmlElement(required = true) - protected BigInteger errorType; - @XmlElement(required = true) - protected BigInteger errorCode; - @XmlElement(required = true) - protected String errorMsg; - protected String elementReference; - - /** - * Ruft den Wert der errorType-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getErrorType() { - return errorType; - } - - /** - * Legt den Wert der errorType-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setErrorType(BigInteger value) { - this.errorType = value; - } - - /** - * Ruft den Wert der errorCode-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getErrorCode() { - return errorCode; - } - - /** - * Legt den Wert der errorCode-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setErrorCode(BigInteger value) { - this.errorCode = value; - } - - /** - * Ruft den Wert der errorMsg-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getErrorMsg() { - return errorMsg; - } - - /** - * Legt den Wert der errorMsg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setErrorMsg(String value) { - this.errorMsg = value; - } - - /** - * Ruft den Wert der elementReference-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getElementReference() { - return elementReference; - } - - /** - * Legt den Wert der elementReference-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setElementReference(String value) { - this.elementReference = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/SicherstellungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/SicherstellungType.java deleted file mode 100644 index 4a12fbca..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/SicherstellungType.java +++ /dev/null @@ -1,121 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ fuer Sicherstellungen - * - *

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

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

- * <complexType name="Sicherstellung_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Lfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- *         <element name="Betrag" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="Unanfechtbarkeitssumme" type="{urn:omds20}decimal" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Sicherstellung_Type", propOrder = { - "lfnr", - "betrag", - "unanfechtbarkeitssumme" -}) -@XmlSeeAlso({ - AbtretungType.class, - VerpfaendungType.class, - VinkulierungPersonenType.class -}) -public abstract class SicherstellungType { - - @XmlElement(name = "Lfnr") - @XmlSchemaType(name = "unsignedShort") - protected int lfnr; - @XmlElement(name = "Betrag") - protected BigDecimal betrag; - @XmlElement(name = "Unanfechtbarkeitssumme") - protected BigDecimal unanfechtbarkeitssumme; - - /** - * Ruft den Wert der lfnr-Eigenschaft ab. - * - */ - public int getLfnr() { - return lfnr; - } - - /** - * Legt den Wert der lfnr-Eigenschaft fest. - * - */ - public void setLfnr(int value) { - this.lfnr = value; - } - - /** - * Ruft den Wert der betrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getBetrag() { - return betrag; - } - - /** - * Legt den Wert der betrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setBetrag(BigDecimal value) { - this.betrag = value; - } - - /** - * Ruft den Wert der unanfechtbarkeitssumme-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getUnanfechtbarkeitssumme() { - return unanfechtbarkeitssumme; - } - - /** - * Legt den Wert der unanfechtbarkeitssumme-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setUnanfechtbarkeitssumme(BigDecimal value) { - this.unanfechtbarkeitssumme = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/StatusType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/StatusType.java deleted file mode 100644 index 85a0e450..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/StatusType.java +++ /dev/null @@ -1,54 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für Status_Type. - * - *

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

- * <simpleType name="Status_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="OK"/>
- *     <enumeration value="OKNA"/>
- *     <enumeration value="NOK"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "Status_Type") -@XmlEnum -public enum StatusType { - - - /** - * Request konnte verarbeitet werden - * - */ - OK, - - /** - * Request konnte nicht abschließend verarbeitet werden. Zum Beispiel wurde der Request in einen Workflow eingestellt aber noch nicht auf den Bestand angewendet. - * - */ - OKNA, - - /** - * Ein Fehler ist aufgetreten, Request konnte nicht verarbeitet werden - * - */ - NOK; - - public String value() { - return name(); - } - - public static StatusType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/TechnicalKeyValueType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/TechnicalKeyValueType.java deleted file mode 100644 index 3a6e9739..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/TechnicalKeyValueType.java +++ /dev/null @@ -1,92 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für nicht weiter spezifizierte technische Parameter - * - *

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

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

- * <complexType name="TechnicalKeyValue_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Key" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "TechnicalKeyValue_Type", propOrder = { - "key", - "value" -}) -public class TechnicalKeyValueType { - - @XmlElement(name = "Key", required = true) - protected String key; - @XmlElement(name = "Value", required = true) - protected String value; - - /** - * Ruft den Wert der key-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKey() { - return key; - } - - /** - * Legt den Wert der key-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKey(String value) { - this.key = value; - } - - /** - * Ruft den Wert der value-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Legt den Wert der value-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/TechnischesObjektType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/TechnischesObjektType.java deleted file mode 100644 index 5466766a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/TechnischesObjektType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * VU-spezifische Erweiterungsmöglichkeit für technische Daten - * - *

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

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

- * <complexType name="TechnischesObjekt_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "TechnischesObjekt_Type") -public abstract class TechnischesObjektType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/TreuhaenderfrageType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/TreuhaenderfrageType.java deleted file mode 100644 index c88c8bc6..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/TreuhaenderfrageType.java +++ /dev/null @@ -1,84 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Details zur Treuhaenderfrage - * - *

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

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

- * <complexType name="Treuhaenderfrage_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Treuhaender" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="Beschreibung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Treuhaenderfrage_Type", propOrder = { - "treuhaender", - "beschreibung" -}) -public class TreuhaenderfrageType { - - @XmlElement(name = "Treuhaender") - protected boolean treuhaender; - @XmlElement(name = "Beschreibung") - protected String beschreibung; - - /** - * Ruft den Wert der treuhaender-Eigenschaft ab. - * - */ - public boolean isTreuhaender() { - return treuhaender; - } - - /** - * Legt den Wert der treuhaender-Eigenschaft fest. - * - */ - public void setTreuhaender(boolean value) { - this.treuhaender = value; - } - - /** - * Ruft den Wert der beschreibung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibung() { - return beschreibung; - } - - /** - * Legt den Wert der beschreibung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibung(String value) { - this.beschreibung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/UploadDokumentType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/UploadDokumentType.java deleted file mode 100644 index 92fc2290..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/UploadDokumentType.java +++ /dev/null @@ -1,143 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.activation.DataHandler; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlMimeType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ fuer den Upload von Dokumenten mit base64 encodiertem Dokument, Mimetype und Filename - * - *

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

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

- * <complexType name="Upload_Dokument_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Mimetype" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- *         <element name="DocumentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Upload_Dokument_Type", propOrder = { - "name", - "mimetype", - "content", - "documentType" -}) -public class UploadDokumentType { - - @XmlElement(name = "Name", required = true) - protected String name; - @XmlElement(name = "Mimetype", required = true) - protected String mimetype; - @XmlElement(name = "Content", required = true) - @XmlMimeType("application/octet-stream") - protected DataHandler content; - @XmlElement(name = "DocumentType") - protected int documentType; - - /** - * Ruft den Wert der name-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Legt den Wert der name-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Ruft den Wert der mimetype-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMimetype() { - return mimetype; - } - - /** - * Legt den Wert der mimetype-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMimetype(String value) { - this.mimetype = value; - } - - /** - * Ruft den Wert der content-Eigenschaft ab. - * - * @return - * possible object is - * {@link DataHandler } - * - */ - public DataHandler getContent() { - return content; - } - - /** - * Legt den Wert der content-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DataHandler } - * - */ - public void setContent(DataHandler value) { - this.content = value; - } - - /** - * Ruft den Wert der documentType-Eigenschaft ab. - * - */ - public int getDocumentType() { - return documentType; - } - - /** - * Legt den Wert der documentType-Eigenschaft fest. - * - */ - public void setDocumentType(int value) { - this.documentType = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VerkaufsproduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VerkaufsproduktGenerischType.java deleted file mode 100644 index 07dc7600..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VerkaufsproduktGenerischType.java +++ /dev/null @@ -1,158 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.VerkaufsproduktLebenType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.VerkaufsproduktSachPrivatType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.VerkaufsproduktUnfallType; - - -/** - * Basistyp für ein Produktbündel, 2. Generation - * - *

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

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

- * <complexType name="VerkaufsproduktGenerisch_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Verkaufsprodukt_Type">
- *       <sequence>
- *         <element name="Eingeschlossen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="EinschlussAenderbar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="AttributMetadaten" type="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="BeschreibungTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerkaufsproduktGenerisch_Type", propOrder = { - "eingeschlossen", - "einschlussAenderbar", - "attributMetadaten", - "beschreibungTxt" -}) -@XmlSeeAlso({ - VerkaufsproduktUnfallType.class, - VerkaufsproduktLebenType.class, - VerkaufsproduktSachPrivatType.class -}) -public abstract class VerkaufsproduktGenerischType - extends VerkaufsproduktType -{ - - @XmlElement(name = "Eingeschlossen") - protected boolean eingeschlossen; - @XmlElement(name = "EinschlussAenderbar") - protected Boolean einschlussAenderbar; - @XmlElement(name = "AttributMetadaten") - protected List attributMetadaten; - @XmlElement(name = "BeschreibungTxt") - protected String beschreibungTxt; - - /** - * Ruft den Wert der eingeschlossen-Eigenschaft ab. - * - */ - public boolean isEingeschlossen() { - return eingeschlossen; - } - - /** - * Legt den Wert der eingeschlossen-Eigenschaft fest. - * - */ - public void setEingeschlossen(boolean value) { - this.eingeschlossen = value; - } - - /** - * Ruft den Wert der einschlussAenderbar-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isEinschlussAenderbar() { - return einschlussAenderbar; - } - - /** - * Legt den Wert der einschlussAenderbar-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setEinschlussAenderbar(Boolean value) { - this.einschlussAenderbar = value; - } - - /** - * Gets the value of the attributMetadaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the attributMetadaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AttributMetadatenType } - * - * - */ - public List getAttributMetadaten() { - if (attributMetadaten == null) { - attributMetadaten = new ArrayList(); - } - return this.attributMetadaten; - } - - /** - * Ruft den Wert der beschreibungTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibungTxt() { - return beschreibungTxt; - } - - /** - * Legt den Wert der beschreibungTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibungTxt(String value) { - this.beschreibungTxt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VerkaufsproduktType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VerkaufsproduktType.java deleted file mode 100644 index 403efe48..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VerkaufsproduktType.java +++ /dev/null @@ -1,224 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; -import at.vvo.omds.types.omds2Types.v2_14.ELRahmenvereinbarungType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.VerkaufsproduktKfzType; - - -/** - * Basistyp für ein Produktbündel - * - *

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

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

- * <complexType name="Verkaufsprodukt_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produktbaustein_Type">
- *       <sequence>
- *         <element name="VtgBeg" type="{urn:omds20}Datum"/>
- *         <element name="Verkaufsproduktgeneration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Berechnungsvariante" type="{urn:omds3CommonServiceTypes-1-1-0}Berechnungsvariante_Type" minOccurs="0"/>
- *         <element name="Vermittlernr" type="{urn:omds20}Vermnr" minOccurs="0"/>
- *         <element ref="{urn:omds20}EL-Rahmenvereinbarung" minOccurs="0"/>
- *         <element name="ZusaetzlicheVerkaufproduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheVerkaufproduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Verkaufsprodukt_Type", propOrder = { - "vtgBeg", - "verkaufsproduktgeneration", - "berechnungsvariante", - "vermittlernr", - "elRahmenvereinbarung", - "zusaetzlicheVerkaufproduktdaten" -}) -@XmlSeeAlso({ - VerkaufsproduktGenerischType.class, - VerkaufsproduktKfzType.class -}) -public abstract class VerkaufsproduktType - extends ProduktbausteinType -{ - - @XmlElement(name = "VtgBeg", required = true) - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar vtgBeg; - @XmlElement(name = "Verkaufsproduktgeneration") - protected String verkaufsproduktgeneration; - @XmlElement(name = "Berechnungsvariante") - @XmlSchemaType(name = "string") - protected BerechnungsvarianteType berechnungsvariante; - @XmlElement(name = "Vermittlernr") - protected String vermittlernr; - @XmlElement(name = "EL-Rahmenvereinbarung", namespace = "urn:omds20") - protected ELRahmenvereinbarungType elRahmenvereinbarung; - @XmlElement(name = "ZusaetzlicheVerkaufproduktdaten") - protected List zusaetzlicheVerkaufproduktdaten; - - /** - * Ruft den Wert der vtgBeg-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getVtgBeg() { - return vtgBeg; - } - - /** - * Legt den Wert der vtgBeg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setVtgBeg(XMLGregorianCalendar value) { - this.vtgBeg = value; - } - - /** - * Ruft den Wert der verkaufsproduktgeneration-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVerkaufsproduktgeneration() { - return verkaufsproduktgeneration; - } - - /** - * Legt den Wert der verkaufsproduktgeneration-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVerkaufsproduktgeneration(String value) { - this.verkaufsproduktgeneration = value; - } - - /** - * Ruft den Wert der berechnungsvariante-Eigenschaft ab. - * - * @return - * possible object is - * {@link BerechnungsvarianteType } - * - */ - public BerechnungsvarianteType getBerechnungsvariante() { - return berechnungsvariante; - } - - /** - * Legt den Wert der berechnungsvariante-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BerechnungsvarianteType } - * - */ - public void setBerechnungsvariante(BerechnungsvarianteType value) { - this.berechnungsvariante = value; - } - - /** - * Ruft den Wert der vermittlernr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVermittlernr() { - return vermittlernr; - } - - /** - * Legt den Wert der vermittlernr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVermittlernr(String value) { - this.vermittlernr = value; - } - - /** - * Ruft den Wert der elRahmenvereinbarung-Eigenschaft ab. - * - * @return - * possible object is - * {@link ELRahmenvereinbarungType } - * - */ - public ELRahmenvereinbarungType getELRahmenvereinbarung() { - return elRahmenvereinbarung; - } - - /** - * Legt den Wert der elRahmenvereinbarung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ELRahmenvereinbarungType } - * - */ - public void setELRahmenvereinbarung(ELRahmenvereinbarungType value) { - this.elRahmenvereinbarung = value; - } - - /** - * Gets the value of the zusaetzlicheVerkaufproduktdaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusaetzlicheVerkaufproduktdaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheVerkaufproduktdatenType } - * - * - */ - public List getZusaetzlicheVerkaufproduktdaten() { - if (zusaetzlicheVerkaufproduktdaten == null) { - zusaetzlicheVerkaufproduktdaten = new ArrayList(); - } - return this.zusaetzlicheVerkaufproduktdaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VerpfaendungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VerpfaendungType.java deleted file mode 100644 index 447f725a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VerpfaendungType.java +++ /dev/null @@ -1,73 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Sicherstellung vom Typ Verpfändung - * - *

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

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

- * <complexType name="Verpfaendung_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Sicherstellung_Type">
- *       <sequence>
- *         <element name="Pfandglaeubiger" type="{urn:omds3CommonServiceTypes-1-1-0}Pfandglaeubiger_Type" maxOccurs="unbounded"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Verpfaendung_Type", propOrder = { - "pfandglaeubiger" -}) -public class VerpfaendungType - extends SicherstellungType -{ - - @XmlElement(name = "Pfandglaeubiger", required = true) - protected List pfandglaeubiger; - - /** - * Gets the value of the pfandglaeubiger property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the pfandglaeubiger property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link PfandglaeubigerType } - * - * - */ - public List getPfandglaeubiger() { - if (pfandglaeubiger == null) { - pfandglaeubiger = new ArrayList(); - } - return this.pfandglaeubiger; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersicherteLiegenschaftType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersicherteLiegenschaftType.java deleted file mode 100644 index 72c3b03d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersicherteLiegenschaftType.java +++ /dev/null @@ -1,138 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.ADRESSEType; - - -/** - * Versicherte Liegenschaft - * - *

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

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

- * <complexType name="VersicherteLiegenschaft_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type">
- *       <sequence>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId"/>
- *         <element name="Adresse" type="{urn:omds20}ADRESSE_Type"/>
- *         <element name="BebauteFlaecheInQm" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- *         <element name="UeberdachteFlaecheInQm" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VersicherteLiegenschaft_Type", propOrder = { - "objektId", - "adresse", - "bebauteFlaecheInQm", - "ueberdachteFlaecheInQm" -}) -public class VersicherteLiegenschaftType - extends VersichertesInteresseMitAttributMetadatenType -{ - - @XmlElement(name = "ObjektId", required = true) - protected ObjektIdType objektId; - @XmlElement(name = "Adresse", required = true) - protected ADRESSEType adresse; - @XmlElement(name = "BebauteFlaecheInQm") - @XmlSchemaType(name = "unsignedShort") - protected int bebauteFlaecheInQm; - @XmlElement(name = "UeberdachteFlaecheInQm") - @XmlSchemaType(name = "unsignedShort") - protected int ueberdachteFlaecheInQm; - - /** - * Ruft den Wert der objektId-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getObjektId() { - return objektId; - } - - /** - * Legt den Wert der objektId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setObjektId(ObjektIdType value) { - this.objektId = value; - } - - /** - * Ruft den Wert der adresse-Eigenschaft ab. - * - * @return - * possible object is - * {@link ADRESSEType } - * - */ - public ADRESSEType getAdresse() { - return adresse; - } - - /** - * Legt den Wert der adresse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ADRESSEType } - * - */ - public void setAdresse(ADRESSEType value) { - this.adresse = value; - } - - /** - * Ruft den Wert der bebauteFlaecheInQm-Eigenschaft ab. - * - */ - public int getBebauteFlaecheInQm() { - return bebauteFlaecheInQm; - } - - /** - * Legt den Wert der bebauteFlaecheInQm-Eigenschaft fest. - * - */ - public void setBebauteFlaecheInQm(int value) { - this.bebauteFlaecheInQm = value; - } - - /** - * Ruft den Wert der ueberdachteFlaecheInQm-Eigenschaft ab. - * - */ - public int getUeberdachteFlaecheInQm() { - return ueberdachteFlaecheInQm; - } - - /** - * Legt den Wert der ueberdachteFlaecheInQm-Eigenschaft fest. - * - */ - public void setUeberdachteFlaecheInQm(int value) { - this.ueberdachteFlaecheInQm = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersichertePersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersichertePersonType.java deleted file mode 100644 index deab63dc..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersichertePersonType.java +++ /dev/null @@ -1,96 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Versicherte Person basierend auf VersichertesInteresse_Type. Lfnr muss mit Lfnr der Person übereinstimmen. - * - *

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

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

- * <complexType name="VersichertePerson_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type">
- *       <sequence>
- *         <choice minOccurs="0">
- *           <element name="RisikoNatPerson" type="{urn:omds3CommonServiceTypes-1-1-0}RisikoNatPerson_Type"/>
- *           <element name="RisikoSonstPerson" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
- *         </choice>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VersichertePerson_Type", propOrder = { - "risikoNatPerson", - "risikoSonstPerson" -}) -public class VersichertePersonType - extends VersichertesInteresseMitAttributMetadatenType -{ - - @XmlElement(name = "RisikoNatPerson") - protected RisikoNatPersonType risikoNatPerson; - @XmlElement(name = "RisikoSonstPerson") - protected Object risikoSonstPerson; - - /** - * Ruft den Wert der risikoNatPerson-Eigenschaft ab. - * - * @return - * possible object is - * {@link RisikoNatPersonType } - * - */ - public RisikoNatPersonType getRisikoNatPerson() { - return risikoNatPerson; - } - - /** - * Legt den Wert der risikoNatPerson-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link RisikoNatPersonType } - * - */ - public void setRisikoNatPerson(RisikoNatPersonType value) { - this.risikoNatPerson = value; - } - - /** - * Ruft den Wert der risikoSonstPerson-Eigenschaft ab. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getRisikoSonstPerson() { - return risikoSonstPerson; - } - - /** - * Legt den Wert der risikoSonstPerson-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setRisikoSonstPerson(Object value) { - this.risikoSonstPerson = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersichertesInteresseMitAttributMetadatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersichertesInteresseMitAttributMetadatenType.java deleted file mode 100644 index c5750c20..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersichertesInteresseMitAttributMetadatenType.java +++ /dev/null @@ -1,84 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.RisikoGebaeudeType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.RisikoHaushaltType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.VersichertesObjektSachPrivatType; - - -/** - * Abstrakter Obertyp für versicherte Interessen, unterstützt Attribut-Metadaten - * - *

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

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

- * <complexType name="VersichertesInteresseMitAttributMetadaten_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
- *       <sequence>
- *         <element name="AttributMetadaten" type="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VersichertesInteresseMitAttributMetadaten_Type", propOrder = { - "attributMetadaten" -}) -@XmlSeeAlso({ - VersichertesObjektSachPrivatType.class, - RisikoHaushaltType.class, - RisikoGebaeudeType.class, - VersichertePersonType.class, - VersicherteLiegenschaftType.class -}) -public abstract class VersichertesInteresseMitAttributMetadatenType - extends VersichertesInteresseType -{ - - @XmlElement(name = "AttributMetadaten") - protected List attributMetadaten; - - /** - * Gets the value of the attributMetadaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the attributMetadaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AttributMetadatenType } - * - * - */ - public List getAttributMetadaten() { - if (attributMetadaten == null) { - attributMetadaten = new ArrayList(); - } - return this.attributMetadaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersichertesInteresseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersichertesInteresseType.java deleted file mode 100644 index 965627d2..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersichertesInteresseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -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; - - -/** - * Abstrakter Obertyp für versicherte Interessen - * - *

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

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

- * <complexType name="VersichertesInteresse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="Lfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VersichertesInteresse_Type") -@XmlSeeAlso({ - FahrzeugType.class, - VersichertesInteresseMitAttributMetadatenType.class -}) -public abstract class VersichertesInteresseType { - - @XmlAttribute(name = "Lfnr", namespace = "urn:omds3CommonServiceTypes-1-1-0") - @XmlSchemaType(name = "unsignedShort") - protected Integer lfnr; - - /** - * Ruft den Wert der lfnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getLfnr() { - return lfnr; - } - - /** - * Legt den Wert der lfnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setLfnr(Integer value) { - this.lfnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersicherungssteuerType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersicherungssteuerType.java deleted file mode 100644 index 014104de..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VersicherungssteuerType.java +++ /dev/null @@ -1,121 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Stellt die Versicherungsteuer einer Prämie dar - * - *

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

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

- * <complexType name="Versicherungssteuer_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Versicherungssteuer" type="{urn:omds20}decimal"/>
- *         <element name="VersicherungssteuerArt" type="{urn:omds3CommonServiceTypes-1-1-0}VersicherungssteuerArt_Type"/>
- *         <element name="VersicherungssteuerSatz" type="{urn:omds20}decimal" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Versicherungssteuer_Type", propOrder = { - "versicherungssteuer", - "versicherungssteuerArt", - "versicherungssteuerSatz" -}) -public class VersicherungssteuerType { - - @XmlElement(name = "Versicherungssteuer", required = true) - protected BigDecimal versicherungssteuer; - @XmlElement(name = "VersicherungssteuerArt", required = true) - protected String versicherungssteuerArt; - @XmlElement(name = "VersicherungssteuerSatz") - protected BigDecimal versicherungssteuerSatz; - - /** - * Ruft den Wert der versicherungssteuer-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getVersicherungssteuer() { - return versicherungssteuer; - } - - /** - * Legt den Wert der versicherungssteuer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setVersicherungssteuer(BigDecimal value) { - this.versicherungssteuer = value; - } - - /** - * Ruft den Wert der versicherungssteuerArt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersicherungssteuerArt() { - return versicherungssteuerArt; - } - - /** - * Legt den Wert der versicherungssteuerArt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersicherungssteuerArt(String value) { - this.versicherungssteuerArt = value; - } - - /** - * Ruft den Wert der versicherungssteuerSatz-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getVersicherungssteuerSatz() { - return versicherungssteuerSatz; - } - - /** - * Legt den Wert der versicherungssteuerSatz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setVersicherungssteuerSatz(BigDecimal value) { - this.versicherungssteuerSatz = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VertragspersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VertragspersonType.java deleted file mode 100644 index bc52100b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VertragspersonType.java +++ /dev/null @@ -1,88 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.VtgRolleCdType; - - -/** - * Definiert Vertragspersonen als Referenz auf eine Person plus Vertragsrolle - * - *

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

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

- * <complexType name="Vertragsperson_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="LfdNr" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="Rolle" type="{urn:omds20}VtgRolleCd_Type"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Vertragsperson_Type", propOrder = { - "lfdNr", - "rolle" -}) -public class VertragspersonType { - - @XmlElement(name = "LfdNr") - @XmlSchemaType(name = "unsignedInt") - protected long lfdNr; - @XmlElement(name = "Rolle", required = true) - @XmlSchemaType(name = "string") - protected VtgRolleCdType rolle; - - /** - * Ruft den Wert der lfdNr-Eigenschaft ab. - * - */ - public long getLfdNr() { - return lfdNr; - } - - /** - * Legt den Wert der lfdNr-Eigenschaft fest. - * - */ - public void setLfdNr(long value) { - this.lfdNr = value; - } - - /** - * Ruft den Wert der rolle-Eigenschaft ab. - * - * @return - * possible object is - * {@link VtgRolleCdType } - * - */ - public VtgRolleCdType getRolle() { - return rolle; - } - - /** - * Legt den Wert der rolle-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VtgRolleCdType } - * - */ - public void setRolle(VtgRolleCdType value) { - this.rolle = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VinkularglaeubigerType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VinkularglaeubigerType.java deleted file mode 100644 index cd221134..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VinkularglaeubigerType.java +++ /dev/null @@ -1,176 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ zur Beschreibung einer Bank als Vinkulargläubiger - * - *

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

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

- * <complexType name="Vinkularglaeubiger_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Vertragsnummer">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="1"/>
- *               <maxLength value="32"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VinkularglaeubigerBank">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="2"/>
- *               <maxLength value="100"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VinkularglaeubigerPlz">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="4"/>
- *               <maxLength value="5"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="VinkularglaeubigerStrasse" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="3"/>
- *               <maxLength value="100"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Vinkularglaeubiger_Type", propOrder = { - "vertragsnummer", - "vinkularglaeubigerBank", - "vinkularglaeubigerPlz", - "vinkularglaeubigerStrasse" -}) -public class VinkularglaeubigerType { - - @XmlElement(name = "Vertragsnummer", required = true) - protected String vertragsnummer; - @XmlElement(name = "VinkularglaeubigerBank", required = true) - protected String vinkularglaeubigerBank; - @XmlElement(name = "VinkularglaeubigerPlz", required = true) - protected String vinkularglaeubigerPlz; - @XmlElement(name = "VinkularglaeubigerStrasse") - protected String vinkularglaeubigerStrasse; - - /** - * Ruft den Wert der vertragsnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVertragsnummer() { - return vertragsnummer; - } - - /** - * Legt den Wert der vertragsnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVertragsnummer(String value) { - this.vertragsnummer = value; - } - - /** - * Ruft den Wert der vinkularglaeubigerBank-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVinkularglaeubigerBank() { - return vinkularglaeubigerBank; - } - - /** - * Legt den Wert der vinkularglaeubigerBank-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVinkularglaeubigerBank(String value) { - this.vinkularglaeubigerBank = value; - } - - /** - * Ruft den Wert der vinkularglaeubigerPlz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVinkularglaeubigerPlz() { - return vinkularglaeubigerPlz; - } - - /** - * Legt den Wert der vinkularglaeubigerPlz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVinkularglaeubigerPlz(String value) { - this.vinkularglaeubigerPlz = value; - } - - /** - * Ruft den Wert der vinkularglaeubigerStrasse-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVinkularglaeubigerStrasse() { - return vinkularglaeubigerStrasse; - } - - /** - * Legt den Wert der vinkularglaeubigerStrasse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVinkularglaeubigerStrasse(String value) { - this.vinkularglaeubigerStrasse = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VinkulierungPersonenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VinkulierungPersonenType.java deleted file mode 100644 index 6dc77be7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VinkulierungPersonenType.java +++ /dev/null @@ -1,66 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Sicherstellung vom Typ Vinkulierung - * - *

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

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

- * <complexType name="VinkulierungPersonen_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Sicherstellung_Type">
- *       <sequence>
- *         <element name="Vinkularglaeubiger" type="{urn:omds3CommonServiceTypes-1-1-0}Vinkularglaeubiger_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VinkulierungPersonen_Type", propOrder = { - "vinkularglaeubiger" -}) -public class VinkulierungPersonenType - extends SicherstellungType -{ - - @XmlElement(name = "Vinkularglaeubiger", required = true) - protected VinkularglaeubigerType vinkularglaeubiger; - - /** - * Ruft den Wert der vinkularglaeubiger-Eigenschaft ab. - * - * @return - * possible object is - * {@link VinkularglaeubigerType } - * - */ - public VinkularglaeubigerType getVinkularglaeubiger() { - return vinkularglaeubiger; - } - - /** - * Legt den Wert der vinkularglaeubiger-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VinkularglaeubigerType } - * - */ - public void setVinkularglaeubiger(VinkularglaeubigerType value) { - this.vinkularglaeubiger = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VinkulierungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VinkulierungType.java deleted file mode 100644 index 829f1e3a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VinkulierungType.java +++ /dev/null @@ -1,65 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.PERSONType; - - -/** - * Type Vinkulierung - * - *

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

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

- * <complexType name="Vinkulierung_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{urn:omds20}PERSON"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Vinkulierung_Type", propOrder = { - "person" -}) -public class VinkulierungType { - - @XmlElement(name = "PERSON", namespace = "urn:omds20", required = true) - protected PERSONType person; - - /** - * Ruft den Wert der person-Eigenschaft ab. - * - * @return - * possible object is - * {@link PERSONType } - * - */ - public PERSONType getPERSON() { - return person; - } - - /** - * Legt den Wert der person-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PERSONType } - * - */ - public void setPERSON(PERSONType value) { - this.person = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VorversicherungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VorversicherungType.java deleted file mode 100644 index 1a1d08db..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VorversicherungType.java +++ /dev/null @@ -1,129 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Angaben zu einer Vorversicherung - * - *

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

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

- * <complexType name="Vorversicherung_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VorversicherungenDetail_Type">
- *       <sequence>
- *         <element name="VtgSparteCd" type="{urn:omds20}VtgSparteCd_Type" minOccurs="0"/>
- *         <element name="SpartenCd" type="{urn:omds20}SpartenCd_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Polizzennr" type="{urn:omds20}Polizzennr" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Vorversicherung_Type", propOrder = { - "vtgSparteCd", - "spartenCd", - "polizzennr" -}) -public class VorversicherungType - extends VorversicherungenDetailType -{ - - @XmlElement(name = "VtgSparteCd") - protected String vtgSparteCd; - @XmlElement(name = "SpartenCd") - protected List spartenCd; - @XmlElement(name = "Polizzennr") - protected String polizzennr; - - /** - * Ruft den Wert der vtgSparteCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVtgSparteCd() { - return vtgSparteCd; - } - - /** - * Legt den Wert der vtgSparteCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVtgSparteCd(String value) { - this.vtgSparteCd = value; - } - - /** - * Gets the value of the spartenCd property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the spartenCd property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getSpartenCd() { - if (spartenCd == null) { - spartenCd = new ArrayList(); - } - return this.spartenCd; - } - - /** - * Ruft den Wert der polizzennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolizzennr() { - return polizzennr; - } - - /** - * Legt den Wert der polizzennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolizzennr(String value) { - this.polizzennr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VorversicherungenDetailType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VorversicherungenDetailType.java deleted file mode 100644 index b1948b73..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VorversicherungenDetailType.java +++ /dev/null @@ -1,191 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Details zu einer Vorversicherung - * - *

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

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

- * <complexType name="VorversicherungenDetail_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="WurdenVorversicherungenAufgeloest" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="Aufloesungsgrund" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <enumeration value="aus Schaden"/>
- *               <enumeration value="durch einvernehmliche Kündigung"/>
- *               <enumeration value="durch Ablauf"/>
- *               <enumeration value="durch Besitzwechsel"/>
- *               <enumeration value="aus sonstigen Gründen"/>
- *               <enumeration value="zum Ablauf gekündigte Vorversicherung"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="AuslaendischeVersicherungsgesellschaft" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="Versicherungsgesellschaft" type="{urn:omds3CommonServiceTypes-1-1-0}Versicherungsgesellschaft_Type"/>
- *         <element name="ZusaetzlicheVorversicherungsdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheVorversicherungsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VorversicherungenDetail_Type", propOrder = { - "wurdenVorversicherungenAufgeloest", - "aufloesungsgrund", - "auslaendischeVersicherungsgesellschaft", - "versicherungsgesellschaft", - "zusaetzlicheVorversicherungsdaten" -}) -@XmlSeeAlso({ - VorversicherungType.class, - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.VorversicherungenKfzType.VorversicherungKfz.class -}) -public class VorversicherungenDetailType { - - @XmlElement(name = "WurdenVorversicherungenAufgeloest") - protected boolean wurdenVorversicherungenAufgeloest; - @XmlElement(name = "Aufloesungsgrund") - protected String aufloesungsgrund; - @XmlElement(name = "AuslaendischeVersicherungsgesellschaft") - protected Boolean auslaendischeVersicherungsgesellschaft; - @XmlElement(name = "Versicherungsgesellschaft", required = true) - protected String versicherungsgesellschaft; - @XmlElement(name = "ZusaetzlicheVorversicherungsdaten") - protected List zusaetzlicheVorversicherungsdaten; - - /** - * Ruft den Wert der wurdenVorversicherungenAufgeloest-Eigenschaft ab. - * - */ - public boolean isWurdenVorversicherungenAufgeloest() { - return wurdenVorversicherungenAufgeloest; - } - - /** - * Legt den Wert der wurdenVorversicherungenAufgeloest-Eigenschaft fest. - * - */ - public void setWurdenVorversicherungenAufgeloest(boolean value) { - this.wurdenVorversicherungenAufgeloest = value; - } - - /** - * Ruft den Wert der aufloesungsgrund-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAufloesungsgrund() { - return aufloesungsgrund; - } - - /** - * Legt den Wert der aufloesungsgrund-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAufloesungsgrund(String value) { - this.aufloesungsgrund = value; - } - - /** - * Ruft den Wert der auslaendischeVersicherungsgesellschaft-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isAuslaendischeVersicherungsgesellschaft() { - return auslaendischeVersicherungsgesellschaft; - } - - /** - * Legt den Wert der auslaendischeVersicherungsgesellschaft-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setAuslaendischeVersicherungsgesellschaft(Boolean value) { - this.auslaendischeVersicherungsgesellschaft = value; - } - - /** - * Ruft den Wert der versicherungsgesellschaft-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersicherungsgesellschaft() { - return versicherungsgesellschaft; - } - - /** - * Legt den Wert der versicherungsgesellschaft-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersicherungsgesellschaft(String value) { - this.versicherungsgesellschaft = value; - } - - /** - * Gets the value of the zusaetzlicheVorversicherungsdaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusaetzlicheVorversicherungsdaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheVorversicherungsdatenType } - * - * - */ - public List getZusaetzlicheVorversicherungsdaten() { - if (zusaetzlicheVorversicherungsdaten == null) { - zusaetzlicheVorversicherungsdaten = new ArrayList(); - } - return this.zusaetzlicheVorversicherungsdaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VorversicherungenImplType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VorversicherungenImplType.java deleted file mode 100644 index 2a45a95e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VorversicherungenImplType.java +++ /dev/null @@ -1,73 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Standardimplementierung Vorversicherungen - * - *

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

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

- * <complexType name="VorversicherungenImpl_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Vorversicherungen_Type">
- *       <sequence>
- *         <element name="Vorversicherungen" type="{urn:omds3CommonServiceTypes-1-1-0}Vorversicherung_Type" maxOccurs="unbounded"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VorversicherungenImpl_Type", propOrder = { - "vorversicherungen" -}) -public class VorversicherungenImplType - extends VorversicherungenType -{ - - @XmlElement(name = "Vorversicherungen", required = true) - protected List vorversicherungen; - - /** - * Gets the value of the vorversicherungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the vorversicherungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link VorversicherungType } - * - * - */ - public List getVorversicherungen() { - if (vorversicherungen == null) { - vorversicherungen = new ArrayList(); - } - return this.vorversicherungen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VorversicherungenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VorversicherungenType.java deleted file mode 100644 index 051255e1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/VorversicherungenType.java +++ /dev/null @@ -1,38 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.VorversicherungenKfzType; - - -/** - * Abstrakter Typ zur Beschreibung der Vorversicherungen - * - *

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

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

- * <complexType name="Vorversicherungen_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Vorversicherungen_Type") -@XmlSeeAlso({ - VorversicherungenImplType.class, - VorversicherungenKfzType.class -}) -public abstract class VorversicherungenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZahlungsdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZahlungsdatenType.java deleted file mode 100644 index c931b06a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZahlungsdatenType.java +++ /dev/null @@ -1,148 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Beschreibt die Zahlungsdaten in Antragsservices - * - *

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

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

- * <complexType name="Zahlungsdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Zahlungsart" type="{urn:omds20}ZahlWegCd_Type"/>
- *         <element name="Kontonummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="BIC" type="{urn:omds3CommonServiceTypes-1-1-0}BIC_Type" minOccurs="0"/>
- *         <element name="Beschreibung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Zahlungsdaten_Type", propOrder = { - "zahlungsart", - "kontonummer", - "bic", - "beschreibung" -}) -public class ZahlungsdatenType { - - @XmlElement(name = "Zahlungsart", required = true) - protected String zahlungsart; - @XmlElement(name = "Kontonummer") - protected String kontonummer; - @XmlElement(name = "BIC") - protected String bic; - @XmlElement(name = "Beschreibung") - protected String beschreibung; - - /** - * Ruft den Wert der zahlungsart-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZahlungsart() { - return zahlungsart; - } - - /** - * Legt den Wert der zahlungsart-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZahlungsart(String value) { - this.zahlungsart = value; - } - - /** - * Ruft den Wert der kontonummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKontonummer() { - return kontonummer; - } - - /** - * Legt den Wert der kontonummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKontonummer(String value) { - this.kontonummer = value; - } - - /** - * Ruft den Wert der bic-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBIC() { - return bic; - } - - /** - * Legt den Wert der bic-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBIC(String value) { - this.bic = value; - } - - /** - * Ruft den Wert der beschreibung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibung() { - return beschreibung; - } - - /** - * Legt den Wert der beschreibung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibung(String value) { - this.beschreibung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZahlwegImplType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZahlwegImplType.java deleted file mode 100644 index 6543a3e7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZahlwegImplType.java +++ /dev/null @@ -1,210 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ Zahlweg - * - *

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

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

- * <complexType name="ZahlwegImpl_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Zahlweg_Type">
- *       <choice>
- *         <element name="Zahlungsanweisung" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
- *         <element name="Lastschrift" type="{urn:omds3CommonServiceTypes-1-1-0}Bankverbindung_Type"/>
- *         <element name="Kundenkonto">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <attribute name="Kundenkontonummer" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *         <element name="Kreditkarte" type="{urn:omds3CommonServiceTypes-1-1-0}Kreditkarte_Type"/>
- *       </choice>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZahlwegImpl_Type", propOrder = { - "zahlungsanweisung", - "lastschrift", - "kundenkonto", - "kreditkarte" -}) -public class ZahlwegImplType - extends ZahlwegType -{ - - @XmlElement(name = "Zahlungsanweisung") - protected Object zahlungsanweisung; - @XmlElement(name = "Lastschrift") - protected BankverbindungType lastschrift; - @XmlElement(name = "Kundenkonto") - protected ZahlwegImplType.Kundenkonto kundenkonto; - @XmlElement(name = "Kreditkarte") - protected KreditkarteType kreditkarte; - - /** - * Ruft den Wert der zahlungsanweisung-Eigenschaft ab. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getZahlungsanweisung() { - return zahlungsanweisung; - } - - /** - * Legt den Wert der zahlungsanweisung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setZahlungsanweisung(Object value) { - this.zahlungsanweisung = value; - } - - /** - * Ruft den Wert der lastschrift-Eigenschaft ab. - * - * @return - * possible object is - * {@link BankverbindungType } - * - */ - public BankverbindungType getLastschrift() { - return lastschrift; - } - - /** - * Legt den Wert der lastschrift-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BankverbindungType } - * - */ - public void setLastschrift(BankverbindungType value) { - this.lastschrift = value; - } - - /** - * Ruft den Wert der kundenkonto-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZahlwegImplType.Kundenkonto } - * - */ - public ZahlwegImplType.Kundenkonto getKundenkonto() { - return kundenkonto; - } - - /** - * Legt den Wert der kundenkonto-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZahlwegImplType.Kundenkonto } - * - */ - public void setKundenkonto(ZahlwegImplType.Kundenkonto value) { - this.kundenkonto = value; - } - - /** - * Ruft den Wert der kreditkarte-Eigenschaft ab. - * - * @return - * possible object is - * {@link KreditkarteType } - * - */ - public KreditkarteType getKreditkarte() { - return kreditkarte; - } - - /** - * Legt den Wert der kreditkarte-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link KreditkarteType } - * - */ - public void setKreditkarte(KreditkarteType value) { - this.kreditkarte = value; - } - - - /** - *

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

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

-     * <complexType>
-     *   <complexContent>
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
-     *       <attribute name="Kundenkontonummer" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "") - public static class Kundenkonto { - - @XmlAttribute(name = "Kundenkontonummer", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true) - protected String kundenkontonummer; - - /** - * Ruft den Wert der kundenkontonummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKundenkontonummer() { - return kundenkontonummer; - } - - /** - * Legt den Wert der kundenkontonummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKundenkontonummer(String value) { - this.kundenkontonummer = value; - } - - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZahlwegType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZahlwegType.java deleted file mode 100644 index eba003d4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZahlwegType.java +++ /dev/null @@ -1,36 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ Zahlweg - * - *

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

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

- * <complexType name="Zahlweg_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Zahlweg_Type") -@XmlSeeAlso({ - ZahlwegImplType.class -}) -public abstract class ZahlwegType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZeitraumType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZeitraumType.java deleted file mode 100644 index 1cb7e66c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZeitraumType.java +++ /dev/null @@ -1,88 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -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; - - -/** - * Ein Zeitraum mit Beginn und Ende Datum - * - *

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

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

- * <complexType name="Zeitraum_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="ZRBeg" type="{urn:omds20}Datum" />
- *       <attribute name="ZREnd" type="{urn:omds20}Datum" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Zeitraum_Type") -public class ZeitraumType { - - @XmlAttribute(name = "ZRBeg", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected XMLGregorianCalendar zrBeg; - @XmlAttribute(name = "ZREnd", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected XMLGregorianCalendar zrEnd; - - /** - * Ruft den Wert der zrBeg-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getZRBeg() { - return zrBeg; - } - - /** - * Legt den Wert der zrBeg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setZRBeg(XMLGregorianCalendar value) { - this.zrBeg = value; - } - - /** - * Ruft den Wert der zrEnd-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getZREnd() { - return zrEnd; - } - - /** - * Legt den Wert der zrEnd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setZREnd(XMLGregorianCalendar value) { - this.zrEnd = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZulassungsdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZulassungsdatenType.java deleted file mode 100644 index 6ef27eb0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZulassungsdatenType.java +++ /dev/null @@ -1,120 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für Zulassungsdaten - * - *

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

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

- * <complexType name="Zulassungsdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VBNummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Kennzeichen" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Fahrgestellnummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Zulassungsdaten_Type", propOrder = { - "vbNummer", - "kennzeichen", - "fahrgestellnummer" -}) -public class ZulassungsdatenType { - - @XmlElement(name = "VBNummer") - protected String vbNummer; - @XmlElement(name = "Kennzeichen") - protected String kennzeichen; - @XmlElement(name = "Fahrgestellnummer") - protected String fahrgestellnummer; - - /** - * Ruft den Wert der vbNummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVBNummer() { - return vbNummer; - } - - /** - * Legt den Wert der vbNummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVBNummer(String value) { - this.vbNummer = value; - } - - /** - * Ruft den Wert der kennzeichen-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKennzeichen() { - return kennzeichen; - } - - /** - * Legt den Wert der kennzeichen-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKennzeichen(String value) { - this.kennzeichen = value; - } - - /** - * Ruft den Wert der fahrgestellnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFahrgestellnummer() { - return fahrgestellnummer; - } - - /** - * Legt den Wert der fahrgestellnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFahrgestellnummer(String value) { - this.fahrgestellnummer = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheElementarproduktdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheElementarproduktdatenType.java deleted file mode 100644 index a8e0ec0b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheElementarproduktdatenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * VU-spezifische Erweiterungsmöglichkeit auf Ebene Elementarprodukt - * - *

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

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

- * <complexType name="ZusaetzlicheElementarproduktdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheElementarproduktdaten_Type") -public abstract class ZusaetzlicheElementarproduktdatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheFondsdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheFondsdatenType.java deleted file mode 100644 index e4e1363f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheFondsdatenType.java +++ /dev/null @@ -1,30 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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

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

- * <complexType name="ZusaetzlicheFondsdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheFondsdaten_Type") -public abstract class ZusaetzlicheFondsdatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheProduktdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheProduktdatenType.java deleted file mode 100644 index 5135dec9..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheProduktdatenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * VU-spezifische Erweiterungsmöglichkeit auf Ebene Produkt - * - *

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

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

- * <complexType name="ZusaetzlicheProduktdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheProduktdaten_Type") -public abstract class ZusaetzlicheProduktdatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheRisikodatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheRisikodatenType.java deleted file mode 100644 index 9ea0ceb4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheRisikodatenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * VU-spezifische Erweiterungsmöglichkeit für Personendaten - * - *

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

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

- * <complexType name="ZusaetzlicheRisikodaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheRisikodaten_Type") -public abstract class ZusaetzlicheRisikodatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheVerkaufproduktdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheVerkaufproduktdatenType.java deleted file mode 100644 index 22696adc..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheVerkaufproduktdatenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * VU-spezifische Erweiterungsmöglichkeit auf Ebene Verkaufsprodukt - * - *

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

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

- * <complexType name="ZusaetzlicheVerkaufproduktdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheVerkaufproduktdaten_Type") -public abstract class ZusaetzlicheVerkaufproduktdatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheVorversicherungsdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheVorversicherungsdatenType.java deleted file mode 100644 index 0fdb9abd..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheVorversicherungsdatenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * VU-spezifische Erweiterungsmöglichkeit für Vorversicherungsdaten - * - *

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

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

- * <complexType name="ZusaetzlicheVorversicherungsdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheVorversicherungsdaten_Type") -public abstract class ZusaetzlicheVorversicherungsdatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheZusatzproduktdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheZusatzproduktdatenType.java deleted file mode 100644 index 222f5479..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusaetzlicheZusatzproduktdatenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * VU-spezifische Erweiterungsmöglichkeit auf Ebene Zusatzprodukt - * - *

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

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

- * <complexType name="ZusaetzlicheZusatzproduktdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheZusatzproduktdaten_Type") -public abstract class ZusaetzlicheZusatzproduktdatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusatzproduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusatzproduktGenerischType.java deleted file mode 100644 index e47a9d19..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusatzproduktGenerischType.java +++ /dev/null @@ -1,183 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.ZusatzversicherungLebenType; - - -/** - * Basistyp für ein Zusatzprodukt, 2. Generation - * - *

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

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

- * <complexType name="ZusatzproduktGenerisch_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Zusatzprodukt_Type">
- *       <sequence>
- *         <element name="Eingeschlossen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="EinschlussAenderbar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="AttributMetadaten" type="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="BeschreibungTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Versicherungssumme" type="{urn:omds20}decimal14_2" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusatzproduktGenerisch_Type", propOrder = { - "eingeschlossen", - "einschlussAenderbar", - "attributMetadaten", - "beschreibungTxt", - "versicherungssumme" -}) -@XmlSeeAlso({ - ZusatzversicherungLebenType.class -}) -public class ZusatzproduktGenerischType - extends ZusatzproduktType -{ - - @XmlElement(name = "Eingeschlossen") - protected boolean eingeschlossen; - @XmlElement(name = "EinschlussAenderbar") - protected Boolean einschlussAenderbar; - @XmlElement(name = "AttributMetadaten") - protected List attributMetadaten; - @XmlElement(name = "BeschreibungTxt") - protected String beschreibungTxt; - @XmlElement(name = "Versicherungssumme") - protected BigDecimal versicherungssumme; - - /** - * Ruft den Wert der eingeschlossen-Eigenschaft ab. - * - */ - public boolean isEingeschlossen() { - return eingeschlossen; - } - - /** - * Legt den Wert der eingeschlossen-Eigenschaft fest. - * - */ - public void setEingeschlossen(boolean value) { - this.eingeschlossen = value; - } - - /** - * Ruft den Wert der einschlussAenderbar-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isEinschlussAenderbar() { - return einschlussAenderbar; - } - - /** - * Legt den Wert der einschlussAenderbar-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setEinschlussAenderbar(Boolean value) { - this.einschlussAenderbar = value; - } - - /** - * Gets the value of the attributMetadaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the attributMetadaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AttributMetadatenType } - * - * - */ - public List getAttributMetadaten() { - if (attributMetadaten == null) { - attributMetadaten = new ArrayList(); - } - return this.attributMetadaten; - } - - /** - * Ruft den Wert der beschreibungTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibungTxt() { - return beschreibungTxt; - } - - /** - * Legt den Wert der beschreibungTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibungTxt(String value) { - this.beschreibungTxt = value; - } - - /** - * Ruft den Wert der versicherungssumme-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getVersicherungssumme() { - return versicherungssumme; - } - - /** - * Legt den Wert der versicherungssumme-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setVersicherungssumme(BigDecimal value) { - this.versicherungssumme = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusatzproduktType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusatzproduktType.java deleted file mode 100644 index 88507cd0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/ZusatzproduktType.java +++ /dev/null @@ -1,108 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Basistyp für ein Zusatzprodukt - * - *

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

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

- * <complexType name="Zusatzprodukt_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produktbaustein_Type">
- *       <sequence>
- *         <element name="VtgBeg" type="{urn:omds20}Datum" minOccurs="0"/>
- *         <element name="ZusaetzlicheZusatzproduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheZusatzproduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Zusatzprodukt_Type", propOrder = { - "vtgBeg", - "zusaetzlicheZusatzproduktdaten" -}) -@XmlSeeAlso({ - ZusatzproduktGenerischType.class -}) -public abstract class ZusatzproduktType - extends ProduktbausteinType -{ - - @XmlElement(name = "VtgBeg") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar vtgBeg; - @XmlElement(name = "ZusaetzlicheZusatzproduktdaten") - protected List zusaetzlicheZusatzproduktdaten; - - /** - * Ruft den Wert der vtgBeg-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getVtgBeg() { - return vtgBeg; - } - - /** - * Legt den Wert der vtgBeg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setVtgBeg(XMLGregorianCalendar value) { - this.vtgBeg = value; - } - - /** - * Gets the value of the zusaetzlicheZusatzproduktdaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusaetzlicheZusatzproduktdaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheZusatzproduktdatenType } - * - * - */ - public List getZusaetzlicheZusatzproduktdaten() { - if (zusaetzlicheZusatzproduktdaten == null) { - zusaetzlicheZusatzproduktdaten = new ArrayList(); - } - return this.zusaetzlicheZusatzproduktdaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/package-info.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/package-info.java deleted file mode 100644 index 928708c9..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/common/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "urn:omds3CommonServiceTypes-1-1-0", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.vvo.omds.types.omds3Types.r1_7_0.common; diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/AbstractStateChangeEventType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/AbstractStateChangeEventType.java deleted file mode 100644 index 3dd95b8d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/AbstractStateChangeEventType.java +++ /dev/null @@ -1,36 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstraktes Event einer Statusänderung - * - *

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

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

- * <complexType name="AbstractStateChangeEvent_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AbstractStateChangeEvent_Type") -@XmlSeeAlso({ - StateChangeEventType.class -}) -public abstract class AbstractStateChangeEventType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/AbstractStatusGeschaeftsfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/AbstractStatusGeschaeftsfallType.java deleted file mode 100644 index a6152570..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/AbstractStatusGeschaeftsfallType.java +++ /dev/null @@ -1,36 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Status eines Geschaeftsfalls - * - *

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

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

- * <complexType name="AbstractStatusGeschaeftsfall_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AbstractStatusGeschaeftsfall_Type") -@XmlSeeAlso({ - StatusAntragsGeschaeftsfall.class -}) -public abstract class AbstractStatusGeschaeftsfallType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/AddDocToBusinessCaseRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/AddDocToBusinessCaseRequestType.java deleted file mode 100644 index 13f31ea1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/AddDocToBusinessCaseRequestType.java +++ /dev/null @@ -1,122 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.UploadDokumentType; - - -/** - * Typ des Requestobjekts, um Dokument zu Geschäftsfall hinzuzufügen - * - *

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

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

- * <complexType name="AddDocToBusinessCaseRequest_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr"/>
- *         <element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
- *         <element name="Dokument" type="{urn:omds3CommonServiceTypes-1-1-0}Upload_Dokument_Type"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AddDocToBusinessCaseRequest_Type", propOrder = { - "vuNr", - "geschaeftsfallnummer", - "dokument" -}) -public class AddDocToBusinessCaseRequestType { - - @XmlElement(name = "VUNr", required = true) - protected String vuNr; - @XmlElement(name = "Geschaeftsfallnummer", required = true) - protected ObjektIdType geschaeftsfallnummer; - @XmlElement(name = "Dokument", required = true) - protected UploadDokumentType dokument; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der geschaeftsfallnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getGeschaeftsfallnummer() { - return geschaeftsfallnummer; - } - - /** - * Legt den Wert der geschaeftsfallnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setGeschaeftsfallnummer(ObjektIdType value) { - this.geschaeftsfallnummer = value; - } - - /** - * Ruft den Wert der dokument-Eigenschaft ab. - * - * @return - * possible object is - * {@link UploadDokumentType } - * - */ - public UploadDokumentType getDokument() { - return dokument; - } - - /** - * Legt den Wert der dokument-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link UploadDokumentType } - * - */ - public void setDokument(UploadDokumentType value) { - this.dokument = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/AddDocToBusinessCaseResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/AddDocToBusinessCaseResponseType.java deleted file mode 100644 index 4fdeb234..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/AddDocToBusinessCaseResponseType.java +++ /dev/null @@ -1,79 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.DokumentenReferenzType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - * Response von der VU, wenn ein zusätzliches Dokument übergeben wurde - * - *

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

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

- * <complexType name="AddDocToBusinessCaseResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <choice maxOccurs="unbounded">
- *         <element name="DocRef" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type"/>
- *         <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded"/>
- *       </choice>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AddDocToBusinessCaseResponse_Type", propOrder = { - "docRefOrServiceFault" -}) -public class AddDocToBusinessCaseResponseType { - - @XmlElements({ - @XmlElement(name = "DocRef", type = DokumentenReferenzType.class), - @XmlElement(name = "ServiceFault", type = ServiceFault.class) - }) - protected List docRefOrServiceFault; - - /** - * Gets the value of the docRefOrServiceFault property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the docRefOrServiceFault property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link DokumentenReferenzType } - * {@link ServiceFault } - * - * - */ - public List getDocRefOrServiceFault() { - if (docRefOrServiceFault == null) { - docRefOrServiceFault = new ArrayList(); - } - return this.docRefOrServiceFault; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/CreateFormRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/CreateFormRequest.java deleted file mode 100644 index 10b2d4a5..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/CreateFormRequest.java +++ /dev/null @@ -1,102 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonProcessRequestType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessRequest_Type">
- *       <sequence>
- *         <element name="FormType" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Kontext" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "formType", - "kontext" -}) -@XmlRootElement(name = "CreateFormRequest") -public class CreateFormRequest - extends CommonProcessRequestType -{ - - @XmlElement(name = "FormType", required = true) - protected String formType; - @XmlElement(name = "Kontext") - protected List kontext; - - /** - * Ruft den Wert der formType-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFormType() { - return formType; - } - - /** - * Legt den Wert der formType-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFormType(String value) { - this.formType = value; - } - - /** - * Gets the value of the kontext property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the kontext property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getKontext() { - if (kontext == null) { - kontext = new ArrayList(); - } - return this.kontext; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/CreateFormResponse.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/CreateFormResponse.java deleted file mode 100644 index fb5baa88..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/CreateFormResponse.java +++ /dev/null @@ -1,68 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonProcessResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.Formular; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessResponse_Type">
- *       <sequence>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}Formular"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "formular" -}) -@XmlRootElement(name = "CreateFormResponse") -public class CreateFormResponse - extends CommonProcessResponseType -{ - - @XmlElement(name = "Formular", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true) - protected Formular formular; - - /** - * Ruft den Wert der formular-Eigenschaft ab. - * - * @return - * possible object is - * {@link Formular } - * - */ - public Formular getFormular() { - return formular; - } - - /** - * Legt den Wert der formular-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Formular } - * - */ - public void setFormular(Formular value) { - this.formular = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/CredentialsType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/CredentialsType.java deleted file mode 100644 index be44d153..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/CredentialsType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Ein abstrakter Typ, dessen konkrete Implementierungen unterschiedliche Credentials aufnehmen können. - * - *

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

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

- * <complexType name="Credentials_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Credentials_Type") -public abstract class CredentialsType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DeclareEndpointRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DeclareEndpointRequestType.java deleted file mode 100644 index 93e76e0d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DeclareEndpointRequestType.java +++ /dev/null @@ -1,183 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter; - - -/** - * Typ für den DeclareEndpointRequest - * - *

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

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

- * <complexType name="DeclareEndpointRequest_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr"/>
- *         <element name="BasisUrlEndpoint">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="1000"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}ArtAuthentifizierung"/>
- *         <element name="Credentials" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}Credentials_Type"/>
- *         <element name="AuthorizationFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DeclareEndpointRequest_Type", propOrder = { - "vuNr", - "basisUrlEndpoint", - "artAuthentifizierung", - "credentials", - "authorizationFilter" -}) -public class DeclareEndpointRequestType { - - @XmlElement(name = "VUNr", required = true) - protected String vuNr; - @XmlElement(name = "BasisUrlEndpoint", required = true) - protected String basisUrlEndpoint; - @XmlElement(name = "ArtAuthentifizierung", required = true) - protected String artAuthentifizierung; - @XmlElement(name = "Credentials", required = true) - protected CredentialsType credentials; - @XmlElement(name = "AuthorizationFilter") - protected AuthorizationFilter authorizationFilter; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der basisUrlEndpoint-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBasisUrlEndpoint() { - return basisUrlEndpoint; - } - - /** - * Legt den Wert der basisUrlEndpoint-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBasisUrlEndpoint(String value) { - this.basisUrlEndpoint = value; - } - - /** - * Ruft den Wert der artAuthentifizierung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getArtAuthentifizierung() { - return artAuthentifizierung; - } - - /** - * Legt den Wert der artAuthentifizierung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setArtAuthentifizierung(String value) { - this.artAuthentifizierung = value; - } - - /** - * Ruft den Wert der credentials-Eigenschaft ab. - * - * @return - * possible object is - * {@link CredentialsType } - * - */ - public CredentialsType getCredentials() { - return credentials; - } - - /** - * Legt den Wert der credentials-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link CredentialsType } - * - */ - public void setCredentials(CredentialsType value) { - this.credentials = value; - } - - /** - * Ruft den Wert der authorizationFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthorizationFilter() { - return authorizationFilter; - } - - /** - * Legt den Wert der authorizationFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthorizationFilter(AuthorizationFilter value) { - this.authorizationFilter = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DeclareEndpointResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DeclareEndpointResponseType.java deleted file mode 100644 index 34564acb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DeclareEndpointResponseType.java +++ /dev/null @@ -1,99 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - * Response um als Makler der VU einen Endpoint bekannt zu geben - * - *

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

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

- * <complexType name="DeclareEndpointResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="RegistrierteBasisUrlMaklerEndpoint" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="1000"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DeclareEndpointResponse_Type", propOrder = { - "registrierteBasisUrlMaklerEndpoint", - "serviceFault" -}) -public class DeclareEndpointResponseType { - - @XmlElement(name = "RegistrierteBasisUrlMaklerEndpoint") - protected String registrierteBasisUrlMaklerEndpoint; - @XmlElement(name = "ServiceFault") - protected ServiceFault serviceFault; - - /** - * Ruft den Wert der registrierteBasisUrlMaklerEndpoint-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRegistrierteBasisUrlMaklerEndpoint() { - return registrierteBasisUrlMaklerEndpoint; - } - - /** - * Legt den Wert der registrierteBasisUrlMaklerEndpoint-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRegistrierteBasisUrlMaklerEndpoint(String value) { - this.registrierteBasisUrlMaklerEndpoint = value; - } - - /** - * Ruft den Wert der serviceFault-Eigenschaft ab. - * - * @return - * possible object is - * {@link ServiceFault } - * - */ - public ServiceFault getServiceFault() { - return serviceFault; - } - - /** - * Legt den Wert der serviceFault-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ServiceFault } - * - */ - public void setServiceFault(ServiceFault value) { - this.serviceFault = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DeclareStateChangesRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DeclareStateChangesRequestType.java deleted file mode 100644 index bef97b8e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DeclareStateChangesRequestType.java +++ /dev/null @@ -1,71 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ fuer die Bekanntgabe von Statusänderungen - * - *

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

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

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

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the stateChange property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AbstractStateChangeEventType } - * - * - */ - public List getStateChange() { - if (stateChange == null) { - stateChange = new ArrayList(); - } - return this.stateChange; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DeclareStateChangesResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DeclareStateChangesResponseType.java deleted file mode 100644 index 483616e1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DeclareStateChangesResponseType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ fuer die Annahme von Statusänderungen - * - *

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

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

- * <complexType name="DeclareStateChangesResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DeclareStateChangesResponse_Type") -public class DeclareStateChangesResponseType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DocumentInfosResponseResultType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DocumentInfosResponseResultType.java deleted file mode 100644 index 647e74d4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/DocumentInfosResponseResultType.java +++ /dev/null @@ -1,165 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.DokumentenReferenzType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ZeitraumType; - - -/** - * Informationen zu einem Dokument - * - *

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

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

- * <complexType name="DocumentInfosResponseResult_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="ActualOffset" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="ActualMaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="TotalResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="DokumentInfos" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DocumentInfosResponseResult_Type", propOrder = { - "actualOffset", - "actualMaxResults", - "totalResults", - "dokumentInfos", - "zeitraum" -}) -public class DocumentInfosResponseResultType { - - @XmlElement(name = "ActualOffset") - @XmlSchemaType(name = "unsignedInt") - protected long actualOffset; - @XmlElement(name = "ActualMaxResults") - @XmlSchemaType(name = "unsignedInt") - protected long actualMaxResults; - @XmlElement(name = "TotalResults") - @XmlSchemaType(name = "unsignedInt") - protected long totalResults; - @XmlElement(name = "DokumentInfos") - protected List dokumentInfos; - @XmlElement(name = "Zeitraum", required = true) - protected ZeitraumType zeitraum; - - /** - * Ruft den Wert der actualOffset-Eigenschaft ab. - * - */ - public long getActualOffset() { - return actualOffset; - } - - /** - * Legt den Wert der actualOffset-Eigenschaft fest. - * - */ - public void setActualOffset(long value) { - this.actualOffset = value; - } - - /** - * Ruft den Wert der actualMaxResults-Eigenschaft ab. - * - */ - public long getActualMaxResults() { - return actualMaxResults; - } - - /** - * Legt den Wert der actualMaxResults-Eigenschaft fest. - * - */ - public void setActualMaxResults(long value) { - this.actualMaxResults = value; - } - - /** - * Ruft den Wert der totalResults-Eigenschaft ab. - * - */ - public long getTotalResults() { - return totalResults; - } - - /** - * Legt den Wert der totalResults-Eigenschaft fest. - * - */ - public void setTotalResults(long value) { - this.totalResults = value; - } - - /** - * Gets the value of the dokumentInfos property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the dokumentInfos property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link DokumentenReferenzType } - * - * - */ - public List getDokumentInfos() { - if (dokumentInfos == null) { - dokumentInfos = new ArrayList(); - } - return this.dokumentInfos; - } - - /** - * Ruft den Wert der zeitraum-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZeitraumType } - * - */ - public ZeitraumType getZeitraum() { - return zeitraum; - } - - /** - * Legt den Wert der zeitraum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZeitraumType } - * - */ - public void setZeitraum(ZeitraumType value) { - this.zeitraum = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetDocumentsOfObjectRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetDocumentsOfObjectRequestType.java deleted file mode 100644 index 120fb59d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetDocumentsOfObjectRequestType.java +++ /dev/null @@ -1,272 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektSpezifikationType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ZeitraumType; - - -/** - * Typ mit Elementen fuer die Anfrage nach Dokumenten zu einem fachlichen Objekt - * - *

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

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

- * <complexType name="GetDocumentsOfObjectRequest_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr"/>
- *         <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *         <element name="ObjektSpezifikation" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type"/>
- *         <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type" minOccurs="0"/>
- *         <element name="DokumentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType" minOccurs="0"/>
- *         <element name="MaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *         <element name="Offset" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *         <element name="OrderBy" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <enumeration value="Erstellungsdatum aufsteigend"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetDocumentsOfObjectRequest_Type", propOrder = { - "vuNr", - "authFilter", - "objektSpezifikation", - "zeitraum", - "dokumentType", - "maxResults", - "offset", - "orderBy" -}) -public class GetDocumentsOfObjectRequestType { - - @XmlElement(name = "VUNr", required = true) - protected String vuNr; - @XmlElement(name = "AuthFilter") - protected AuthorizationFilter authFilter; - @XmlElement(name = "ObjektSpezifikation", required = true) - protected ObjektSpezifikationType objektSpezifikation; - @XmlElement(name = "Zeitraum") - protected ZeitraumType zeitraum; - @XmlElement(name = "DokumentType") - protected Integer dokumentType; - @XmlElement(name = "MaxResults") - @XmlSchemaType(name = "unsignedShort") - protected Integer maxResults; - @XmlElement(name = "Offset") - @XmlSchemaType(name = "unsignedShort") - protected Integer offset; - @XmlElement(name = "OrderBy") - protected String orderBy; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der authFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthFilter() { - return authFilter; - } - - /** - * Legt den Wert der authFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthFilter(AuthorizationFilter value) { - this.authFilter = value; - } - - /** - * Ruft den Wert der objektSpezifikation-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektSpezifikationType } - * - */ - public ObjektSpezifikationType getObjektSpezifikation() { - return objektSpezifikation; - } - - /** - * Legt den Wert der objektSpezifikation-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektSpezifikationType } - * - */ - public void setObjektSpezifikation(ObjektSpezifikationType value) { - this.objektSpezifikation = value; - } - - /** - * Ruft den Wert der zeitraum-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZeitraumType } - * - */ - public ZeitraumType getZeitraum() { - return zeitraum; - } - - /** - * Legt den Wert der zeitraum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZeitraumType } - * - */ - public void setZeitraum(ZeitraumType value) { - this.zeitraum = value; - } - - /** - * Ruft den Wert der dokumentType-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getDokumentType() { - return dokumentType; - } - - /** - * Legt den Wert der dokumentType-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setDokumentType(Integer value) { - this.dokumentType = value; - } - - /** - * Ruft den Wert der maxResults-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMaxResults() { - return maxResults; - } - - /** - * Legt den Wert der maxResults-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMaxResults(Integer value) { - this.maxResults = value; - } - - /** - * Ruft den Wert der offset-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getOffset() { - return offset; - } - - /** - * Legt den Wert der offset-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setOffset(Integer value) { - this.offset = value; - } - - /** - * Ruft den Wert der orderBy-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrderBy() { - return orderBy; - } - - /** - * Legt den Wert der orderBy-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrderBy(String value) { - this.orderBy = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetDocumentsOfObjectResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetDocumentsOfObjectResponseType.java deleted file mode 100644 index 510e40a1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetDocumentsOfObjectResponseType.java +++ /dev/null @@ -1,100 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - * Typ mit Informationen zu den Dokumenten eines fachlichen Objekts. - * - *

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

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

- * <complexType name="GetDocumentsOfObjectResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <choice>
- *         <element name="Result" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}DocumentInfosResponseResult_Type"/>
- *         <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded"/>
- *       </choice>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetDocumentsOfObjectResponse_Type", propOrder = { - "result", - "serviceFault" -}) -public class GetDocumentsOfObjectResponseType { - - @XmlElement(name = "Result") - protected DocumentInfosResponseResultType result; - @XmlElement(name = "ServiceFault") - protected List serviceFault; - - /** - * Ruft den Wert der result-Eigenschaft ab. - * - * @return - * possible object is - * {@link DocumentInfosResponseResultType } - * - */ - public DocumentInfosResponseResultType getResult() { - return result; - } - - /** - * Legt den Wert der result-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DocumentInfosResponseResultType } - * - */ - public void setResult(DocumentInfosResponseResultType value) { - this.result = value; - } - - /** - * Gets the value of the serviceFault property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the serviceFault property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ServiceFault } - * - * - */ - public List getServiceFault() { - if (serviceFault == null) { - serviceFault = new ArrayList(); - } - return this.serviceFault; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetDocumentsOfPeriodRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetDocumentsOfPeriodRequestType.java deleted file mode 100644 index 2b50d004..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetDocumentsOfPeriodRequestType.java +++ /dev/null @@ -1,272 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektSpezifikationType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ZeitraumType; - - -/** - * Typ mit Elementen fuer die Anfrage nach Dokumenten eines Zeitraums - * - *

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

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

- * <complexType name="GetDocumentsOfPeriodRequest_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr"/>
- *         <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *         <element name="ObjektSpezifikation" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type" minOccurs="0"/>
- *         <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type"/>
- *         <element name="DokumentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType" minOccurs="0"/>
- *         <element name="MaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *         <element name="Offset" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *         <element name="OrderBy" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <enumeration value="Erstellungsdatum aufsteigend"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetDocumentsOfPeriodRequest_Type", propOrder = { - "vuNr", - "authFilter", - "objektSpezifikation", - "zeitraum", - "dokumentType", - "maxResults", - "offset", - "orderBy" -}) -public class GetDocumentsOfPeriodRequestType { - - @XmlElement(name = "VUNr", required = true) - protected String vuNr; - @XmlElement(name = "AuthFilter") - protected AuthorizationFilter authFilter; - @XmlElement(name = "ObjektSpezifikation") - protected ObjektSpezifikationType objektSpezifikation; - @XmlElement(name = "Zeitraum", required = true) - protected ZeitraumType zeitraum; - @XmlElement(name = "DokumentType") - protected Integer dokumentType; - @XmlElement(name = "MaxResults") - @XmlSchemaType(name = "unsignedShort") - protected Integer maxResults; - @XmlElement(name = "Offset") - @XmlSchemaType(name = "unsignedShort") - protected Integer offset; - @XmlElement(name = "OrderBy") - protected String orderBy; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der authFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthFilter() { - return authFilter; - } - - /** - * Legt den Wert der authFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthFilter(AuthorizationFilter value) { - this.authFilter = value; - } - - /** - * Ruft den Wert der objektSpezifikation-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektSpezifikationType } - * - */ - public ObjektSpezifikationType getObjektSpezifikation() { - return objektSpezifikation; - } - - /** - * Legt den Wert der objektSpezifikation-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektSpezifikationType } - * - */ - public void setObjektSpezifikation(ObjektSpezifikationType value) { - this.objektSpezifikation = value; - } - - /** - * Ruft den Wert der zeitraum-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZeitraumType } - * - */ - public ZeitraumType getZeitraum() { - return zeitraum; - } - - /** - * Legt den Wert der zeitraum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZeitraumType } - * - */ - public void setZeitraum(ZeitraumType value) { - this.zeitraum = value; - } - - /** - * Ruft den Wert der dokumentType-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getDokumentType() { - return dokumentType; - } - - /** - * Legt den Wert der dokumentType-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setDokumentType(Integer value) { - this.dokumentType = value; - } - - /** - * Ruft den Wert der maxResults-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMaxResults() { - return maxResults; - } - - /** - * Legt den Wert der maxResults-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMaxResults(Integer value) { - this.maxResults = value; - } - - /** - * Ruft den Wert der offset-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getOffset() { - return offset; - } - - /** - * Legt den Wert der offset-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setOffset(Integer value) { - this.offset = value; - } - - /** - * Ruft den Wert der orderBy-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrderBy() { - return orderBy; - } - - /** - * Legt den Wert der orderBy-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrderBy(String value) { - this.orderBy = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetDocumentsOfPeriodResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetDocumentsOfPeriodResponseType.java deleted file mode 100644 index b29d43a8..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetDocumentsOfPeriodResponseType.java +++ /dev/null @@ -1,100 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - * Typ mit Informationen zu den Dokumenten eines Zeitraums - * - *

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

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

- * <complexType name="GetDocumentsOfPeriodResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <choice>
- *         <element name="Result" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}DocumentInfosResponseResult_Type"/>
- *         <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded"/>
- *       </choice>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetDocumentsOfPeriodResponse_Type", propOrder = { - "result", - "serviceFault" -}) -public class GetDocumentsOfPeriodResponseType { - - @XmlElement(name = "Result") - protected DocumentInfosResponseResultType result; - @XmlElement(name = "ServiceFault") - protected List serviceFault; - - /** - * Ruft den Wert der result-Eigenschaft ab. - * - * @return - * possible object is - * {@link DocumentInfosResponseResultType } - * - */ - public DocumentInfosResponseResultType getResult() { - return result; - } - - /** - * Legt den Wert der result-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DocumentInfosResponseResultType } - * - */ - public void setResult(DocumentInfosResponseResultType value) { - this.result = value; - } - - /** - * Gets the value of the serviceFault property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the serviceFault property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ServiceFault } - * - * - */ - public List getServiceFault() { - if (serviceFault == null) { - serviceFault = new ArrayList(); - } - return this.serviceFault; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetElementListRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetElementListRequest.java deleted file mode 100644 index a6808539..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetElementListRequest.java +++ /dev/null @@ -1,95 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonRequestType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
- *       <sequence>
- *         <element name="ListCd" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Context" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "listCd", - "context" -}) -@XmlRootElement(name = "GetElementListRequest") -public class GetElementListRequest - extends CommonRequestType -{ - - @XmlElement(name = "ListCd", required = true) - protected String listCd; - @XmlElement(name = "Context") - protected String context; - - /** - * Ruft den Wert der listCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getListCd() { - return listCd; - } - - /** - * Legt den Wert der listCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setListCd(String value) { - this.listCd = value; - } - - /** - * Ruft den Wert der context-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContext() { - return context; - } - - /** - * Legt den Wert der context-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContext(String value) { - this.context = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetElementListResponse.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetElementListResponse.java deleted file mode 100644 index 11188ca1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetElementListResponse.java +++ /dev/null @@ -1,161 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.EintragSchluessellisteType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
- *       <sequence>
- *         <element name="Bezeichnung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="BeschreibungTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Values" type="{urn:omds3CommonServiceTypes-1-1-0}EintragSchluesselliste_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="MinAnz" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "bezeichnung", - "beschreibungTxt", - "values", - "minAnz" -}) -@XmlRootElement(name = "GetElementListResponse") -public class GetElementListResponse - extends CommonResponseType -{ - - @XmlElement(name = "Bezeichnung", required = true) - protected String bezeichnung; - @XmlElement(name = "BeschreibungTxt") - protected String beschreibungTxt; - @XmlElement(name = "Values") - protected List values; - @XmlElement(name = "MinAnz") - @XmlSchemaType(name = "unsignedShort") - protected Integer minAnz; - - /** - * Ruft den Wert der bezeichnung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBezeichnung() { - return bezeichnung; - } - - /** - * Legt den Wert der bezeichnung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBezeichnung(String value) { - this.bezeichnung = value; - } - - /** - * Ruft den Wert der beschreibungTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibungTxt() { - return beschreibungTxt; - } - - /** - * Legt den Wert der beschreibungTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibungTxt(String value) { - this.beschreibungTxt = value; - } - - /** - * Gets the value of the values property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the values property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link EintragSchluessellisteType } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der minAnz-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMinAnz() { - return minAnz; - } - - /** - * Legt den Wert der minAnz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMinAnz(Integer value) { - this.minAnz = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetNumberOfDocumentsRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetNumberOfDocumentsRequestType.java deleted file mode 100644 index f28593e8..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetNumberOfDocumentsRequestType.java +++ /dev/null @@ -1,179 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektSpezifikationType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ZeitraumType; - - -/** - * Dieser Typ enthält die Elemente fuer die Anfrage nach Dokumenten - * - *

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

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

- * <complexType name="GetNumberOfDocumentsRequest_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr"/>
- *         <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *         <element name="ObjektSpezifikation" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type"/>
- *         <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type" minOccurs="0"/>
- *         <element name="DokumentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetNumberOfDocumentsRequest_Type", propOrder = { - "vuNr", - "authFilter", - "objektSpezifikation", - "zeitraum", - "dokumentType" -}) -public class GetNumberOfDocumentsRequestType { - - @XmlElement(name = "VUNr", required = true) - protected String vuNr; - @XmlElement(name = "AuthFilter") - protected AuthorizationFilter authFilter; - @XmlElement(name = "ObjektSpezifikation", required = true) - protected ObjektSpezifikationType objektSpezifikation; - @XmlElement(name = "Zeitraum") - protected ZeitraumType zeitraum; - @XmlElement(name = "DokumentType") - protected Integer dokumentType; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der authFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthFilter() { - return authFilter; - } - - /** - * Legt den Wert der authFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthFilter(AuthorizationFilter value) { - this.authFilter = value; - } - - /** - * Ruft den Wert der objektSpezifikation-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektSpezifikationType } - * - */ - public ObjektSpezifikationType getObjektSpezifikation() { - return objektSpezifikation; - } - - /** - * Legt den Wert der objektSpezifikation-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektSpezifikationType } - * - */ - public void setObjektSpezifikation(ObjektSpezifikationType value) { - this.objektSpezifikation = value; - } - - /** - * Ruft den Wert der zeitraum-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZeitraumType } - * - */ - public ZeitraumType getZeitraum() { - return zeitraum; - } - - /** - * Legt den Wert der zeitraum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZeitraumType } - * - */ - public void setZeitraum(ZeitraumType value) { - this.zeitraum = value; - } - - /** - * Ruft den Wert der dokumentType-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getDokumentType() { - return dokumentType; - } - - /** - * Legt den Wert der dokumentType-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setDokumentType(Integer value) { - this.dokumentType = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetNumberOfDocumentsResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetNumberOfDocumentsResponseType.java deleted file mode 100644 index 63a9dd81..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetNumberOfDocumentsResponseType.java +++ /dev/null @@ -1,96 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - * Typ mit Informationen zu den Dokumenten eines fachlichen Objekts - * - *

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

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

- * <complexType name="GetNumberOfDocumentsResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <choice>
- *         <element name="AnzDokumente" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
- *         <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault"/>
- *       </choice>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetNumberOfDocumentsResponse_Type", propOrder = { - "anzDokumente", - "serviceFault" -}) -public class GetNumberOfDocumentsResponseType { - - @XmlElement(name = "AnzDokumente") - @XmlSchemaType(name = "nonNegativeInteger") - protected BigInteger anzDokumente; - @XmlElement(name = "ServiceFault") - protected ServiceFault serviceFault; - - /** - * Ruft den Wert der anzDokumente-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getAnzDokumente() { - return anzDokumente; - } - - /** - * Legt den Wert der anzDokumente-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setAnzDokumente(BigInteger value) { - this.anzDokumente = value; - } - - /** - * Ruft den Wert der serviceFault-Eigenschaft ab. - * - * @return - * possible object is - * {@link ServiceFault } - * - */ - public ServiceFault getServiceFault() { - return serviceFault; - } - - /** - * Legt den Wert der serviceFault-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ServiceFault } - * - */ - public void setServiceFault(ServiceFault value) { - this.serviceFault = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetStateChangesRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetStateChangesRequestType.java deleted file mode 100644 index d2e5e3e5..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetStateChangesRequestType.java +++ /dev/null @@ -1,70 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonSearchRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.GeschaeftsobjektArtType; - - -/** - * Typ des Requestobjektes um Geschäftsfalle abzuholen - * - *

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

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

- * <complexType name="GetStateChangesRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonSearchRequest_Type">
- *       <sequence>
- *         <element name="GeschaeftsobjektArt" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsobjektArt_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetStateChangesRequest_Type", propOrder = { - "geschaeftsobjektArt" -}) -public class GetStateChangesRequestType - extends CommonSearchRequestType -{ - - @XmlElement(name = "GeschaeftsobjektArt") - @XmlSchemaType(name = "string") - protected GeschaeftsobjektArtType geschaeftsobjektArt; - - /** - * Ruft den Wert der geschaeftsobjektArt-Eigenschaft ab. - * - * @return - * possible object is - * {@link GeschaeftsobjektArtType } - * - */ - public GeschaeftsobjektArtType getGeschaeftsobjektArt() { - return geschaeftsobjektArt; - } - - /** - * Legt den Wert der geschaeftsobjektArt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link GeschaeftsobjektArtType } - * - */ - public void setGeschaeftsobjektArt(GeschaeftsobjektArtType value) { - this.geschaeftsobjektArt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetStateChangesResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetStateChangesResponseType.java deleted file mode 100644 index 2f5eeba1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetStateChangesResponseType.java +++ /dev/null @@ -1,74 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonSearchResponseType; - - -/** - * Typ des Responseobjektes um Geschäftsfalle abzuholen - * - *

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

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

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

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the event property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AbstractStateChangeEventType } - * - * - */ - public List getEvent() { - if (event == null) { - event = new ArrayList(); - } - return this.event; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetStateSignaturesRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetStateSignaturesRequest.java deleted file mode 100644 index c13140fa..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetStateSignaturesRequest.java +++ /dev/null @@ -1,68 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
- *       <sequence>
- *         <element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "geschaeftsfallnummer" -}) -@XmlRootElement(name = "GetStateSignaturesRequest") -public class GetStateSignaturesRequest - extends CommonRequestType -{ - - @XmlElement(name = "Geschaeftsfallnummer", required = true) - protected ObjektIdType geschaeftsfallnummer; - - /** - * Ruft den Wert der geschaeftsfallnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getGeschaeftsfallnummer() { - return geschaeftsfallnummer; - } - - /** - * Legt den Wert der geschaeftsfallnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setGeschaeftsfallnummer(ObjektIdType value) { - this.geschaeftsfallnummer = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetStateSignaturesResponse.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetStateSignaturesResponse.java deleted file mode 100644 index 94bf34ed..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/GetStateSignaturesResponse.java +++ /dev/null @@ -1,74 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonResponseType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
- *       <sequence>
- *         <element name="ProzessDokumentStatus" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}ProzessDokumentStatus_Type" maxOccurs="unbounded"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "prozessDokumentStatus" -}) -@XmlRootElement(name = "GetStateSignaturesResponse") -public class GetStateSignaturesResponse - extends CommonResponseType -{ - - @XmlElement(name = "ProzessDokumentStatus", required = true) - protected List prozessDokumentStatus; - - /** - * Gets the value of the prozessDokumentStatus property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the prozessDokumentStatus property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ProzessDokumentStatusType } - * - * - */ - public List getProzessDokumentStatus() { - if (prozessDokumentStatus == null) { - prozessDokumentStatus = new ArrayList(); - } - return this.prozessDokumentStatus; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/ObjectFactory.java deleted file mode 100644 index 5a4affc7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/ObjectFactory.java +++ /dev/null @@ -1,529 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.vvo.omds.types.omds3Types.r1_7_0.on1basis package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _GetStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesRequest"); - private final static QName _GetStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesResponse"); - private final static QName _DeclareStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesRequest"); - private final static QName _DeclareStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesResponse"); - private final static QName _AddDocToBusinessCaseRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "AddDocToBusinessCaseRequest"); - private final static QName _AddDocToBusinessCaseResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "AddDocToBusinessCaseResponse"); - private final static QName _GetNumberOfDocumentsRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetNumberOfDocumentsRequest"); - private final static QName _GetNumberOfDocumentsResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetNumberOfDocumentsResponse"); - private final static QName _GetDocumentsOfObjectRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentsOfObjectRequest"); - private final static QName _GetDocumentsOfObjectResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentsOfObjectResponse"); - private final static QName _GetDocumentsOfPeriodRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentsOfPeriodRequest"); - private final static QName _GetDocumentsOfPeriodResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentsOfPeriodResponse"); - private final static QName _DeclareEndpointRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareEndpointRequest"); - private final static QName _ArtAuthentifizierung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "ArtAuthentifizierung"); - private final static QName _DeclareEndpointResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareEndpointResponse"); - private final static QName _SecurityContextTokenRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "SecurityContextTokenRequest"); - private final static QName _SecurityContextTokenResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "SecurityContextTokenResponse"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_7_0.on1basis - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link ProzessDokumentStatusType } - * - */ - public ProzessDokumentStatusType createProzessDokumentStatusType() { - return new ProzessDokumentStatusType(); - } - - /** - * Create an instance of {@link GetStateChangesRequestType } - * - */ - public GetStateChangesRequestType createGetStateChangesRequestType() { - return new GetStateChangesRequestType(); - } - - /** - * Create an instance of {@link GetStateChangesResponseType } - * - */ - public GetStateChangesResponseType createGetStateChangesResponseType() { - return new GetStateChangesResponseType(); - } - - /** - * Create an instance of {@link DeclareStateChangesRequestType } - * - */ - public DeclareStateChangesRequestType createDeclareStateChangesRequestType() { - return new DeclareStateChangesRequestType(); - } - - /** - * Create an instance of {@link DeclareStateChangesResponseType } - * - */ - public DeclareStateChangesResponseType createDeclareStateChangesResponseType() { - return new DeclareStateChangesResponseType(); - } - - /** - * Create an instance of {@link AddDocToBusinessCaseRequestType } - * - */ - public AddDocToBusinessCaseRequestType createAddDocToBusinessCaseRequestType() { - return new AddDocToBusinessCaseRequestType(); - } - - /** - * Create an instance of {@link AddDocToBusinessCaseResponseType } - * - */ - public AddDocToBusinessCaseResponseType createAddDocToBusinessCaseResponseType() { - return new AddDocToBusinessCaseResponseType(); - } - - /** - * Create an instance of {@link GetNumberOfDocumentsRequestType } - * - */ - public GetNumberOfDocumentsRequestType createGetNumberOfDocumentsRequestType() { - return new GetNumberOfDocumentsRequestType(); - } - - /** - * Create an instance of {@link GetNumberOfDocumentsResponseType } - * - */ - public GetNumberOfDocumentsResponseType createGetNumberOfDocumentsResponseType() { - return new GetNumberOfDocumentsResponseType(); - } - - /** - * Create an instance of {@link GetDocumentsOfObjectRequestType } - * - */ - public GetDocumentsOfObjectRequestType createGetDocumentsOfObjectRequestType() { - return new GetDocumentsOfObjectRequestType(); - } - - /** - * Create an instance of {@link GetDocumentsOfObjectResponseType } - * - */ - public GetDocumentsOfObjectResponseType createGetDocumentsOfObjectResponseType() { - return new GetDocumentsOfObjectResponseType(); - } - - /** - * Create an instance of {@link GetDocumentsOfPeriodRequestType } - * - */ - public GetDocumentsOfPeriodRequestType createGetDocumentsOfPeriodRequestType() { - return new GetDocumentsOfPeriodRequestType(); - } - - /** - * Create an instance of {@link GetDocumentsOfPeriodResponseType } - * - */ - public GetDocumentsOfPeriodResponseType createGetDocumentsOfPeriodResponseType() { - return new GetDocumentsOfPeriodResponseType(); - } - - /** - * Create an instance of {@link DeclareEndpointRequestType } - * - */ - public DeclareEndpointRequestType createDeclareEndpointRequestType() { - return new DeclareEndpointRequestType(); - } - - /** - * Create an instance of {@link DeclareEndpointResponseType } - * - */ - public DeclareEndpointResponseType createDeclareEndpointResponseType() { - return new DeclareEndpointResponseType(); - } - - /** - * Create an instance of {@link SecurityContextTokenRequestType } - * - */ - public SecurityContextTokenRequestType createSecurityContextTokenRequestType() { - return new SecurityContextTokenRequestType(); - } - - /** - * Create an instance of {@link SecurityContextTokenResponseType } - * - */ - public SecurityContextTokenResponseType createSecurityContextTokenResponseType() { - return new SecurityContextTokenResponseType(); - } - - /** - * Create an instance of {@link GetStateSignaturesRequest } - * - */ - public GetStateSignaturesRequest createGetStateSignaturesRequest() { - return new GetStateSignaturesRequest(); - } - - /** - * Create an instance of {@link GetStateSignaturesResponse } - * - */ - public GetStateSignaturesResponse createGetStateSignaturesResponse() { - return new GetStateSignaturesResponse(); - } - - /** - * Create an instance of {@link GetElementListRequest } - * - */ - public GetElementListRequest createGetElementListRequest() { - return new GetElementListRequest(); - } - - /** - * Create an instance of {@link GetElementListResponse } - * - */ - public GetElementListResponse createGetElementListResponse() { - return new GetElementListResponse(); - } - - /** - * Create an instance of {@link CreateFormRequest } - * - */ - public CreateFormRequest createCreateFormRequest() { - return new CreateFormRequest(); - } - - /** - * Create an instance of {@link CreateFormResponse } - * - */ - public CreateFormResponse createCreateFormResponse() { - return new CreateFormResponse(); - } - - /** - * Create an instance of {@link SubmitFormRequest } - * - */ - public SubmitFormRequest createSubmitFormRequest() { - return new SubmitFormRequest(); - } - - /** - * Create an instance of {@link SubmitFormResponse } - * - */ - public SubmitFormResponse createSubmitFormResponse() { - return new SubmitFormResponse(); - } - - /** - * Create an instance of {@link UnderwriteDocumentRequest } - * - */ - public UnderwriteDocumentRequest createUnderwriteDocumentRequest() { - return new UnderwriteDocumentRequest(); - } - - /** - * Create an instance of {@link UnderwriteDocumentResponse } - * - */ - public UnderwriteDocumentResponse createUnderwriteDocumentResponse() { - return new UnderwriteDocumentResponse(); - } - - /** - * Create an instance of {@link StateChangeEventType } - * - */ - public StateChangeEventType createStateChangeEventType() { - return new StateChangeEventType(); - } - - /** - * Create an instance of {@link StatusAntragsGeschaeftsfall } - * - */ - public StatusAntragsGeschaeftsfall createStatusAntragsGeschaeftsfall() { - return new StatusAntragsGeschaeftsfall(); - } - - /** - * Create an instance of {@link DocumentInfosResponseResultType } - * - */ - public DocumentInfosResponseResultType createDocumentInfosResponseResultType() { - return new DocumentInfosResponseResultType(); - } - - /** - * Create an instance of {@link UsernamePasswordCredentialsType } - * - */ - public UsernamePasswordCredentialsType createUsernamePasswordCredentialsType() { - return new UsernamePasswordCredentialsType(); - } - - /** - * Create an instance of {@link ProzessDokumentStatusType.Autorisierungen } - * - */ - public ProzessDokumentStatusType.Autorisierungen createProzessDokumentStatusTypeAutorisierungen() { - return new ProzessDokumentStatusType.Autorisierungen(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetStateChangesRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link GetStateChangesRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetStateChangesRequest") - public JAXBElement createGetStateChangesRequest(GetStateChangesRequestType value) { - return new JAXBElement(_GetStateChangesRequest_QNAME, GetStateChangesRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetStateChangesResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link GetStateChangesResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetStateChangesResponse") - public JAXBElement createGetStateChangesResponse(GetStateChangesResponseType value) { - return new JAXBElement(_GetStateChangesResponse_QNAME, GetStateChangesResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareStateChangesRequest") - public JAXBElement createDeclareStateChangesRequest(DeclareStateChangesRequestType value) { - return new JAXBElement(_DeclareStateChangesRequest_QNAME, DeclareStateChangesRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareStateChangesResponse") - public JAXBElement createDeclareStateChangesResponse(DeclareStateChangesResponseType value) { - return new JAXBElement(_DeclareStateChangesResponse_QNAME, DeclareStateChangesResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AddDocToBusinessCaseRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link AddDocToBusinessCaseRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "AddDocToBusinessCaseRequest") - public JAXBElement createAddDocToBusinessCaseRequest(AddDocToBusinessCaseRequestType value) { - return new JAXBElement(_AddDocToBusinessCaseRequest_QNAME, AddDocToBusinessCaseRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AddDocToBusinessCaseResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link AddDocToBusinessCaseResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "AddDocToBusinessCaseResponse") - public JAXBElement createAddDocToBusinessCaseResponse(AddDocToBusinessCaseResponseType value) { - return new JAXBElement(_AddDocToBusinessCaseResponse_QNAME, AddDocToBusinessCaseResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetNumberOfDocumentsRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link GetNumberOfDocumentsRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetNumberOfDocumentsRequest") - public JAXBElement createGetNumberOfDocumentsRequest(GetNumberOfDocumentsRequestType value) { - return new JAXBElement(_GetNumberOfDocumentsRequest_QNAME, GetNumberOfDocumentsRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetNumberOfDocumentsResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link GetNumberOfDocumentsResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetNumberOfDocumentsResponse") - public JAXBElement createGetNumberOfDocumentsResponse(GetNumberOfDocumentsResponseType value) { - return new JAXBElement(_GetNumberOfDocumentsResponse_QNAME, GetNumberOfDocumentsResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentsOfObjectRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link GetDocumentsOfObjectRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetDocumentsOfObjectRequest") - public JAXBElement createGetDocumentsOfObjectRequest(GetDocumentsOfObjectRequestType value) { - return new JAXBElement(_GetDocumentsOfObjectRequest_QNAME, GetDocumentsOfObjectRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentsOfObjectResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link GetDocumentsOfObjectResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetDocumentsOfObjectResponse") - public JAXBElement createGetDocumentsOfObjectResponse(GetDocumentsOfObjectResponseType value) { - return new JAXBElement(_GetDocumentsOfObjectResponse_QNAME, GetDocumentsOfObjectResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentsOfPeriodRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link GetDocumentsOfPeriodRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetDocumentsOfPeriodRequest") - public JAXBElement createGetDocumentsOfPeriodRequest(GetDocumentsOfPeriodRequestType value) { - return new JAXBElement(_GetDocumentsOfPeriodRequest_QNAME, GetDocumentsOfPeriodRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentsOfPeriodResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link GetDocumentsOfPeriodResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetDocumentsOfPeriodResponse") - public JAXBElement createGetDocumentsOfPeriodResponse(GetDocumentsOfPeriodResponseType value) { - return new JAXBElement(_GetDocumentsOfPeriodResponse_QNAME, GetDocumentsOfPeriodResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeclareEndpointRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeclareEndpointRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareEndpointRequest") - public JAXBElement createDeclareEndpointRequest(DeclareEndpointRequestType value) { - return new JAXBElement(_DeclareEndpointRequest_QNAME, DeclareEndpointRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "ArtAuthentifizierung") - public JAXBElement createArtAuthentifizierung(String value) { - return new JAXBElement(_ArtAuthentifizierung_QNAME, String.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeclareEndpointResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeclareEndpointResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareEndpointResponse") - public JAXBElement createDeclareEndpointResponse(DeclareEndpointResponseType value) { - return new JAXBElement(_DeclareEndpointResponse_QNAME, DeclareEndpointResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SecurityContextTokenRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SecurityContextTokenRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "SecurityContextTokenRequest") - public JAXBElement createSecurityContextTokenRequest(SecurityContextTokenRequestType value) { - return new JAXBElement(_SecurityContextTokenRequest_QNAME, SecurityContextTokenRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SecurityContextTokenResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SecurityContextTokenResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "SecurityContextTokenResponse") - public JAXBElement createSecurityContextTokenResponse(SecurityContextTokenResponseType value) { - return new JAXBElement(_SecurityContextTokenResponse_QNAME, SecurityContextTokenResponseType.class, null, value); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/ProzessDokumentStatusType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/ProzessDokumentStatusType.java deleted file mode 100644 index 383b5cfb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/ProzessDokumentStatusType.java +++ /dev/null @@ -1,188 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AutorisierungAsyncType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType; - - -/** - * Unterschriftenstatus für ein Dokument - * - *

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

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

- * <complexType name="ProzessDokumentStatus_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Dokumenttyp" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType"/>
- *         <element name="Beschreibung">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="200"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="DokAnforderungsId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
- *         <element name="Autorisierungen" maxOccurs="unbounded">
- *           <complexType>
- *             <complexContent>
- *               <extension base="{urn:omds3CommonServiceTypes-1-1-0}AutorisierungAsync_Type">
- *               </extension>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProzessDokumentStatus_Type", propOrder = { - "dokumenttyp", - "beschreibung", - "dokAnforderungsId", - "autorisierungen" -}) -public class ProzessDokumentStatusType { - - @XmlElement(name = "Dokumenttyp") - protected int dokumenttyp; - @XmlElement(name = "Beschreibung", required = true) - protected String beschreibung; - @XmlElement(name = "DokAnforderungsId", required = true) - protected ObjektIdType dokAnforderungsId; - @XmlElement(name = "Autorisierungen", required = true) - protected List autorisierungen; - - /** - * Ruft den Wert der dokumenttyp-Eigenschaft ab. - * - */ - public int getDokumenttyp() { - return dokumenttyp; - } - - /** - * Legt den Wert der dokumenttyp-Eigenschaft fest. - * - */ - public void setDokumenttyp(int value) { - this.dokumenttyp = value; - } - - /** - * Ruft den Wert der beschreibung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibung() { - return beschreibung; - } - - /** - * Legt den Wert der beschreibung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibung(String value) { - this.beschreibung = value; - } - - /** - * Ruft den Wert der dokAnforderungsId-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getDokAnforderungsId() { - return dokAnforderungsId; - } - - /** - * Legt den Wert der dokAnforderungsId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setDokAnforderungsId(ObjektIdType value) { - this.dokAnforderungsId = value; - } - - /** - * Gets the value of the autorisierungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the autorisierungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ProzessDokumentStatusType.Autorisierungen } - * - * - */ - public List getAutorisierungen() { - if (autorisierungen == null) { - autorisierungen = new ArrayList(); - } - return this.autorisierungen; - } - - - /** - *

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

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

-     * <complexType>
-     *   <complexContent>
-     *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AutorisierungAsync_Type">
-     *     </extension>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "") - public static class Autorisierungen - extends AutorisierungAsyncType - { - - - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/SecurityContextTokenRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/SecurityContextTokenRequestType.java deleted file mode 100644 index 8f197ac3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/SecurityContextTokenRequestType.java +++ /dev/null @@ -1,64 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Request-Type zum Bezug eines Security-Context-Tokens - * - *

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

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

- * <complexType name="SecurityContextTokenRequest_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Credentials" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}Credentials_Type"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SecurityContextTokenRequest_Type", propOrder = { - "credentials" -}) -public class SecurityContextTokenRequestType { - - @XmlElement(name = "Credentials", required = true) - protected CredentialsType credentials; - - /** - * Ruft den Wert der credentials-Eigenschaft ab. - * - * @return - * possible object is - * {@link CredentialsType } - * - */ - public CredentialsType getCredentials() { - return credentials; - } - - /** - * Legt den Wert der credentials-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link CredentialsType } - * - */ - public void setCredentials(CredentialsType value) { - this.credentials = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/SecurityContextTokenResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/SecurityContextTokenResponseType.java deleted file mode 100644 index 727b04ff..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/SecurityContextTokenResponseType.java +++ /dev/null @@ -1,115 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Response-Type zum Bezug eines Securtity-Context-Tokens - * - *

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

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

- * <complexType name="SecurityContextTokenResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Token" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="DauerhaftGueltig" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="GueltigBis" type="{urn:omds20}Datum-Zeit" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SecurityContextTokenResponse_Type", propOrder = { - "token", - "dauerhaftGueltig", - "gueltigBis" -}) -public class SecurityContextTokenResponseType { - - @XmlElement(name = "Token", required = true) - protected String token; - @XmlElement(name = "DauerhaftGueltig") - protected boolean dauerhaftGueltig; - @XmlElement(name = "GueltigBis") - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar gueltigBis; - - /** - * Ruft den Wert der token-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getToken() { - return token; - } - - /** - * Legt den Wert der token-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setToken(String value) { - this.token = value; - } - - /** - * Ruft den Wert der dauerhaftGueltig-Eigenschaft ab. - * - */ - public boolean isDauerhaftGueltig() { - return dauerhaftGueltig; - } - - /** - * Legt den Wert der dauerhaftGueltig-Eigenschaft fest. - * - */ - public void setDauerhaftGueltig(boolean value) { - this.dauerhaftGueltig = value; - } - - /** - * Ruft den Wert der gueltigBis-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getGueltigBis() { - return gueltigBis; - } - - /** - * Legt den Wert der gueltigBis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setGueltigBis(XMLGregorianCalendar value) { - this.gueltigBis = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/StateChangeEventType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/StateChangeEventType.java deleted file mode 100644 index 68fab004..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/StateChangeEventType.java +++ /dev/null @@ -1,269 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; -import at.vvo.omds.types.omds3Types.r1_7_0.common.GeschaeftsobjektArtType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType; - - -/** - * Standard-Event einer Statusänderung - * - *

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

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

- * <complexType name="StateChangeEvent_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStateChangeEvent_Type">
- *       <sequence>
- *         <element name="Objektart" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsobjektArt_Type"/>
- *         <element name="ObjektId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
- *         <element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- *         <element name="GeschaeftsfallArt" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsfallArt_Type" minOccurs="0"/>
- *         <element name="Aenderungsdatum" type="{urn:omds20}Datum-Zeit"/>
- *         <element name="StatusGueltigAbDatum" type="{urn:omds20}Datum-Zeit"/>
- *         <element name="BisherigerStatus" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStatusGeschaeftsfall_Type" minOccurs="0"/>
- *         <element name="NeuerStatus" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStatusGeschaeftsfall_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "StateChangeEvent_Type", propOrder = { - "objektart", - "objektId", - "geschaeftsfallnummer", - "geschaeftsfallArt", - "aenderungsdatum", - "statusGueltigAbDatum", - "bisherigerStatus", - "neuerStatus" -}) -public class StateChangeEventType - extends AbstractStateChangeEventType -{ - - @XmlElement(name = "Objektart", required = true) - @XmlSchemaType(name = "string") - protected GeschaeftsobjektArtType objektart; - @XmlElement(name = "ObjektId", required = true) - protected ObjektIdType objektId; - @XmlElement(name = "Geschaeftsfallnummer") - protected ObjektIdType geschaeftsfallnummer; - @XmlElement(name = "GeschaeftsfallArt") - protected String geschaeftsfallArt; - @XmlElement(name = "Aenderungsdatum", required = true) - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar aenderungsdatum; - @XmlElement(name = "StatusGueltigAbDatum", required = true) - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar statusGueltigAbDatum; - @XmlElement(name = "BisherigerStatus") - protected AbstractStatusGeschaeftsfallType bisherigerStatus; - @XmlElement(name = "NeuerStatus", required = true) - protected AbstractStatusGeschaeftsfallType neuerStatus; - - /** - * Ruft den Wert der objektart-Eigenschaft ab. - * - * @return - * possible object is - * {@link GeschaeftsobjektArtType } - * - */ - public GeschaeftsobjektArtType getObjektart() { - return objektart; - } - - /** - * Legt den Wert der objektart-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link GeschaeftsobjektArtType } - * - */ - public void setObjektart(GeschaeftsobjektArtType value) { - this.objektart = value; - } - - /** - * Ruft den Wert der objektId-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getObjektId() { - return objektId; - } - - /** - * Legt den Wert der objektId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setObjektId(ObjektIdType value) { - this.objektId = value; - } - - /** - * Ruft den Wert der geschaeftsfallnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getGeschaeftsfallnummer() { - return geschaeftsfallnummer; - } - - /** - * Legt den Wert der geschaeftsfallnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setGeschaeftsfallnummer(ObjektIdType value) { - this.geschaeftsfallnummer = value; - } - - /** - * Ruft den Wert der geschaeftsfallArt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGeschaeftsfallArt() { - return geschaeftsfallArt; - } - - /** - * Legt den Wert der geschaeftsfallArt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGeschaeftsfallArt(String value) { - this.geschaeftsfallArt = value; - } - - /** - * Ruft den Wert der aenderungsdatum-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getAenderungsdatum() { - return aenderungsdatum; - } - - /** - * Legt den Wert der aenderungsdatum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setAenderungsdatum(XMLGregorianCalendar value) { - this.aenderungsdatum = value; - } - - /** - * Ruft den Wert der statusGueltigAbDatum-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getStatusGueltigAbDatum() { - return statusGueltigAbDatum; - } - - /** - * Legt den Wert der statusGueltigAbDatum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setStatusGueltigAbDatum(XMLGregorianCalendar value) { - this.statusGueltigAbDatum = value; - } - - /** - * Ruft den Wert der bisherigerStatus-Eigenschaft ab. - * - * @return - * possible object is - * {@link AbstractStatusGeschaeftsfallType } - * - */ - public AbstractStatusGeschaeftsfallType getBisherigerStatus() { - return bisherigerStatus; - } - - /** - * Legt den Wert der bisherigerStatus-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AbstractStatusGeschaeftsfallType } - * - */ - public void setBisherigerStatus(AbstractStatusGeschaeftsfallType value) { - this.bisherigerStatus = value; - } - - /** - * Ruft den Wert der neuerStatus-Eigenschaft ab. - * - * @return - * possible object is - * {@link AbstractStatusGeschaeftsfallType } - * - */ - public AbstractStatusGeschaeftsfallType getNeuerStatus() { - return neuerStatus; - } - - /** - * Legt den Wert der neuerStatus-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AbstractStatusGeschaeftsfallType } - * - */ - public void setNeuerStatus(AbstractStatusGeschaeftsfallType value) { - this.neuerStatus = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/StatusAntragsGeschaeftsfall.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/StatusAntragsGeschaeftsfall.java deleted file mode 100644 index c9aa3cd7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/StatusAntragsGeschaeftsfall.java +++ /dev/null @@ -1,58 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Status eines Antrags - * - *

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

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

- * <complexType name="StatusAntragsGeschaeftsfall">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStatusGeschaeftsfall_Type">
- *       <sequence>
- *         <element name="Antragstatus" type="{urn:omds3CommonServiceTypes-1-1-0}SubmitApplicationStatus_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "StatusAntragsGeschaeftsfall", propOrder = { - "antragstatus" -}) -public class StatusAntragsGeschaeftsfall - extends AbstractStatusGeschaeftsfallType -{ - - @XmlElement(name = "Antragstatus") - protected int antragstatus; - - /** - * Ruft den Wert der antragstatus-Eigenschaft ab. - * - */ - public int getAntragstatus() { - return antragstatus; - } - - /** - * Legt den Wert der antragstatus-Eigenschaft fest. - * - */ - public void setAntragstatus(int value) { - this.antragstatus = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/SubmitFormRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/SubmitFormRequest.java deleted file mode 100644 index 9d739766..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/SubmitFormRequest.java +++ /dev/null @@ -1,68 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonProcessRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.Formular; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessRequest_Type">
- *       <sequence>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}Formular"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "formular" -}) -@XmlRootElement(name = "SubmitFormRequest") -public class SubmitFormRequest - extends CommonProcessRequestType -{ - - @XmlElement(name = "Formular", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true) - protected Formular formular; - - /** - * Ruft den Wert der formular-Eigenschaft ab. - * - * @return - * possible object is - * {@link Formular } - * - */ - public Formular getFormular() { - return formular; - } - - /** - * Legt den Wert der formular-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Formular } - * - */ - public void setFormular(Formular value) { - this.formular = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/SubmitFormResponse.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/SubmitFormResponse.java deleted file mode 100644 index 2a2c1491..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/SubmitFormResponse.java +++ /dev/null @@ -1,68 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonProcessResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.Formular; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessResponse_Type">
- *       <sequence>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}Formular"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "formular" -}) -@XmlRootElement(name = "SubmitFormResponse") -public class SubmitFormResponse - extends CommonProcessResponseType -{ - - @XmlElement(name = "Formular", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true) - protected Formular formular; - - /** - * Ruft den Wert der formular-Eigenschaft ab. - * - * @return - * possible object is - * {@link Formular } - * - */ - public Formular getFormular() { - return formular; - } - - /** - * Legt den Wert der formular-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Formular } - * - */ - public void setFormular(Formular value) { - this.formular = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/UnderwriteDocumentRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/UnderwriteDocumentRequest.java deleted file mode 100644 index 5e74073c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/UnderwriteDocumentRequest.java +++ /dev/null @@ -1,104 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AutorisierungsAnforderungType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.DokumentDataType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
- *       <sequence>
- *         <element name="DokumentenVorlage" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentData_Type"/>
- *         <element name="AngeforderteUnterschriften" type="{urn:omds3CommonServiceTypes-1-1-0}AutorisierungsAnforderung_Type" maxOccurs="unbounded"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "dokumentenVorlage", - "angeforderteUnterschriften" -}) -@XmlRootElement(name = "UnderwriteDocumentRequest") -public class UnderwriteDocumentRequest - extends CommonRequestType -{ - - @XmlElement(name = "DokumentenVorlage", required = true) - protected DokumentDataType dokumentenVorlage; - @XmlElement(name = "AngeforderteUnterschriften", required = true) - protected List angeforderteUnterschriften; - - /** - * Ruft den Wert der dokumentenVorlage-Eigenschaft ab. - * - * @return - * possible object is - * {@link DokumentDataType } - * - */ - public DokumentDataType getDokumentenVorlage() { - return dokumentenVorlage; - } - - /** - * Legt den Wert der dokumentenVorlage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DokumentDataType } - * - */ - public void setDokumentenVorlage(DokumentDataType value) { - this.dokumentenVorlage = value; - } - - /** - * Gets the value of the angeforderteUnterschriften property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the angeforderteUnterschriften property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AutorisierungsAnforderungType } - * - * - */ - public List getAngeforderteUnterschriften() { - if (angeforderteUnterschriften == null) { - angeforderteUnterschriften = new ArrayList(); - } - return this.angeforderteUnterschriften; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/UnderwriteDocumentResponse.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/UnderwriteDocumentResponse.java deleted file mode 100644 index 23b14656..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/UnderwriteDocumentResponse.java +++ /dev/null @@ -1,104 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AutorisierungType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.DokumentDataType; - - -/** - *

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

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

- * <complexType>
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
- *       <sequence>
- *         <element name="DokData" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentData_Type"/>
- *         <element name="Autorisierungen" type="{urn:omds3CommonServiceTypes-1-1-0}Autorisierung_Type" maxOccurs="unbounded"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "dokData", - "autorisierungen" -}) -@XmlRootElement(name = "UnderwriteDocumentResponse") -public class UnderwriteDocumentResponse - extends CommonResponseType -{ - - @XmlElement(name = "DokData", required = true) - protected DokumentDataType dokData; - @XmlElement(name = "Autorisierungen", required = true) - protected List autorisierungen; - - /** - * Ruft den Wert der dokData-Eigenschaft ab. - * - * @return - * possible object is - * {@link DokumentDataType } - * - */ - public DokumentDataType getDokData() { - return dokData; - } - - /** - * Legt den Wert der dokData-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DokumentDataType } - * - */ - public void setDokData(DokumentDataType value) { - this.dokData = value; - } - - /** - * Gets the value of the autorisierungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the autorisierungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link AutorisierungType } - * - * - */ - public List getAutorisierungen() { - if (autorisierungen == null) { - autorisierungen = new ArrayList(); - } - return this.autorisierungen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/UsernamePasswordCredentialsType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/UsernamePasswordCredentialsType.java deleted file mode 100644 index 65919ed9..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/UsernamePasswordCredentialsType.java +++ /dev/null @@ -1,87 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - * Konkrete Implementierung von Credentials mit Username und Password - * - *

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

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

- * <complexType name="UsernamePasswordCredentials_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="Username" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="Password" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "UsernamePasswordCredentials_Type") -public class UsernamePasswordCredentialsType { - - @XmlAttribute(name = "Username", namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", required = true) - protected String username; - @XmlAttribute(name = "Password", namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", required = true) - protected String password; - - /** - * Ruft den Wert der username-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUsername() { - return username; - } - - /** - * Legt den Wert der username-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUsername(String value) { - this.username = value; - } - - /** - * Ruft den Wert der password-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPassword() { - return password; - } - - /** - * Legt den Wert der password-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPassword(String value) { - this.password = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/package-info.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/package-info.java deleted file mode 100644 index 3a233901..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on1basis/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.vvo.omds.types.omds3Types.r1_7_0.on1basis; diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/BOAProcessRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/BOAProcessRequestType.java deleted file mode 100644 index 34d971ba..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/BOAProcessRequestType.java +++ /dev/null @@ -1,110 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonProcessRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ErsatzpolizzeType; - - -/** - * Abstraktes Zwischenelement für alle BOA-Request-Types - * - *

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

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

- * <complexType name="BOAProcessRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessRequest_Type">
- *       <sequence>
- *         <element name="Aenderungsgrund" type="{urn:omds20}AendGrundCd_Type" minOccurs="0"/>
- *         <element name="Ersatzpolizzen" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BOAProcessRequest_Type", propOrder = { - "aenderungsgrund", - "ersatzpolizzen" -}) -@XmlSeeAlso({ - CalculateRequestType.class, - CreateOfferRequestType.class, - CreateApplicationRequestType.class, - SubmitApplicationRequestType.class -}) -public class BOAProcessRequestType - extends CommonProcessRequestType -{ - - @XmlElement(name = "Aenderungsgrund") - protected String aenderungsgrund; - @XmlElement(name = "Ersatzpolizzen") - protected List ersatzpolizzen; - - /** - * Ruft den Wert der aenderungsgrund-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAenderungsgrund() { - return aenderungsgrund; - } - - /** - * Legt den Wert der aenderungsgrund-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAenderungsgrund(String value) { - this.aenderungsgrund = value; - } - - /** - * Gets the value of the ersatzpolizzen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the ersatzpolizzen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ErsatzpolizzeType } - * - * - */ - public List getErsatzpolizzen() { - if (ersatzpolizzen == null) { - ersatzpolizzen = new ArrayList(); - } - return this.ersatzpolizzen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/BOAProcessResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/BOAProcessResponseType.java deleted file mode 100644 index d034feb3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/BOAProcessResponseType.java +++ /dev/null @@ -1,110 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonProcessResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ErsatzpolizzeType; - - -/** - * Abstraktes Zwischenelement für alle BOA-Response-Types - * - *

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

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

- * <complexType name="BOAProcessResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessResponse_Type">
- *       <sequence>
- *         <element name="Aenderungsgrund" type="{urn:omds20}AendGrundCd_Type" minOccurs="0"/>
- *         <element name="Ersatzpolizzen" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BOAProcessResponse_Type", propOrder = { - "aenderungsgrund", - "ersatzpolizzen" -}) -@XmlSeeAlso({ - CalculateResponseType.class, - CreateOfferResponseType.class, - CreateApplicationResponseType.class, - SubmitApplicationResponseType.class -}) -public class BOAProcessResponseType - extends CommonProcessResponseType -{ - - @XmlElement(name = "Aenderungsgrund") - protected String aenderungsgrund; - @XmlElement(name = "Ersatzpolizzen") - protected List ersatzpolizzen; - - /** - * Ruft den Wert der aenderungsgrund-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAenderungsgrund() { - return aenderungsgrund; - } - - /** - * Legt den Wert der aenderungsgrund-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAenderungsgrund(String value) { - this.aenderungsgrund = value; - } - - /** - * Gets the value of the ersatzpolizzen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the ersatzpolizzen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ErsatzpolizzeType } - * - * - */ - public List getErsatzpolizzen() { - if (ersatzpolizzen == null) { - ersatzpolizzen = new ArrayList(); - } - return this.ersatzpolizzen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CalculateRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CalculateRequestGenType.java deleted file mode 100644 index c8896ffd..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CalculateRequestGenType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallRequestType; - - -/** - * Abstrakter Request für die Berechnung mit generischen Produktbausteinen - * - *

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

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

- * <complexType name="CalculateRequestGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequest_Type">
- *       <sequence>
- *         <element name="Produktmetadaten" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateRequestGen_Type", propOrder = { - "produktmetadaten" -}) -@XmlSeeAlso({ - CalculateUnfallRequestType.class, - CalculateLebenRequestType.class, - CalculateSachPrivatRequestType.class -}) -public abstract class CalculateRequestGenType - extends CalculateRequestType -{ - - @XmlElement(name = "Produktmetadaten") - protected boolean produktmetadaten; - - /** - * Ruft den Wert der produktmetadaten-Eigenschaft ab. - * - */ - public boolean isProduktmetadaten() { - return produktmetadaten; - } - - /** - * Legt den Wert der produktmetadaten-Eigenschaft fest. - * - */ - public void setProduktmetadaten(boolean value) { - this.produktmetadaten = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CalculateRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CalculateRequestType.java deleted file mode 100644 index 83f76780..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CalculateRequestType.java +++ /dev/null @@ -1,64 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzRequestType; - - -/** - * Abstrakter Request für die Berechnung - * - *

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

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

- * <complexType name="CalculateRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOAProcessRequest_Type">
- *       <sequence>
- *         <element name="RequestUpselling" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateRequest_Type", propOrder = { - "requestUpselling" -}) -@XmlSeeAlso({ - CalculateRequestGenType.class, - CalculateKfzRequestType.class -}) -public abstract class CalculateRequestType - extends BOAProcessRequestType -{ - - @XmlElement(name = "RequestUpselling", defaultValue = "false") - protected boolean requestUpselling; - - /** - * Ruft den Wert der requestUpselling-Eigenschaft ab. - * - */ - public boolean isRequestUpselling() { - return requestUpselling; - } - - /** - * Legt den Wert der requestUpselling-Eigenschaft fest. - * - */ - public void setRequestUpselling(boolean value) { - this.requestUpselling = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CalculateResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CalculateResponseGenType.java deleted file mode 100644 index 190c2b11..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CalculateResponseGenType.java +++ /dev/null @@ -1,43 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallResponseType; - - -/** - * Abstrakter Response Berechnung - * - *

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

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

- * <complexType name="CalculateResponseGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponse_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateResponseGen_Type") -@XmlSeeAlso({ - CalculateUnfallResponseType.class, - CalculateLebenResponseType.class, - CalculateSachPrivatResponseType.class -}) -public abstract class CalculateResponseGenType - extends CalculateResponseType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CalculateResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CalculateResponseType.java deleted file mode 100644 index 128609c7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CalculateResponseType.java +++ /dev/null @@ -1,40 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzResponseType; - - -/** - * Abstrakter Response, der das Ergebnis der Berechnung enthält bzw. Fehlermeldungen - * - *

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

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

- * <complexType name="CalculateResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOAProcessResponse_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateResponse_Type") -@XmlSeeAlso({ - CalculateResponseGenType.class, - CalculateKfzResponseType.class -}) -public abstract class CalculateResponseType - extends BOAProcessResponseType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateApplicationRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateApplicationRequestGenType.java deleted file mode 100644 index bb9b56ec..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateApplicationRequestGenType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallRequestType; - - -/** - * Abstrakter Request der Antragserzeugung mit generischen Produktbausteinen - * - *

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

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

- * <complexType name="CreateApplicationRequestGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequest_Type">
- *       <sequence>
- *         <element name="Produktmetadaten" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationRequestGen_Type", propOrder = { - "produktmetadaten" -}) -@XmlSeeAlso({ - CreateApplicationUnfallRequestType.class, - CreateApplicationLebenRequestType.class, - CreateApplicationSachPrivatRequestType.class -}) -public abstract class CreateApplicationRequestGenType - extends CreateApplicationRequestType -{ - - @XmlElement(name = "Produktmetadaten") - protected boolean produktmetadaten; - - /** - * Ruft den Wert der produktmetadaten-Eigenschaft ab. - * - */ - public boolean isProduktmetadaten() { - return produktmetadaten; - } - - /** - * Legt den Wert der produktmetadaten-Eigenschaft fest. - * - */ - public void setProduktmetadaten(boolean value) { - this.produktmetadaten = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateApplicationRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateApplicationRequestType.java deleted file mode 100644 index 3731a38f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateApplicationRequestType.java +++ /dev/null @@ -1,80 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.DateianhangType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzRequestType; - - -/** - * Abstrakter Request für den Antrag - * - *

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

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

- * <complexType name="CreateApplicationRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOAProcessRequest_Type">
- *       <sequence>
- *         <element name="Dateianhaenge" type="{urn:omds3CommonServiceTypes-1-1-0}Dateianhang_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationRequest_Type", propOrder = { - "dateianhaenge" -}) -@XmlSeeAlso({ - CreateApplicationRequestGenType.class, - CreateApplicationKfzRequestType.class -}) -public abstract class CreateApplicationRequestType - extends BOAProcessRequestType -{ - - @XmlElement(name = "Dateianhaenge") - protected List dateianhaenge; - - /** - * Gets the value of the dateianhaenge property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the dateianhaenge property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link DateianhangType } - * - * - */ - public List getDateianhaenge() { - if (dateianhaenge == null) { - dateianhaenge = new ArrayList(); - } - return this.dateianhaenge; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateApplicationResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateApplicationResponseGenType.java deleted file mode 100644 index da2098f4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateApplicationResponseGenType.java +++ /dev/null @@ -1,43 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallResponseType; - - -/** - * Abstrakter Response der Antragserzeugung - * - *

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

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

- * <complexType name="CreateApplicationResponseGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponse_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationResponseGen_Type") -@XmlSeeAlso({ - CreateApplicationUnfallResponseType.class, - CreateApplicationLebenResponseType.class, - CreateApplicationSachPrivatResponseType.class -}) -public abstract class CreateApplicationResponseGenType - extends CreateApplicationResponseType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateApplicationResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateApplicationResponseType.java deleted file mode 100644 index ca5d7294..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateApplicationResponseType.java +++ /dev/null @@ -1,171 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.DokumentInfoType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ProzessDokumentBasisType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzResponseType; - - -/** - * Abstrakter Response, der den Antrag enthält bzw. Fehlermeldungen - * - *

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

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

- * <complexType name="CreateApplicationResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOAProcessResponse_Type">
- *       <sequence>
- *         <element name="Antragstatus" type="{urn:omds3CommonServiceTypes-1-1-0}SubmitApplicationStatus_Type" minOccurs="0"/>
- *         <element name="Antragsnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- *         <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="DokumenteAnforderungen" type="{urn:omds3CommonServiceTypes-1-1-0}ProzessDokumentBasis_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationResponse_Type", propOrder = { - "antragstatus", - "antragsnummer", - "dokumente", - "dokumenteAnforderungen" -}) -@XmlSeeAlso({ - CreateApplicationResponseGenType.class, - CreateApplicationKfzResponseType.class -}) -public abstract class CreateApplicationResponseType - extends BOAProcessResponseType -{ - - @XmlElement(name = "Antragstatus") - protected Integer antragstatus; - @XmlElement(name = "Antragsnummer") - protected ObjektIdType antragsnummer; - @XmlElement(name = "Dokumente") - protected List dokumente; - @XmlElement(name = "DokumenteAnforderungen") - protected List dokumenteAnforderungen; - - /** - * Ruft den Wert der antragstatus-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getAntragstatus() { - return antragstatus; - } - - /** - * Legt den Wert der antragstatus-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setAntragstatus(Integer value) { - this.antragstatus = value; - } - - /** - * Ruft den Wert der antragsnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getAntragsnummer() { - return antragsnummer; - } - - /** - * Legt den Wert der antragsnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setAntragsnummer(ObjektIdType value) { - this.antragsnummer = value; - } - - /** - * Gets the value of the dokumente property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the dokumente property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link DokumentInfoType } - * - * - */ - public List getDokumente() { - if (dokumente == null) { - dokumente = new ArrayList(); - } - return this.dokumente; - } - - /** - * Gets the value of the dokumenteAnforderungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the dokumenteAnforderungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ProzessDokumentBasisType } - * - * - */ - public List getDokumenteAnforderungen() { - if (dokumenteAnforderungen == null) { - dokumenteAnforderungen = new ArrayList(); - } - return this.dokumenteAnforderungen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateOfferRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateOfferRequestGenType.java deleted file mode 100644 index 295a9448..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateOfferRequestGenType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallRequestType; - - -/** - * Abstrakter Request für die Offerterstellung mit generischen Produktbausteinen - * - *

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

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

- * <complexType name="CreateOfferRequestGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequest_Type">
- *       <sequence>
- *         <element name="Produktmetadaten" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferRequestGen_Type", propOrder = { - "produktmetadaten" -}) -@XmlSeeAlso({ - CreateOfferUnfallRequestType.class, - CreateOfferLebenRequestType.class, - CreateOfferSachPrivatRequestType.class -}) -public abstract class CreateOfferRequestGenType - extends CreateOfferRequestType -{ - - @XmlElement(name = "Produktmetadaten") - protected boolean produktmetadaten; - - /** - * Ruft den Wert der produktmetadaten-Eigenschaft ab. - * - */ - public boolean isProduktmetadaten() { - return produktmetadaten; - } - - /** - * Legt den Wert der produktmetadaten-Eigenschaft fest. - * - */ - public void setProduktmetadaten(boolean value) { - this.produktmetadaten = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateOfferRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateOfferRequestType.java deleted file mode 100644 index 5018f700..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateOfferRequestType.java +++ /dev/null @@ -1,40 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzRequestType; - - -/** - * Abstrakter Request für das Offert - * - *

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

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

- * <complexType name="CreateOfferRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOAProcessRequest_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferRequest_Type") -@XmlSeeAlso({ - CreateOfferRequestGenType.class, - CreateOfferKfzRequestType.class -}) -public abstract class CreateOfferRequestType - extends BOAProcessRequestType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateOfferResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateOfferResponseGenType.java deleted file mode 100644 index 97f6ce70..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateOfferResponseGenType.java +++ /dev/null @@ -1,43 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallResponseType; - - -/** - * Abstrakter Response der Offerterstellung - * - *

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

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

- * <complexType name="CreateOfferResponseGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponse_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferResponseGen_Type") -@XmlSeeAlso({ - CreateOfferUnfallResponseType.class, - CreateOfferLebenResponseType.class, - CreateOfferSachPrivatResponseType.class -}) -public abstract class CreateOfferResponseGenType - extends CreateOfferResponseType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateOfferResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateOfferResponseType.java deleted file mode 100644 index b2794a57..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/CreateOfferResponseType.java +++ /dev/null @@ -1,114 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.DokumentInfoType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ProzessDokumentBasisType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzResponseType; - - -/** - * Abstrakter Response, der das Offert enthält bzw. Fehlermeldungen - * - *

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

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

- * <complexType name="CreateOfferResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOAProcessResponse_Type">
- *       <sequence>
- *         <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="DokumenteAnforderungen" type="{urn:omds3CommonServiceTypes-1-1-0}ProzessDokumentBasis_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferResponse_Type", propOrder = { - "dokumente", - "dokumenteAnforderungen" -}) -@XmlSeeAlso({ - CreateOfferResponseGenType.class, - CreateOfferKfzResponseType.class -}) -public abstract class CreateOfferResponseType - extends BOAProcessResponseType -{ - - @XmlElement(name = "Dokumente") - protected List dokumente; - @XmlElement(name = "DokumenteAnforderungen") - protected List dokumenteAnforderungen; - - /** - * Gets the value of the dokumente property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the dokumente property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link DokumentInfoType } - * - * - */ - public List getDokumente() { - if (dokumente == null) { - dokumente = new ArrayList(); - } - return this.dokumente; - } - - /** - * Gets the value of the dokumenteAnforderungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the dokumenteAnforderungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ProzessDokumentBasisType } - * - * - */ - public List getDokumenteAnforderungen() { - if (dokumenteAnforderungen == null) { - dokumenteAnforderungen = new ArrayList(); - } - return this.dokumenteAnforderungen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/GetApplicationDocumentRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/GetApplicationDocumentRequestType.java deleted file mode 100644 index 6f24c57c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/GetApplicationDocumentRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonRequestType; - - -/** - * Typ um Offert- und Antragsdokumente zu beziehen - * - *

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

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

- * <complexType name="GetApplicationDocumentRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
- *       <sequence>
- *         <element name="DokumentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetApplicationDocumentRequest_Type", propOrder = { - "dokumentId" -}) -public class GetApplicationDocumentRequestType - extends CommonRequestType -{ - - @XmlElement(name = "DokumentId", required = true) - protected String dokumentId; - - /** - * Ruft den Wert der dokumentId-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDokumentId() { - return dokumentId; - } - - /** - * Legt den Wert der dokumentId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDokumentId(String value) { - this.dokumentId = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/GetApplicationDocumentResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/GetApplicationDocumentResponseType.java deleted file mode 100644 index 2d07773f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/GetApplicationDocumentResponseType.java +++ /dev/null @@ -1,68 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.DokumentInfoType; - - -/** - * Typ um Offert- und Antragsdokumente zurückzugeben - * - *

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

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

- * <complexType name="GetApplicationDocumentResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
- *       <sequence>
- *         <element name="Dokument" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentInfo_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetApplicationDocumentResponse_Type", propOrder = { - "dokument" -}) -public class GetApplicationDocumentResponseType - extends CommonResponseType -{ - - @XmlElement(name = "Dokument") - protected DokumentInfoType dokument; - - /** - * Ruft den Wert der dokument-Eigenschaft ab. - * - * @return - * possible object is - * {@link DokumentInfoType } - * - */ - public DokumentInfoType getDokument() { - return dokument; - } - - /** - * Legt den Wert der dokument-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DokumentInfoType } - * - */ - public void setDokument(DokumentInfoType value) { - this.dokument = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/ObjectFactory.java deleted file mode 100644 index 7192e1b2..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/ObjectFactory.java +++ /dev/null @@ -1,95 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _GetApplicationDocumentRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", "GetApplicationDocumentRequest"); - private final static QName _GetApplicationDocumentResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", "GetApplicationDocumentResponse"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link GetApplicationDocumentRequestType } - * - */ - public GetApplicationDocumentRequestType createGetApplicationDocumentRequestType() { - return new GetApplicationDocumentRequestType(); - } - - /** - * Create an instance of {@link GetApplicationDocumentResponseType } - * - */ - public GetApplicationDocumentResponseType createGetApplicationDocumentResponseType() { - return new GetApplicationDocumentResponseType(); - } - - /** - * Create an instance of {@link BOAProcessRequestType } - * - */ - public BOAProcessRequestType createBOAProcessRequestType() { - return new BOAProcessRequestType(); - } - - /** - * Create an instance of {@link BOAProcessResponseType } - * - */ - public BOAProcessResponseType createBOAProcessResponseType() { - return new BOAProcessResponseType(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetApplicationDocumentRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link GetApplicationDocumentRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", name = "GetApplicationDocumentRequest") - public JAXBElement createGetApplicationDocumentRequest(GetApplicationDocumentRequestType value) { - return new JAXBElement(_GetApplicationDocumentRequest_QNAME, GetApplicationDocumentRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetApplicationDocumentResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link GetApplicationDocumentResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", name = "GetApplicationDocumentResponse") - public JAXBElement createGetApplicationDocumentResponse(GetApplicationDocumentResponseType value) { - return new JAXBElement(_GetApplicationDocumentResponse_QNAME, GetApplicationDocumentResponseType.class, null, value); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezAntragBasisType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezAntragBasisType.java deleted file mode 100644 index 2b3581cd..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezAntragBasisType.java +++ /dev/null @@ -1,531 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AbgelehnteRisikenType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AntragsartType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.BeteiligtePersonVertragType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.DatenverwendungType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ErsatzpolizzenType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.KontierungType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.PolizzenversandType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VertragspersonType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VorversicherungenType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ZahlungsdatenType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SpezAntragKfzType; - - -/** - * Abstrakter Basistyp für Antrag, der bei Request und bei Response gleich ist - * - *

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

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

- * <complexType name="SpezAntragBasis_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Antragsart" type="{urn:omds3CommonServiceTypes-1-1-0}Antragsart_Type" minOccurs="0"/>
- *         <element name="Personen" type="{urn:omds3CommonServiceTypes-1-1-0}BeteiligtePersonVertrag_Type" maxOccurs="unbounded"/>
- *         <element name="Versicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- *         <element name="AbweichenderPraemienzahler" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *         <element name="WeitereVersicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="WeitereVertragspersonen" type="{urn:omds3CommonServiceTypes-1-1-0}Vertragsperson_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="AbgelehnteRisiken" type="{urn:omds3CommonServiceTypes-1-1-0}AbgelehnteRisiken_Type" minOccurs="0"/>
- *         <element name="Vorversicherungen" type="{urn:omds3CommonServiceTypes-1-1-0}Vorversicherungen_Type" minOccurs="0"/>
- *         <element name="Zahlungsdaten" type="{urn:omds3CommonServiceTypes-1-1-0}Zahlungsdaten_Type"/>
- *         <element name="Sepa" type="{urn:omds3CommonServiceTypes-1-1-0}SepaCd_Type" minOccurs="0"/>
- *         <element name="Polizzenversand" type="{urn:omds3CommonServiceTypes-1-1-0}PolizzenversandType" minOccurs="0"/>
- *         <element name="Datenschutzbestimmungen" type="{urn:omds3CommonServiceTypes-1-1-0}Datenverwendung_Type"/>
- *         <element name="Kontierung" type="{urn:omds3CommonServiceTypes-1-1-0}Kontierung_Type" maxOccurs="3" minOccurs="0"/>
- *         <element name="Ersatzpolizzennummer" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizzen_Type" minOccurs="0"/>
- *         <element name="ZusendungWeitereDokumente" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="ZusaetzlicheAntragsdaten" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}ZusaetzlicheAntragsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezAntragBasis_Type", propOrder = { - "antragsart", - "personen", - "versicherungsnehmer", - "abweichenderPraemienzahler", - "weitereVersicherungsnehmer", - "weitereVertragspersonen", - "abgelehnteRisiken", - "vorversicherungen", - "zahlungsdaten", - "sepa", - "polizzenversand", - "datenschutzbestimmungen", - "kontierung", - "ersatzpolizzennummer", - "zusendungWeitereDokumente", - "zusaetzlicheAntragsdaten" -}) -@XmlSeeAlso({ - SpezAntragType.class, - SpezAntragKfzType.class -}) -public abstract class SpezAntragBasisType { - - @XmlElement(name = "Antragsart") - @XmlSchemaType(name = "string") - protected AntragsartType antragsart; - @XmlElement(name = "Personen", required = true) - protected List personen; - @XmlElement(name = "Versicherungsnehmer") - @XmlSchemaType(name = "unsignedShort") - protected int versicherungsnehmer; - @XmlElement(name = "AbweichenderPraemienzahler") - @XmlSchemaType(name = "unsignedShort") - protected Integer abweichenderPraemienzahler; - @XmlElement(name = "WeitereVersicherungsnehmer", type = Integer.class) - @XmlSchemaType(name = "unsignedShort") - protected List weitereVersicherungsnehmer; - @XmlElement(name = "WeitereVertragspersonen") - protected List weitereVertragspersonen; - @XmlElement(name = "AbgelehnteRisiken") - protected AbgelehnteRisikenType abgelehnteRisiken; - @XmlElement(name = "Vorversicherungen") - protected VorversicherungenType vorversicherungen; - @XmlElement(name = "Zahlungsdaten", required = true) - protected ZahlungsdatenType zahlungsdaten; - @XmlElement(name = "Sepa") - @XmlSchemaType(name = "unsignedByte") - protected Short sepa; - @XmlElement(name = "Polizzenversand") - @XmlSchemaType(name = "string") - protected PolizzenversandType polizzenversand; - @XmlElement(name = "Datenschutzbestimmungen", required = true) - protected DatenverwendungType datenschutzbestimmungen; - @XmlElement(name = "Kontierung") - protected List kontierung; - @XmlElement(name = "Ersatzpolizzennummer") - protected ErsatzpolizzenType ersatzpolizzennummer; - @XmlElement(name = "ZusendungWeitereDokumente") - protected List zusendungWeitereDokumente; - @XmlElement(name = "ZusaetzlicheAntragsdaten") - protected List zusaetzlicheAntragsdaten; - - /** - * Ruft den Wert der antragsart-Eigenschaft ab. - * - * @return - * possible object is - * {@link AntragsartType } - * - */ - public AntragsartType getAntragsart() { - return antragsart; - } - - /** - * Legt den Wert der antragsart-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AntragsartType } - * - */ - public void setAntragsart(AntragsartType value) { - this.antragsart = value; - } - - /** - * Gets the value of the personen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the personen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link BeteiligtePersonVertragType } - * - * - */ - public List getPersonen() { - if (personen == null) { - personen = new ArrayList(); - } - return this.personen; - } - - /** - * Ruft den Wert der versicherungsnehmer-Eigenschaft ab. - * - */ - public int getVersicherungsnehmer() { - return versicherungsnehmer; - } - - /** - * Legt den Wert der versicherungsnehmer-Eigenschaft fest. - * - */ - public void setVersicherungsnehmer(int value) { - this.versicherungsnehmer = value; - } - - /** - * Ruft den Wert der abweichenderPraemienzahler-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getAbweichenderPraemienzahler() { - return abweichenderPraemienzahler; - } - - /** - * Legt den Wert der abweichenderPraemienzahler-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setAbweichenderPraemienzahler(Integer value) { - this.abweichenderPraemienzahler = value; - } - - /** - * Gets the value of the weitereVersicherungsnehmer property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the weitereVersicherungsnehmer property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Integer } - * - * - */ - public List getWeitereVersicherungsnehmer() { - if (weitereVersicherungsnehmer == null) { - weitereVersicherungsnehmer = new ArrayList(); - } - return this.weitereVersicherungsnehmer; - } - - /** - * Gets the value of the weitereVertragspersonen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the weitereVertragspersonen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link VertragspersonType } - * - * - */ - public List getWeitereVertragspersonen() { - if (weitereVertragspersonen == null) { - weitereVertragspersonen = new ArrayList(); - } - return this.weitereVertragspersonen; - } - - /** - * Ruft den Wert der abgelehnteRisiken-Eigenschaft ab. - * - * @return - * possible object is - * {@link AbgelehnteRisikenType } - * - */ - public AbgelehnteRisikenType getAbgelehnteRisiken() { - return abgelehnteRisiken; - } - - /** - * Legt den Wert der abgelehnteRisiken-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AbgelehnteRisikenType } - * - */ - public void setAbgelehnteRisiken(AbgelehnteRisikenType value) { - this.abgelehnteRisiken = value; - } - - /** - * Ruft den Wert der vorversicherungen-Eigenschaft ab. - * - * @return - * possible object is - * {@link VorversicherungenType } - * - */ - public VorversicherungenType getVorversicherungen() { - return vorversicherungen; - } - - /** - * Legt den Wert der vorversicherungen-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VorversicherungenType } - * - */ - public void setVorversicherungen(VorversicherungenType value) { - this.vorversicherungen = value; - } - - /** - * Ruft den Wert der zahlungsdaten-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZahlungsdatenType } - * - */ - public ZahlungsdatenType getZahlungsdaten() { - return zahlungsdaten; - } - - /** - * Legt den Wert der zahlungsdaten-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZahlungsdatenType } - * - */ - public void setZahlungsdaten(ZahlungsdatenType value) { - this.zahlungsdaten = value; - } - - /** - * Ruft den Wert der sepa-Eigenschaft ab. - * - * @return - * possible object is - * {@link Short } - * - */ - public Short getSepa() { - return sepa; - } - - /** - * Legt den Wert der sepa-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Short } - * - */ - public void setSepa(Short value) { - this.sepa = value; - } - - /** - * Ruft den Wert der polizzenversand-Eigenschaft ab. - * - * @return - * possible object is - * {@link PolizzenversandType } - * - */ - public PolizzenversandType getPolizzenversand() { - return polizzenversand; - } - - /** - * Legt den Wert der polizzenversand-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PolizzenversandType } - * - */ - public void setPolizzenversand(PolizzenversandType value) { - this.polizzenversand = value; - } - - /** - * Ruft den Wert der datenschutzbestimmungen-Eigenschaft ab. - * - * @return - * possible object is - * {@link DatenverwendungType } - * - */ - public DatenverwendungType getDatenschutzbestimmungen() { - return datenschutzbestimmungen; - } - - /** - * Legt den Wert der datenschutzbestimmungen-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DatenverwendungType } - * - */ - public void setDatenschutzbestimmungen(DatenverwendungType value) { - this.datenschutzbestimmungen = value; - } - - /** - * Gets the value of the kontierung property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the kontierung property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link KontierungType } - * - * - */ - public List getKontierung() { - if (kontierung == null) { - kontierung = new ArrayList(); - } - return this.kontierung; - } - - /** - * Ruft den Wert der ersatzpolizzennummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ErsatzpolizzenType } - * - */ - public ErsatzpolizzenType getErsatzpolizzennummer() { - return ersatzpolizzennummer; - } - - /** - * Legt den Wert der ersatzpolizzennummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ErsatzpolizzenType } - * - */ - public void setErsatzpolizzennummer(ErsatzpolizzenType value) { - this.ersatzpolizzennummer = value; - } - - /** - * Gets the value of the zusendungWeitereDokumente property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusendungWeitereDokumente property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getZusendungWeitereDokumente() { - if (zusendungWeitereDokumente == null) { - zusendungWeitereDokumente = new ArrayList(); - } - return this.zusendungWeitereDokumente; - } - - /** - * Gets the value of the zusaetzlicheAntragsdaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusaetzlicheAntragsdaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheAntragsdatenType } - * - * - */ - public List getZusaetzlicheAntragsdaten() { - if (zusaetzlicheAntragsdaten == null) { - zusaetzlicheAntragsdaten = new ArrayList(); - } - return this.zusaetzlicheAntragsdaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezAntragPersonenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezAntragPersonenType.java deleted file mode 100644 index 519a116f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezAntragPersonenType.java +++ /dev/null @@ -1,159 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.FATCAType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.GMSGType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.PEPType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.TreuhaenderfrageType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SpezAntragLebenType; - - -/** - * Abstrakter Basistyp für Antrag in der Personenversicherung, der bei Request und bei Response gleich ist - * - *

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

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

- * <complexType name="SpezAntragPersonen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
- *       <sequence>
- *         <element name="FATCA" type="{urn:omds3CommonServiceTypes-1-1-0}FATCA_Type" minOccurs="0"/>
- *         <element name="GSGM" type="{urn:omds3CommonServiceTypes-1-1-0}GMSG_Type" minOccurs="0"/>
- *         <element name="PEP" type="{urn:omds3CommonServiceTypes-1-1-0}PEP_Type"/>
- *         <element name="Treuhaenderfrage" type="{urn:omds3CommonServiceTypes-1-1-0}Treuhaenderfrage_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezAntragPersonen_Type", propOrder = { - "fatca", - "gsgm", - "pep", - "treuhaenderfrage" -}) -@XmlSeeAlso({ - SpezAntragLebenType.class -}) -public abstract class SpezAntragPersonenType - extends SpezAntragType -{ - - @XmlElement(name = "FATCA") - protected FATCAType fatca; - @XmlElement(name = "GSGM") - protected GMSGType gsgm; - @XmlElement(name = "PEP", required = true) - protected PEPType pep; - @XmlElement(name = "Treuhaenderfrage", required = true) - protected TreuhaenderfrageType treuhaenderfrage; - - /** - * Ruft den Wert der fatca-Eigenschaft ab. - * - * @return - * possible object is - * {@link FATCAType } - * - */ - public FATCAType getFATCA() { - return fatca; - } - - /** - * Legt den Wert der fatca-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link FATCAType } - * - */ - public void setFATCA(FATCAType value) { - this.fatca = value; - } - - /** - * Ruft den Wert der gsgm-Eigenschaft ab. - * - * @return - * possible object is - * {@link GMSGType } - * - */ - public GMSGType getGSGM() { - return gsgm; - } - - /** - * Legt den Wert der gsgm-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link GMSGType } - * - */ - public void setGSGM(GMSGType value) { - this.gsgm = value; - } - - /** - * Ruft den Wert der pep-Eigenschaft ab. - * - * @return - * possible object is - * {@link PEPType } - * - */ - public PEPType getPEP() { - return pep; - } - - /** - * Legt den Wert der pep-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PEPType } - * - */ - public void setPEP(PEPType value) { - this.pep = value; - } - - /** - * Ruft den Wert der treuhaenderfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link TreuhaenderfrageType } - * - */ - public TreuhaenderfrageType getTreuhaenderfrage() { - return treuhaenderfrage; - } - - /** - * Legt den Wert der treuhaenderfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link TreuhaenderfrageType } - * - */ - public void setTreuhaenderfrage(TreuhaenderfrageType value) { - this.treuhaenderfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezAntragType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezAntragType.java deleted file mode 100644 index 0fdcf9c3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezAntragType.java +++ /dev/null @@ -1,116 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.EinwilligungType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.SicherstellungType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.AntragSachPrivatType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SpezAntragUnfallType; - - -/** - * Abstrakter Typ für Antrag, welcher auf SpezAntragBasis_Type ergänzt und der bei Request und bei Response gleich ist - * - *

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

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

- * <complexType name="SpezAntrag_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntragBasis_Type">
- *       <sequence>
- *         <element name="Sicherstellungen" type="{urn:omds3CommonServiceTypes-1-1-0}Sicherstellung_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Einwilligungen" type="{urn:omds3CommonServiceTypes-1-1-0}Einwilligung_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezAntrag_Type", propOrder = { - "sicherstellungen", - "einwilligungen" -}) -@XmlSeeAlso({ - SpezAntragUnfallType.class, - SpezAntragPersonenType.class, - AntragSachPrivatType.class -}) -public abstract class SpezAntragType - extends SpezAntragBasisType -{ - - @XmlElement(name = "Sicherstellungen") - protected List sicherstellungen; - @XmlElement(name = "Einwilligungen") - protected List einwilligungen; - - /** - * Gets the value of the sicherstellungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the sicherstellungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link SicherstellungType } - * - * - */ - public List getSicherstellungen() { - if (sicherstellungen == null) { - sicherstellungen = new ArrayList(); - } - return this.sicherstellungen; - } - - /** - * Gets the value of the einwilligungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the einwilligungen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link EinwilligungType } - * - * - */ - public List getEinwilligungen() { - if (einwilligungen == null) { - einwilligungen = new ArrayList(); - } - return this.einwilligungen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezBerechnungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezBerechnungType.java deleted file mode 100644 index ef200dd4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezBerechnungType.java +++ /dev/null @@ -1,83 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.BeteiligtePersonVertragType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SpezBerechnungKfzType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SpezBerechnungLebenType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.BerechnungSachPrivatType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SpezBerechnungUnfallType; - - -/** - * Abstrakter Basistyp Berechnung, der bei Request und bei Response gleich ist - * - *

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

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

- * <complexType name="SpezBerechnung_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Personen" type="{urn:omds3CommonServiceTypes-1-1-0}BeteiligtePersonVertrag_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezBerechnung_Type", propOrder = { - "personen" -}) -@XmlSeeAlso({ - SpezBerechnungUnfallType.class, - SpezBerechnungLebenType.class, - BerechnungSachPrivatType.class, - SpezBerechnungKfzType.class -}) -public abstract class SpezBerechnungType { - - @XmlElement(name = "Personen") - protected List personen; - - /** - * Gets the value of the personen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the personen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link BeteiligtePersonVertragType } - * - * - */ - public List getPersonen() { - if (personen == null) { - personen = new ArrayList(); - } - return this.personen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezOffertType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezOffertType.java deleted file mode 100644 index 282e60b1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezOffertType.java +++ /dev/null @@ -1,134 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.BeteiligtePersonVertragType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SpezOffertKfzType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SpezOffertLebenType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.OffertSachPrivatType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SpezOffertUnfallType; - - -/** - * Abstrakter Basistyp Offert, der bei Request und Response gleich ist - * - *

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

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

- * <complexType name="SpezOffert_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Offertnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- *         <element name="Personen" type="{urn:omds3CommonServiceTypes-1-1-0}BeteiligtePersonVertrag_Type" maxOccurs="unbounded"/>
- *         <element name="Versicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezOffert_Type", propOrder = { - "offertnummer", - "personen", - "versicherungsnehmer" -}) -@XmlSeeAlso({ - SpezOffertUnfallType.class, - SpezOffertLebenType.class, - OffertSachPrivatType.class, - SpezOffertKfzType.class -}) -public abstract class SpezOffertType { - - @XmlElement(name = "Offertnummer") - protected ObjektIdType offertnummer; - @XmlElement(name = "Personen", required = true) - protected List personen; - @XmlElement(name = "Versicherungsnehmer") - @XmlSchemaType(name = "unsignedShort") - protected int versicherungsnehmer; - - /** - * Ruft den Wert der offertnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getOffertnummer() { - return offertnummer; - } - - /** - * Legt den Wert der offertnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setOffertnummer(ObjektIdType value) { - this.offertnummer = value; - } - - /** - * Gets the value of the personen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the personen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link BeteiligtePersonVertragType } - * - * - */ - public List getPersonen() { - if (personen == null) { - personen = new ArrayList(); - } - return this.personen; - } - - /** - * Ruft den Wert der versicherungsnehmer-Eigenschaft ab. - * - */ - public int getVersicherungsnehmer() { - return versicherungsnehmer; - } - - /** - * Legt den Wert der versicherungsnehmer-Eigenschaft fest. - * - */ - public void setVersicherungsnehmer(int value) { - this.versicherungsnehmer = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezVertragType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezVertragType.java deleted file mode 100644 index 1982c91c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SpezVertragType.java +++ /dev/null @@ -1,321 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.BeteiligtePersonVertragType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.KontierungType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VertragspersonType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ZahlungsdatenType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SpezVertragKfzType; - - -/** - * Abstrakter Basistyp für Vertrag - * - *

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

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

- * <complexType name="SpezVertrag_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Personen" type="{urn:omds3CommonServiceTypes-1-1-0}BeteiligtePersonVertrag_Type" maxOccurs="unbounded"/>
- *         <element name="Versicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- *         <element name="AbweichenderPraemienzahler" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *         <element name="WeitereVersicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="WeitereVertragspersonen" type="{urn:omds3CommonServiceTypes-1-1-0}Vertragsperson_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Zahlungsdaten" type="{urn:omds3CommonServiceTypes-1-1-0}Zahlungsdaten_Type"/>
- *         <element name="Sepa" type="{urn:omds3CommonServiceTypes-1-1-0}SepaCd_Type" minOccurs="0"/>
- *         <element name="Kontierung" type="{urn:omds3CommonServiceTypes-1-1-0}Kontierung_Type" maxOccurs="3" minOccurs="0"/>
- *         <element name="ZusaetzlicheVertragsdaten" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}ZusaetzlicheVertragsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezVertrag_Type", propOrder = { - "personen", - "versicherungsnehmer", - "abweichenderPraemienzahler", - "weitereVersicherungsnehmer", - "weitereVertragspersonen", - "zahlungsdaten", - "sepa", - "kontierung", - "zusaetzlicheVertragsdaten" -}) -@XmlSeeAlso({ - SpezVertragKfzType.class -}) -public abstract class SpezVertragType { - - @XmlElement(name = "Personen", required = true) - protected List personen; - @XmlElement(name = "Versicherungsnehmer") - @XmlSchemaType(name = "unsignedShort") - protected int versicherungsnehmer; - @XmlElement(name = "AbweichenderPraemienzahler") - @XmlSchemaType(name = "unsignedShort") - protected Integer abweichenderPraemienzahler; - @XmlElement(name = "WeitereVersicherungsnehmer", type = Integer.class) - @XmlSchemaType(name = "unsignedShort") - protected List weitereVersicherungsnehmer; - @XmlElement(name = "WeitereVertragspersonen") - protected List weitereVertragspersonen; - @XmlElement(name = "Zahlungsdaten", required = true) - protected ZahlungsdatenType zahlungsdaten; - @XmlElement(name = "Sepa") - @XmlSchemaType(name = "unsignedByte") - protected Short sepa; - @XmlElement(name = "Kontierung") - protected List kontierung; - @XmlElement(name = "ZusaetzlicheVertragsdaten") - protected List zusaetzlicheVertragsdaten; - - /** - * Gets the value of the personen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the personen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link BeteiligtePersonVertragType } - * - * - */ - public List getPersonen() { - if (personen == null) { - personen = new ArrayList(); - } - return this.personen; - } - - /** - * Ruft den Wert der versicherungsnehmer-Eigenschaft ab. - * - */ - public int getVersicherungsnehmer() { - return versicherungsnehmer; - } - - /** - * Legt den Wert der versicherungsnehmer-Eigenschaft fest. - * - */ - public void setVersicherungsnehmer(int value) { - this.versicherungsnehmer = value; - } - - /** - * Ruft den Wert der abweichenderPraemienzahler-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getAbweichenderPraemienzahler() { - return abweichenderPraemienzahler; - } - - /** - * Legt den Wert der abweichenderPraemienzahler-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setAbweichenderPraemienzahler(Integer value) { - this.abweichenderPraemienzahler = value; - } - - /** - * Gets the value of the weitereVersicherungsnehmer property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the weitereVersicherungsnehmer property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Integer } - * - * - */ - public List getWeitereVersicherungsnehmer() { - if (weitereVersicherungsnehmer == null) { - weitereVersicherungsnehmer = new ArrayList(); - } - return this.weitereVersicherungsnehmer; - } - - /** - * Gets the value of the weitereVertragspersonen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the weitereVertragspersonen property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link VertragspersonType } - * - * - */ - public List getWeitereVertragspersonen() { - if (weitereVertragspersonen == null) { - weitereVertragspersonen = new ArrayList(); - } - return this.weitereVertragspersonen; - } - - /** - * Ruft den Wert der zahlungsdaten-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZahlungsdatenType } - * - */ - public ZahlungsdatenType getZahlungsdaten() { - return zahlungsdaten; - } - - /** - * Legt den Wert der zahlungsdaten-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZahlungsdatenType } - * - */ - public void setZahlungsdaten(ZahlungsdatenType value) { - this.zahlungsdaten = value; - } - - /** - * Ruft den Wert der sepa-Eigenschaft ab. - * - * @return - * possible object is - * {@link Short } - * - */ - public Short getSepa() { - return sepa; - } - - /** - * Legt den Wert der sepa-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Short } - * - */ - public void setSepa(Short value) { - this.sepa = value; - } - - /** - * Gets the value of the kontierung property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the kontierung property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link KontierungType } - * - * - */ - public List getKontierung() { - if (kontierung == null) { - kontierung = new ArrayList(); - } - return this.kontierung; - } - - /** - * Gets the value of the zusaetzlicheVertragsdaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusaetzlicheVertragsdaten property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheVertragsdatenType } - * - * - */ - public List getZusaetzlicheVertragsdaten() { - if (zusaetzlicheVertragsdaten == null) { - zusaetzlicheVertragsdaten = new ArrayList(); - } - return this.zusaetzlicheVertragsdaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SubmitApplicationRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SubmitApplicationRequestGenType.java deleted file mode 100644 index 345e4ecd..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SubmitApplicationRequestGenType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallRequestType; - - -/** - * Abstrakter Request der Antragsüberleitung mit generischen Produktbausteinen - * - *

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

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

- * <complexType name="SubmitApplicationRequestGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequest_Type">
- *       <sequence>
- *         <element name="Produktmetadaten" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationRequestGen_Type", propOrder = { - "produktmetadaten" -}) -@XmlSeeAlso({ - SubmitApplicationUnfallRequestType.class, - SubmitApplicationLebenRequestType.class, - SubmitApplicationSachPrivatRequestType.class -}) -public abstract class SubmitApplicationRequestGenType - extends SubmitApplicationRequestType -{ - - @XmlElement(name = "Produktmetadaten") - protected boolean produktmetadaten; - - /** - * Ruft den Wert der produktmetadaten-Eigenschaft ab. - * - */ - public boolean isProduktmetadaten() { - return produktmetadaten; - } - - /** - * Legt den Wert der produktmetadaten-Eigenschaft fest. - * - */ - public void setProduktmetadaten(boolean value) { - this.produktmetadaten = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SubmitApplicationRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SubmitApplicationRequestType.java deleted file mode 100644 index d7a7f12a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SubmitApplicationRequestType.java +++ /dev/null @@ -1,143 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.DateianhangType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ProzessDokumentType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzRequestType; - - -/** - * Abstrakter Request für die Antragsüberleitung - * - *

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

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

- * <complexType name="SubmitApplicationRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOAProcessRequest_Type">
- *       <sequence>
- *         <element name="Dateianhaenge" type="{urn:omds3CommonServiceTypes-1-1-0}Dateianhang_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}ProzessDokument_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Antragsnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationRequest_Type", propOrder = { - "dateianhaenge", - "dokumente", - "antragsnummer" -}) -@XmlSeeAlso({ - SubmitApplicationRequestGenType.class, - SubmitApplicationKfzRequestType.class -}) -public abstract class SubmitApplicationRequestType - extends BOAProcessRequestType -{ - - @XmlElement(name = "Dateianhaenge") - protected List dateianhaenge; - @XmlElement(name = "Dokumente") - protected List dokumente; - @XmlElement(name = "Antragsnummer") - protected ObjektIdType antragsnummer; - - /** - * Gets the value of the dateianhaenge property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the dateianhaenge property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link DateianhangType } - * - * - */ - public List getDateianhaenge() { - if (dateianhaenge == null) { - dateianhaenge = new ArrayList(); - } - return this.dateianhaenge; - } - - /** - * Gets the value of the dokumente property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the dokumente property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ProzessDokumentType } - * - * - */ - public List getDokumente() { - if (dokumente == null) { - dokumente = new ArrayList(); - } - return this.dokumente; - } - - /** - * Ruft den Wert der antragsnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getAntragsnummer() { - return antragsnummer; - } - - /** - * Legt den Wert der antragsnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setAntragsnummer(ObjektIdType value) { - this.antragsnummer = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SubmitApplicationResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SubmitApplicationResponseGenType.java deleted file mode 100644 index 9cc429f1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SubmitApplicationResponseGenType.java +++ /dev/null @@ -1,43 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallResponseType; - - -/** - * Abstrakter Response der Antragsüberleitung - * - *

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

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

- * <complexType name="SubmitApplicationResponseGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponse_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationResponseGen_Type") -@XmlSeeAlso({ - SubmitApplicationUnfallResponseType.class, - SubmitApplicationLebenResponseType.class, - SubmitApplicationSachPrivatResponseType.class -}) -public abstract class SubmitApplicationResponseGenType - extends SubmitApplicationResponseType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SubmitApplicationResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SubmitApplicationResponseType.java deleted file mode 100644 index 79f643eb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/SubmitApplicationResponseType.java +++ /dev/null @@ -1,163 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.DokumentInfoType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ProzessDokumentBasisType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzResponseType; - - -/** - * Abstrakter Response der Antragsüberleitung - * - *

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

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SubmitApplicationResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOAProcessResponse_Type">
- *       <sequence>
- *         <element name="Antragstatus" type="{urn:omds3CommonServiceTypes-1-1-0}SubmitApplicationStatus_Type"/>
- *         <element name="Antragsnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
- *         <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="DokumenteAnforderungen" type="{urn:omds3CommonServiceTypes-1-1-0}ProzessDokumentBasis_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationResponse_Type", propOrder = { - "antragstatus", - "antragsnummer", - "dokumente", - "dokumenteAnforderungen" -}) -@XmlSeeAlso({ - SubmitApplicationResponseGenType.class, - SubmitApplicationKfzResponseType.class -}) -public abstract class SubmitApplicationResponseType - extends BOAProcessResponseType -{ - - @XmlElement(name = "Antragstatus") - protected int antragstatus; - @XmlElement(name = "Antragsnummer", required = true) - protected ObjektIdType antragsnummer; - @XmlElement(name = "Dokumente") - protected List dokumente; - @XmlElement(name = "DokumenteAnforderungen") - protected List dokumenteAnforderungen; - - /** - * Ruft den Wert der antragstatus-Eigenschaft ab. - * - */ - public int getAntragstatus() { - return antragstatus; - } - - /** - * Legt den Wert der antragstatus-Eigenschaft fest. - * - */ - public void setAntragstatus(int value) { - this.antragstatus = value; - } - - /** - * Ruft den Wert der antragsnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getAntragsnummer() { - return antragsnummer; - } - - /** - * Legt den Wert der antragsnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setAntragsnummer(ObjektIdType value) { - this.antragsnummer = value; - } - - /** - * Gets the value of the dokumente property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the dokumente property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDokumente().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link DokumentInfoType } - * - * - */ - public List getDokumente() { - if (dokumente == null) { - dokumente = new ArrayList(); - } - return this.dokumente; - } - - /** - * Gets the value of the dokumenteAnforderungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the dokumenteAnforderungen property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDokumenteAnforderungen().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ProzessDokumentBasisType } - * - * - */ - public List getDokumenteAnforderungen() { - if (dokumenteAnforderungen == null) { - dokumenteAnforderungen = new ArrayList(); - } - return this.dokumenteAnforderungen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/ZusaetzlicheAntragsdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/ZusaetzlicheAntragsdatenType.java deleted file mode 100644 index 35a71f93..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/ZusaetzlicheAntragsdatenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ fuer die Erweiterung des Antrags um Elemente, die nicht im Standard enthalten sind - * - *

Java-Klasse für ZusaetzlicheAntragsdaten_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheAntragsdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheAntragsdaten_Type") -public abstract class ZusaetzlicheAntragsdatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/ZusaetzlicheVertragsdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/ZusaetzlicheVertragsdatenType.java deleted file mode 100644 index 06ee3c8d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/ZusaetzlicheVertragsdatenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ fuer die Erweiterung des Vertrags um Elemente, die nicht im Standard enthalten sind - * - *

Java-Klasse für ZusaetzlicheVertragsdaten_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheVertragsdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheVertragsdaten_Type") -public abstract class ZusaetzlicheVertragsdatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/package-info.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/package-info.java deleted file mode 100644 index d95cefc7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/common/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common; diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ArtBesichtigungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ArtBesichtigungType.java deleted file mode 100644 index 272605a1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ArtBesichtigungType.java +++ /dev/null @@ -1,56 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für ArtBesichtigung_Type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - *

- * <simpleType name="ArtBesichtigung_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="Besichtigung durch Betreuer"/>
- *     <enumeration value="Kaufvertrag Markenhaendler mit Beschreibung"/>
- *     <enumeration value="Besichtigung durch ARBOE, OEAMTC"/>
- *     <enumeration value="Nachbesichtigung"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "ArtBesichtigung_Type") -@XmlEnum -public enum ArtBesichtigungType { - - @XmlEnumValue("Besichtigung durch Betreuer") - BESICHTIGUNG_DURCH_BETREUER("Besichtigung durch Betreuer"), - @XmlEnumValue("Kaufvertrag Markenhaendler mit Beschreibung") - KAUFVERTRAG_MARKENHAENDLER_MIT_BESCHREIBUNG("Kaufvertrag Markenhaendler mit Beschreibung"), - @XmlEnumValue("Besichtigung durch ARBOE, OEAMTC") - BESICHTIGUNG_DURCH_ARBOE_OEAMTC("Besichtigung durch ARBOE, OEAMTC"), - @XmlEnumValue("Nachbesichtigung") - NACHBESICHTIGUNG("Nachbesichtigung"); - private final String value; - - ArtBesichtigungType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static ArtBesichtigungType fromValue(String v) { - for (ArtBesichtigungType c: ArtBesichtigungType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/AssistanceKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/AssistanceKfzType.java deleted file mode 100644 index 284e85dc..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/AssistanceKfzType.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für das Elementarprodukt KFZ-Assistance - * - *

Java-Klasse für AssistanceKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="AssistanceKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ElementarproduktKfz_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AssistanceKfz_Type") -public class AssistanceKfzType - extends ElementarproduktKfzType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CalculateKfzRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CalculateKfzRequestType.java deleted file mode 100644 index 901b6d52..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CalculateKfzRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CalculateRequestType; - - -/** - * Typ des Requestobjekts für eine Kfz-Berechnung - * - *

Java-Klasse für CalculateKfzRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CalculateKfzRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequest_Type">
- *       <sequence>
- *         <element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}SpezBerechnungKfz_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateKfzRequest_Type", propOrder = { - "berechnungsanfrage" -}) -public class CalculateKfzRequestType - extends CalculateRequestType -{ - - @XmlElement(name = "Berechnungsanfrage", required = true) - protected SpezBerechnungKfzType berechnungsanfrage; - - /** - * Ruft den Wert der berechnungsanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezBerechnungKfzType } - * - */ - public SpezBerechnungKfzType getBerechnungsanfrage() { - return berechnungsanfrage; - } - - /** - * Legt den Wert der berechnungsanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezBerechnungKfzType } - * - */ - public void setBerechnungsanfrage(SpezBerechnungKfzType value) { - this.berechnungsanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CalculateKfzResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CalculateKfzResponseType.java deleted file mode 100644 index a0e92564..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CalculateKfzResponseType.java +++ /dev/null @@ -1,95 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CalculateResponseType; - - -/** - * Typ des Responseobjekts für eine Kfz-Berechnung - * - *

Java-Klasse für CalculateKfzResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CalculateKfzResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponse_Type">
- *       <sequence>
- *         <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}SpezBerechnungKfz_Type" minOccurs="0"/>
- *         <element name="ResponseUpselling" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}UpsellingKfzResponse_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateKfzResponse_Type", propOrder = { - "berechnungsantwort", - "responseUpselling" -}) -public class CalculateKfzResponseType - extends CalculateResponseType -{ - - @XmlElement(name = "Berechnungsantwort") - protected SpezBerechnungKfzType berechnungsantwort; - @XmlElement(name = "ResponseUpselling") - protected UpsellingKfzResponseType responseUpselling; - - /** - * Ruft den Wert der berechnungsantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezBerechnungKfzType } - * - */ - public SpezBerechnungKfzType getBerechnungsantwort() { - return berechnungsantwort; - } - - /** - * Legt den Wert der berechnungsantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezBerechnungKfzType } - * - */ - public void setBerechnungsantwort(SpezBerechnungKfzType value) { - this.berechnungsantwort = value; - } - - /** - * Ruft den Wert der responseUpselling-Eigenschaft ab. - * - * @return - * possible object is - * {@link UpsellingKfzResponseType } - * - */ - public UpsellingKfzResponseType getResponseUpselling() { - return responseUpselling; - } - - /** - * Legt den Wert der responseUpselling-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link UpsellingKfzResponseType } - * - */ - public void setResponseUpselling(UpsellingKfzResponseType value) { - this.responseUpselling = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CreateApplicationKfzRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CreateApplicationKfzRequestType.java deleted file mode 100644 index dc28cc07..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CreateApplicationKfzRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateApplicationRequestType; - - -/** - * Typ des Requestobjekts für die Erzeugung eines Kfz-Antrags - * - *

Java-Klasse für CreateApplicationKfzRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateApplicationKfzRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequest_Type">
- *       <sequence>
- *         <element name="Antraganfrage" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}SpezAntragKfz_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationKfzRequest_Type", propOrder = { - "antraganfrage" -}) -public class CreateApplicationKfzRequestType - extends CreateApplicationRequestType -{ - - @XmlElement(name = "Antraganfrage", required = true) - protected SpezAntragKfzType antraganfrage; - - /** - * Ruft den Wert der antraganfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezAntragKfzType } - * - */ - public SpezAntragKfzType getAntraganfrage() { - return antraganfrage; - } - - /** - * Legt den Wert der antraganfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezAntragKfzType } - * - */ - public void setAntraganfrage(SpezAntragKfzType value) { - this.antraganfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CreateApplicationKfzResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CreateApplicationKfzResponseType.java deleted file mode 100644 index adfb75ab..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CreateApplicationKfzResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateApplicationResponseType; - - -/** - * Typ des Responseobjekts für die Erzeugung eines Kfz-Antrags - * - *

Java-Klasse für CreateApplicationKfzResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateApplicationKfzResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponse_Type">
- *       <sequence>
- *         <element name="Antragantwort" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}SpezAntragKfz_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationKfzResponse_Type", propOrder = { - "antragantwort" -}) -public class CreateApplicationKfzResponseType - extends CreateApplicationResponseType -{ - - @XmlElement(name = "Antragantwort") - protected SpezAntragKfzType antragantwort; - - /** - * Ruft den Wert der antragantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezAntragKfzType } - * - */ - public SpezAntragKfzType getAntragantwort() { - return antragantwort; - } - - /** - * Legt den Wert der antragantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezAntragKfzType } - * - */ - public void setAntragantwort(SpezAntragKfzType value) { - this.antragantwort = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CreateOfferKfzRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CreateOfferKfzRequestType.java deleted file mode 100644 index 66d50c64..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CreateOfferKfzRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateOfferRequestType; - - -/** - * Typ des Request für ein Kfz-Offert - * - *

Java-Klasse für CreateOfferKfzRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateOfferKfzRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequest_Type">
- *       <sequence>
- *         <element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}SpezOffertKfz_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferKfzRequest_Type", propOrder = { - "offertanfrage" -}) -public class CreateOfferKfzRequestType - extends CreateOfferRequestType -{ - - @XmlElement(name = "Offertanfrage", required = true) - protected SpezOffertKfzType offertanfrage; - - /** - * Ruft den Wert der offertanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezOffertKfzType } - * - */ - public SpezOffertKfzType getOffertanfrage() { - return offertanfrage; - } - - /** - * Legt den Wert der offertanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezOffertKfzType } - * - */ - public void setOffertanfrage(SpezOffertKfzType value) { - this.offertanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CreateOfferKfzResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CreateOfferKfzResponseType.java deleted file mode 100644 index 13e9e773..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/CreateOfferKfzResponseType.java +++ /dev/null @@ -1,100 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateOfferResponseType; - - -/** - * Typ des Response für ein Kfz-Offert - * - *

Java-Klasse für CreateOfferKfzResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateOfferKfzResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponse_Type">
- *       <sequence>
- *         <element name="Offertantwort" minOccurs="0">
- *           <complexType>
- *             <complexContent>
- *               <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}SpezOffertKfz_Type">
- *               </extension>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferKfzResponse_Type", propOrder = { - "offertantwort" -}) -public class CreateOfferKfzResponseType - extends CreateOfferResponseType -{ - - @XmlElement(name = "Offertantwort") - protected CreateOfferKfzResponseType.Offertantwort offertantwort; - - /** - * Ruft den Wert der offertantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link CreateOfferKfzResponseType.Offertantwort } - * - */ - public CreateOfferKfzResponseType.Offertantwort getOffertantwort() { - return offertantwort; - } - - /** - * Legt den Wert der offertantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link CreateOfferKfzResponseType.Offertantwort } - * - */ - public void setOffertantwort(CreateOfferKfzResponseType.Offertantwort value) { - this.offertantwort = value; - } - - - /** - *

Java-Klasse für anonymous complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

-     * <complexType>
-     *   <complexContent>
-     *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}SpezOffertKfz_Type">
-     *     </extension>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "") - public static class Offertantwort - extends SpezOffertKfzType - { - - - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ElementarproduktKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ElementarproduktKfzType.java deleted file mode 100644 index 2b9c7f79..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ElementarproduktKfzType.java +++ /dev/null @@ -1,103 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ElementarproduktType; - - -/** - * Abstrakte Basisklasse für KFZ-Elementarprodukte - * - *

Java-Klasse für ElementarproduktKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ElementarproduktKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Elementarprodukt_Type">
- *       <sequence>
- *         <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}FahrzeugRefLfdNr" minOccurs="0"/>
- *         <element name="LeasingVerbundUnternehmen" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ElementarproduktKfz_Type", propOrder = { - "fahrzeugRefLfdNr", - "leasingVerbundUnternehmen" -}) -@XmlSeeAlso({ - HaftpflichtKfzType.class, - KaskoKfzType.class, - InsassenUnfallKfzType.class, - LenkerUnfallKfzType.class, - AssistanceKfzType.class -}) -public abstract class ElementarproduktKfzType - extends ElementarproduktType -{ - - @XmlElement(name = "FahrzeugRefLfdNr") - protected String fahrzeugRefLfdNr; - @XmlElement(name = "LeasingVerbundUnternehmen") - protected Boolean leasingVerbundUnternehmen; - - /** - * Ruft den Wert der fahrzeugRefLfdNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFahrzeugRefLfdNr() { - return fahrzeugRefLfdNr; - } - - /** - * Legt den Wert der fahrzeugRefLfdNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFahrzeugRefLfdNr(String value) { - this.fahrzeugRefLfdNr = value; - } - - /** - * Ruft den Wert der leasingVerbundUnternehmen-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isLeasingVerbundUnternehmen() { - return leasingVerbundUnternehmen; - } - - /** - * Legt den Wert der leasingVerbundUnternehmen-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setLeasingVerbundUnternehmen(Boolean value) { - this.leasingVerbundUnternehmen = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/FzZustandBesichtigungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/FzZustandBesichtigungType.java deleted file mode 100644 index 1c81f588..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/FzZustandBesichtigungType.java +++ /dev/null @@ -1,295 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Ergebnisse einer Besichtigung - * - *

Java-Klasse für FzZustandBesichtigung_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="FzZustandBesichtigung_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="ZustandsberichtLiegtAlsFormularBei" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="ArtBesichtigung" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ArtBesichtigung_Type"/>
- *         <element name="SchaedenAnScheibenKleinglas" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}SchaedenAnScheibenKleinglas_Type" minOccurs="0"/>
- *         <element name="SchaedenAmFahrzeug" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}SchaedenAmFahrzeug_Type" minOccurs="0"/>
- *         <element name="KilometerLtBesichtigung" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
- *         <element name="Vorschaeden" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Besichtigungsort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Besichtigungsdatum" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="GrundFuerNachbesichtigung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "FzZustandBesichtigung_Type", propOrder = { - "zustandsberichtLiegtAlsFormularBei", - "artBesichtigung", - "schaedenAnScheibenKleinglas", - "schaedenAmFahrzeug", - "kilometerLtBesichtigung", - "vorschaeden", - "besichtigungsort", - "besichtigungsdatum", - "grundFuerNachbesichtigung" -}) -public class FzZustandBesichtigungType { - - @XmlElement(name = "ZustandsberichtLiegtAlsFormularBei") - protected Boolean zustandsberichtLiegtAlsFormularBei; - @XmlElement(name = "ArtBesichtigung", required = true) - @XmlSchemaType(name = "string") - protected ArtBesichtigungType artBesichtigung; - @XmlElement(name = "SchaedenAnScheibenKleinglas") - @XmlSchemaType(name = "string") - protected SchaedenAnScheibenKleinglasType schaedenAnScheibenKleinglas; - @XmlElement(name = "SchaedenAmFahrzeug") - @XmlSchemaType(name = "string") - protected SchaedenAmFahrzeugType schaedenAmFahrzeug; - @XmlElement(name = "KilometerLtBesichtigung") - protected BigInteger kilometerLtBesichtigung; - @XmlElement(name = "Vorschaeden") - protected String vorschaeden; - @XmlElement(name = "Besichtigungsort") - protected String besichtigungsort; - @XmlElement(name = "Besichtigungsdatum") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar besichtigungsdatum; - @XmlElement(name = "GrundFuerNachbesichtigung") - protected String grundFuerNachbesichtigung; - - /** - * Ruft den Wert der zustandsberichtLiegtAlsFormularBei-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isZustandsberichtLiegtAlsFormularBei() { - return zustandsberichtLiegtAlsFormularBei; - } - - /** - * Legt den Wert der zustandsberichtLiegtAlsFormularBei-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setZustandsberichtLiegtAlsFormularBei(Boolean value) { - this.zustandsberichtLiegtAlsFormularBei = value; - } - - /** - * Ruft den Wert der artBesichtigung-Eigenschaft ab. - * - * @return - * possible object is - * {@link ArtBesichtigungType } - * - */ - public ArtBesichtigungType getArtBesichtigung() { - return artBesichtigung; - } - - /** - * Legt den Wert der artBesichtigung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ArtBesichtigungType } - * - */ - public void setArtBesichtigung(ArtBesichtigungType value) { - this.artBesichtigung = value; - } - - /** - * Ruft den Wert der schaedenAnScheibenKleinglas-Eigenschaft ab. - * - * @return - * possible object is - * {@link SchaedenAnScheibenKleinglasType } - * - */ - public SchaedenAnScheibenKleinglasType getSchaedenAnScheibenKleinglas() { - return schaedenAnScheibenKleinglas; - } - - /** - * Legt den Wert der schaedenAnScheibenKleinglas-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SchaedenAnScheibenKleinglasType } - * - */ - public void setSchaedenAnScheibenKleinglas(SchaedenAnScheibenKleinglasType value) { - this.schaedenAnScheibenKleinglas = value; - } - - /** - * Ruft den Wert der schaedenAmFahrzeug-Eigenschaft ab. - * - * @return - * possible object is - * {@link SchaedenAmFahrzeugType } - * - */ - public SchaedenAmFahrzeugType getSchaedenAmFahrzeug() { - return schaedenAmFahrzeug; - } - - /** - * Legt den Wert der schaedenAmFahrzeug-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SchaedenAmFahrzeugType } - * - */ - public void setSchaedenAmFahrzeug(SchaedenAmFahrzeugType value) { - this.schaedenAmFahrzeug = value; - } - - /** - * Ruft den Wert der kilometerLtBesichtigung-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getKilometerLtBesichtigung() { - return kilometerLtBesichtigung; - } - - /** - * Legt den Wert der kilometerLtBesichtigung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setKilometerLtBesichtigung(BigInteger value) { - this.kilometerLtBesichtigung = value; - } - - /** - * Ruft den Wert der vorschaeden-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVorschaeden() { - return vorschaeden; - } - - /** - * Legt den Wert der vorschaeden-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVorschaeden(String value) { - this.vorschaeden = value; - } - - /** - * Ruft den Wert der besichtigungsort-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBesichtigungsort() { - return besichtigungsort; - } - - /** - * Legt den Wert der besichtigungsort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBesichtigungsort(String value) { - this.besichtigungsort = value; - } - - /** - * Ruft den Wert der besichtigungsdatum-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getBesichtigungsdatum() { - return besichtigungsdatum; - } - - /** - * Legt den Wert der besichtigungsdatum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setBesichtigungsdatum(XMLGregorianCalendar value) { - this.besichtigungsdatum = value; - } - - /** - * Ruft den Wert der grundFuerNachbesichtigung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGrundFuerNachbesichtigung() { - return grundFuerNachbesichtigung; - } - - /** - * Legt den Wert der grundFuerNachbesichtigung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGrundFuerNachbesichtigung(String value) { - this.grundFuerNachbesichtigung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/HaftpflichtKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/HaftpflichtKfzType.java deleted file mode 100644 index 626f6ade..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/HaftpflichtKfzType.java +++ /dev/null @@ -1,211 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.ELEinstufungType; -import at.vvo.omds.types.omds2Types.v2_14.ELVersicherungssummeType; - - -/** - * Typ für das Elementarprodukt KFZ-Haftpflicht - * - *

Java-Klasse für HaftpflichtKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="HaftpflichtKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ElementarproduktKfz_Type">
- *       <sequence>
- *         <element name="Art" type="{urn:omds20}VtgSparteCd_Type"/>
- *         <element ref="{urn:omds20}EL-Versicherungssumme"/>
- *         <element name="VarianteLeihwagen" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VarianteLeihwagen_Type"/>
- *         <element ref="{urn:omds20}EL-Einstufung"/>
- *         <element name="Zielpraemie" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="VDNummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "HaftpflichtKfz_Type", propOrder = { - "art", - "elVersicherungssumme", - "varianteLeihwagen", - "elEinstufung", - "zielpraemie", - "vdNummer" -}) -public class HaftpflichtKfzType - extends ElementarproduktKfzType -{ - - @XmlElement(name = "Art", required = true) - protected String art; - @XmlElement(name = "EL-Versicherungssumme", namespace = "urn:omds20", required = true) - protected ELVersicherungssummeType elVersicherungssumme; - @XmlElement(name = "VarianteLeihwagen", required = true) - @XmlSchemaType(name = "string") - protected VarianteLeihwagenType varianteLeihwagen; - @XmlElement(name = "EL-Einstufung", namespace = "urn:omds20", required = true) - protected ELEinstufungType elEinstufung; - @XmlElement(name = "Zielpraemie") - protected BigDecimal zielpraemie; - @XmlElement(name = "VDNummer") - protected String vdNummer; - - /** - * Ruft den Wert der art-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getArt() { - return art; - } - - /** - * Legt den Wert der art-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setArt(String value) { - this.art = value; - } - - /** - * Versicherungssumme Haftpflicht - * - * @return - * possible object is - * {@link ELVersicherungssummeType } - * - */ - public ELVersicherungssummeType getELVersicherungssumme() { - return elVersicherungssumme; - } - - /** - * Legt den Wert der elVersicherungssumme-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ELVersicherungssummeType } - * - */ - public void setELVersicherungssumme(ELVersicherungssummeType value) { - this.elVersicherungssumme = value; - } - - /** - * Ruft den Wert der varianteLeihwagen-Eigenschaft ab. - * - * @return - * possible object is - * {@link VarianteLeihwagenType } - * - */ - public VarianteLeihwagenType getVarianteLeihwagen() { - return varianteLeihwagen; - } - - /** - * Legt den Wert der varianteLeihwagen-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VarianteLeihwagenType } - * - */ - public void setVarianteLeihwagen(VarianteLeihwagenType value) { - this.varianteLeihwagen = value; - } - - /** - * Ruft den Wert der elEinstufung-Eigenschaft ab. - * - * @return - * possible object is - * {@link ELEinstufungType } - * - */ - public ELEinstufungType getELEinstufung() { - return elEinstufung; - } - - /** - * Legt den Wert der elEinstufung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ELEinstufungType } - * - */ - public void setELEinstufung(ELEinstufungType value) { - this.elEinstufung = value; - } - - /** - * Ruft den Wert der zielpraemie-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getZielpraemie() { - return zielpraemie; - } - - /** - * Legt den Wert der zielpraemie-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setZielpraemie(BigDecimal value) { - this.zielpraemie = value; - } - - /** - * Ruft den Wert der vdNummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVDNummer() { - return vdNummer; - } - - /** - * Legt den Wert der vdNummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVDNummer(String value) { - this.vdNummer = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/InsassenUnfallKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/InsassenUnfallKfzType.java deleted file mode 100644 index e7c05176..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/InsassenUnfallKfzType.java +++ /dev/null @@ -1,68 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für das Elementarprodukt KFZ-Insassenunfall - * - *

Java-Klasse für InsassenUnfallKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="InsassenUnfallKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ElementarproduktKfz_Type">
- *       <sequence>
- *         <element name="InsassenUnfallSystem" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}InsassenUnfallSystem_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InsassenUnfallKfz_Type", propOrder = { - "insassenUnfallSystem" -}) -public class InsassenUnfallKfzType - extends ElementarproduktKfzType -{ - - @XmlElement(name = "InsassenUnfallSystem", required = true) - @XmlSchemaType(name = "string") - protected InsassenUnfallSystemType insassenUnfallSystem; - - /** - * Ruft den Wert der insassenUnfallSystem-Eigenschaft ab. - * - * @return - * possible object is - * {@link InsassenUnfallSystemType } - * - */ - public InsassenUnfallSystemType getInsassenUnfallSystem() { - return insassenUnfallSystem; - } - - /** - * Legt den Wert der insassenUnfallSystem-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link InsassenUnfallSystemType } - * - */ - public void setInsassenUnfallSystem(InsassenUnfallSystemType value) { - this.insassenUnfallSystem = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/InsassenUnfallSystemType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/InsassenUnfallSystemType.java deleted file mode 100644 index a5b84f74..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/InsassenUnfallSystemType.java +++ /dev/null @@ -1,62 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für InsassenUnfallSystem_Type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - *

- * <simpleType name="InsassenUnfallSystem_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="Pauschalsystem"/>
- *     <enumeration value="Platzsystem1"/>
- *     <enumeration value="Platzsystem2"/>
- *     <enumeration value="Personensystem"/>
- *     <enumeration value="Lenkerunfallversicherung"/>
- *     <enumeration value="Aufsassenunfallversicherung"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "InsassenUnfallSystem_Type") -@XmlEnum -public enum InsassenUnfallSystemType { - - @XmlEnumValue("Pauschalsystem") - PAUSCHALSYSTEM("Pauschalsystem"), - @XmlEnumValue("Platzsystem1") - PLATZSYSTEM_1("Platzsystem1"), - @XmlEnumValue("Platzsystem2") - PLATZSYSTEM_2("Platzsystem2"), - @XmlEnumValue("Personensystem") - PERSONENSYSTEM("Personensystem"), - @XmlEnumValue("Lenkerunfallversicherung") - LENKERUNFALLVERSICHERUNG("Lenkerunfallversicherung"), - @XmlEnumValue("Aufsassenunfallversicherung") - AUFSASSENUNFALLVERSICHERUNG("Aufsassenunfallversicherung"); - private final String value; - - InsassenUnfallSystemType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static InsassenUnfallSystemType fromValue(String v) { - for (InsassenUnfallSystemType c: InsassenUnfallSystemType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/KaskoKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/KaskoKfzType.java deleted file mode 100644 index c6a57601..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/KaskoKfzType.java +++ /dev/null @@ -1,264 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.BezugsrechtType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VinkulierungType; - - -/** - * Abstrakter Basistyp für die Kasko-Elementarprodukte - * - *

Java-Klasse für KaskoKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="KaskoKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ElementarproduktKfz_Type">
- *       <sequence>
- *         <element name="Art" type="{urn:omds20}VtgSparteCd_Type"/>
- *         <element name="SelbstbehaltBisBetrag" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="KMLeistung" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
- *         <element name="VorsteuerAbzugBerechtigung" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="Vinkulierung" type="{urn:omds3CommonServiceTypes-1-1-0}Vinkulierung_Type" minOccurs="0"/>
- *         <element name="Bezugsrecht" type="{urn:omds3CommonServiceTypes-1-1-0}Bezugsrecht_Type" minOccurs="0"/>
- *         <element name="Zielpraemie" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="Eingeschraenkt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "KaskoKfz_Type", propOrder = { - "art", - "selbstbehaltBisBetrag", - "kmLeistung", - "vorsteuerAbzugBerechtigung", - "vinkulierung", - "bezugsrecht", - "zielpraemie", - "eingeschraenkt" -}) -@XmlSeeAlso({ - TeilkaskoKfzType.class, - VollkaskoKfzType.class -}) -public abstract class KaskoKfzType - extends ElementarproduktKfzType -{ - - @XmlElement(name = "Art", required = true) - protected String art; - @XmlElement(name = "SelbstbehaltBisBetrag") - protected BigDecimal selbstbehaltBisBetrag; - @XmlElement(name = "KMLeistung") - @XmlSchemaType(name = "unsignedInt") - protected Long kmLeistung; - @XmlElement(name = "VorsteuerAbzugBerechtigung") - protected boolean vorsteuerAbzugBerechtigung; - @XmlElement(name = "Vinkulierung") - protected VinkulierungType vinkulierung; - @XmlElement(name = "Bezugsrecht") - protected BezugsrechtType bezugsrecht; - @XmlElement(name = "Zielpraemie") - protected BigDecimal zielpraemie; - @XmlElement(name = "Eingeschraenkt", defaultValue = "0") - protected Boolean eingeschraenkt; - - /** - * Ruft den Wert der art-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getArt() { - return art; - } - - /** - * Legt den Wert der art-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setArt(String value) { - this.art = value; - } - - /** - * Ruft den Wert der selbstbehaltBisBetrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getSelbstbehaltBisBetrag() { - return selbstbehaltBisBetrag; - } - - /** - * Legt den Wert der selbstbehaltBisBetrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setSelbstbehaltBisBetrag(BigDecimal value) { - this.selbstbehaltBisBetrag = value; - } - - /** - * Ruft den Wert der kmLeistung-Eigenschaft ab. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getKMLeistung() { - return kmLeistung; - } - - /** - * Legt den Wert der kmLeistung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setKMLeistung(Long value) { - this.kmLeistung = value; - } - - /** - * Ruft den Wert der vorsteuerAbzugBerechtigung-Eigenschaft ab. - * - */ - public boolean isVorsteuerAbzugBerechtigung() { - return vorsteuerAbzugBerechtigung; - } - - /** - * Legt den Wert der vorsteuerAbzugBerechtigung-Eigenschaft fest. - * - */ - public void setVorsteuerAbzugBerechtigung(boolean value) { - this.vorsteuerAbzugBerechtigung = value; - } - - /** - * Ruft den Wert der vinkulierung-Eigenschaft ab. - * - * @return - * possible object is - * {@link VinkulierungType } - * - */ - public VinkulierungType getVinkulierung() { - return vinkulierung; - } - - /** - * Legt den Wert der vinkulierung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VinkulierungType } - * - */ - public void setVinkulierung(VinkulierungType value) { - this.vinkulierung = value; - } - - /** - * Ruft den Wert der bezugsrecht-Eigenschaft ab. - * - * @return - * possible object is - * {@link BezugsrechtType } - * - */ - public BezugsrechtType getBezugsrecht() { - return bezugsrecht; - } - - /** - * Legt den Wert der bezugsrecht-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BezugsrechtType } - * - */ - public void setBezugsrecht(BezugsrechtType value) { - this.bezugsrecht = value; - } - - /** - * Ruft den Wert der zielpraemie-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getZielpraemie() { - return zielpraemie; - } - - /** - * Legt den Wert der zielpraemie-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setZielpraemie(BigDecimal value) { - this.zielpraemie = value; - } - - /** - * Ruft den Wert der eingeschraenkt-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isEingeschraenkt() { - return eingeschraenkt; - } - - /** - * Legt den Wert der eingeschraenkt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setEingeschraenkt(Boolean value) { - this.eingeschraenkt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/LenkerUnfallKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/LenkerUnfallKfzType.java deleted file mode 100644 index 07d19064..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/LenkerUnfallKfzType.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für das Elementarprodukt KFZ-Lenkerunfall - * - *

Java-Klasse für LenkerUnfallKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="LenkerUnfallKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ElementarproduktKfz_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "LenkerUnfallKfz_Type") -public class LenkerUnfallKfzType - extends ElementarproduktKfzType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ObjectFactory.java deleted file mode 100644 index 92e87321..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ObjectFactory.java +++ /dev/null @@ -1,393 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _CalculateKfzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "CalculateKfzRequest"); - private final static QName _CalculateKfzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "CalculateKfzResponse"); - private final static QName _CreateOfferKfzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "CreateOfferKfzRequest"); - private final static QName _CreateOfferKfzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "CreateOfferKfzResponse"); - private final static QName _CreateApplicationKfzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "CreateApplicationKfzRequest"); - private final static QName _CreateApplicationKfzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "CreateApplicationKfzResponse"); - private final static QName _SubmitApplicationKfzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "SubmitApplicationKfzRequest"); - private final static QName _SubmitApplicationKfzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "SubmitApplicationKfzResponse"); - private final static QName _FahrzeugRefLfdNr_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "FahrzeugRefLfdNr"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link VorversicherungenKfzType } - * - */ - public VorversicherungenKfzType createVorversicherungenKfzType() { - return new VorversicherungenKfzType(); - } - - /** - * Create an instance of {@link CreateOfferKfzResponseType } - * - */ - public CreateOfferKfzResponseType createCreateOfferKfzResponseType() { - return new CreateOfferKfzResponseType(); - } - - /** - * Create an instance of {@link CalculateKfzRequestType } - * - */ - public CalculateKfzRequestType createCalculateKfzRequestType() { - return new CalculateKfzRequestType(); - } - - /** - * Create an instance of {@link CalculateKfzResponseType } - * - */ - public CalculateKfzResponseType createCalculateKfzResponseType() { - return new CalculateKfzResponseType(); - } - - /** - * Create an instance of {@link CreateOfferKfzRequestType } - * - */ - public CreateOfferKfzRequestType createCreateOfferKfzRequestType() { - return new CreateOfferKfzRequestType(); - } - - /** - * Create an instance of {@link CreateApplicationKfzRequestType } - * - */ - public CreateApplicationKfzRequestType createCreateApplicationKfzRequestType() { - return new CreateApplicationKfzRequestType(); - } - - /** - * Create an instance of {@link CreateApplicationKfzResponseType } - * - */ - public CreateApplicationKfzResponseType createCreateApplicationKfzResponseType() { - return new CreateApplicationKfzResponseType(); - } - - /** - * Create an instance of {@link SubmitApplicationKfzRequestType } - * - */ - public SubmitApplicationKfzRequestType createSubmitApplicationKfzRequestType() { - return new SubmitApplicationKfzRequestType(); - } - - /** - * Create an instance of {@link SubmitApplicationKfzResponseType } - * - */ - public SubmitApplicationKfzResponseType createSubmitApplicationKfzResponseType() { - return new SubmitApplicationKfzResponseType(); - } - - /** - * Create an instance of {@link VerkaufsproduktKfzType } - * - */ - public VerkaufsproduktKfzType createVerkaufsproduktKfzType() { - return new VerkaufsproduktKfzType(); - } - - /** - * Create an instance of {@link ProduktKfzType } - * - */ - public ProduktKfzType createProduktKfzType() { - return new ProduktKfzType(); - } - - /** - * Create an instance of {@link HaftpflichtKfzType } - * - */ - public HaftpflichtKfzType createHaftpflichtKfzType() { - return new HaftpflichtKfzType(); - } - - /** - * Create an instance of {@link TeilkaskoKfzType } - * - */ - public TeilkaskoKfzType createTeilkaskoKfzType() { - return new TeilkaskoKfzType(); - } - - /** - * Create an instance of {@link VollkaskoKfzType } - * - */ - public VollkaskoKfzType createVollkaskoKfzType() { - return new VollkaskoKfzType(); - } - - /** - * Create an instance of {@link InsassenUnfallKfzType } - * - */ - public InsassenUnfallKfzType createInsassenUnfallKfzType() { - return new InsassenUnfallKfzType(); - } - - /** - * Create an instance of {@link LenkerUnfallKfzType } - * - */ - public LenkerUnfallKfzType createLenkerUnfallKfzType() { - return new LenkerUnfallKfzType(); - } - - /** - * Create an instance of {@link AssistanceKfzType } - * - */ - public AssistanceKfzType createAssistanceKfzType() { - return new AssistanceKfzType(); - } - - /** - * Create an instance of {@link ProduktKfzRechtsschutzType } - * - */ - public ProduktKfzRechtsschutzType createProduktKfzRechtsschutzType() { - return new ProduktKfzRechtsschutzType(); - } - - /** - * Create an instance of {@link VerkehrsrechtsschutzKfzType } - * - */ - public VerkehrsrechtsschutzKfzType createVerkehrsrechtsschutzKfzType() { - return new VerkehrsrechtsschutzKfzType(); - } - - /** - * Create an instance of {@link SpezBerechnungKfzType } - * - */ - public SpezBerechnungKfzType createSpezBerechnungKfzType() { - return new SpezBerechnungKfzType(); - } - - /** - * Create an instance of {@link SpezOffertKfzType } - * - */ - public SpezOffertKfzType createSpezOffertKfzType() { - return new SpezOffertKfzType(); - } - - /** - * Create an instance of {@link SpezAntragKfzType } - * - */ - public SpezAntragKfzType createSpezAntragKfzType() { - return new SpezAntragKfzType(); - } - - /** - * Create an instance of {@link SpezVertragKfzType } - * - */ - public SpezVertragKfzType createSpezVertragKfzType() { - return new SpezVertragKfzType(); - } - - /** - * Create an instance of {@link ZusaetzlicheKfzdatenType } - * - */ - public ZusaetzlicheKfzdatenType createZusaetzlicheKfzdatenType() { - return new ZusaetzlicheKfzdatenType(); - } - - /** - * Create an instance of {@link WechselkennzeichenType } - * - */ - public WechselkennzeichenType createWechselkennzeichenType() { - return new WechselkennzeichenType(); - } - - /** - * Create an instance of {@link FzZustandBesichtigungType } - * - */ - public FzZustandBesichtigungType createFzZustandBesichtigungType() { - return new FzZustandBesichtigungType(); - } - - /** - * Create an instance of {@link ZusaetzlicheAntragsdatenKfzType } - * - */ - public ZusaetzlicheAntragsdatenKfzType createZusaetzlicheAntragsdatenKfzType() { - return new ZusaetzlicheAntragsdatenKfzType(); - } - - /** - * Create an instance of {@link VorversicherungenKfzType.VorversicherungKfz } - * - */ - public VorversicherungenKfzType.VorversicherungKfz createVorversicherungenKfzTypeVorversicherungKfz() { - return new VorversicherungenKfzType.VorversicherungKfz(); - } - - /** - * Create an instance of {@link CreateOfferKfzResponseType.Offertantwort } - * - */ - public CreateOfferKfzResponseType.Offertantwort createCreateOfferKfzResponseTypeOffertantwort() { - return new CreateOfferKfzResponseType.Offertantwort(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CalculateKfzRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CalculateKfzRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "CalculateKfzRequest") - public JAXBElement createCalculateKfzRequest(CalculateKfzRequestType value) { - return new JAXBElement(_CalculateKfzRequest_QNAME, CalculateKfzRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CalculateKfzResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CalculateKfzResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "CalculateKfzResponse") - public JAXBElement createCalculateKfzResponse(CalculateKfzResponseType value) { - return new JAXBElement(_CalculateKfzResponse_QNAME, CalculateKfzResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferKfzRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateOfferKfzRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "CreateOfferKfzRequest") - public JAXBElement createCreateOfferKfzRequest(CreateOfferKfzRequestType value) { - return new JAXBElement(_CreateOfferKfzRequest_QNAME, CreateOfferKfzRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferKfzResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateOfferKfzResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "CreateOfferKfzResponse") - public JAXBElement createCreateOfferKfzResponse(CreateOfferKfzResponseType value) { - return new JAXBElement(_CreateOfferKfzResponse_QNAME, CreateOfferKfzResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationKfzRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateApplicationKfzRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "CreateApplicationKfzRequest") - public JAXBElement createCreateApplicationKfzRequest(CreateApplicationKfzRequestType value) { - return new JAXBElement(_CreateApplicationKfzRequest_QNAME, CreateApplicationKfzRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationKfzResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateApplicationKfzResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "CreateApplicationKfzResponse") - public JAXBElement createCreateApplicationKfzResponse(CreateApplicationKfzResponseType value) { - return new JAXBElement(_CreateApplicationKfzResponse_QNAME, CreateApplicationKfzResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationKfzRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SubmitApplicationKfzRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "SubmitApplicationKfzRequest") - public JAXBElement createSubmitApplicationKfzRequest(SubmitApplicationKfzRequestType value) { - return new JAXBElement(_SubmitApplicationKfzRequest_QNAME, SubmitApplicationKfzRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationKfzResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SubmitApplicationKfzResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "SubmitApplicationKfzResponse") - public JAXBElement createSubmitApplicationKfzResponse(SubmitApplicationKfzResponseType value) { - return new JAXBElement(_SubmitApplicationKfzResponse_QNAME, SubmitApplicationKfzResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "FahrzeugRefLfdNr") - public JAXBElement createFahrzeugRefLfdNr(String value) { - return new JAXBElement(_FahrzeugRefLfdNr_QNAME, String.class, null, value); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ProduktKfzRechtsschutzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ProduktKfzRechtsschutzType.java deleted file mode 100644 index 2e57f3bb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ProduktKfzRechtsschutzType.java +++ /dev/null @@ -1,66 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für eine Kfz-Rechtsschutz-Versicherung, welches einer Vertragssparte entspricht - * - *

Java-Klasse für ProduktKfzRechtsschutz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ProduktKfzRechtsschutz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ZusatzproduktKfz_Type">
- *       <sequence>
- *         <element name="Verkehrsrechtsschutz" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VerkehrsrechtsschutzKfz_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProduktKfzRechtsschutz_Type", propOrder = { - "verkehrsrechtsschutz" -}) -public class ProduktKfzRechtsschutzType - extends ZusatzproduktKfzType -{ - - @XmlElement(name = "Verkehrsrechtsschutz", required = true) - protected VerkehrsrechtsschutzKfzType verkehrsrechtsschutz; - - /** - * Ruft den Wert der verkehrsrechtsschutz-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkehrsrechtsschutzKfzType } - * - */ - public VerkehrsrechtsschutzKfzType getVerkehrsrechtsschutz() { - return verkehrsrechtsschutz; - } - - /** - * Legt den Wert der verkehrsrechtsschutz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkehrsrechtsschutzKfzType } - * - */ - public void setVerkehrsrechtsschutz(VerkehrsrechtsschutzKfzType value) { - this.verkehrsrechtsschutz = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ProduktKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ProduktKfzType.java deleted file mode 100644 index 6ac6b68c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ProduktKfzType.java +++ /dev/null @@ -1,198 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ProduktType; - - -/** - * Typ für ein Kfz-Produkt, welches einer Vertragssparte entspricht - * - *

Java-Klasse für ProduktKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ProduktKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produkt_Type">
- *       <sequence>
- *         <element name="Haftpflicht" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}HaftpflichtKfz_Type"/>
- *         <choice>
- *           <element name="Teilkasko" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}TeilkaskoKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
- *           <element name="Vollkasko" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VollkaskoKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         </choice>
- *         <element name="Insassenunfall" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}InsassenUnfallKfz_Type" minOccurs="0"/>
- *         <element name="Assistance" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}AssistanceKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProduktKfz_Type", propOrder = { - "haftpflicht", - "teilkasko", - "vollkasko", - "insassenunfall", - "assistance" -}) -public class ProduktKfzType - extends ProduktType -{ - - @XmlElement(name = "Haftpflicht", required = true) - protected HaftpflichtKfzType haftpflicht; - @XmlElement(name = "Teilkasko") - protected List teilkasko; - @XmlElement(name = "Vollkasko") - protected List vollkasko; - @XmlElement(name = "Insassenunfall") - protected InsassenUnfallKfzType insassenunfall; - @XmlElement(name = "Assistance") - protected List assistance; - - /** - * Ruft den Wert der haftpflicht-Eigenschaft ab. - * - * @return - * possible object is - * {@link HaftpflichtKfzType } - * - */ - public HaftpflichtKfzType getHaftpflicht() { - return haftpflicht; - } - - /** - * Legt den Wert der haftpflicht-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link HaftpflichtKfzType } - * - */ - public void setHaftpflicht(HaftpflichtKfzType value) { - this.haftpflicht = value; - } - - /** - * Gets the value of the teilkasko property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the teilkasko property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getTeilkasko().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link TeilkaskoKfzType } - * - * - */ - public List getTeilkasko() { - if (teilkasko == null) { - teilkasko = new ArrayList(); - } - return this.teilkasko; - } - - /** - * Gets the value of the vollkasko property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the vollkasko property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getVollkasko().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link VollkaskoKfzType } - * - * - */ - public List getVollkasko() { - if (vollkasko == null) { - vollkasko = new ArrayList(); - } - return this.vollkasko; - } - - /** - * Ruft den Wert der insassenunfall-Eigenschaft ab. - * - * @return - * possible object is - * {@link InsassenUnfallKfzType } - * - */ - public InsassenUnfallKfzType getInsassenunfall() { - return insassenunfall; - } - - /** - * Legt den Wert der insassenunfall-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link InsassenUnfallKfzType } - * - */ - public void setInsassenunfall(InsassenUnfallKfzType value) { - this.insassenunfall = value; - } - - /** - * Gets the value of the assistance property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the assistance property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getAssistance().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link AssistanceKfzType } - * - * - */ - public List getAssistance() { - if (assistance == null) { - assistance = new ArrayList(); - } - return this.assistance; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SchaedenAmFahrzeugType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SchaedenAmFahrzeugType.java deleted file mode 100644 index 66329aee..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SchaedenAmFahrzeugType.java +++ /dev/null @@ -1,50 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für SchaedenAmFahrzeug_Type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - *

- * <simpleType name="SchaedenAmFahrzeug_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="keine Schäden an der Karosserie"/>
- *     <enumeration value="Schäden an der Karosserie"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "SchaedenAmFahrzeug_Type") -@XmlEnum -public enum SchaedenAmFahrzeugType { - - @XmlEnumValue("keine Sch\u00e4den an der Karosserie") - KEINE_SCHÄDEN_AN_DER_KAROSSERIE("keine Sch\u00e4den an der Karosserie"), - @XmlEnumValue("Sch\u00e4den an der Karosserie") - SCHÄDEN_AN_DER_KAROSSERIE("Sch\u00e4den an der Karosserie"); - private final String value; - - SchaedenAmFahrzeugType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static SchaedenAmFahrzeugType fromValue(String v) { - for (SchaedenAmFahrzeugType c: SchaedenAmFahrzeugType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SchaedenAnScheibenKleinglasType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SchaedenAnScheibenKleinglasType.java deleted file mode 100644 index e5dbba2c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SchaedenAnScheibenKleinglasType.java +++ /dev/null @@ -1,50 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für SchaedenAnScheibenKleinglas_Type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - *

- * <simpleType name="SchaedenAnScheibenKleinglas_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="keine Schäden an Scheiben / Kleinglas"/>
- *     <enumeration value="Schäden an Scheiben / Kleinglas"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "SchaedenAnScheibenKleinglas_Type") -@XmlEnum -public enum SchaedenAnScheibenKleinglasType { - - @XmlEnumValue("keine Sch\u00e4den an Scheiben / Kleinglas") - KEINE_SCHÄDEN_AN_SCHEIBEN_KLEINGLAS("keine Sch\u00e4den an Scheiben / Kleinglas"), - @XmlEnumValue("Sch\u00e4den an Scheiben / Kleinglas") - SCHÄDEN_AN_SCHEIBEN_KLEINGLAS("Sch\u00e4den an Scheiben / Kleinglas"); - private final String value; - - SchaedenAnScheibenKleinglasType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static SchaedenAnScheibenKleinglasType fromValue(String v) { - for (SchaedenAnScheibenKleinglasType c: SchaedenAnScheibenKleinglasType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SpezAntragKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SpezAntragKfzType.java deleted file mode 100644 index b03b9ef5..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SpezAntragKfzType.java +++ /dev/null @@ -1,153 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.BonusMalusSystemType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VinkularglaeubigerType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SpezAntragBasisType; - - -/** - * Typ der das Produkt beschreibt und in Antragsanfrage und Antragsantwort verwendet wird - * - *

Java-Klasse für SpezAntragKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpezAntragKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntragBasis_Type">
- *       <sequence>
- *         <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VerkaufsproduktKfz_Type"/>
- *         <element name="BonusMalus" type="{urn:omds3CommonServiceTypes-1-1-0}BonusMalusSystem_Type" minOccurs="0"/>
- *         <element name="Vinkulierung" type="{urn:omds3CommonServiceTypes-1-1-0}Vinkularglaeubiger_Type" minOccurs="0"/>
- *         <element name="ZusaetzlicheKfzDaten" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ZusaetzlicheKfzdaten_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezAntragKfz_Type", propOrder = { - "verkaufsprodukt", - "bonusMalus", - "vinkulierung", - "zusaetzlicheKfzDaten" -}) -public class SpezAntragKfzType - extends SpezAntragBasisType -{ - - @XmlElement(name = "Verkaufsprodukt", required = true) - protected VerkaufsproduktKfzType verkaufsprodukt; - @XmlElement(name = "BonusMalus") - protected BonusMalusSystemType bonusMalus; - @XmlElement(name = "Vinkulierung") - protected VinkularglaeubigerType vinkulierung; - @XmlElement(name = "ZusaetzlicheKfzDaten") - protected ZusaetzlicheKfzdatenType zusaetzlicheKfzDaten; - - /** - * Ruft den Wert der verkaufsprodukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkaufsproduktKfzType } - * - */ - public VerkaufsproduktKfzType getVerkaufsprodukt() { - return verkaufsprodukt; - } - - /** - * Legt den Wert der verkaufsprodukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkaufsproduktKfzType } - * - */ - public void setVerkaufsprodukt(VerkaufsproduktKfzType value) { - this.verkaufsprodukt = value; - } - - /** - * Ruft den Wert der bonusMalus-Eigenschaft ab. - * - * @return - * possible object is - * {@link BonusMalusSystemType } - * - */ - public BonusMalusSystemType getBonusMalus() { - return bonusMalus; - } - - /** - * Legt den Wert der bonusMalus-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BonusMalusSystemType } - * - */ - public void setBonusMalus(BonusMalusSystemType value) { - this.bonusMalus = value; - } - - /** - * Ruft den Wert der vinkulierung-Eigenschaft ab. - * - * @return - * possible object is - * {@link VinkularglaeubigerType } - * - */ - public VinkularglaeubigerType getVinkulierung() { - return vinkulierung; - } - - /** - * Legt den Wert der vinkulierung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VinkularglaeubigerType } - * - */ - public void setVinkulierung(VinkularglaeubigerType value) { - this.vinkulierung = value; - } - - /** - * Ruft den Wert der zusaetzlicheKfzDaten-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZusaetzlicheKfzdatenType } - * - */ - public ZusaetzlicheKfzdatenType getZusaetzlicheKfzDaten() { - return zusaetzlicheKfzDaten; - } - - /** - * Legt den Wert der zusaetzlicheKfzDaten-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZusaetzlicheKfzdatenType } - * - */ - public void setZusaetzlicheKfzDaten(ZusaetzlicheKfzdatenType value) { - this.zusaetzlicheKfzDaten = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SpezBerechnungKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SpezBerechnungKfzType.java deleted file mode 100644 index e51307e9..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SpezBerechnungKfzType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SpezBerechnungType; - - -/** - * Typ der das Produkt beschreibt und in Berechnungsanfrage und Berechnungsantwort verwendet wird - * - *

Java-Klasse für SpezBerechnungKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpezBerechnungKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
- *       <sequence>
- *         <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VerkaufsproduktKfz_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezBerechnungKfz_Type", propOrder = { - "verkaufsprodukt" -}) -public class SpezBerechnungKfzType - extends SpezBerechnungType -{ - - @XmlElement(name = "Verkaufsprodukt", required = true) - protected VerkaufsproduktKfzType verkaufsprodukt; - - /** - * Ruft den Wert der verkaufsprodukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkaufsproduktKfzType } - * - */ - public VerkaufsproduktKfzType getVerkaufsprodukt() { - return verkaufsprodukt; - } - - /** - * Legt den Wert der verkaufsprodukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkaufsproduktKfzType } - * - */ - public void setVerkaufsprodukt(VerkaufsproduktKfzType value) { - this.verkaufsprodukt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SpezOffertKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SpezOffertKfzType.java deleted file mode 100644 index 60520f3a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SpezOffertKfzType.java +++ /dev/null @@ -1,71 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SpezOffertType; - - -/** - * Typ der das Produkt beschreibt und in Offertanfrage und Offertantwort verwendet wird - * - *

Java-Klasse für SpezOffertKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpezOffertKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
- *       <sequence>
- *         <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VerkaufsproduktKfz_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezOffertKfz_Type", propOrder = { - "verkaufsprodukt" -}) -@XmlSeeAlso({ - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzResponseType.Offertantwort.class -}) -public class SpezOffertKfzType - extends SpezOffertType -{ - - @XmlElement(name = "Verkaufsprodukt", required = true) - protected VerkaufsproduktKfzType verkaufsprodukt; - - /** - * Ruft den Wert der verkaufsprodukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkaufsproduktKfzType } - * - */ - public VerkaufsproduktKfzType getVerkaufsprodukt() { - return verkaufsprodukt; - } - - /** - * Legt den Wert der verkaufsprodukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkaufsproduktKfzType } - * - */ - public void setVerkaufsprodukt(VerkaufsproduktKfzType value) { - this.verkaufsprodukt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SpezVertragKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SpezVertragKfzType.java deleted file mode 100644 index 79f7c489..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SpezVertragKfzType.java +++ /dev/null @@ -1,153 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.BonusMalusSystemType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VinkularglaeubigerType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SpezVertragType; - - -/** - * Typ der den Vertrag beschreibt - * - *

Java-Klasse für SpezVertragKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpezVertragKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezVertrag_Type">
- *       <sequence>
- *         <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VerkaufsproduktKfz_Type"/>
- *         <element name="BonusMalus" type="{urn:omds3CommonServiceTypes-1-1-0}BonusMalusSystem_Type" minOccurs="0"/>
- *         <element name="Vinkulierung" type="{urn:omds3CommonServiceTypes-1-1-0}Vinkularglaeubiger_Type" minOccurs="0"/>
- *         <element name="ZusaetzlicheKfzDaten" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ZusaetzlicheKfzdaten_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezVertragKfz_Type", propOrder = { - "verkaufsprodukt", - "bonusMalus", - "vinkulierung", - "zusaetzlicheKfzDaten" -}) -public class SpezVertragKfzType - extends SpezVertragType -{ - - @XmlElement(name = "Verkaufsprodukt", required = true) - protected VerkaufsproduktKfzType verkaufsprodukt; - @XmlElement(name = "BonusMalus") - protected BonusMalusSystemType bonusMalus; - @XmlElement(name = "Vinkulierung") - protected VinkularglaeubigerType vinkulierung; - @XmlElement(name = "ZusaetzlicheKfzDaten") - protected ZusaetzlicheKfzdatenType zusaetzlicheKfzDaten; - - /** - * Ruft den Wert der verkaufsprodukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkaufsproduktKfzType } - * - */ - public VerkaufsproduktKfzType getVerkaufsprodukt() { - return verkaufsprodukt; - } - - /** - * Legt den Wert der verkaufsprodukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkaufsproduktKfzType } - * - */ - public void setVerkaufsprodukt(VerkaufsproduktKfzType value) { - this.verkaufsprodukt = value; - } - - /** - * Ruft den Wert der bonusMalus-Eigenschaft ab. - * - * @return - * possible object is - * {@link BonusMalusSystemType } - * - */ - public BonusMalusSystemType getBonusMalus() { - return bonusMalus; - } - - /** - * Legt den Wert der bonusMalus-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BonusMalusSystemType } - * - */ - public void setBonusMalus(BonusMalusSystemType value) { - this.bonusMalus = value; - } - - /** - * Ruft den Wert der vinkulierung-Eigenschaft ab. - * - * @return - * possible object is - * {@link VinkularglaeubigerType } - * - */ - public VinkularglaeubigerType getVinkulierung() { - return vinkulierung; - } - - /** - * Legt den Wert der vinkulierung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VinkularglaeubigerType } - * - */ - public void setVinkulierung(VinkularglaeubigerType value) { - this.vinkulierung = value; - } - - /** - * Ruft den Wert der zusaetzlicheKfzDaten-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZusaetzlicheKfzdatenType } - * - */ - public ZusaetzlicheKfzdatenType getZusaetzlicheKfzDaten() { - return zusaetzlicheKfzDaten; - } - - /** - * Legt den Wert der zusaetzlicheKfzDaten-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZusaetzlicheKfzdatenType } - * - */ - public void setZusaetzlicheKfzDaten(ZusaetzlicheKfzdatenType value) { - this.zusaetzlicheKfzDaten = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SubmitApplicationKfzRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SubmitApplicationKfzRequestType.java deleted file mode 100644 index 95c7f447..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SubmitApplicationKfzRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SubmitApplicationRequestType; - - -/** - * Typ des Requestobjekts für eine Antragseinreichung Kfz - * - *

Java-Klasse für SubmitApplicationKfzRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SubmitApplicationKfzRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequest_Type">
- *       <sequence>
- *         <element name="Antraganfrage" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}SpezAntragKfz_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationKfzRequest_Type", propOrder = { - "antraganfrage" -}) -public class SubmitApplicationKfzRequestType - extends SubmitApplicationRequestType -{ - - @XmlElement(name = "Antraganfrage") - protected SpezAntragKfzType antraganfrage; - - /** - * Ruft den Wert der antraganfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezAntragKfzType } - * - */ - public SpezAntragKfzType getAntraganfrage() { - return antraganfrage; - } - - /** - * Legt den Wert der antraganfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezAntragKfzType } - * - */ - public void setAntraganfrage(SpezAntragKfzType value) { - this.antraganfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SubmitApplicationKfzResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SubmitApplicationKfzResponseType.java deleted file mode 100644 index ad24e4e3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/SubmitApplicationKfzResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SubmitApplicationResponseType; - - -/** - * Typ des Responseobjekts für eine Antragseinreichung Kfz - * - *

Java-Klasse für SubmitApplicationKfzResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SubmitApplicationKfzResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponse_Type">
- *       <sequence>
- *         <element name="Antragantwort" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}SpezAntragKfz_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationKfzResponse_Type", propOrder = { - "antragantwort" -}) -public class SubmitApplicationKfzResponseType - extends SubmitApplicationResponseType -{ - - @XmlElement(name = "Antragantwort") - protected SpezAntragKfzType antragantwort; - - /** - * Ruft den Wert der antragantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezAntragKfzType } - * - */ - public SpezAntragKfzType getAntragantwort() { - return antragantwort; - } - - /** - * Legt den Wert der antragantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezAntragKfzType } - * - */ - public void setAntragantwort(SpezAntragKfzType value) { - this.antragantwort = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/TeilkaskoKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/TeilkaskoKfzType.java deleted file mode 100644 index b162aa87..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/TeilkaskoKfzType.java +++ /dev/null @@ -1,58 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für das Elementarprodukt KFZ-Teilkasko - * - *

Java-Klasse für TeilkaskoKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="TeilkaskoKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}KaskoKfz_Type">
- *       <sequence>
- *         <element name="Vandalismusklausel" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "TeilkaskoKfz_Type", propOrder = { - "vandalismusklausel" -}) -public class TeilkaskoKfzType - extends KaskoKfzType -{ - - @XmlElement(name = "Vandalismusklausel") - protected boolean vandalismusklausel; - - /** - * Ruft den Wert der vandalismusklausel-Eigenschaft ab. - * - */ - public boolean isVandalismusklausel() { - return vandalismusklausel; - } - - /** - * Legt den Wert der vandalismusklausel-Eigenschaft fest. - * - */ - public void setVandalismusklausel(boolean value) { - this.vandalismusklausel = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/UpsellingKfzResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/UpsellingKfzResponseType.java deleted file mode 100644 index 67206959..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/UpsellingKfzResponseType.java +++ /dev/null @@ -1,71 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Response Upselling Alternativen - * - *

Java-Klasse für UpsellingKfzResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="UpsellingKfzResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="UpsellingVerkaufsprodukte" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VerkaufsproduktKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "UpsellingKfzResponse_Type", propOrder = { - "upsellingVerkaufsprodukte" -}) -public abstract class UpsellingKfzResponseType { - - @XmlElement(name = "UpsellingVerkaufsprodukte") - protected List upsellingVerkaufsprodukte; - - /** - * Gets the value of the upsellingVerkaufsprodukte property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the upsellingVerkaufsprodukte property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getUpsellingVerkaufsprodukte().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link VerkaufsproduktKfzType } - * - * - */ - public List getUpsellingVerkaufsprodukte() { - if (upsellingVerkaufsprodukte == null) { - upsellingVerkaufsprodukte = new ArrayList(); - } - return this.upsellingVerkaufsprodukte; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VarianteLeihwagenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VarianteLeihwagenType.java deleted file mode 100644 index bcaeb39a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VarianteLeihwagenType.java +++ /dev/null @@ -1,47 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für VarianteLeihwagen_Type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - *

- * <simpleType name="VarianteLeihwagen_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="VA"/>
- *     <enumeration value="VB"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "VarianteLeihwagen_Type") -@XmlEnum -public enum VarianteLeihwagenType { - - - /** - * ohne Leihwagen - * - */ - VA, - - /** - * mit Leihwagen - * - */ - VB; - - public String value() { - return name(); - } - - public static VarianteLeihwagenType fromValue(String v) { - return valueOf(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VerkaufsproduktKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VerkaufsproduktKfzType.java deleted file mode 100644 index 9ada0c34..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VerkaufsproduktKfzType.java +++ /dev/null @@ -1,237 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; -import at.vvo.omds.types.omds2Types.v2_14.PersArtCdType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.FahrzeugType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VerkaufsproduktType; - - -/** - * Typ für ein Kfz-Produktbündel, welches einem Vertrag entspricht - * - *

Java-Klasse für VerkaufsproduktKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VerkaufsproduktKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Verkaufsprodukt_Type">
- *       <sequence>
- *         <element name="Gebdat" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="PLZ" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="1"/>
- *               <maxLength value="7"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="PersArtCd" type="{urn:omds20}PersArtCd_Type" minOccurs="0"/>
- *         <element name="KfzVersicherung" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ProduktKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="KfzZusatzVersicherung" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ZusatzproduktKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="VersicherteFahrzeuge" type="{urn:omds3CommonServiceTypes-1-1-0}Fahrzeug_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerkaufsproduktKfz_Type", propOrder = { - "gebdat", - "plz", - "persArtCd", - "kfzVersicherung", - "kfzZusatzVersicherung", - "versicherteFahrzeuge" -}) -public class VerkaufsproduktKfzType - extends VerkaufsproduktType -{ - - @XmlElement(name = "Gebdat") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar gebdat; - @XmlElement(name = "PLZ") - protected String plz; - @XmlElement(name = "PersArtCd") - @XmlSchemaType(name = "string") - protected PersArtCdType persArtCd; - @XmlElement(name = "KfzVersicherung") - protected List kfzVersicherung; - @XmlElement(name = "KfzZusatzVersicherung") - protected List kfzZusatzVersicherung; - @XmlElement(name = "VersicherteFahrzeuge") - protected List versicherteFahrzeuge; - - /** - * Ruft den Wert der gebdat-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getGebdat() { - return gebdat; - } - - /** - * Legt den Wert der gebdat-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setGebdat(XMLGregorianCalendar value) { - this.gebdat = value; - } - - /** - * Ruft den Wert der plz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPLZ() { - return plz; - } - - /** - * Legt den Wert der plz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPLZ(String value) { - this.plz = value; - } - - /** - * Ruft den Wert der persArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link PersArtCdType } - * - */ - public PersArtCdType getPersArtCd() { - return persArtCd; - } - - /** - * Legt den Wert der persArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PersArtCdType } - * - */ - public void setPersArtCd(PersArtCdType value) { - this.persArtCd = value; - } - - /** - * Gets the value of the kfzVersicherung property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the kfzVersicherung property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getKfzVersicherung().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ProduktKfzType } - * - * - */ - public List getKfzVersicherung() { - if (kfzVersicherung == null) { - kfzVersicherung = new ArrayList(); - } - return this.kfzVersicherung; - } - - /** - * Gets the value of the kfzZusatzVersicherung property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the kfzZusatzVersicherung property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getKfzZusatzVersicherung().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ZusatzproduktKfzType } - * - * - */ - public List getKfzZusatzVersicherung() { - if (kfzZusatzVersicherung == null) { - kfzZusatzVersicherung = new ArrayList(); - } - return this.kfzZusatzVersicherung; - } - - /** - * Gets the value of the versicherteFahrzeuge property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the versicherteFahrzeuge property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getVersicherteFahrzeuge().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link FahrzeugType } - * - * - */ - public List getVersicherteFahrzeuge() { - if (versicherteFahrzeuge == null) { - versicherteFahrzeuge = new ArrayList(); - } - return this.versicherteFahrzeuge; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VerkehrsrechtsschutzKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VerkehrsrechtsschutzKfzType.java deleted file mode 100644 index c3270405..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VerkehrsrechtsschutzKfzType.java +++ /dev/null @@ -1,35 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ElementarproduktType; - - -/** - * Typ für das Elementarprodukt KFZ-Verkehrsrechtsschutz - * - *

Java-Klasse für VerkehrsrechtsschutzKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VerkehrsrechtsschutzKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Elementarprodukt_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerkehrsrechtsschutzKfz_Type") -public class VerkehrsrechtsschutzKfzType - extends ElementarproduktType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VollkaskoKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VollkaskoKfzType.java deleted file mode 100644 index d8317480..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VollkaskoKfzType.java +++ /dev/null @@ -1,94 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für das Elementarprodukt KFZ-Vollkasko - * - *

Java-Klasse für VollkaskoKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VollkaskoKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}KaskoKfz_Type">
- *       <sequence>
- *         <element name="Neuwertklausel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="Leasingklausel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VollkaskoKfz_Type", propOrder = { - "neuwertklausel", - "leasingklausel" -}) -public class VollkaskoKfzType - extends KaskoKfzType -{ - - @XmlElement(name = "Neuwertklausel") - protected Boolean neuwertklausel; - @XmlElement(name = "Leasingklausel") - protected Boolean leasingklausel; - - /** - * Ruft den Wert der neuwertklausel-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isNeuwertklausel() { - return neuwertklausel; - } - - /** - * Legt den Wert der neuwertklausel-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setNeuwertklausel(Boolean value) { - this.neuwertklausel = value; - } - - /** - * Ruft den Wert der leasingklausel-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isLeasingklausel() { - return leasingklausel; - } - - /** - * Legt den Wert der leasingklausel-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setLeasingklausel(Boolean value) { - this.leasingklausel = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VorversicherungenKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VorversicherungenKfzType.java deleted file mode 100644 index 119ea9c6..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/VorversicherungenKfzType.java +++ /dev/null @@ -1,165 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VorversicherungenDetailType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VorversicherungenType; - - -/** - * Vorversicherungen für Kfz (alternativ siehe auch cst:VorversicherungenImpl_Type) - * - *

Java-Klasse für VorversicherungenKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VorversicherungenKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Vorversicherungen_Type">
- *       <sequence>
- *         <element name="VorversicherungKfz" maxOccurs="unbounded" minOccurs="0">
- *           <complexType>
- *             <complexContent>
- *               <extension base="{urn:omds3CommonServiceTypes-1-1-0}VorversicherungenDetail_Type">
- *                 <attribute name="VtgSparteCd" type="{urn:omds20}VtgSparteCd_Type" />
- *               </extension>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *         <element name="VorversicherungRechtsschutz" type="{urn:omds3CommonServiceTypes-1-1-0}VorversicherungenDetail_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VorversicherungenKfz_Type", propOrder = { - "vorversicherungKfz", - "vorversicherungRechtsschutz" -}) -public class VorversicherungenKfzType - extends VorversicherungenType -{ - - @XmlElement(name = "VorversicherungKfz") - protected List vorversicherungKfz; - @XmlElement(name = "VorversicherungRechtsschutz") - protected VorversicherungenDetailType vorversicherungRechtsschutz; - - /** - * Gets the value of the vorversicherungKfz property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the vorversicherungKfz property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getVorversicherungKfz().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link VorversicherungenKfzType.VorversicherungKfz } - * - * - */ - public List getVorversicherungKfz() { - if (vorversicherungKfz == null) { - vorversicherungKfz = new ArrayList(); - } - return this.vorversicherungKfz; - } - - /** - * Ruft den Wert der vorversicherungRechtsschutz-Eigenschaft ab. - * - * @return - * possible object is - * {@link VorversicherungenDetailType } - * - */ - public VorversicherungenDetailType getVorversicherungRechtsschutz() { - return vorversicherungRechtsschutz; - } - - /** - * Legt den Wert der vorversicherungRechtsschutz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VorversicherungenDetailType } - * - */ - public void setVorversicherungRechtsschutz(VorversicherungenDetailType value) { - this.vorversicherungRechtsschutz = value; - } - - - /** - *

Java-Klasse für anonymous complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

-     * <complexType>
-     *   <complexContent>
-     *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VorversicherungenDetail_Type">
-     *       <attribute name="VtgSparteCd" type="{urn:omds20}VtgSparteCd_Type" />
-     *     </extension>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "") - public static class VorversicherungKfz - extends VorversicherungenDetailType - { - - @XmlAttribute(name = "VtgSparteCd", namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz") - protected String vtgSparteCd; - - /** - * Ruft den Wert der vtgSparteCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVtgSparteCd() { - return vtgSparteCd; - } - - /** - * Legt den Wert der vtgSparteCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVtgSparteCd(String value) { - this.vtgSparteCd = value; - } - - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/WechselkennzeichenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/WechselkennzeichenType.java deleted file mode 100644 index ea051c28..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/WechselkennzeichenType.java +++ /dev/null @@ -1,127 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Type Wechselkennzeichen - * - *

Java-Klasse für Wechselkennzeichen_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="Wechselkennzeichen_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="WechselkennzeichenArt">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <enumeration value="Neues Fahrzeug als WKZ in bestehenden Vertrag einbündeln"/>
- *               <enumeration value="Fahrzeugwechsel im bestehenden WKZ-Vertrag"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="BestehenderWechselkennzeichenvertrag" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="ErsetztWirdFahrgestellnummer" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}Fahrgestellnummer_Type" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Wechselkennzeichen_Type", propOrder = { - "wechselkennzeichenArt", - "bestehenderWechselkennzeichenvertrag", - "ersetztWirdFahrgestellnummer" -}) -public class WechselkennzeichenType { - - @XmlElement(name = "WechselkennzeichenArt", required = true) - protected String wechselkennzeichenArt; - @XmlElement(name = "BestehenderWechselkennzeichenvertrag", required = true) - protected String bestehenderWechselkennzeichenvertrag; - @XmlElement(name = "ErsetztWirdFahrgestellnummer") - protected String ersetztWirdFahrgestellnummer; - - /** - * Ruft den Wert der wechselkennzeichenArt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getWechselkennzeichenArt() { - return wechselkennzeichenArt; - } - - /** - * Legt den Wert der wechselkennzeichenArt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setWechselkennzeichenArt(String value) { - this.wechselkennzeichenArt = value; - } - - /** - * Ruft den Wert der bestehenderWechselkennzeichenvertrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBestehenderWechselkennzeichenvertrag() { - return bestehenderWechselkennzeichenvertrag; - } - - /** - * Legt den Wert der bestehenderWechselkennzeichenvertrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBestehenderWechselkennzeichenvertrag(String value) { - this.bestehenderWechselkennzeichenvertrag = value; - } - - /** - * Ruft den Wert der ersetztWirdFahrgestellnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getErsetztWirdFahrgestellnummer() { - return ersetztWirdFahrgestellnummer; - } - - /** - * Legt den Wert der ersetztWirdFahrgestellnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setErsetztWirdFahrgestellnummer(String value) { - this.ersetztWirdFahrgestellnummer = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ZusaetzlicheAntragsdatenKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ZusaetzlicheAntragsdatenKfzType.java deleted file mode 100644 index bd574f47..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ZusaetzlicheAntragsdatenKfzType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ für VU-Spezifische Erweiterungen bei der Kfz-Beschreibung im Antrag - * - *

Java-Klasse für ZusaetzlicheAntragsdatenKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheAntragsdatenKfz_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheAntragsdatenKfz_Type") -public class ZusaetzlicheAntragsdatenKfzType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ZusaetzlicheKfzdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ZusaetzlicheKfzdatenType.java deleted file mode 100644 index 3db3a2a0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ZusaetzlicheKfzdatenType.java +++ /dev/null @@ -1,270 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Type zusätzliche Kfz-Daten - * - *

Java-Klasse für ZusaetzlicheKfzdaten_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheKfzdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="KfzKennzeichen">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="3"/>
- *               <maxLength value="9"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="Fahrgestellnummer" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}Fahrgestellnummer_Type"/>
- *         <element name="ErfolgtAnmeldungZeitgleichMitAbmeldung" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="AbmeldedatumWechselkennzeichenFahrzeug" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="Wechselkennzeichen" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}Wechselkennzeichen_Type" minOccurs="0"/>
- *         <element name="Fahrzeugzustand" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="FzZustandBesichtigung" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}FzZustandBesichtigung_Type" minOccurs="0"/>
- *         <element name="ZusaetzlicheAntragsdatenKfz" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ZusaetzlicheAntragsdatenKfz_Type" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheKfzdaten_Type", propOrder = { - "kfzKennzeichen", - "fahrgestellnummer", - "erfolgtAnmeldungZeitgleichMitAbmeldung", - "abmeldedatumWechselkennzeichenFahrzeug", - "wechselkennzeichen", - "fahrzeugzustand", - "fzZustandBesichtigung", - "zusaetzlicheAntragsdatenKfz" -}) -public class ZusaetzlicheKfzdatenType { - - @XmlElement(name = "KfzKennzeichen", required = true) - protected String kfzKennzeichen; - @XmlElement(name = "Fahrgestellnummer", required = true) - protected String fahrgestellnummer; - @XmlElement(name = "ErfolgtAnmeldungZeitgleichMitAbmeldung") - protected Boolean erfolgtAnmeldungZeitgleichMitAbmeldung; - @XmlElement(name = "AbmeldedatumWechselkennzeichenFahrzeug") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar abmeldedatumWechselkennzeichenFahrzeug; - @XmlElement(name = "Wechselkennzeichen") - protected WechselkennzeichenType wechselkennzeichen; - @XmlElement(name = "Fahrzeugzustand") - protected String fahrzeugzustand; - @XmlElement(name = "FzZustandBesichtigung") - protected FzZustandBesichtigungType fzZustandBesichtigung; - @XmlElement(name = "ZusaetzlicheAntragsdatenKfz") - protected ZusaetzlicheAntragsdatenKfzType zusaetzlicheAntragsdatenKfz; - - /** - * Ruft den Wert der kfzKennzeichen-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKfzKennzeichen() { - return kfzKennzeichen; - } - - /** - * Legt den Wert der kfzKennzeichen-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKfzKennzeichen(String value) { - this.kfzKennzeichen = value; - } - - /** - * Ruft den Wert der fahrgestellnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFahrgestellnummer() { - return fahrgestellnummer; - } - - /** - * Legt den Wert der fahrgestellnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFahrgestellnummer(String value) { - this.fahrgestellnummer = value; - } - - /** - * Ruft den Wert der erfolgtAnmeldungZeitgleichMitAbmeldung-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isErfolgtAnmeldungZeitgleichMitAbmeldung() { - return erfolgtAnmeldungZeitgleichMitAbmeldung; - } - - /** - * Legt den Wert der erfolgtAnmeldungZeitgleichMitAbmeldung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setErfolgtAnmeldungZeitgleichMitAbmeldung(Boolean value) { - this.erfolgtAnmeldungZeitgleichMitAbmeldung = value; - } - - /** - * Ruft den Wert der abmeldedatumWechselkennzeichenFahrzeug-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getAbmeldedatumWechselkennzeichenFahrzeug() { - return abmeldedatumWechselkennzeichenFahrzeug; - } - - /** - * Legt den Wert der abmeldedatumWechselkennzeichenFahrzeug-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setAbmeldedatumWechselkennzeichenFahrzeug(XMLGregorianCalendar value) { - this.abmeldedatumWechselkennzeichenFahrzeug = value; - } - - /** - * Ruft den Wert der wechselkennzeichen-Eigenschaft ab. - * - * @return - * possible object is - * {@link WechselkennzeichenType } - * - */ - public WechselkennzeichenType getWechselkennzeichen() { - return wechselkennzeichen; - } - - /** - * Legt den Wert der wechselkennzeichen-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link WechselkennzeichenType } - * - */ - public void setWechselkennzeichen(WechselkennzeichenType value) { - this.wechselkennzeichen = value; - } - - /** - * Ruft den Wert der fahrzeugzustand-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFahrzeugzustand() { - return fahrzeugzustand; - } - - /** - * Legt den Wert der fahrzeugzustand-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFahrzeugzustand(String value) { - this.fahrzeugzustand = value; - } - - /** - * Ruft den Wert der fzZustandBesichtigung-Eigenschaft ab. - * - * @return - * possible object is - * {@link FzZustandBesichtigungType } - * - */ - public FzZustandBesichtigungType getFzZustandBesichtigung() { - return fzZustandBesichtigung; - } - - /** - * Legt den Wert der fzZustandBesichtigung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link FzZustandBesichtigungType } - * - */ - public void setFzZustandBesichtigung(FzZustandBesichtigungType value) { - this.fzZustandBesichtigung = value; - } - - /** - * Ruft den Wert der zusaetzlicheAntragsdatenKfz-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZusaetzlicheAntragsdatenKfzType } - * - */ - public ZusaetzlicheAntragsdatenKfzType getZusaetzlicheAntragsdatenKfz() { - return zusaetzlicheAntragsdatenKfz; - } - - /** - * Legt den Wert der zusaetzlicheAntragsdatenKfz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZusaetzlicheAntragsdatenKfzType } - * - */ - public void setZusaetzlicheAntragsdatenKfz(ZusaetzlicheAntragsdatenKfzType value) { - this.zusaetzlicheAntragsdatenKfz = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ZusatzproduktKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ZusatzproduktKfzType.java deleted file mode 100644 index 0d0fb22c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/ZusatzproduktKfzType.java +++ /dev/null @@ -1,39 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ProduktType; - - -/** - * Abstrakte Basisklasse für KFZ-Zusatzprodukte, die mit einer KFZ-Versicherung gebündelt werden können. - * - *

Java-Klasse für ZusatzproduktKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusatzproduktKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produkt_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusatzproduktKfz_Type") -@XmlSeeAlso({ - ProduktKfzRechtsschutzType.class -}) -public abstract class ZusatzproduktKfzType - extends ProduktType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/package-info.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/package-info.java deleted file mode 100644 index 54d956d1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/kfz/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz; diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CalculateLebenRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CalculateLebenRequestType.java deleted file mode 100644 index 4439734f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CalculateLebenRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CalculateRequestGenType; - - -/** - * Typ des Requestobjekts für eine Berechnung Leben - * - *

Java-Klasse für CalculateLebenRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CalculateLebenRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequestGen_Type">
- *       <sequence>
- *         <element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezBerechnungLeben_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateLebenRequest_Type", propOrder = { - "berechnungsanfrage" -}) -public class CalculateLebenRequestType - extends CalculateRequestGenType -{ - - @XmlElement(name = "Berechnungsanfrage", required = true) - protected SpezBerechnungLebenType berechnungsanfrage; - - /** - * Ruft den Wert der berechnungsanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezBerechnungLebenType } - * - */ - public SpezBerechnungLebenType getBerechnungsanfrage() { - return berechnungsanfrage; - } - - /** - * Legt den Wert der berechnungsanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezBerechnungLebenType } - * - */ - public void setBerechnungsanfrage(SpezBerechnungLebenType value) { - this.berechnungsanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CalculateLebenResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CalculateLebenResponseType.java deleted file mode 100644 index e061b01e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CalculateLebenResponseType.java +++ /dev/null @@ -1,102 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CalculateResponseGenType; - - -/** - * Typ des Responseobjekts für eine Leben-Berechnung - * - *

Java-Klasse für CalculateLebenResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CalculateLebenResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponseGen_Type">
- *       <sequence>
- *         <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezBerechnungLeben_Type"/>
- *         <element name="Upsellingvarianten" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezBerechnungLeben_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateLebenResponse_Type", propOrder = { - "berechnungsantwort", - "upsellingvarianten" -}) -public class CalculateLebenResponseType - extends CalculateResponseGenType -{ - - @XmlElement(name = "Berechnungsantwort", required = true) - protected SpezBerechnungLebenType berechnungsantwort; - @XmlElement(name = "Upsellingvarianten") - protected List upsellingvarianten; - - /** - * Ruft den Wert der berechnungsantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezBerechnungLebenType } - * - */ - public SpezBerechnungLebenType getBerechnungsantwort() { - return berechnungsantwort; - } - - /** - * Legt den Wert der berechnungsantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezBerechnungLebenType } - * - */ - public void setBerechnungsantwort(SpezBerechnungLebenType value) { - this.berechnungsantwort = value; - } - - /** - * Gets the value of the upsellingvarianten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the upsellingvarianten property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getUpsellingvarianten().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link SpezBerechnungLebenType } - * - * - */ - public List getUpsellingvarianten() { - if (upsellingvarianten == null) { - upsellingvarianten = new ArrayList(); - } - return this.upsellingvarianten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CreateApplicationLebenRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CreateApplicationLebenRequestType.java deleted file mode 100644 index 0f2590ff..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CreateApplicationLebenRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateApplicationRequestGenType; - - -/** - * Type des Requestobjekts für die Erstellung eines Leben-Antrags - * - *

Java-Klasse für CreateApplicationLebenRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateApplicationLebenRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequestGen_Type">
- *       <sequence>
- *         <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezAntragLeben_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationLebenRequest_Type", propOrder = { - "antragsanfrage" -}) -public class CreateApplicationLebenRequestType - extends CreateApplicationRequestGenType -{ - - @XmlElement(name = "Antragsanfrage", required = true) - protected SpezAntragLebenType antragsanfrage; - - /** - * Ruft den Wert der antragsanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezAntragLebenType } - * - */ - public SpezAntragLebenType getAntragsanfrage() { - return antragsanfrage; - } - - /** - * Legt den Wert der antragsanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezAntragLebenType } - * - */ - public void setAntragsanfrage(SpezAntragLebenType value) { - this.antragsanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CreateApplicationLebenResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CreateApplicationLebenResponseType.java deleted file mode 100644 index a8f69598..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CreateApplicationLebenResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateApplicationResponseGenType; - - -/** - * Type des Responseobjekts für die Erstellung eines Leben-Antrags - * - *

Java-Klasse für CreateApplicationLebenResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateApplicationLebenResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponseGen_Type">
- *       <sequence>
- *         <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezAntragLeben_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationLebenResponse_Type", propOrder = { - "antragsantwort" -}) -public class CreateApplicationLebenResponseType - extends CreateApplicationResponseGenType -{ - - @XmlElement(name = "Antragsantwort", required = true) - protected SpezAntragLebenType antragsantwort; - - /** - * Ruft den Wert der antragsantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezAntragLebenType } - * - */ - public SpezAntragLebenType getAntragsantwort() { - return antragsantwort; - } - - /** - * Legt den Wert der antragsantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezAntragLebenType } - * - */ - public void setAntragsantwort(SpezAntragLebenType value) { - this.antragsantwort = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CreateOfferLebenRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CreateOfferLebenRequestType.java deleted file mode 100644 index a894b73a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CreateOfferLebenRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateOfferRequestGenType; - - -/** - * Typ des Requestobjekts für eine Erstellung eines Leben-Offerts - * - *

Java-Klasse für CreateOfferLebenRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateOfferLebenRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequestGen_Type">
- *       <sequence>
- *         <element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezOffertLeben_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferLebenRequest_Type", propOrder = { - "offertanfrage" -}) -public class CreateOfferLebenRequestType - extends CreateOfferRequestGenType -{ - - @XmlElement(name = "Offertanfrage", required = true) - protected SpezOffertLebenType offertanfrage; - - /** - * Ruft den Wert der offertanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezOffertLebenType } - * - */ - public SpezOffertLebenType getOffertanfrage() { - return offertanfrage; - } - - /** - * Legt den Wert der offertanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezOffertLebenType } - * - */ - public void setOffertanfrage(SpezOffertLebenType value) { - this.offertanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CreateOfferLebenResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CreateOfferLebenResponseType.java deleted file mode 100644 index b09a8f3f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/CreateOfferLebenResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateOfferResponseGenType; - - -/** - * Type des Responseobjekts für eine Erstellung eines Leben-Offerts - * - *

Java-Klasse für CreateOfferLebenResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateOfferLebenResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponseGen_Type">
- *       <sequence>
- *         <element name="Offertantwort" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezOffertLeben_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferLebenResponse_Type", propOrder = { - "offertantwort" -}) -public class CreateOfferLebenResponseType - extends CreateOfferResponseGenType -{ - - @XmlElement(name = "Offertantwort", required = true) - protected SpezOffertLebenType offertantwort; - - /** - * Ruft den Wert der offertantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezOffertLebenType } - * - */ - public SpezOffertLebenType getOffertantwort() { - return offertantwort; - } - - /** - * Legt den Wert der offertantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezOffertLebenType } - * - */ - public void setOffertantwort(SpezOffertLebenType value) { - this.offertantwort = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ObjectFactory.java deleted file mode 100644 index ec8873ee..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ObjectFactory.java +++ /dev/null @@ -1,358 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _CalculateLebenRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "CalculateLebenRequest"); - private final static QName _CalculateLebenResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "CalculateLebenResponse"); - private final static QName _CreateOfferLebenRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "CreateOfferLebenRequest"); - private final static QName _CreateOfferLebenResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "CreateOfferLebenResponse"); - private final static QName _CreateApplicationLebenRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "CreateApplicationLebenRequest"); - private final static QName _CreateApplicationLebenResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "CreateApplicationLebenResponse"); - private final static QName _SubmitApplicationLebenRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "SubmitApplicationLebenRequest"); - private final static QName _SubmitApplicationLebenResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "SubmitApplicationLebenResponse"); - private final static QName _ZusatzversicherungUnfallinvaliditaetTypeVersicherungssumme_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", "Versicherungssumme"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link CalculateLebenRequestType } - * - */ - public CalculateLebenRequestType createCalculateLebenRequestType() { - return new CalculateLebenRequestType(); - } - - /** - * Create an instance of {@link CalculateLebenResponseType } - * - */ - public CalculateLebenResponseType createCalculateLebenResponseType() { - return new CalculateLebenResponseType(); - } - - /** - * Create an instance of {@link CreateOfferLebenRequestType } - * - */ - public CreateOfferLebenRequestType createCreateOfferLebenRequestType() { - return new CreateOfferLebenRequestType(); - } - - /** - * Create an instance of {@link CreateOfferLebenResponseType } - * - */ - public CreateOfferLebenResponseType createCreateOfferLebenResponseType() { - return new CreateOfferLebenResponseType(); - } - - /** - * Create an instance of {@link CreateApplicationLebenRequestType } - * - */ - public CreateApplicationLebenRequestType createCreateApplicationLebenRequestType() { - return new CreateApplicationLebenRequestType(); - } - - /** - * Create an instance of {@link CreateApplicationLebenResponseType } - * - */ - public CreateApplicationLebenResponseType createCreateApplicationLebenResponseType() { - return new CreateApplicationLebenResponseType(); - } - - /** - * Create an instance of {@link SubmitApplicationLebenRequestType } - * - */ - public SubmitApplicationLebenRequestType createSubmitApplicationLebenRequestType() { - return new SubmitApplicationLebenRequestType(); - } - - /** - * Create an instance of {@link SubmitApplicationLebenResponseType } - * - */ - public SubmitApplicationLebenResponseType createSubmitApplicationLebenResponseType() { - return new SubmitApplicationLebenResponseType(); - } - - /** - * Create an instance of {@link VerkaufsproduktLebenType } - * - */ - public VerkaufsproduktLebenType createVerkaufsproduktLebenType() { - return new VerkaufsproduktLebenType(); - } - - /** - * Create an instance of {@link ProduktLebenType } - * - */ - public ProduktLebenType createProduktLebenType() { - return new ProduktLebenType(); - } - - /** - * Create an instance of {@link TarifLebenType } - * - */ - public TarifLebenType createTarifLebenType() { - return new TarifLebenType(); - } - - /** - * Create an instance of {@link ZusatzversicherungLebenType } - * - */ - public ZusatzversicherungLebenType createZusatzversicherungLebenType() { - return new ZusatzversicherungLebenType(); - } - - /** - * Create an instance of {@link ZusatzversicherungBerufsunfaehigkeitType } - * - */ - public ZusatzversicherungBerufsunfaehigkeitType createZusatzversicherungBerufsunfaehigkeitType() { - return new ZusatzversicherungBerufsunfaehigkeitType(); - } - - /** - * Create an instance of {@link ZusatzversicherungErwerbsunfaehigkeitType } - * - */ - public ZusatzversicherungErwerbsunfaehigkeitType createZusatzversicherungErwerbsunfaehigkeitType() { - return new ZusatzversicherungErwerbsunfaehigkeitType(); - } - - /** - * Create an instance of {@link ZusatzversicherungPraemienuebernahmeAblebenType } - * - */ - public ZusatzversicherungPraemienuebernahmeAblebenType createZusatzversicherungPraemienuebernahmeAblebenType() { - return new ZusatzversicherungPraemienuebernahmeAblebenType(); - } - - /** - * Create an instance of {@link ZusatzversicherungUnfalltodType } - * - */ - public ZusatzversicherungUnfalltodType createZusatzversicherungUnfalltodType() { - return new ZusatzversicherungUnfalltodType(); - } - - /** - * Create an instance of {@link ZusatzversicherungUnfallinvaliditaetType } - * - */ - public ZusatzversicherungUnfallinvaliditaetType createZusatzversicherungUnfallinvaliditaetType() { - return new ZusatzversicherungUnfallinvaliditaetType(); - } - - /** - * Create an instance of {@link ZusatzproduktLebenType } - * - */ - public ZusatzproduktLebenType createZusatzproduktLebenType() { - return new ZusatzproduktLebenType(); - } - - /** - * Create an instance of {@link RentenoptionType } - * - */ - public RentenoptionType createRentenoptionType() { - return new RentenoptionType(); - } - - /** - * Create an instance of {@link VersicherungssummeZusatzbausteinType } - * - */ - public VersicherungssummeZusatzbausteinType createVersicherungssummeZusatzbausteinType() { - return new VersicherungssummeZusatzbausteinType(); - } - - /** - * Create an instance of {@link SpezBerechnungLebenType } - * - */ - public SpezBerechnungLebenType createSpezBerechnungLebenType() { - return new SpezBerechnungLebenType(); - } - - /** - * Create an instance of {@link SpezOffertLebenType } - * - */ - public SpezOffertLebenType createSpezOffertLebenType() { - return new SpezOffertLebenType(); - } - - /** - * Create an instance of {@link SpezAntragLebenType } - * - */ - public SpezAntragLebenType createSpezAntragLebenType() { - return new SpezAntragLebenType(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CalculateLebenRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CalculateLebenRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", name = "CalculateLebenRequest") - public JAXBElement createCalculateLebenRequest(CalculateLebenRequestType value) { - return new JAXBElement(_CalculateLebenRequest_QNAME, CalculateLebenRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CalculateLebenResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CalculateLebenResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", name = "CalculateLebenResponse") - public JAXBElement createCalculateLebenResponse(CalculateLebenResponseType value) { - return new JAXBElement(_CalculateLebenResponse_QNAME, CalculateLebenResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferLebenRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateOfferLebenRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", name = "CreateOfferLebenRequest") - public JAXBElement createCreateOfferLebenRequest(CreateOfferLebenRequestType value) { - return new JAXBElement(_CreateOfferLebenRequest_QNAME, CreateOfferLebenRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferLebenResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateOfferLebenResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", name = "CreateOfferLebenResponse") - public JAXBElement createCreateOfferLebenResponse(CreateOfferLebenResponseType value) { - return new JAXBElement(_CreateOfferLebenResponse_QNAME, CreateOfferLebenResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationLebenRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateApplicationLebenRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", name = "CreateApplicationLebenRequest") - public JAXBElement createCreateApplicationLebenRequest(CreateApplicationLebenRequestType value) { - return new JAXBElement(_CreateApplicationLebenRequest_QNAME, CreateApplicationLebenRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationLebenResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateApplicationLebenResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", name = "CreateApplicationLebenResponse") - public JAXBElement createCreateApplicationLebenResponse(CreateApplicationLebenResponseType value) { - return new JAXBElement(_CreateApplicationLebenResponse_QNAME, CreateApplicationLebenResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationLebenRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SubmitApplicationLebenRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", name = "SubmitApplicationLebenRequest") - public JAXBElement createSubmitApplicationLebenRequest(SubmitApplicationLebenRequestType value) { - return new JAXBElement(_SubmitApplicationLebenRequest_QNAME, SubmitApplicationLebenRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationLebenResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SubmitApplicationLebenResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", name = "SubmitApplicationLebenResponse") - public JAXBElement createSubmitApplicationLebenResponse(SubmitApplicationLebenResponseType value) { - return new JAXBElement(_SubmitApplicationLebenResponse_QNAME, SubmitApplicationLebenResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link VersicherungssummeZusatzbausteinType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link VersicherungssummeZusatzbausteinType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", name = "Versicherungssumme", scope = ZusatzversicherungUnfallinvaliditaetType.class) - public JAXBElement createZusatzversicherungUnfallinvaliditaetTypeVersicherungssumme(VersicherungssummeZusatzbausteinType value) { - return new JAXBElement(_ZusatzversicherungUnfallinvaliditaetTypeVersicherungssumme_QNAME, VersicherungssummeZusatzbausteinType.class, ZusatzversicherungUnfallinvaliditaetType.class, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link VersicherungssummeZusatzbausteinType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link VersicherungssummeZusatzbausteinType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", name = "Versicherungssumme", scope = ZusatzversicherungUnfalltodType.class) - public JAXBElement createZusatzversicherungUnfalltodTypeVersicherungssumme(VersicherungssummeZusatzbausteinType value) { - return new JAXBElement(_ZusatzversicherungUnfallinvaliditaetTypeVersicherungssumme_QNAME, VersicherungssummeZusatzbausteinType.class, ZusatzversicherungUnfalltodType.class, value); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ProduktLebenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ProduktLebenType.java deleted file mode 100644 index bd662f28..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ProduktLebenType.java +++ /dev/null @@ -1,74 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ProduktMitVpType; - - -/** - * Typ für ein Produkt in der Sparte Leben. - * - *

Java-Klasse für ProduktLeben_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ProduktLeben_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktMitVp_Type">
- *       <sequence>
- *         <element name="Tarife" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}TarifLeben_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProduktLeben_Type", propOrder = { - "tarife" -}) -public class ProduktLebenType - extends ProduktMitVpType -{ - - @XmlElement(name = "Tarife") - protected List tarife; - - /** - * Gets the value of the tarife property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the tarife property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getTarife().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link TarifLebenType } - * - * - */ - public List getTarife() { - if (tarife == null) { - tarife = new ArrayList(); - } - return this.tarife; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/RentenoptionType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/RentenoptionType.java deleted file mode 100644 index 416244fd..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/RentenoptionType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Vorgefertigter Typ für eine Rentenoption - * - *

Java-Klasse für Rentenoption_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="Rentenoption_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Rentenoption_Type") -public class RentenoptionType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SpezAntragLebenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SpezAntragLebenType.java deleted file mode 100644 index d12a7c2f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SpezAntragLebenType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SpezAntragPersonenType; - - -/** - * Typ für den Schritt Antrags-Erzeugung - * - *

Java-Klasse für SpezAntragLeben_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpezAntragLeben_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntragPersonen_Type">
- *       <sequence>
- *         <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}VerkaufsproduktLeben_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezAntragLeben_Type", propOrder = { - "verkaufsprodukt" -}) -public class SpezAntragLebenType - extends SpezAntragPersonenType -{ - - @XmlElement(name = "Verkaufsprodukt", required = true) - protected VerkaufsproduktLebenType verkaufsprodukt; - - /** - * Ruft den Wert der verkaufsprodukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkaufsproduktLebenType } - * - */ - public VerkaufsproduktLebenType getVerkaufsprodukt() { - return verkaufsprodukt; - } - - /** - * Legt den Wert der verkaufsprodukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkaufsproduktLebenType } - * - */ - public void setVerkaufsprodukt(VerkaufsproduktLebenType value) { - this.verkaufsprodukt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SpezBerechnungLebenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SpezBerechnungLebenType.java deleted file mode 100644 index ab922ec0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SpezBerechnungLebenType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SpezBerechnungType; - - -/** - * Typ für den Schritt Berechnung - * - *

Java-Klasse für SpezBerechnungLeben_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpezBerechnungLeben_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
- *       <sequence>
- *         <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}VerkaufsproduktLeben_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezBerechnungLeben_Type", propOrder = { - "verkaufsprodukt" -}) -public class SpezBerechnungLebenType - extends SpezBerechnungType -{ - - @XmlElement(name = "Verkaufsprodukt", required = true) - protected VerkaufsproduktLebenType verkaufsprodukt; - - /** - * Ruft den Wert der verkaufsprodukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkaufsproduktLebenType } - * - */ - public VerkaufsproduktLebenType getVerkaufsprodukt() { - return verkaufsprodukt; - } - - /** - * Legt den Wert der verkaufsprodukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkaufsproduktLebenType } - * - */ - public void setVerkaufsprodukt(VerkaufsproduktLebenType value) { - this.verkaufsprodukt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SpezOffertLebenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SpezOffertLebenType.java deleted file mode 100644 index b4108845..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SpezOffertLebenType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SpezOffertType; - - -/** - * Typ für den Schritt Offert-Erzeugung - * - *

Java-Klasse für SpezOffertLeben_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpezOffertLeben_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
- *       <sequence>
- *         <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}VerkaufsproduktLeben_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezOffertLeben_Type", propOrder = { - "verkaufsprodukt" -}) -public class SpezOffertLebenType - extends SpezOffertType -{ - - @XmlElement(name = "Verkaufsprodukt", required = true) - protected VerkaufsproduktLebenType verkaufsprodukt; - - /** - * Ruft den Wert der verkaufsprodukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkaufsproduktLebenType } - * - */ - public VerkaufsproduktLebenType getVerkaufsprodukt() { - return verkaufsprodukt; - } - - /** - * Legt den Wert der verkaufsprodukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkaufsproduktLebenType } - * - */ - public void setVerkaufsprodukt(VerkaufsproduktLebenType value) { - this.verkaufsprodukt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SubmitApplicationLebenRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SubmitApplicationLebenRequestType.java deleted file mode 100644 index 78c1b34a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SubmitApplicationLebenRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SubmitApplicationRequestGenType; - - -/** - * Type des Requests, um den Antrag einzureichen - * - *

Java-Klasse für SubmitApplicationLebenRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SubmitApplicationLebenRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequestGen_Type">
- *       <sequence>
- *         <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezAntragLeben_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationLebenRequest_Type", propOrder = { - "antragsanfrage" -}) -public class SubmitApplicationLebenRequestType - extends SubmitApplicationRequestGenType -{ - - @XmlElement(name = "Antragsanfrage") - protected SpezAntragLebenType antragsanfrage; - - /** - * Ruft den Wert der antragsanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezAntragLebenType } - * - */ - public SpezAntragLebenType getAntragsanfrage() { - return antragsanfrage; - } - - /** - * Legt den Wert der antragsanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezAntragLebenType } - * - */ - public void setAntragsanfrage(SpezAntragLebenType value) { - this.antragsanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SubmitApplicationLebenResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SubmitApplicationLebenResponseType.java deleted file mode 100644 index 915e8904..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/SubmitApplicationLebenResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SubmitApplicationResponseGenType; - - -/** - * Type des Response, um den Antrag einzureichen - * - *

Java-Klasse für SubmitApplicationLebenResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SubmitApplicationLebenResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponseGen_Type">
- *       <sequence>
- *         <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}SpezAntragLeben_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationLebenResponse_Type", propOrder = { - "antragsantwort" -}) -public class SubmitApplicationLebenResponseType - extends SubmitApplicationResponseGenType -{ - - @XmlElement(name = "Antragsantwort", required = true) - protected SpezAntragLebenType antragsantwort; - - /** - * Ruft den Wert der antragsantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezAntragLebenType } - * - */ - public SpezAntragLebenType getAntragsantwort() { - return antragsantwort; - } - - /** - * Legt den Wert der antragsantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezAntragLebenType } - * - */ - public void setAntragsantwort(SpezAntragLebenType value) { - this.antragsantwort = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/TarifLebenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/TarifLebenType.java deleted file mode 100644 index 7a2145e0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/TarifLebenType.java +++ /dev/null @@ -1,164 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ElementFondsauswahlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ElementarproduktGenerischType; - - -/** - * Typ für ein Elementarprodukt in der Sparte Leben. - * - *

Java-Klasse für TarifLeben_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="TarifLeben_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ElementarproduktGenerisch_Type">
- *       <sequence>
- *         <element name="GarantierteAblebenssumme" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}VersicherungssummeZusatzbaustein_Type" minOccurs="0"/>
- *         <element name="Rentenoption" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}Rentenoption_Type" minOccurs="0"/>
- *         <element name="Fondsauswahl" type="{urn:omds3CommonServiceTypes-1-1-0}ElementFondsauswahl_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Zusatzbausteine" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}ZusatzversicherungLeben_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "TarifLeben_Type", propOrder = { - "garantierteAblebenssumme", - "rentenoption", - "fondsauswahl", - "zusatzbausteine" -}) -public class TarifLebenType - extends ElementarproduktGenerischType -{ - - @XmlElement(name = "GarantierteAblebenssumme") - protected VersicherungssummeZusatzbausteinType garantierteAblebenssumme; - @XmlElement(name = "Rentenoption") - protected RentenoptionType rentenoption; - @XmlElement(name = "Fondsauswahl") - protected List fondsauswahl; - @XmlElement(name = "Zusatzbausteine") - protected List zusatzbausteine; - - /** - * Ruft den Wert der garantierteAblebenssumme-Eigenschaft ab. - * - * @return - * possible object is - * {@link VersicherungssummeZusatzbausteinType } - * - */ - public VersicherungssummeZusatzbausteinType getGarantierteAblebenssumme() { - return garantierteAblebenssumme; - } - - /** - * Legt den Wert der garantierteAblebenssumme-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VersicherungssummeZusatzbausteinType } - * - */ - public void setGarantierteAblebenssumme(VersicherungssummeZusatzbausteinType value) { - this.garantierteAblebenssumme = value; - } - - /** - * Ruft den Wert der rentenoption-Eigenschaft ab. - * - * @return - * possible object is - * {@link RentenoptionType } - * - */ - public RentenoptionType getRentenoption() { - return rentenoption; - } - - /** - * Legt den Wert der rentenoption-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link RentenoptionType } - * - */ - public void setRentenoption(RentenoptionType value) { - this.rentenoption = value; - } - - /** - * Gets the value of the fondsauswahl property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the fondsauswahl property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getFondsauswahl().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ElementFondsauswahlType } - * - * - */ - public List getFondsauswahl() { - if (fondsauswahl == null) { - fondsauswahl = new ArrayList(); - } - return this.fondsauswahl; - } - - /** - * Gets the value of the zusatzbausteine property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusatzbausteine property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getZusatzbausteine().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ZusatzversicherungLebenType } - * - * - */ - public List getZusatzbausteine() { - if (zusatzbausteine == null) { - zusatzbausteine = new ArrayList(); - } - return this.zusatzbausteine; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/VerkaufsproduktLebenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/VerkaufsproduktLebenType.java deleted file mode 100644 index 4dcc39ef..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/VerkaufsproduktLebenType.java +++ /dev/null @@ -1,172 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ProduktGenerischType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VerkaufsproduktGenerischType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VersichertePersonType; - - -/** - * Typ für ein Verkaufsprodukt in der Sparte Leben - * - *

Java-Klasse für VerkaufsproduktLeben_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VerkaufsproduktLeben_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VerkaufsproduktGenerisch_Type">
- *       <sequence>
- *         <element name="LebenProdukte" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}ProduktLeben_Type" maxOccurs="unbounded"/>
- *         <element name="Zusatzprodukte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="VersichertePersonen" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertePerson_Type" maxOccurs="unbounded"/>
- *         <element name="RefSicherstellungLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerkaufsproduktLeben_Type", propOrder = { - "lebenProdukte", - "zusatzprodukte", - "versichertePersonen", - "refSicherstellungLfnr" -}) -public class VerkaufsproduktLebenType - extends VerkaufsproduktGenerischType -{ - - @XmlElement(name = "LebenProdukte", required = true) - protected List lebenProdukte; - @XmlElement(name = "Zusatzprodukte") - protected List zusatzprodukte; - @XmlElement(name = "VersichertePersonen", required = true) - protected List versichertePersonen; - @XmlElement(name = "RefSicherstellungLfnr") - @XmlSchemaType(name = "unsignedShort") - protected Integer refSicherstellungLfnr; - - /** - * Gets the value of the lebenProdukte property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the lebenProdukte property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getLebenProdukte().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ProduktLebenType } - * - * - */ - public List getLebenProdukte() { - if (lebenProdukte == null) { - lebenProdukte = new ArrayList(); - } - return this.lebenProdukte; - } - - /** - * Gets the value of the zusatzprodukte property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusatzprodukte property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getZusatzprodukte().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ProduktGenerischType } - * - * - */ - public List getZusatzprodukte() { - if (zusatzprodukte == null) { - zusatzprodukte = new ArrayList(); - } - return this.zusatzprodukte; - } - - /** - * Gets the value of the versichertePersonen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the versichertePersonen property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getVersichertePersonen().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link VersichertePersonType } - * - * - */ - public List getVersichertePersonen() { - if (versichertePersonen == null) { - versichertePersonen = new ArrayList(); - } - return this.versichertePersonen; - } - - /** - * Ruft den Wert der refSicherstellungLfnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getRefSicherstellungLfnr() { - return refSicherstellungLfnr; - } - - /** - * Legt den Wert der refSicherstellungLfnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setRefSicherstellungLfnr(Integer value) { - this.refSicherstellungLfnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/VersicherungssummeZusatzbausteinType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/VersicherungssummeZusatzbausteinType.java deleted file mode 100644 index b2c7f5ca..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/VersicherungssummeZusatzbausteinType.java +++ /dev/null @@ -1,94 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AttributDezimalType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AttributDoubleType; - - -/** - * Definition einer Versicherungssumme in einem Zusatzbaustein - * - *

Java-Klasse für VersicherungssummeZusatzbaustein_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VersicherungssummeZusatzbaustein_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <choice>
- *         <element name="ProzentVersicherungssumme" type="{urn:omds3CommonServiceTypes-1-1-0}AttributDouble_Type" minOccurs="0"/>
- *         <element name="Betrag" type="{urn:omds3CommonServiceTypes-1-1-0}AttributDezimal_Type" minOccurs="0"/>
- *       </choice>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VersicherungssummeZusatzbaustein_Type", propOrder = { - "prozentVersicherungssumme", - "betrag" -}) -public class VersicherungssummeZusatzbausteinType { - - @XmlElement(name = "ProzentVersicherungssumme") - protected AttributDoubleType prozentVersicherungssumme; - @XmlElement(name = "Betrag") - protected AttributDezimalType betrag; - - /** - * Ruft den Wert der prozentVersicherungssumme-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributDoubleType } - * - */ - public AttributDoubleType getProzentVersicherungssumme() { - return prozentVersicherungssumme; - } - - /** - * Legt den Wert der prozentVersicherungssumme-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributDoubleType } - * - */ - public void setProzentVersicherungssumme(AttributDoubleType value) { - this.prozentVersicherungssumme = value; - } - - /** - * Ruft den Wert der betrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link AttributDezimalType } - * - */ - public AttributDezimalType getBetrag() { - return betrag; - } - - /** - * Legt den Wert der betrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AttributDezimalType } - * - */ - public void setBetrag(AttributDezimalType value) { - this.betrag = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/WartefristType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/WartefristType.java deleted file mode 100644 index df05c8e4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/WartefristType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstraktes Element zur Abbildung einer Wartefrist - * - *

Java-Klasse für Wartefrist_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="Wartefrist_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Wartefrist_Type") -public abstract class WartefristType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzproduktLebenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzproduktLebenType.java deleted file mode 100644 index eb3c86ce..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzproduktLebenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ um Zusatzprodukte (Ebene Produkt) im Verkausfprodukt Leben zu definieren - * - *

Java-Klasse für ZusatzproduktLeben_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusatzproduktLeben_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusatzproduktLeben_Type") -public class ZusatzproduktLebenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungBerufsunfaehigkeitType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungBerufsunfaehigkeitType.java deleted file mode 100644 index fd596e71..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungBerufsunfaehigkeitType.java +++ /dev/null @@ -1,66 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Vorgefertigter Typ für eine Zusatzversicherung Berufsunfähigkeit - * - *

Java-Klasse für ZusatzversicherungBerufsunfaehigkeit_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusatzversicherungBerufsunfaehigkeit_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}ZusatzversicherungLeben_Type">
- *       <sequence>
- *         <element name="Wartefrist" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}Wartefrist_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusatzversicherungBerufsunfaehigkeit_Type", propOrder = { - "wartefrist" -}) -public class ZusatzversicherungBerufsunfaehigkeitType - extends ZusatzversicherungLebenType -{ - - @XmlElement(name = "Wartefrist") - protected WartefristType wartefrist; - - /** - * Ruft den Wert der wartefrist-Eigenschaft ab. - * - * @return - * possible object is - * {@link WartefristType } - * - */ - public WartefristType getWartefrist() { - return wartefrist; - } - - /** - * Legt den Wert der wartefrist-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link WartefristType } - * - */ - public void setWartefrist(WartefristType value) { - this.wartefrist = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungErwerbsunfaehigkeitType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungErwerbsunfaehigkeitType.java deleted file mode 100644 index 323a5b50..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungErwerbsunfaehigkeitType.java +++ /dev/null @@ -1,66 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Vorgefertigter Typ für eine Zusatzversicherung Erwerbsunfähigkeit - * - *

Java-Klasse für ZusatzversicherungErwerbsunfaehigkeit_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusatzversicherungErwerbsunfaehigkeit_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}ZusatzversicherungLeben_Type">
- *       <sequence>
- *         <element name="Wartefrist" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}Wartefrist_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusatzversicherungErwerbsunfaehigkeit_Type", propOrder = { - "wartefrist" -}) -public class ZusatzversicherungErwerbsunfaehigkeitType - extends ZusatzversicherungLebenType -{ - - @XmlElement(name = "Wartefrist") - protected WartefristType wartefrist; - - /** - * Ruft den Wert der wartefrist-Eigenschaft ab. - * - * @return - * possible object is - * {@link WartefristType } - * - */ - public WartefristType getWartefrist() { - return wartefrist; - } - - /** - * Legt den Wert der wartefrist-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link WartefristType } - * - */ - public void setWartefrist(WartefristType value) { - this.wartefrist = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungLebenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungLebenType.java deleted file mode 100644 index 8fbf9b44..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungLebenType.java +++ /dev/null @@ -1,43 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ZusatzproduktGenerischType; - - -/** - * Typ für eine Zusatzversicherung in der Sparte Leben (unterhalb von Elementarprodukt) - * - *

Java-Klasse für ZusatzversicherungLeben_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusatzversicherungLeben_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ZusatzproduktGenerisch_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusatzversicherungLeben_Type") -@XmlSeeAlso({ - ZusatzversicherungBerufsunfaehigkeitType.class, - ZusatzversicherungErwerbsunfaehigkeitType.class, - ZusatzversicherungPraemienuebernahmeAblebenType.class, - ZusatzversicherungUnfalltodType.class, - ZusatzversicherungUnfallinvaliditaetType.class -}) -public class ZusatzversicherungLebenType - extends ZusatzproduktGenerischType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungPraemienuebernahmeAblebenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungPraemienuebernahmeAblebenType.java deleted file mode 100644 index 332df914..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungPraemienuebernahmeAblebenType.java +++ /dev/null @@ -1,66 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Vorgefertigter Typ für eine Praemienuebernahme im Ablebensfall - * - *

Java-Klasse für ZusatzversicherungPraemienuebernahmeAbleben_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusatzversicherungPraemienuebernahmeAbleben_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}ZusatzversicherungLeben_Type">
- *       <sequence>
- *         <element name="Wartefrist" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}Wartefrist_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusatzversicherungPraemienuebernahmeAbleben_Type", propOrder = { - "wartefrist" -}) -public class ZusatzversicherungPraemienuebernahmeAblebenType - extends ZusatzversicherungLebenType -{ - - @XmlElement(name = "Wartefrist") - protected WartefristType wartefrist; - - /** - * Ruft den Wert der wartefrist-Eigenschaft ab. - * - * @return - * possible object is - * {@link WartefristType } - * - */ - public WartefristType getWartefrist() { - return wartefrist; - } - - /** - * Legt den Wert der wartefrist-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link WartefristType } - * - */ - public void setWartefrist(WartefristType value) { - this.wartefrist = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungUnfallinvaliditaetType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungUnfallinvaliditaetType.java deleted file mode 100644 index 9f47962a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungUnfallinvaliditaetType.java +++ /dev/null @@ -1,84 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - * Vorgefertigter Typ für eine Zusatzversicherung bei Unfallinvaliditaet - * - *

Java-Klasse für ZusatzversicherungUnfallinvaliditaet_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusatzversicherungUnfallinvaliditaet_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}ZusatzversicherungLeben_Type">
- *       <sequence>
- *         <element name="Versicherungssumme" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}VersicherungssummeZusatzbaustein_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusatzversicherungUnfallinvaliditaet_Type", propOrder = { - "rest" -}) -public class ZusatzversicherungUnfallinvaliditaetType - extends ZusatzversicherungLebenType -{ - - @XmlElementRef(name = "Versicherungssumme", namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", type = JAXBElement.class, required = false) - protected List> rest; - - /** - * Ruft das restliche Contentmodell ab. - * - *

- * Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab: - * Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe: - * Zeile 133 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Leben.xsd - * Zeile 1382 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3CommonServiceTypes.xsd - *

- * Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine - * der beiden folgenden Deklarationen an, um deren Namen zu ändern: - * Gets the value of the rest property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the rest property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getRest().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link JAXBElement }{@code <}{@link VersicherungssummeZusatzbausteinType }{@code >} - * - * - */ - public List> getRest() { - if (rest == null) { - rest = new ArrayList>(); - } - return this.rest; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungUnfalltodType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungUnfalltodType.java deleted file mode 100644 index 72e7fbe5..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/ZusatzversicherungUnfalltodType.java +++ /dev/null @@ -1,84 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; - - -/** - * Vorgefertigter Typ für eine Zusatzversicherung bei Unfalltod - * - *

Java-Klasse für ZusatzversicherungUnfalltod_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusatzversicherungUnfalltod_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}ZusatzversicherungLeben_Type">
- *       <sequence>
- *         <element name="Versicherungssumme" type="{urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben}VersicherungssummeZusatzbaustein_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusatzversicherungUnfalltod_Type", propOrder = { - "rest" -}) -public class ZusatzversicherungUnfalltodType - extends ZusatzversicherungLebenType -{ - - @XmlElementRef(name = "Versicherungssumme", namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", type = JAXBElement.class, required = false) - protected List> rest; - - /** - * Ruft das restliche Contentmodell ab. - * - *

- * Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab: - * Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe: - * Zeile 121 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Leben.xsd - * Zeile 1382 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3CommonServiceTypes.xsd - *

- * Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine - * der beiden folgenden Deklarationen an, um deren Namen zu ändern: - * Gets the value of the rest property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the rest property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getRest().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link JAXBElement }{@code <}{@link VersicherungssummeZusatzbausteinType }{@code >} - * - * - */ - public List> getRest() { - if (rest == null) { - rest = new ArrayList>(); - } - return this.rest; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/package-info.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/package-info.java deleted file mode 100644 index 117fb681..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/leben/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben; diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/AntragSachPrivatType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/AntragSachPrivatType.java deleted file mode 100644 index 178f95c2..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/AntragSachPrivatType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SpezAntragType; - - -/** - * Typ der das Produkt beschreibt und in Antraganfrage und Antragantwort verwendet wird - * - *

Java-Klasse für AntragSachPrivat_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="AntragSachPrivat_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
- *       <sequence>
- *         <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}VerkaufsproduktSachPrivat_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AntragSachPrivat_Type", propOrder = { - "verkaufsprodukt" -}) -public class AntragSachPrivatType - extends SpezAntragType -{ - - @XmlElement(name = "Verkaufsprodukt", required = true) - protected VerkaufsproduktSachPrivatType verkaufsprodukt; - - /** - * Ruft den Wert der verkaufsprodukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkaufsproduktSachPrivatType } - * - */ - public VerkaufsproduktSachPrivatType getVerkaufsprodukt() { - return verkaufsprodukt; - } - - /** - * Legt den Wert der verkaufsprodukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkaufsproduktSachPrivatType } - * - */ - public void setVerkaufsprodukt(VerkaufsproduktSachPrivatType value) { - this.verkaufsprodukt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/BerechnungSachPrivatType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/BerechnungSachPrivatType.java deleted file mode 100644 index e0a2b9eb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/BerechnungSachPrivatType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SpezBerechnungType; - - -/** - * Typ der das Produkt beschreibt und in Berechnungsanfrage und Berechnungsantwort verwendet wird - * - *

Java-Klasse für BerechnungSachPrivat_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="BerechnungSachPrivat_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
- *       <sequence>
- *         <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}VerkaufsproduktSachPrivat_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BerechnungSachPrivat_Type", propOrder = { - "verkaufsprodukt" -}) -public class BerechnungSachPrivatType - extends SpezBerechnungType -{ - - @XmlElement(name = "Verkaufsprodukt", required = true) - protected VerkaufsproduktSachPrivatType verkaufsprodukt; - - /** - * Ruft den Wert der verkaufsprodukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkaufsproduktSachPrivatType } - * - */ - public VerkaufsproduktSachPrivatType getVerkaufsprodukt() { - return verkaufsprodukt; - } - - /** - * Legt den Wert der verkaufsprodukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkaufsproduktSachPrivatType } - * - */ - public void setVerkaufsprodukt(VerkaufsproduktSachPrivatType value) { - this.verkaufsprodukt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CalculateSachPrivatRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CalculateSachPrivatRequestType.java deleted file mode 100644 index 263cfac2..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CalculateSachPrivatRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CalculateRequestGenType; - - -/** - * Typ des Requestobjekts für eine Berechnung Sach-Privat - * - *

Java-Klasse für CalculateSachPrivatRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CalculateSachPrivatRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequestGen_Type">
- *       <sequence>
- *         <element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}BerechnungSachPrivat_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateSachPrivatRequest_Type", propOrder = { - "berechnungsanfrage" -}) -public class CalculateSachPrivatRequestType - extends CalculateRequestGenType -{ - - @XmlElement(name = "Berechnungsanfrage", required = true) - protected BerechnungSachPrivatType berechnungsanfrage; - - /** - * Ruft den Wert der berechnungsanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link BerechnungSachPrivatType } - * - */ - public BerechnungSachPrivatType getBerechnungsanfrage() { - return berechnungsanfrage; - } - - /** - * Legt den Wert der berechnungsanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BerechnungSachPrivatType } - * - */ - public void setBerechnungsanfrage(BerechnungSachPrivatType value) { - this.berechnungsanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CalculateSachPrivatResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CalculateSachPrivatResponseType.java deleted file mode 100644 index 66bc3940..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CalculateSachPrivatResponseType.java +++ /dev/null @@ -1,95 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CalculateResponseGenType; - - -/** - * Typ des Responseobjekts für eine Berechnung Sach-Privat - * - *

Java-Klasse für CalculateSachPrivatResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CalculateSachPrivatResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponseGen_Type">
- *       <sequence>
- *         <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}BerechnungSachPrivat_Type"/>
- *         <element name="ResponseUpselling" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}UpsellingSachPrivatResponse_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateSachPrivatResponse_Type", propOrder = { - "berechnungsantwort", - "responseUpselling" -}) -public class CalculateSachPrivatResponseType - extends CalculateResponseGenType -{ - - @XmlElement(name = "Berechnungsantwort", required = true) - protected BerechnungSachPrivatType berechnungsantwort; - @XmlElement(name = "ResponseUpselling") - protected UpsellingSachPrivatResponseType responseUpselling; - - /** - * Ruft den Wert der berechnungsantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link BerechnungSachPrivatType } - * - */ - public BerechnungSachPrivatType getBerechnungsantwort() { - return berechnungsantwort; - } - - /** - * Legt den Wert der berechnungsantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BerechnungSachPrivatType } - * - */ - public void setBerechnungsantwort(BerechnungSachPrivatType value) { - this.berechnungsantwort = value; - } - - /** - * Ruft den Wert der responseUpselling-Eigenschaft ab. - * - * @return - * possible object is - * {@link UpsellingSachPrivatResponseType } - * - */ - public UpsellingSachPrivatResponseType getResponseUpselling() { - return responseUpselling; - } - - /** - * Legt den Wert der responseUpselling-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link UpsellingSachPrivatResponseType } - * - */ - public void setResponseUpselling(UpsellingSachPrivatResponseType value) { - this.responseUpselling = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CreateApplicationSachPrivatRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CreateApplicationSachPrivatRequestType.java deleted file mode 100644 index 6470b0f2..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CreateApplicationSachPrivatRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateApplicationRequestGenType; - - -/** - * Typ des Requestobjekts für einen Antrag Besitz - * - *

Java-Klasse für CreateApplicationSachPrivatRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateApplicationSachPrivatRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequestGen_Type">
- *       <sequence>
- *         <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}AntragSachPrivat_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationSachPrivatRequest_Type", propOrder = { - "antragsanfrage" -}) -public class CreateApplicationSachPrivatRequestType - extends CreateApplicationRequestGenType -{ - - @XmlElement(name = "Antragsanfrage", required = true) - protected AntragSachPrivatType antragsanfrage; - - /** - * Ruft den Wert der antragsanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link AntragSachPrivatType } - * - */ - public AntragSachPrivatType getAntragsanfrage() { - return antragsanfrage; - } - - /** - * Legt den Wert der antragsanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AntragSachPrivatType } - * - */ - public void setAntragsanfrage(AntragSachPrivatType value) { - this.antragsanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CreateApplicationSachPrivatResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CreateApplicationSachPrivatResponseType.java deleted file mode 100644 index e70ef271..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CreateApplicationSachPrivatResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateApplicationResponseGenType; - - -/** - * Typ des Responseobjekts für einen Antrag Besitz - * - *

Java-Klasse für CreateApplicationSachPrivatResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateApplicationSachPrivatResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponseGen_Type">
- *       <sequence>
- *         <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}AntragSachPrivat_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationSachPrivatResponse_Type", propOrder = { - "antragsantwort" -}) -public class CreateApplicationSachPrivatResponseType - extends CreateApplicationResponseGenType -{ - - @XmlElement(name = "Antragsantwort", required = true) - protected AntragSachPrivatType antragsantwort; - - /** - * Ruft den Wert der antragsantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link AntragSachPrivatType } - * - */ - public AntragSachPrivatType getAntragsantwort() { - return antragsantwort; - } - - /** - * Legt den Wert der antragsantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AntragSachPrivatType } - * - */ - public void setAntragsantwort(AntragSachPrivatType value) { - this.antragsantwort = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CreateOfferSachPrivatRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CreateOfferSachPrivatRequestType.java deleted file mode 100644 index a083a108..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CreateOfferSachPrivatRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateOfferRequestGenType; - - -/** - * Typ des Requestobjekts für ein Offert Sach-Privat - * - *

Java-Klasse für CreateOfferSachPrivatRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateOfferSachPrivatRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequestGen_Type">
- *       <sequence>
- *         <element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}OffertSachPrivat_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferSachPrivatRequest_Type", propOrder = { - "offertanfrage" -}) -public class CreateOfferSachPrivatRequestType - extends CreateOfferRequestGenType -{ - - @XmlElement(name = "Offertanfrage", required = true) - protected OffertSachPrivatType offertanfrage; - - /** - * Ruft den Wert der offertanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link OffertSachPrivatType } - * - */ - public OffertSachPrivatType getOffertanfrage() { - return offertanfrage; - } - - /** - * Legt den Wert der offertanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link OffertSachPrivatType } - * - */ - public void setOffertanfrage(OffertSachPrivatType value) { - this.offertanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CreateOfferSachPrivatResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CreateOfferSachPrivatResponseType.java deleted file mode 100644 index 5ba6bbb3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/CreateOfferSachPrivatResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateOfferResponseGenType; - - -/** - * Typ des Responseobjekts für ein Offert Besitz - * - *

Java-Klasse für CreateOfferSachPrivatResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateOfferSachPrivatResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponseGen_Type">
- *       <sequence>
- *         <element name="Offertantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}OffertSachPrivat_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferSachPrivatResponse_Type", propOrder = { - "offertantwort" -}) -public class CreateOfferSachPrivatResponseType - extends CreateOfferResponseGenType -{ - - @XmlElement(name = "Offertantwort", required = true) - protected OffertSachPrivatType offertantwort; - - /** - * Ruft den Wert der offertantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link OffertSachPrivatType } - * - */ - public OffertSachPrivatType getOffertantwort() { - return offertantwort; - } - - /** - * Legt den Wert der offertantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link OffertSachPrivatType } - * - */ - public void setOffertantwort(OffertSachPrivatType value) { - this.offertantwort = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ElementarproduktGebaeudeType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ElementarproduktGebaeudeType.java deleted file mode 100644 index 0ab9c487..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ElementarproduktGebaeudeType.java +++ /dev/null @@ -1,38 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Spezifischerer Typ für ein Gebäude-Elementarprodukt für einen Ansatz, in dem mit Vererbung für die einzelnen Sparten gearbeitet wird - * - *

Java-Klasse für ElementarproduktGebaeude_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ElementarproduktGebaeude_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktSachPrivat_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ElementarproduktGebaeude_Type") -@XmlSeeAlso({ - GenElementarproduktGebaeudeType.class -}) -public class ElementarproduktGebaeudeType - extends ElementarproduktSachPrivatType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ElementarproduktHaushaltType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ElementarproduktHaushaltType.java deleted file mode 100644 index 0a25f52b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ElementarproduktHaushaltType.java +++ /dev/null @@ -1,38 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Spezifischerer Typ für ein Gebäudeinhalts-Elementarprodukt für einen Ansatz, in dem mit Vererbung für die einzelnen Sparten gearbeitet wird - * - *

Java-Klasse für ElementarproduktHaushalt_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ElementarproduktHaushalt_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktSachPrivat_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ElementarproduktHaushalt_Type") -@XmlSeeAlso({ - GenElementarproduktHaushaltType.class -}) -public class ElementarproduktHaushaltType - extends ElementarproduktSachPrivatType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ElementarproduktSachPrivatType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ElementarproduktSachPrivatType.java deleted file mode 100644 index a9a80c53..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ElementarproduktSachPrivatType.java +++ /dev/null @@ -1,281 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ElementarproduktGenerischType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.KostenFixOderProzentType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.SelbstbehaltType; - - -/** - * Wurzelelement für Sach-Privat-Elementarprodukte, auf welchem alle Sach-Privat Elementarprodukte aufbauen sollen - * - *

Java-Klasse für ElementarproduktSachPrivat_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ElementarproduktSachPrivat_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ElementarproduktGenerisch_Type">
- *       <sequence>
- *         <element name="VersObjekteRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Pauschalbetrag" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
- *         <element name="Unterversicherungsverzicht" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="ProzentVersicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *         <element name="Nebenkosten" type="{urn:omds3CommonServiceTypes-1-1-0}KostenFixOderProzent_Type" minOccurs="0"/>
- *         <element name="Vorsorge" type="{urn:omds3CommonServiceTypes-1-1-0}KostenFixOderProzent_Type" minOccurs="0"/>
- *         <element name="Hoechsthaftungssumme" type="{urn:omds20}decimal" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ElementarproduktSachPrivat_Type", propOrder = { - "versObjekteRefLfnr", - "pauschalbetrag", - "selbstbehalt", - "unterversicherungsverzicht", - "prozentVersicherungssumme", - "nebenkosten", - "vorsorge", - "hoechsthaftungssumme" -}) -@XmlSeeAlso({ - ElementarproduktGebaeudeType.class, - ElementarproduktHaushaltType.class -}) -public class ElementarproduktSachPrivatType - extends ElementarproduktGenerischType -{ - - @XmlElement(name = "VersObjekteRefLfnr", type = Integer.class) - @XmlSchemaType(name = "unsignedShort") - protected List versObjekteRefLfnr; - @XmlElement(name = "Pauschalbetrag") - protected BigDecimal pauschalbetrag; - @XmlElement(name = "Selbstbehalt") - protected SelbstbehaltType selbstbehalt; - @XmlElement(name = "Unterversicherungsverzicht") - protected Boolean unterversicherungsverzicht; - @XmlElement(name = "ProzentVersicherungssumme") - @XmlSchemaType(name = "unsignedShort") - protected Integer prozentVersicherungssumme; - @XmlElement(name = "Nebenkosten") - protected KostenFixOderProzentType nebenkosten; - @XmlElement(name = "Vorsorge") - protected KostenFixOderProzentType vorsorge; - @XmlElement(name = "Hoechsthaftungssumme") - protected BigDecimal hoechsthaftungssumme; - - /** - * Gets the value of the versObjekteRefLfnr property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the versObjekteRefLfnr property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getVersObjekteRefLfnr().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Integer } - * - * - */ - public List getVersObjekteRefLfnr() { - if (versObjekteRefLfnr == null) { - versObjekteRefLfnr = new ArrayList(); - } - return this.versObjekteRefLfnr; - } - - /** - * Ruft den Wert der pauschalbetrag-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getPauschalbetrag() { - return pauschalbetrag; - } - - /** - * Legt den Wert der pauschalbetrag-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setPauschalbetrag(BigDecimal value) { - this.pauschalbetrag = value; - } - - /** - * Ruft den Wert der selbstbehalt-Eigenschaft ab. - * - * @return - * possible object is - * {@link SelbstbehaltType } - * - */ - public SelbstbehaltType getSelbstbehalt() { - return selbstbehalt; - } - - /** - * Legt den Wert der selbstbehalt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SelbstbehaltType } - * - */ - public void setSelbstbehalt(SelbstbehaltType value) { - this.selbstbehalt = value; - } - - /** - * Ruft den Wert der unterversicherungsverzicht-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isUnterversicherungsverzicht() { - return unterversicherungsverzicht; - } - - /** - * Legt den Wert der unterversicherungsverzicht-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setUnterversicherungsverzicht(Boolean value) { - this.unterversicherungsverzicht = value; - } - - /** - * Ruft den Wert der prozentVersicherungssumme-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getProzentVersicherungssumme() { - return prozentVersicherungssumme; - } - - /** - * Legt den Wert der prozentVersicherungssumme-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setProzentVersicherungssumme(Integer value) { - this.prozentVersicherungssumme = value; - } - - /** - * Ruft den Wert der nebenkosten-Eigenschaft ab. - * - * @return - * possible object is - * {@link KostenFixOderProzentType } - * - */ - public KostenFixOderProzentType getNebenkosten() { - return nebenkosten; - } - - /** - * Legt den Wert der nebenkosten-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link KostenFixOderProzentType } - * - */ - public void setNebenkosten(KostenFixOderProzentType value) { - this.nebenkosten = value; - } - - /** - * Ruft den Wert der vorsorge-Eigenschaft ab. - * - * @return - * possible object is - * {@link KostenFixOderProzentType } - * - */ - public KostenFixOderProzentType getVorsorge() { - return vorsorge; - } - - /** - * Legt den Wert der vorsorge-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link KostenFixOderProzentType } - * - */ - public void setVorsorge(KostenFixOderProzentType value) { - this.vorsorge = value; - } - - /** - * Ruft den Wert der hoechsthaftungssumme-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getHoechsthaftungssumme() { - return hoechsthaftungssumme; - } - - /** - * Legt den Wert der hoechsthaftungssumme-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setHoechsthaftungssumme(BigDecimal value) { - this.hoechsthaftungssumme = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/GenElementarproduktGebaeudeType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/GenElementarproduktGebaeudeType.java deleted file mode 100644 index 8fdffd6f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/GenElementarproduktGebaeudeType.java +++ /dev/null @@ -1,66 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Elementarprodukt Gebäudeversicherung für einen Ansatz, in dem nicht mit Vererbung gearbeitet wird. - * - *

Java-Klasse für GenElementarproduktGebaeude_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="GenElementarproduktGebaeude_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktGebaeude_Type">
- *       <sequence>
- *         <element name="Sparte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}GebaeudeSpartenCd_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GenElementarproduktGebaeude_Type", propOrder = { - "sparte" -}) -public class GenElementarproduktGebaeudeType - extends ElementarproduktGebaeudeType -{ - - @XmlElement(name = "Sparte", required = true) - protected String sparte; - - /** - * Ruft den Wert der sparte-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSparte() { - return sparte; - } - - /** - * Legt den Wert der sparte-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSparte(String value) { - this.sparte = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/GenElementarproduktHaushaltType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/GenElementarproduktHaushaltType.java deleted file mode 100644 index 0d387c01..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/GenElementarproduktHaushaltType.java +++ /dev/null @@ -1,66 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Elementarprodukt Gebäudeinhaltsversicherung für einen Ansatz, in dem nicht mit Vererbung gearbeitet wird. - * - *

Java-Klasse für GenElementarproduktHaushalt_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="GenElementarproduktHaushalt_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktHaushalt_Type">
- *       <sequence>
- *         <element name="Sparte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}HaushaltSpartenCd_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GenElementarproduktHaushalt_Type", propOrder = { - "sparte" -}) -public class GenElementarproduktHaushaltType - extends ElementarproduktHaushaltType -{ - - @XmlElement(name = "Sparte", required = true) - protected String sparte; - - /** - * Ruft den Wert der sparte-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSparte() { - return sparte; - } - - /** - * Legt den Wert der sparte-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSparte(String value) { - this.sparte = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/NebengebaeudeType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/NebengebaeudeType.java deleted file mode 100644 index 4e8323b5..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/NebengebaeudeType.java +++ /dev/null @@ -1,98 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für Nebengebaeude_Type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - *

- * <simpleType name="Nebengebaeude_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="Abstellgebaeude"/>
- *     <enumeration value="Badehütte"/>
- *     <enumeration value="Bootshaus"/>
- *     <enumeration value="Carport"/>
- *     <enumeration value="ehemaliges Wirtschaftsgebaeude"/>
- *     <enumeration value="Garage"/>
- *     <enumeration value="Gartenhaus (nicht für Wohnzwecke)"/>
- *     <enumeration value="Holzhütte"/>
- *     <enumeration value="Keller"/>
- *     <enumeration value="Mobilheim (stationaer)"/>
- *     <enumeration value="Nebengebaeude"/>
- *     <enumeration value="Nebengebaeude mit Garage"/>
- *     <enumeration value="Presshaus"/>
- *     <enumeration value="Sauna"/>
- *     <enumeration value="Scheune / Schuppen / Stadel"/>
- *     <enumeration value="Werkstaette"/>
- *     <enumeration value="Werkzeug- und Geraeteschuppen"/>
- *     <enumeration value="Wintergarten, Veranda"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "Nebengebaeude_Type") -@XmlEnum -public enum NebengebaeudeType { - - @XmlEnumValue("Abstellgebaeude") - ABSTELLGEBAEUDE("Abstellgebaeude"), - @XmlEnumValue("Badeh\u00fctte") - BADEHÜTTE("Badeh\u00fctte"), - @XmlEnumValue("Bootshaus") - BOOTSHAUS("Bootshaus"), - @XmlEnumValue("Carport") - CARPORT("Carport"), - @XmlEnumValue("ehemaliges Wirtschaftsgebaeude") - EHEMALIGES_WIRTSCHAFTSGEBAEUDE("ehemaliges Wirtschaftsgebaeude"), - @XmlEnumValue("Garage") - GARAGE("Garage"), - @XmlEnumValue("Gartenhaus (nicht f\u00fcr Wohnzwecke)") - GARTENHAUS_NICHT_FÜR_WOHNZWECKE("Gartenhaus (nicht f\u00fcr Wohnzwecke)"), - @XmlEnumValue("Holzh\u00fctte") - HOLZHÜTTE("Holzh\u00fctte"), - @XmlEnumValue("Keller") - KELLER("Keller"), - @XmlEnumValue("Mobilheim (stationaer)") - MOBILHEIM_STATIONAER("Mobilheim (stationaer)"), - @XmlEnumValue("Nebengebaeude") - NEBENGEBAEUDE("Nebengebaeude"), - @XmlEnumValue("Nebengebaeude mit Garage") - NEBENGEBAEUDE_MIT_GARAGE("Nebengebaeude mit Garage"), - @XmlEnumValue("Presshaus") - PRESSHAUS("Presshaus"), - @XmlEnumValue("Sauna") - SAUNA("Sauna"), - @XmlEnumValue("Scheune / Schuppen / Stadel") - SCHEUNE_SCHUPPEN_STADEL("Scheune / Schuppen / Stadel"), - @XmlEnumValue("Werkstaette") - WERKSTAETTE("Werkstaette"), - @XmlEnumValue("Werkzeug- und Geraeteschuppen") - WERKZEUG_UND_GERAETESCHUPPEN("Werkzeug- und Geraeteschuppen"), - @XmlEnumValue("Wintergarten, Veranda") - WINTERGARTEN_VERANDA("Wintergarten, Veranda"); - private final String value; - - NebengebaeudeType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static NebengebaeudeType fromValue(String v) { - for (NebengebaeudeType c: NebengebaeudeType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ObjectFactory.java deleted file mode 100644 index e13c2d8c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ObjectFactory.java +++ /dev/null @@ -1,407 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _ProduktGebaeudeversicherung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "ProduktGebaeudeversicherung"); - private final static QName _ProduktHaushaltsversicherung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "ProduktHaushaltsversicherung"); - private final static QName _CalculateSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CalculateSachPrivatRequest"); - private final static QName _CalculateSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CalculateSachPrivatResponse"); - private final static QName _CreateOfferSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateOfferSachPrivatRequest"); - private final static QName _CreateOfferSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateOfferSachPrivatResponse"); - private final static QName _CreateApplicationSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateApplicationSachPrivatRequest"); - private final static QName _CreateApplicationSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateApplicationSachPrivatResponse"); - private final static QName _SubmitApplicationSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "SubmitApplicationSachPrivatRequest"); - private final static QName _SubmitApplicationSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "SubmitApplicationSachPrivatResponse"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link ProduktGebaeudeversicherungType } - * - */ - public ProduktGebaeudeversicherungType createProduktGebaeudeversicherungType() { - return new ProduktGebaeudeversicherungType(); - } - - /** - * Create an instance of {@link ProduktHaushaltsversicherungType } - * - */ - public ProduktHaushaltsversicherungType createProduktHaushaltsversicherungType() { - return new ProduktHaushaltsversicherungType(); - } - - /** - * Create an instance of {@link CalculateSachPrivatRequestType } - * - */ - public CalculateSachPrivatRequestType createCalculateSachPrivatRequestType() { - return new CalculateSachPrivatRequestType(); - } - - /** - * Create an instance of {@link CalculateSachPrivatResponseType } - * - */ - public CalculateSachPrivatResponseType createCalculateSachPrivatResponseType() { - return new CalculateSachPrivatResponseType(); - } - - /** - * Create an instance of {@link CreateOfferSachPrivatRequestType } - * - */ - public CreateOfferSachPrivatRequestType createCreateOfferSachPrivatRequestType() { - return new CreateOfferSachPrivatRequestType(); - } - - /** - * Create an instance of {@link CreateOfferSachPrivatResponseType } - * - */ - public CreateOfferSachPrivatResponseType createCreateOfferSachPrivatResponseType() { - return new CreateOfferSachPrivatResponseType(); - } - - /** - * Create an instance of {@link CreateApplicationSachPrivatRequestType } - * - */ - public CreateApplicationSachPrivatRequestType createCreateApplicationSachPrivatRequestType() { - return new CreateApplicationSachPrivatRequestType(); - } - - /** - * Create an instance of {@link CreateApplicationSachPrivatResponseType } - * - */ - public CreateApplicationSachPrivatResponseType createCreateApplicationSachPrivatResponseType() { - return new CreateApplicationSachPrivatResponseType(); - } - - /** - * Create an instance of {@link SubmitApplicationSachPrivatRequestType } - * - */ - public SubmitApplicationSachPrivatRequestType createSubmitApplicationSachPrivatRequestType() { - return new SubmitApplicationSachPrivatRequestType(); - } - - /** - * Create an instance of {@link SubmitApplicationSachPrivatResponseType } - * - */ - public SubmitApplicationSachPrivatResponseType createSubmitApplicationSachPrivatResponseType() { - return new SubmitApplicationSachPrivatResponseType(); - } - - /** - * Create an instance of {@link VersichertesObjektSachPrivatType } - * - */ - public VersichertesObjektSachPrivatType createVersichertesObjektSachPrivatType() { - return new VersichertesObjektSachPrivatType(); - } - - /** - * Create an instance of {@link RisikoAdresseType } - * - */ - public RisikoAdresseType createRisikoAdresseType() { - return new RisikoAdresseType(); - } - - /** - * Create an instance of {@link RisikoHaushaltType } - * - */ - public RisikoHaushaltType createRisikoHaushaltType() { - return new RisikoHaushaltType(); - } - - /** - * Create an instance of {@link RisikoGebaeudeType } - * - */ - public RisikoGebaeudeType createRisikoGebaeudeType() { - return new RisikoGebaeudeType(); - } - - /** - * Create an instance of {@link ZusaetzlicheGebaeudedatenWintergartenType } - * - */ - public ZusaetzlicheGebaeudedatenWintergartenType createZusaetzlicheGebaeudedatenWintergartenType() { - return new ZusaetzlicheGebaeudedatenWintergartenType(); - } - - /** - * Create an instance of {@link ZusaetzlicheGebaeudedatenSolarthermieType } - * - */ - public ZusaetzlicheGebaeudedatenSolarthermieType createZusaetzlicheGebaeudedatenSolarthermieType() { - return new ZusaetzlicheGebaeudedatenSolarthermieType(); - } - - /** - * Create an instance of {@link ZusaetzlicheGebaeudedatenSchwimmbadType } - * - */ - public ZusaetzlicheGebaeudedatenSchwimmbadType createZusaetzlicheGebaeudedatenSchwimmbadType() { - return new ZusaetzlicheGebaeudedatenSchwimmbadType(); - } - - /** - * Create an instance of {@link ZusaetzlicheGebaeudedatenPhotovoltaikType } - * - */ - public ZusaetzlicheGebaeudedatenPhotovoltaikType createZusaetzlicheGebaeudedatenPhotovoltaikType() { - return new ZusaetzlicheGebaeudedatenPhotovoltaikType(); - } - - /** - * Create an instance of {@link VerkaufsproduktSachPrivatType } - * - */ - public VerkaufsproduktSachPrivatType createVerkaufsproduktSachPrivatType() { - return new VerkaufsproduktSachPrivatType(); - } - - /** - * Create an instance of {@link ProduktSachPrivatType } - * - */ - public ProduktSachPrivatType createProduktSachPrivatType() { - return new ProduktSachPrivatType(); - } - - /** - * Create an instance of {@link ElementarproduktSachPrivatType } - * - */ - public ElementarproduktSachPrivatType createElementarproduktSachPrivatType() { - return new ElementarproduktSachPrivatType(); - } - - /** - * Create an instance of {@link ElementarproduktGebaeudeType } - * - */ - public ElementarproduktGebaeudeType createElementarproduktGebaeudeType() { - return new ElementarproduktGebaeudeType(); - } - - /** - * Create an instance of {@link ElementarproduktHaushaltType } - * - */ - public ElementarproduktHaushaltType createElementarproduktHaushaltType() { - return new ElementarproduktHaushaltType(); - } - - /** - * Create an instance of {@link GenElementarproduktGebaeudeType } - * - */ - public GenElementarproduktGebaeudeType createGenElementarproduktGebaeudeType() { - return new GenElementarproduktGebaeudeType(); - } - - /** - * Create an instance of {@link GenElementarproduktHaushaltType } - * - */ - public GenElementarproduktHaushaltType createGenElementarproduktHaushaltType() { - return new GenElementarproduktHaushaltType(); - } - - /** - * Create an instance of {@link BerechnungSachPrivatType } - * - */ - public BerechnungSachPrivatType createBerechnungSachPrivatType() { - return new BerechnungSachPrivatType(); - } - - /** - * Create an instance of {@link OffertSachPrivatType } - * - */ - public OffertSachPrivatType createOffertSachPrivatType() { - return new OffertSachPrivatType(); - } - - /** - * Create an instance of {@link AntragSachPrivatType } - * - */ - public AntragSachPrivatType createAntragSachPrivatType() { - return new AntragSachPrivatType(); - } - - /** - * Create an instance of {@link UpsellingSachPrivatResponseType } - * - */ - public UpsellingSachPrivatResponseType createUpsellingSachPrivatResponseType() { - return new UpsellingSachPrivatResponseType(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ProduktGebaeudeversicherungType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link ProduktGebaeudeversicherungType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "ProduktGebaeudeversicherung") - public JAXBElement createProduktGebaeudeversicherung(ProduktGebaeudeversicherungType value) { - return new JAXBElement(_ProduktGebaeudeversicherung_QNAME, ProduktGebaeudeversicherungType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ProduktHaushaltsversicherungType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link ProduktHaushaltsversicherungType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "ProduktHaushaltsversicherung") - public JAXBElement createProduktHaushaltsversicherung(ProduktHaushaltsversicherungType value) { - return new JAXBElement(_ProduktHaushaltsversicherung_QNAME, ProduktHaushaltsversicherungType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CalculateSachPrivatRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CalculateSachPrivatRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CalculateSachPrivatRequest") - public JAXBElement createCalculateSachPrivatRequest(CalculateSachPrivatRequestType value) { - return new JAXBElement(_CalculateSachPrivatRequest_QNAME, CalculateSachPrivatRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CalculateSachPrivatResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CalculateSachPrivatResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CalculateSachPrivatResponse") - public JAXBElement createCalculateSachPrivatResponse(CalculateSachPrivatResponseType value) { - return new JAXBElement(_CalculateSachPrivatResponse_QNAME, CalculateSachPrivatResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferSachPrivatRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateOfferSachPrivatRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CreateOfferSachPrivatRequest") - public JAXBElement createCreateOfferSachPrivatRequest(CreateOfferSachPrivatRequestType value) { - return new JAXBElement(_CreateOfferSachPrivatRequest_QNAME, CreateOfferSachPrivatRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferSachPrivatResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateOfferSachPrivatResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CreateOfferSachPrivatResponse") - public JAXBElement createCreateOfferSachPrivatResponse(CreateOfferSachPrivatResponseType value) { - return new JAXBElement(_CreateOfferSachPrivatResponse_QNAME, CreateOfferSachPrivatResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationSachPrivatRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateApplicationSachPrivatRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CreateApplicationSachPrivatRequest") - public JAXBElement createCreateApplicationSachPrivatRequest(CreateApplicationSachPrivatRequestType value) { - return new JAXBElement(_CreateApplicationSachPrivatRequest_QNAME, CreateApplicationSachPrivatRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationSachPrivatResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateApplicationSachPrivatResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CreateApplicationSachPrivatResponse") - public JAXBElement createCreateApplicationSachPrivatResponse(CreateApplicationSachPrivatResponseType value) { - return new JAXBElement(_CreateApplicationSachPrivatResponse_QNAME, CreateApplicationSachPrivatResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationSachPrivatRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SubmitApplicationSachPrivatRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "SubmitApplicationSachPrivatRequest") - public JAXBElement createSubmitApplicationSachPrivatRequest(SubmitApplicationSachPrivatRequestType value) { - return new JAXBElement(_SubmitApplicationSachPrivatRequest_QNAME, SubmitApplicationSachPrivatRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationSachPrivatResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SubmitApplicationSachPrivatResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "SubmitApplicationSachPrivatResponse") - public JAXBElement createSubmitApplicationSachPrivatResponse(SubmitApplicationSachPrivatResponseType value) { - return new JAXBElement(_SubmitApplicationSachPrivatResponse_QNAME, SubmitApplicationSachPrivatResponseType.class, null, value); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/OffertSachPrivatType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/OffertSachPrivatType.java deleted file mode 100644 index 70c7fbbd..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/OffertSachPrivatType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SpezOffertType; - - -/** - * Typ der das Produkt beschreibt und in Offertanfrage und Offertantwort verwendet wird - * - *

Java-Klasse für OffertSachPrivat_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="OffertSachPrivat_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
- *       <sequence>
- *         <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}VerkaufsproduktSachPrivat_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "OffertSachPrivat_Type", propOrder = { - "verkaufsprodukt" -}) -public class OffertSachPrivatType - extends SpezOffertType -{ - - @XmlElement(name = "Verkaufsprodukt", required = true) - protected VerkaufsproduktSachPrivatType verkaufsprodukt; - - /** - * Ruft den Wert der verkaufsprodukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkaufsproduktSachPrivatType } - * - */ - public VerkaufsproduktSachPrivatType getVerkaufsprodukt() { - return verkaufsprodukt; - } - - /** - * Legt den Wert der verkaufsprodukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkaufsproduktSachPrivatType } - * - */ - public void setVerkaufsprodukt(VerkaufsproduktSachPrivatType value) { - this.verkaufsprodukt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ProduktGebaeudeversicherungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ProduktGebaeudeversicherungType.java deleted file mode 100644 index b775dc2e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ProduktGebaeudeversicherungType.java +++ /dev/null @@ -1,73 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Spezifischerer Typ für Gebaeudeversicherungs-Produkte - * - *

Java-Klasse für ProduktGebaeudeversicherung_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ProduktGebaeudeversicherung_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ProduktSachPrivat_Type">
- *       <sequence>
- *         <element name="Deckungen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktGebaeude_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProduktGebaeudeversicherung_Type", propOrder = { - "deckungen" -}) -public class ProduktGebaeudeversicherungType - extends ProduktSachPrivatType -{ - - @XmlElement(name = "Deckungen") - protected List deckungen; - - /** - * Gets the value of the deckungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the deckungen property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDeckungen().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ElementarproduktGebaeudeType } - * - * - */ - public List getDeckungen() { - if (deckungen == null) { - deckungen = new ArrayList(); - } - return this.deckungen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ProduktHaushaltsversicherungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ProduktHaushaltsversicherungType.java deleted file mode 100644 index 7644b99e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ProduktHaushaltsversicherungType.java +++ /dev/null @@ -1,73 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Spezifischerer Typ für Gebäudeinhaltversicherungs-Produkte - * - *

Java-Klasse für ProduktHaushaltsversicherung_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ProduktHaushaltsversicherung_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ProduktSachPrivat_Type">
- *       <sequence>
- *         <element name="Deckungen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktHaushalt_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProduktHaushaltsversicherung_Type", propOrder = { - "deckungen" -}) -public class ProduktHaushaltsversicherungType - extends ProduktSachPrivatType -{ - - @XmlElement(name = "Deckungen") - protected List deckungen; - - /** - * Gets the value of the deckungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the deckungen property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDeckungen().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ElementarproduktHaushaltType } - * - * - */ - public List getDeckungen() { - if (deckungen == null) { - deckungen = new ArrayList(); - } - return this.deckungen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ProduktSachPrivatType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ProduktSachPrivatType.java deleted file mode 100644 index e7561003..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ProduktSachPrivatType.java +++ /dev/null @@ -1,81 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ProduktGenerischType; - - -/** - * Wurzelelement für Sach-Privat-Produkte, auf welchem alle Sach-Privat Produkte aufbauen sollen - * - *

Java-Klasse für ProduktSachPrivat_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ProduktSachPrivat_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type">
- *       <sequence>
- *         <element name="VersObjekteRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProduktSachPrivat_Type", propOrder = { - "versObjekteRefLfnr" -}) -@XmlSeeAlso({ - ProduktGebaeudeversicherungType.class, - ProduktHaushaltsversicherungType.class -}) -public class ProduktSachPrivatType - extends ProduktGenerischType -{ - - @XmlElement(name = "VersObjekteRefLfnr", type = Integer.class) - @XmlSchemaType(name = "unsignedShort") - protected List versObjekteRefLfnr; - - /** - * Gets the value of the versObjekteRefLfnr property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the versObjekteRefLfnr property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getVersObjekteRefLfnr().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Integer } - * - * - */ - public List getVersObjekteRefLfnr() { - if (versObjekteRefLfnr == null) { - versObjekteRefLfnr = new ArrayList(); - } - return this.versObjekteRefLfnr; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/RisikoAdresseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/RisikoAdresseType.java deleted file mode 100644 index def1230b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/RisikoAdresseType.java +++ /dev/null @@ -1,181 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.ADRESSEType; - - -/** - * Type zur Beschreibung einer Risikoadresse - * - *

Java-Klasse für RisikoAdresse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="RisikoAdresse_Type">
- *   <complexContent>
- *     <extension base="{urn:omds20}ADRESSE_Type">
- *       <sequence>
- *         <element name="Horazone" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
- *         <element name="ImVerbautenOrt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="AusserhalbDesOrtsgebiets" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="ErreichbarkeitFuerLoeschfahrzeuge" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="Tarifzone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "RisikoAdresse_Type", propOrder = { - "horazone", - "imVerbautenOrt", - "ausserhalbDesOrtsgebiets", - "erreichbarkeitFuerLoeschfahrzeuge", - "tarifzone" -}) -public class RisikoAdresseType - extends ADRESSEType -{ - - @XmlElement(name = "Horazone") - @XmlSchemaType(name = "unsignedByte") - protected Short horazone; - @XmlElement(name = "ImVerbautenOrt") - protected Boolean imVerbautenOrt; - @XmlElement(name = "AusserhalbDesOrtsgebiets") - protected Boolean ausserhalbDesOrtsgebiets; - @XmlElement(name = "ErreichbarkeitFuerLoeschfahrzeuge") - protected Boolean erreichbarkeitFuerLoeschfahrzeuge; - @XmlElement(name = "Tarifzone") - protected String tarifzone; - - /** - * Ruft den Wert der horazone-Eigenschaft ab. - * - * @return - * possible object is - * {@link Short } - * - */ - public Short getHorazone() { - return horazone; - } - - /** - * Legt den Wert der horazone-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Short } - * - */ - public void setHorazone(Short value) { - this.horazone = value; - } - - /** - * Ruft den Wert der imVerbautenOrt-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isImVerbautenOrt() { - return imVerbautenOrt; - } - - /** - * Legt den Wert der imVerbautenOrt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setImVerbautenOrt(Boolean value) { - this.imVerbautenOrt = value; - } - - /** - * Ruft den Wert der ausserhalbDesOrtsgebiets-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isAusserhalbDesOrtsgebiets() { - return ausserhalbDesOrtsgebiets; - } - - /** - * Legt den Wert der ausserhalbDesOrtsgebiets-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setAusserhalbDesOrtsgebiets(Boolean value) { - this.ausserhalbDesOrtsgebiets = value; - } - - /** - * Ruft den Wert der erreichbarkeitFuerLoeschfahrzeuge-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isErreichbarkeitFuerLoeschfahrzeuge() { - return erreichbarkeitFuerLoeschfahrzeuge; - } - - /** - * Legt den Wert der erreichbarkeitFuerLoeschfahrzeuge-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setErreichbarkeitFuerLoeschfahrzeuge(Boolean value) { - this.erreichbarkeitFuerLoeschfahrzeuge = value; - } - - /** - * Ruft den Wert der tarifzone-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTarifzone() { - return tarifzone; - } - - /** - * Legt den Wert der tarifzone-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTarifzone(String value) { - this.tarifzone = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/RisikoGebaeudeType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/RisikoGebaeudeType.java deleted file mode 100644 index 95e274f4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/RisikoGebaeudeType.java +++ /dev/null @@ -1,427 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import java.math.BigDecimal; -import java.math.BigInteger; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.ELFlaecheType; -import at.vvo.omds.types.omds2Types.v2_14.Entsch2Type; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VersichertesInteresseMitAttributMetadatenType; - - -/** - * Type zur Risikobeschreibung Gebäude - * - *

Java-Klasse für RisikoGebaeude_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="RisikoGebaeude_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type">
- *       <sequence>
- *         <element name="GebaeudeArtCd" type="{urn:omds20}GebaeudeArtCd_Type"/>
- *         <element name="GebaeudeBez" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="NutzungCd" type="{urn:omds20}NutzungCd_Type" minOccurs="0"/>
- *         <element name="BauartCd" type="{urn:omds20}BauartCd_Type" minOccurs="0"/>
- *         <element name="DachungCd" type="{urn:omds20}DachungCd_Type" minOccurs="0"/>
- *         <element name="GebaeudeHoeheCd" type="{urn:omds20}GebaeudeHoeheCd_Type" minOccurs="0"/>
- *         <element name="BaujahrGebaeude" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- *         <element name="EL-Flaeche" type="{urn:omds20}EL-Flaeche_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Vorschaeden" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoVorschaeden_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="AusstattungCd" type="{urn:omds20}AusstattungCd_Type" minOccurs="0"/>
- *         <element name="SichergKz" type="{urn:omds20}Entsch2_Type" minOccurs="0"/>
- *         <element name="PreisProQm" type="{urn:omds20}decimal"/>
- *         <element name="ZusaetzlicheGebaeudedaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "RisikoGebaeude_Type", propOrder = { - "gebaeudeArtCd", - "gebaeudeBez", - "nutzungCd", - "bauartCd", - "dachungCd", - "gebaeudeHoeheCd", - "baujahrGebaeude", - "elFlaeche", - "vorschaeden", - "ausstattungCd", - "sichergKz", - "preisProQm", - "zusaetzlicheGebaeudedaten" -}) -public class RisikoGebaeudeType - extends VersichertesInteresseMitAttributMetadatenType -{ - - @XmlElement(name = "GebaeudeArtCd", required = true) - protected String gebaeudeArtCd; - @XmlElement(name = "GebaeudeBez", required = true) - protected String gebaeudeBez; - @XmlElement(name = "NutzungCd") - protected String nutzungCd; - @XmlElement(name = "BauartCd") - protected String bauartCd; - @XmlElement(name = "DachungCd") - protected String dachungCd; - @XmlElement(name = "GebaeudeHoeheCd") - protected String gebaeudeHoeheCd; - @XmlElement(name = "BaujahrGebaeude", required = true) - protected BigInteger baujahrGebaeude; - @XmlElement(name = "EL-Flaeche") - protected List elFlaeche; - @XmlElement(name = "Vorschaeden") - @XmlSchemaType(name = "string") - protected List vorschaeden; - @XmlElement(name = "AusstattungCd") - protected String ausstattungCd; - @XmlElement(name = "SichergKz") - @XmlSchemaType(name = "string") - protected Entsch2Type sichergKz; - @XmlElement(name = "PreisProQm", required = true) - protected BigDecimal preisProQm; - @XmlElement(name = "ZusaetzlicheGebaeudedaten") - protected List zusaetzlicheGebaeudedaten; - - /** - * Ruft den Wert der gebaeudeArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGebaeudeArtCd() { - return gebaeudeArtCd; - } - - /** - * Legt den Wert der gebaeudeArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGebaeudeArtCd(String value) { - this.gebaeudeArtCd = value; - } - - /** - * Ruft den Wert der gebaeudeBez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGebaeudeBez() { - return gebaeudeBez; - } - - /** - * Legt den Wert der gebaeudeBez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGebaeudeBez(String value) { - this.gebaeudeBez = value; - } - - /** - * Ruft den Wert der nutzungCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNutzungCd() { - return nutzungCd; - } - - /** - * Legt den Wert der nutzungCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNutzungCd(String value) { - this.nutzungCd = value; - } - - /** - * Ruft den Wert der bauartCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBauartCd() { - return bauartCd; - } - - /** - * Legt den Wert der bauartCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBauartCd(String value) { - this.bauartCd = value; - } - - /** - * Ruft den Wert der dachungCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDachungCd() { - return dachungCd; - } - - /** - * Legt den Wert der dachungCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDachungCd(String value) { - this.dachungCd = value; - } - - /** - * Ruft den Wert der gebaeudeHoeheCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGebaeudeHoeheCd() { - return gebaeudeHoeheCd; - } - - /** - * Legt den Wert der gebaeudeHoeheCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGebaeudeHoeheCd(String value) { - this.gebaeudeHoeheCd = value; - } - - /** - * Ruft den Wert der baujahrGebaeude-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getBaujahrGebaeude() { - return baujahrGebaeude; - } - - /** - * Legt den Wert der baujahrGebaeude-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setBaujahrGebaeude(BigInteger value) { - this.baujahrGebaeude = value; - } - - /** - * Gets the value of the elFlaeche property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elFlaeche property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getELFlaeche().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ELFlaecheType } - * - * - */ - public List getELFlaeche() { - if (elFlaeche == null) { - elFlaeche = new ArrayList(); - } - return this.elFlaeche; - } - - /** - * Gets the value of the vorschaeden property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the vorschaeden property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getVorschaeden().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link RisikoVorschaedenType } - * - * - */ - public List getVorschaeden() { - if (vorschaeden == null) { - vorschaeden = new ArrayList(); - } - return this.vorschaeden; - } - - /** - * Ruft den Wert der ausstattungCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAusstattungCd() { - return ausstattungCd; - } - - /** - * Legt den Wert der ausstattungCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAusstattungCd(String value) { - this.ausstattungCd = value; - } - - /** - * Ruft den Wert der sichergKz-Eigenschaft ab. - * - * @return - * possible object is - * {@link Entsch2Type } - * - */ - public Entsch2Type getSichergKz() { - return sichergKz; - } - - /** - * Legt den Wert der sichergKz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Entsch2Type } - * - */ - public void setSichergKz(Entsch2Type value) { - this.sichergKz = value; - } - - /** - * Ruft den Wert der preisProQm-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getPreisProQm() { - return preisProQm; - } - - /** - * Legt den Wert der preisProQm-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setPreisProQm(BigDecimal value) { - this.preisProQm = value; - } - - /** - * Gets the value of the zusaetzlicheGebaeudedaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusaetzlicheGebaeudedaten property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getZusaetzlicheGebaeudedaten().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheGebaeudedatenType } - * - * - */ - public List getZusaetzlicheGebaeudedaten() { - if (zusaetzlicheGebaeudedaten == null) { - zusaetzlicheGebaeudedaten = new ArrayList(); - } - return this.zusaetzlicheGebaeudedaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/RisikoHaushaltType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/RisikoHaushaltType.java deleted file mode 100644 index f89eeb53..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/RisikoHaushaltType.java +++ /dev/null @@ -1,152 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VersichertesInteresseMitAttributMetadatenType; - - -/** - * Type zur Risikobeschreibung Haushalt - * - *

Java-Klasse für RisikoHaushalt_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="RisikoHaushalt_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type">
- *       <sequence>
- *         <element name="Wohnflaeche" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- *         <element name="AusstattungCd" type="{urn:omds20}AusstattungCd_Type"/>
- *         <element name="NutzungCd" type="{urn:omds20}NutzungCd_Type" minOccurs="0"/>
- *         <element name="ZusaetzlicheHaushaltDaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheHaushaltsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "RisikoHaushalt_Type", propOrder = { - "wohnflaeche", - "ausstattungCd", - "nutzungCd", - "zusaetzlicheHaushaltDaten" -}) -public class RisikoHaushaltType - extends VersichertesInteresseMitAttributMetadatenType -{ - - @XmlElement(name = "Wohnflaeche") - @XmlSchemaType(name = "unsignedShort") - protected int wohnflaeche; - @XmlElement(name = "AusstattungCd", required = true) - protected String ausstattungCd; - @XmlElement(name = "NutzungCd") - protected String nutzungCd; - @XmlElement(name = "ZusaetzlicheHaushaltDaten") - protected List zusaetzlicheHaushaltDaten; - - /** - * Ruft den Wert der wohnflaeche-Eigenschaft ab. - * - */ - public int getWohnflaeche() { - return wohnflaeche; - } - - /** - * Legt den Wert der wohnflaeche-Eigenschaft fest. - * - */ - public void setWohnflaeche(int value) { - this.wohnflaeche = value; - } - - /** - * Ruft den Wert der ausstattungCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAusstattungCd() { - return ausstattungCd; - } - - /** - * Legt den Wert der ausstattungCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAusstattungCd(String value) { - this.ausstattungCd = value; - } - - /** - * Ruft den Wert der nutzungCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNutzungCd() { - return nutzungCd; - } - - /** - * Legt den Wert der nutzungCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNutzungCd(String value) { - this.nutzungCd = value; - } - - /** - * Gets the value of the zusaetzlicheHaushaltDaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusaetzlicheHaushaltDaten property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getZusaetzlicheHaushaltDaten().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheHaushaltsdatenType } - * - * - */ - public List getZusaetzlicheHaushaltDaten() { - if (zusaetzlicheHaushaltDaten == null) { - zusaetzlicheHaushaltDaten = new ArrayList(); - } - return this.zusaetzlicheHaushaltDaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/RisikoVorschaedenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/RisikoVorschaedenType.java deleted file mode 100644 index 05421daa..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/RisikoVorschaedenType.java +++ /dev/null @@ -1,53 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für RisikoVorschaeden_Type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - *

- * <simpleType name="RisikoVorschaeden_Type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="keine Vorschaeden"/>
- *     <enumeration value="ein Vorschaden"/>
- *     <enumeration value="mehr als ein Vorschaden"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "RisikoVorschaeden_Type") -@XmlEnum -public enum RisikoVorschaedenType { - - @XmlEnumValue("keine Vorschaeden") - KEINE_VORSCHAEDEN("keine Vorschaeden"), - @XmlEnumValue("ein Vorschaden") - EIN_VORSCHADEN("ein Vorschaden"), - @XmlEnumValue("mehr als ein Vorschaden") - MEHR_ALS_EIN_VORSCHADEN("mehr als ein Vorschaden"); - private final String value; - - RisikoVorschaedenType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static RisikoVorschaedenType fromValue(String v) { - for (RisikoVorschaedenType c: RisikoVorschaedenType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/SubmitApplicationSachPrivatRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/SubmitApplicationSachPrivatRequestType.java deleted file mode 100644 index 1840550a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/SubmitApplicationSachPrivatRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SubmitApplicationRequestGenType; - - -/** - * Type des Requests, um den Antrag einzureichen - * - *

Java-Klasse für SubmitApplicationSachPrivatRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SubmitApplicationSachPrivatRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequestGen_Type">
- *       <sequence>
- *         <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}AntragSachPrivat_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationSachPrivatRequest_Type", propOrder = { - "antragsanfrage" -}) -public class SubmitApplicationSachPrivatRequestType - extends SubmitApplicationRequestGenType -{ - - @XmlElement(name = "Antragsanfrage") - protected AntragSachPrivatType antragsanfrage; - - /** - * Ruft den Wert der antragsanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link AntragSachPrivatType } - * - */ - public AntragSachPrivatType getAntragsanfrage() { - return antragsanfrage; - } - - /** - * Legt den Wert der antragsanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AntragSachPrivatType } - * - */ - public void setAntragsanfrage(AntragSachPrivatType value) { - this.antragsanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/SubmitApplicationSachPrivatResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/SubmitApplicationSachPrivatResponseType.java deleted file mode 100644 index ceffc201..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/SubmitApplicationSachPrivatResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SubmitApplicationResponseGenType; - - -/** - * Type des Response, um den Antrag einzureichen - * - *

Java-Klasse für SubmitApplicationSachPrivatResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SubmitApplicationSachPrivatResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponseGen_Type">
- *       <sequence>
- *         <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}AntragSachPrivat_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationSachPrivatResponse_Type", propOrder = { - "antragsantwort" -}) -public class SubmitApplicationSachPrivatResponseType - extends SubmitApplicationResponseGenType -{ - - @XmlElement(name = "Antragsantwort", required = true) - protected AntragSachPrivatType antragsantwort; - - /** - * Ruft den Wert der antragsantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link AntragSachPrivatType } - * - */ - public AntragSachPrivatType getAntragsantwort() { - return antragsantwort; - } - - /** - * Legt den Wert der antragsantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AntragSachPrivatType } - * - */ - public void setAntragsantwort(AntragSachPrivatType value) { - this.antragsantwort = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/UpsellingSachPrivatResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/UpsellingSachPrivatResponseType.java deleted file mode 100644 index 21b37dc9..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/UpsellingSachPrivatResponseType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Response Upselling Sach-Privat - * - *

Java-Klasse für UpsellingSachPrivatResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="UpsellingSachPrivatResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "UpsellingSachPrivatResponse_Type") -public class UpsellingSachPrivatResponseType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/VerkaufsproduktSachPrivatType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/VerkaufsproduktSachPrivatType.java deleted file mode 100644 index abd5aac0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/VerkaufsproduktSachPrivatType.java +++ /dev/null @@ -1,172 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ProduktGenerischType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VerkaufsproduktGenerischType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VersichertesInteresseType; - - -/** - * Typ für ein Besitz-Produktbündel, welches einem Vertrag entspricht - * - *

Java-Klasse für VerkaufsproduktSachPrivat_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VerkaufsproduktSachPrivat_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VerkaufsproduktGenerisch_Type">
- *       <sequence>
- *         <element name="Produkte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ProduktSachPrivat_Type" maxOccurs="unbounded"/>
- *         <element name="Zusatzprodukte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="VersicherteObjekte" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type" maxOccurs="unbounded"/>
- *         <element name="RefSicherstellungLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerkaufsproduktSachPrivat_Type", propOrder = { - "produkte", - "zusatzprodukte", - "versicherteObjekte", - "refSicherstellungLfnr" -}) -public class VerkaufsproduktSachPrivatType - extends VerkaufsproduktGenerischType -{ - - @XmlElement(name = "Produkte", required = true) - protected List produkte; - @XmlElement(name = "Zusatzprodukte") - protected List zusatzprodukte; - @XmlElement(name = "VersicherteObjekte", required = true) - protected List versicherteObjekte; - @XmlElement(name = "RefSicherstellungLfnr") - @XmlSchemaType(name = "unsignedShort") - protected Integer refSicherstellungLfnr; - - /** - * Gets the value of the produkte property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the produkte property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getProdukte().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ProduktSachPrivatType } - * - * - */ - public List getProdukte() { - if (produkte == null) { - produkte = new ArrayList(); - } - return this.produkte; - } - - /** - * Gets the value of the zusatzprodukte property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusatzprodukte property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getZusatzprodukte().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ProduktGenerischType } - * - * - */ - public List getZusatzprodukte() { - if (zusatzprodukte == null) { - zusatzprodukte = new ArrayList(); - } - return this.zusatzprodukte; - } - - /** - * Gets the value of the versicherteObjekte property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the versicherteObjekte property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getVersicherteObjekte().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link VersichertesInteresseType } - * - * - */ - public List getVersicherteObjekte() { - if (versicherteObjekte == null) { - versicherteObjekte = new ArrayList(); - } - return this.versicherteObjekte; - } - - /** - * Ruft den Wert der refSicherstellungLfnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getRefSicherstellungLfnr() { - return refSicherstellungLfnr; - } - - /** - * Legt den Wert der refSicherstellungLfnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setRefSicherstellungLfnr(Integer value) { - this.refSicherstellungLfnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/VersichertesObjektSachPrivatType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/VersichertesObjektSachPrivatType.java deleted file mode 100644 index e5f29f8c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/VersichertesObjektSachPrivatType.java +++ /dev/null @@ -1,159 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VersichertesInteresseMitAttributMetadatenType; - - -/** - * Type für ein versichertes Objekt in der Sach-Privat-Versicherung - * - *

Java-Klasse für VersichertesObjektSachPrivat_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VersichertesObjektSachPrivat_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type">
- *       <sequence>
- *         <element name="ObjektId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- *         <element name="RisikoAdresse" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoAdresse_Type"/>
- *         <element name="RisikoGebaeude" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoGebaeude_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="RisikoHaushalt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoHaushalt_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VersichertesObjektSachPrivat_Type", propOrder = { - "objektId", - "risikoAdresse", - "risikoGebaeude", - "risikoHaushalt" -}) -public class VersichertesObjektSachPrivatType - extends VersichertesInteresseMitAttributMetadatenType -{ - - @XmlElement(name = "ObjektId") - protected ObjektIdType objektId; - @XmlElement(name = "RisikoAdresse", required = true) - protected RisikoAdresseType risikoAdresse; - @XmlElement(name = "RisikoGebaeude") - protected List risikoGebaeude; - @XmlElement(name = "RisikoHaushalt") - protected RisikoHaushaltType risikoHaushalt; - - /** - * Ruft den Wert der objektId-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getObjektId() { - return objektId; - } - - /** - * Legt den Wert der objektId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setObjektId(ObjektIdType value) { - this.objektId = value; - } - - /** - * Ruft den Wert der risikoAdresse-Eigenschaft ab. - * - * @return - * possible object is - * {@link RisikoAdresseType } - * - */ - public RisikoAdresseType getRisikoAdresse() { - return risikoAdresse; - } - - /** - * Legt den Wert der risikoAdresse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link RisikoAdresseType } - * - */ - public void setRisikoAdresse(RisikoAdresseType value) { - this.risikoAdresse = value; - } - - /** - * Gets the value of the risikoGebaeude property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the risikoGebaeude property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getRisikoGebaeude().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link RisikoGebaeudeType } - * - * - */ - public List getRisikoGebaeude() { - if (risikoGebaeude == null) { - risikoGebaeude = new ArrayList(); - } - return this.risikoGebaeude; - } - - /** - * Ruft den Wert der risikoHaushalt-Eigenschaft ab. - * - * @return - * possible object is - * {@link RisikoHaushaltType } - * - */ - public RisikoHaushaltType getRisikoHaushalt() { - return risikoHaushalt; - } - - /** - * Legt den Wert der risikoHaushalt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link RisikoHaushaltType } - * - */ - public void setRisikoHaushalt(RisikoHaushaltType value) { - this.risikoHaushalt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenPhotovoltaikType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenPhotovoltaikType.java deleted file mode 100644 index 41fbbf15..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenPhotovoltaikType.java +++ /dev/null @@ -1,36 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Standardbaustein Photovoltaik als Erweiterung von ZusaetzlicheGebaeudeDaten_Type - * - *

Java-Klasse für ZusaetzlicheGebaeudedatenPhotovoltaik_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheGebaeudedatenPhotovoltaik_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
- *       <sequence>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheGebaeudedatenPhotovoltaik_Type") -public class ZusaetzlicheGebaeudedatenPhotovoltaikType - extends ZusaetzlicheGebaeudedatenType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenSchwimmbadType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenSchwimmbadType.java deleted file mode 100644 index 13b0f88f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenSchwimmbadType.java +++ /dev/null @@ -1,36 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Standardbaustein Schwimmbad - * - *

Java-Klasse für ZusaetzlicheGebaeudedatenSchwimmbad_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheGebaeudedatenSchwimmbad_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
- *       <sequence>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheGebaeudedatenSchwimmbad_Type") -public class ZusaetzlicheGebaeudedatenSchwimmbadType - extends ZusaetzlicheGebaeudedatenType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenSolarthermieType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenSolarthermieType.java deleted file mode 100644 index c6e9da54..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenSolarthermieType.java +++ /dev/null @@ -1,36 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Strandardbaustein Solarthermie - * - *

Java-Klasse für ZusaetzlicheGebaeudedatenSolarthermie_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheGebaeudedatenSolarthermie_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
- *       <sequence>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheGebaeudedatenSolarthermie_Type") -public class ZusaetzlicheGebaeudedatenSolarthermieType - extends ZusaetzlicheGebaeudedatenType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenType.java deleted file mode 100644 index 6bccc766..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenType.java +++ /dev/null @@ -1,39 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Basistyp zur Definition zusätzlicher Gebäudedaten - * - *

Java-Klasse für ZusaetzlicheGebaeudedaten_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheGebaeudedaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheGebaeudedaten_Type") -@XmlSeeAlso({ - ZusaetzlicheGebaeudedatenWintergartenType.class, - ZusaetzlicheGebaeudedatenSolarthermieType.class, - ZusaetzlicheGebaeudedatenSchwimmbadType.class, - ZusaetzlicheGebaeudedatenPhotovoltaikType.class -}) -public abstract class ZusaetzlicheGebaeudedatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenWintergartenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenWintergartenType.java deleted file mode 100644 index 8810428d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheGebaeudedatenWintergartenType.java +++ /dev/null @@ -1,36 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Standardbaustein Wintergarten - * - *

Java-Klasse für ZusaetzlicheGebaeudedatenWintergarten_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheGebaeudedatenWintergarten_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
- *       <sequence>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheGebaeudedatenWintergarten_Type") -public class ZusaetzlicheGebaeudedatenWintergartenType - extends ZusaetzlicheGebaeudedatenType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheHaushaltsdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheHaushaltsdatenType.java deleted file mode 100644 index 7fd1dd17..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/ZusaetzlicheHaushaltsdatenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Basistyp zur Definition zusätzlicher Haushaltsdaten - * - *

Java-Klasse für ZusaetzlicheHaushaltsdaten_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheHaushaltsdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheHaushaltsdaten_Type") -public abstract class ZusaetzlicheHaushaltsdatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/package-info.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/package-info.java deleted file mode 100644 index 7e995139..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/sachPrivat/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat; diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CalculateUnfallRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CalculateUnfallRequestType.java deleted file mode 100644 index b29f29d0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CalculateUnfallRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CalculateRequestGenType; - - -/** - * Typ des Requestobjekts für eine Berechnung Unfall - * - *

Java-Klasse für CalculateUnfallRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CalculateUnfallRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequestGen_Type">
- *       <sequence>
- *         <element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezBerechnungUnfall_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateUnfallRequest_Type", propOrder = { - "berechnungsanfrage" -}) -public class CalculateUnfallRequestType - extends CalculateRequestGenType -{ - - @XmlElement(name = "Berechnungsanfrage", required = true) - protected SpezBerechnungUnfallType berechnungsanfrage; - - /** - * Ruft den Wert der berechnungsanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezBerechnungUnfallType } - * - */ - public SpezBerechnungUnfallType getBerechnungsanfrage() { - return berechnungsanfrage; - } - - /** - * Legt den Wert der berechnungsanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezBerechnungUnfallType } - * - */ - public void setBerechnungsanfrage(SpezBerechnungUnfallType value) { - this.berechnungsanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CalculateUnfallResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CalculateUnfallResponseType.java deleted file mode 100644 index 8f125a20..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CalculateUnfallResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CalculateResponseGenType; - - -/** - * Typ des Responseobjekts für eine Unfall-Berechnung - * - *

Java-Klasse für CalculateUnfallResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CalculateUnfallResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponseGen_Type">
- *       <sequence>
- *         <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezBerechnungUnfall_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateUnfallResponse_Type", propOrder = { - "berechnungsantwort" -}) -public class CalculateUnfallResponseType - extends CalculateResponseGenType -{ - - @XmlElement(name = "Berechnungsantwort", required = true) - protected SpezBerechnungUnfallType berechnungsantwort; - - /** - * Ruft den Wert der berechnungsantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezBerechnungUnfallType } - * - */ - public SpezBerechnungUnfallType getBerechnungsantwort() { - return berechnungsantwort; - } - - /** - * Legt den Wert der berechnungsantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezBerechnungUnfallType } - * - */ - public void setBerechnungsantwort(SpezBerechnungUnfallType value) { - this.berechnungsantwort = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CreateApplicationUnfallRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CreateApplicationUnfallRequestType.java deleted file mode 100644 index 6cb06db4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CreateApplicationUnfallRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateApplicationRequestGenType; - - -/** - * Type des Requestobjekts für die Erstellung eines Unfallantrags - * - *

Java-Klasse für CreateApplicationUnfallRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateApplicationUnfallRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequestGen_Type">
- *       <sequence>
- *         <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationUnfallRequest_Type", propOrder = { - "antragsanfrage" -}) -public class CreateApplicationUnfallRequestType - extends CreateApplicationRequestGenType -{ - - @XmlElement(name = "Antragsanfrage", required = true) - protected SpezAntragUnfallType antragsanfrage; - - /** - * Ruft den Wert der antragsanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezAntragUnfallType } - * - */ - public SpezAntragUnfallType getAntragsanfrage() { - return antragsanfrage; - } - - /** - * Legt den Wert der antragsanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezAntragUnfallType } - * - */ - public void setAntragsanfrage(SpezAntragUnfallType value) { - this.antragsanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CreateApplicationUnfallResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CreateApplicationUnfallResponseType.java deleted file mode 100644 index 5bf034ba..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CreateApplicationUnfallResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateApplicationResponseGenType; - - -/** - * Type des Responseobjekts für die Erstellung eines Unfallantrags - * - *

Java-Klasse für CreateApplicationUnfallResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateApplicationUnfallResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponseGen_Type">
- *       <sequence>
- *         <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationUnfallResponse_Type", propOrder = { - "antragsantwort" -}) -public class CreateApplicationUnfallResponseType - extends CreateApplicationResponseGenType -{ - - @XmlElement(name = "Antragsantwort", required = true) - protected SpezAntragUnfallType antragsantwort; - - /** - * Ruft den Wert der antragsantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezAntragUnfallType } - * - */ - public SpezAntragUnfallType getAntragsantwort() { - return antragsantwort; - } - - /** - * Legt den Wert der antragsantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezAntragUnfallType } - * - */ - public void setAntragsantwort(SpezAntragUnfallType value) { - this.antragsantwort = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CreateOfferUnfallRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CreateOfferUnfallRequestType.java deleted file mode 100644 index facaa6d1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CreateOfferUnfallRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateOfferRequestGenType; - - -/** - * Typ des Requestobjekts für eine Erstellung eines Unfall-Offerts - * - *

Java-Klasse für CreateOfferUnfallRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateOfferUnfallRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequestGen_Type">
- *       <sequence>
- *         <element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezOffertUnfall_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferUnfallRequest_Type", propOrder = { - "offertanfrage" -}) -public class CreateOfferUnfallRequestType - extends CreateOfferRequestGenType -{ - - @XmlElement(name = "Offertanfrage", required = true) - protected SpezOffertUnfallType offertanfrage; - - /** - * Ruft den Wert der offertanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezOffertUnfallType } - * - */ - public SpezOffertUnfallType getOffertanfrage() { - return offertanfrage; - } - - /** - * Legt den Wert der offertanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezOffertUnfallType } - * - */ - public void setOffertanfrage(SpezOffertUnfallType value) { - this.offertanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CreateOfferUnfallResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CreateOfferUnfallResponseType.java deleted file mode 100644 index 0b01733c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/CreateOfferUnfallResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.CreateOfferResponseGenType; - - -/** - * Type des Responseobjekts für eine Erstellung eines Unfall-Offerts - * - *

Java-Klasse für CreateOfferUnfallResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateOfferUnfallResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponseGen_Type">
- *       <sequence>
- *         <element name="Offertantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezOffertUnfall_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferUnfallResponse_Type", propOrder = { - "offertantwort" -}) -public class CreateOfferUnfallResponseType - extends CreateOfferResponseGenType -{ - - @XmlElement(name = "Offertantwort", required = true) - protected SpezOffertUnfallType offertantwort; - - /** - * Ruft den Wert der offertantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezOffertUnfallType } - * - */ - public SpezOffertUnfallType getOffertantwort() { - return offertantwort; - } - - /** - * Legt den Wert der offertantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezOffertUnfallType } - * - */ - public void setOffertantwort(SpezOffertUnfallType value) { - this.offertantwort = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/LeistungsartUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/LeistungsartUnfallType.java deleted file mode 100644 index d9c5bb5f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/LeistungsartUnfallType.java +++ /dev/null @@ -1,68 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ElementarproduktGenerischType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.SelbstbehaltType; - - -/** - * Typ für ein Elementarprodukt in der Sparte Unfall. Von diesem Typ werden etwaige unternehmesspezifische Deckungen oder potentielle Standard-Deckungen abgeleitet. - * - *

Java-Klasse für LeistungsartUnfall_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="LeistungsartUnfall_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ElementarproduktGenerisch_Type">
- *       <sequence>
- *         <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "LeistungsartUnfall_Type", propOrder = { - "selbstbehalt" -}) -public class LeistungsartUnfallType - extends ElementarproduktGenerischType -{ - - @XmlElement(name = "Selbstbehalt") - protected SelbstbehaltType selbstbehalt; - - /** - * Ruft den Wert der selbstbehalt-Eigenschaft ab. - * - * @return - * possible object is - * {@link SelbstbehaltType } - * - */ - public SelbstbehaltType getSelbstbehalt() { - return selbstbehalt; - } - - /** - * Legt den Wert der selbstbehalt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SelbstbehaltType } - * - */ - public void setSelbstbehalt(SelbstbehaltType value) { - this.selbstbehalt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/ObjectFactory.java deleted file mode 100644 index a276cb09..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/ObjectFactory.java +++ /dev/null @@ -1,259 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _CalculateUnfallRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CalculateUnfallRequest"); - private final static QName _CalculateUnfallResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CalculateUnfallResponse"); - private final static QName _CreateOfferUnfallRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CreateOfferUnfallRequest"); - private final static QName _CreateOfferUnfallResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CreateOfferUnfallResponse"); - private final static QName _CreateApplicationUnfallRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CreateApplicationUnfallRequest"); - private final static QName _CreateApplicationUnfallResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CreateApplicationUnfallResponse"); - private final static QName _SubmitApplicationUnfallRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "SubmitApplicationUnfallRequest"); - private final static QName _SubmitApplicationUnfallResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "SubmitApplicationUnfallResponse"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link CalculateUnfallRequestType } - * - */ - public CalculateUnfallRequestType createCalculateUnfallRequestType() { - return new CalculateUnfallRequestType(); - } - - /** - * Create an instance of {@link CalculateUnfallResponseType } - * - */ - public CalculateUnfallResponseType createCalculateUnfallResponseType() { - return new CalculateUnfallResponseType(); - } - - /** - * Create an instance of {@link CreateOfferUnfallRequestType } - * - */ - public CreateOfferUnfallRequestType createCreateOfferUnfallRequestType() { - return new CreateOfferUnfallRequestType(); - } - - /** - * Create an instance of {@link CreateOfferUnfallResponseType } - * - */ - public CreateOfferUnfallResponseType createCreateOfferUnfallResponseType() { - return new CreateOfferUnfallResponseType(); - } - - /** - * Create an instance of {@link CreateApplicationUnfallRequestType } - * - */ - public CreateApplicationUnfallRequestType createCreateApplicationUnfallRequestType() { - return new CreateApplicationUnfallRequestType(); - } - - /** - * Create an instance of {@link CreateApplicationUnfallResponseType } - * - */ - public CreateApplicationUnfallResponseType createCreateApplicationUnfallResponseType() { - return new CreateApplicationUnfallResponseType(); - } - - /** - * Create an instance of {@link SubmitApplicationUnfallRequestType } - * - */ - public SubmitApplicationUnfallRequestType createSubmitApplicationUnfallRequestType() { - return new SubmitApplicationUnfallRequestType(); - } - - /** - * Create an instance of {@link SubmitApplicationUnfallResponseType } - * - */ - public SubmitApplicationUnfallResponseType createSubmitApplicationUnfallResponseType() { - return new SubmitApplicationUnfallResponseType(); - } - - /** - * Create an instance of {@link VerkaufsproduktUnfallType } - * - */ - public VerkaufsproduktUnfallType createVerkaufsproduktUnfallType() { - return new VerkaufsproduktUnfallType(); - } - - /** - * Create an instance of {@link ProduktUnfallType } - * - */ - public ProduktUnfallType createProduktUnfallType() { - return new ProduktUnfallType(); - } - - /** - * Create an instance of {@link LeistungsartUnfallType } - * - */ - public LeistungsartUnfallType createLeistungsartUnfallType() { - return new LeistungsartUnfallType(); - } - - /** - * Create an instance of {@link SpezBerechnungUnfallType } - * - */ - public SpezBerechnungUnfallType createSpezBerechnungUnfallType() { - return new SpezBerechnungUnfallType(); - } - - /** - * Create an instance of {@link SpezOffertUnfallType } - * - */ - public SpezOffertUnfallType createSpezOffertUnfallType() { - return new SpezOffertUnfallType(); - } - - /** - * Create an instance of {@link SpezAntragUnfallType } - * - */ - public SpezAntragUnfallType createSpezAntragUnfallType() { - return new SpezAntragUnfallType(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CalculateUnfallRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CalculateUnfallRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "CalculateUnfallRequest") - public JAXBElement createCalculateUnfallRequest(CalculateUnfallRequestType value) { - return new JAXBElement(_CalculateUnfallRequest_QNAME, CalculateUnfallRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CalculateUnfallResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CalculateUnfallResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "CalculateUnfallResponse") - public JAXBElement createCalculateUnfallResponse(CalculateUnfallResponseType value) { - return new JAXBElement(_CalculateUnfallResponse_QNAME, CalculateUnfallResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferUnfallRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateOfferUnfallRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "CreateOfferUnfallRequest") - public JAXBElement createCreateOfferUnfallRequest(CreateOfferUnfallRequestType value) { - return new JAXBElement(_CreateOfferUnfallRequest_QNAME, CreateOfferUnfallRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferUnfallResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateOfferUnfallResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "CreateOfferUnfallResponse") - public JAXBElement createCreateOfferUnfallResponse(CreateOfferUnfallResponseType value) { - return new JAXBElement(_CreateOfferUnfallResponse_QNAME, CreateOfferUnfallResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationUnfallRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateApplicationUnfallRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "CreateApplicationUnfallRequest") - public JAXBElement createCreateApplicationUnfallRequest(CreateApplicationUnfallRequestType value) { - return new JAXBElement(_CreateApplicationUnfallRequest_QNAME, CreateApplicationUnfallRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationUnfallResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CreateApplicationUnfallResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "CreateApplicationUnfallResponse") - public JAXBElement createCreateApplicationUnfallResponse(CreateApplicationUnfallResponseType value) { - return new JAXBElement(_CreateApplicationUnfallResponse_QNAME, CreateApplicationUnfallResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationUnfallRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SubmitApplicationUnfallRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "SubmitApplicationUnfallRequest") - public JAXBElement createSubmitApplicationUnfallRequest(SubmitApplicationUnfallRequestType value) { - return new JAXBElement(_SubmitApplicationUnfallRequest_QNAME, SubmitApplicationUnfallRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationUnfallResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SubmitApplicationUnfallResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "SubmitApplicationUnfallResponse") - public JAXBElement createSubmitApplicationUnfallResponse(SubmitApplicationUnfallResponseType value) { - return new JAXBElement(_SubmitApplicationUnfallResponse_QNAME, SubmitApplicationUnfallResponseType.class, null, value); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/ProduktUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/ProduktUnfallType.java deleted file mode 100644 index 50c86d0e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/ProduktUnfallType.java +++ /dev/null @@ -1,103 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ProduktMitVpType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.SelbstbehaltType; - - -/** - * Typ für ein Produkt in der Sparte Unfall. Von diesem Typ können einzelne VUs ihre eigenen Produkte ableiten, wenn sie möchten. - * - *

Java-Klasse für ProduktUnfall_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ProduktUnfall_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktMitVp_Type">
- *       <sequence>
- *         <element name="Leistungsarten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}LeistungsartUnfall_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProduktUnfall_Type", propOrder = { - "leistungsarten", - "selbstbehalt" -}) -public class ProduktUnfallType - extends ProduktMitVpType -{ - - @XmlElement(name = "Leistungsarten") - protected List leistungsarten; - @XmlElement(name = "Selbstbehalt") - protected SelbstbehaltType selbstbehalt; - - /** - * Gets the value of the leistungsarten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the leistungsarten property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getLeistungsarten().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link LeistungsartUnfallType } - * - * - */ - public List getLeistungsarten() { - if (leistungsarten == null) { - leistungsarten = new ArrayList(); - } - return this.leistungsarten; - } - - /** - * Ruft den Wert der selbstbehalt-Eigenschaft ab. - * - * @return - * possible object is - * {@link SelbstbehaltType } - * - */ - public SelbstbehaltType getSelbstbehalt() { - return selbstbehalt; - } - - /** - * Legt den Wert der selbstbehalt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SelbstbehaltType } - * - */ - public void setSelbstbehalt(SelbstbehaltType value) { - this.selbstbehalt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SpezAntragUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SpezAntragUnfallType.java deleted file mode 100644 index 817c4187..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SpezAntragUnfallType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SpezAntragType; - - -/** - * Typ für den Schritt Antrags-Erzeugung - * - *

Java-Klasse für SpezAntragUnfall_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpezAntragUnfall_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
- *       <sequence>
- *         <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}VerkaufsproduktUnfall_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezAntragUnfall_Type", propOrder = { - "verkaufsprodukt" -}) -public class SpezAntragUnfallType - extends SpezAntragType -{ - - @XmlElement(name = "Verkaufsprodukt", required = true) - protected VerkaufsproduktUnfallType verkaufsprodukt; - - /** - * Ruft den Wert der verkaufsprodukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkaufsproduktUnfallType } - * - */ - public VerkaufsproduktUnfallType getVerkaufsprodukt() { - return verkaufsprodukt; - } - - /** - * Legt den Wert der verkaufsprodukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkaufsproduktUnfallType } - * - */ - public void setVerkaufsprodukt(VerkaufsproduktUnfallType value) { - this.verkaufsprodukt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SpezBerechnungUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SpezBerechnungUnfallType.java deleted file mode 100644 index c528e3a7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SpezBerechnungUnfallType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SpezBerechnungType; - - -/** - * Typ für den Schritt Berechnung - * - *

Java-Klasse für SpezBerechnungUnfall_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpezBerechnungUnfall_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
- *       <sequence>
- *         <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}VerkaufsproduktUnfall_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezBerechnungUnfall_Type", propOrder = { - "verkaufsprodukt" -}) -public class SpezBerechnungUnfallType - extends SpezBerechnungType -{ - - @XmlElement(name = "Verkaufsprodukt", required = true) - protected VerkaufsproduktUnfallType verkaufsprodukt; - - /** - * Ruft den Wert der verkaufsprodukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkaufsproduktUnfallType } - * - */ - public VerkaufsproduktUnfallType getVerkaufsprodukt() { - return verkaufsprodukt; - } - - /** - * Legt den Wert der verkaufsprodukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkaufsproduktUnfallType } - * - */ - public void setVerkaufsprodukt(VerkaufsproduktUnfallType value) { - this.verkaufsprodukt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SpezOffertUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SpezOffertUnfallType.java deleted file mode 100644 index b405d00b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SpezOffertUnfallType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SpezOffertType; - - -/** - * Typ für den Schritt Offert-Erzeugung - * - *

Java-Klasse für SpezOffertUnfall_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpezOffertUnfall_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
- *       <sequence>
- *         <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}VerkaufsproduktUnfall_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpezOffertUnfall_Type", propOrder = { - "verkaufsprodukt" -}) -public class SpezOffertUnfallType - extends SpezOffertType -{ - - @XmlElement(name = "Verkaufsprodukt", required = true) - protected VerkaufsproduktUnfallType verkaufsprodukt; - - /** - * Ruft den Wert der verkaufsprodukt-Eigenschaft ab. - * - * @return - * possible object is - * {@link VerkaufsproduktUnfallType } - * - */ - public VerkaufsproduktUnfallType getVerkaufsprodukt() { - return verkaufsprodukt; - } - - /** - * Legt den Wert der verkaufsprodukt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VerkaufsproduktUnfallType } - * - */ - public void setVerkaufsprodukt(VerkaufsproduktUnfallType value) { - this.verkaufsprodukt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SubmitApplicationUnfallRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SubmitApplicationUnfallRequestType.java deleted file mode 100644 index cab8d9c8..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SubmitApplicationUnfallRequestType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SubmitApplicationRequestGenType; - - -/** - * Type des Requests, um den Antrag einzureichen - * - *

Java-Klasse für SubmitApplicationUnfallRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SubmitApplicationUnfallRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequestGen_Type">
- *       <sequence>
- *         <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationUnfallRequest_Type", propOrder = { - "antragsanfrage" -}) -public class SubmitApplicationUnfallRequestType - extends SubmitApplicationRequestGenType -{ - - @XmlElement(name = "Antragsanfrage") - protected SpezAntragUnfallType antragsanfrage; - - /** - * Ruft den Wert der antragsanfrage-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezAntragUnfallType } - * - */ - public SpezAntragUnfallType getAntragsanfrage() { - return antragsanfrage; - } - - /** - * Legt den Wert der antragsanfrage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezAntragUnfallType } - * - */ - public void setAntragsanfrage(SpezAntragUnfallType value) { - this.antragsanfrage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SubmitApplicationUnfallResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SubmitApplicationUnfallResponseType.java deleted file mode 100644 index 3e189ce0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/SubmitApplicationUnfallResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.SubmitApplicationResponseGenType; - - -/** - * Type des Response, um den Antrag einzureichen - * - *

Java-Klasse für SubmitApplicationUnfallResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SubmitApplicationUnfallResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponseGen_Type">
- *       <sequence>
- *         <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationUnfallResponse_Type", propOrder = { - "antragsantwort" -}) -public class SubmitApplicationUnfallResponseType - extends SubmitApplicationResponseGenType -{ - - @XmlElement(name = "Antragsantwort", required = true) - protected SpezAntragUnfallType antragsantwort; - - /** - * Ruft den Wert der antragsantwort-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpezAntragUnfallType } - * - */ - public SpezAntragUnfallType getAntragsantwort() { - return antragsantwort; - } - - /** - * Legt den Wert der antragsantwort-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpezAntragUnfallType } - * - */ - public void setAntragsantwort(SpezAntragUnfallType value) { - this.antragsantwort = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/VerkaufsproduktUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/VerkaufsproduktUnfallType.java deleted file mode 100644 index aa21d506..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/VerkaufsproduktUnfallType.java +++ /dev/null @@ -1,172 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ProduktGenerischType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VerkaufsproduktGenerischType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.VersichertePersonType; - - -/** - * Typ für ein Verkaufsprodukt in der Sparte Unfall - * - *

Java-Klasse für VerkaufsproduktUnfall_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VerkaufsproduktUnfall_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VerkaufsproduktGenerisch_Type">
- *       <sequence>
- *         <element name="Unfallprodukte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}ProduktUnfall_Type" maxOccurs="unbounded"/>
- *         <element name="Zusatzprodukte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="VersichertePersonen" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertePerson_Type" maxOccurs="unbounded"/>
- *         <element name="RefSicherstellungLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerkaufsproduktUnfall_Type", propOrder = { - "unfallprodukte", - "zusatzprodukte", - "versichertePersonen", - "refSicherstellungLfnr" -}) -public class VerkaufsproduktUnfallType - extends VerkaufsproduktGenerischType -{ - - @XmlElement(name = "Unfallprodukte", required = true) - protected List unfallprodukte; - @XmlElement(name = "Zusatzprodukte") - protected List zusatzprodukte; - @XmlElement(name = "VersichertePersonen", required = true) - protected List versichertePersonen; - @XmlElement(name = "RefSicherstellungLfnr") - @XmlSchemaType(name = "unsignedShort") - protected Integer refSicherstellungLfnr; - - /** - * Gets the value of the unfallprodukte property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the unfallprodukte property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getUnfallprodukte().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ProduktUnfallType } - * - * - */ - public List getUnfallprodukte() { - if (unfallprodukte == null) { - unfallprodukte = new ArrayList(); - } - return this.unfallprodukte; - } - - /** - * Gets the value of the zusatzprodukte property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusatzprodukte property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getZusatzprodukte().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ProduktGenerischType } - * - * - */ - public List getZusatzprodukte() { - if (zusatzprodukte == null) { - zusatzprodukte = new ArrayList(); - } - return this.zusatzprodukte; - } - - /** - * Gets the value of the versichertePersonen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the versichertePersonen property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getVersichertePersonen().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link VersichertePersonType } - * - * - */ - public List getVersichertePersonen() { - if (versichertePersonen == null) { - versichertePersonen = new ArrayList(); - } - return this.versichertePersonen; - } - - /** - * Ruft den Wert der refSicherstellungLfnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getRefSicherstellungLfnr() { - return refSicherstellungLfnr; - } - - /** - * Legt den Wert der refSicherstellungLfnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setRefSicherstellungLfnr(Integer value) { - this.refSicherstellungLfnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/package-info.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/package-info.java deleted file mode 100644 index 209d577b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on2antrag/unfall/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall; diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/BasisSchadenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/BasisSchadenType.java deleted file mode 100644 index 61408167..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/BasisSchadenType.java +++ /dev/null @@ -1,395 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - * Abstrakter Typ mit gemeinsamen Rumpfdaten fuer Schaden und Schaden-Light - * - *

Java-Klasse für BasisSchaden_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="BasisSchaden_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenanlage" minOccurs="0"/>
- *         <element name="Schadennr" type="{urn:omds20}Schadennr" minOccurs="0"/>
- *         <element name="BearbStandSeit" type="{urn:omds20}Datum" minOccurs="0"/>
- *         <element name="VormaligeSchadennr" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="NachfolgendeSchadennr" type="{urn:omds20}Schadennr" minOccurs="0"/>
- *         <element name="SachbearbVU" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SachbearbVUType" minOccurs="0"/>
- *         <element name="Polizzennr" type="{urn:omds20}Polizzennr"/>
- *         <element name="VertragsID" type="{urn:omds20}VertragsID" minOccurs="0"/>
- *         <element name="ErledDat" type="{urn:omds20}Datum" minOccurs="0"/>
- *         <element name="DeepLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="ZusaetzlicheSchadensdaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ZusaetzlicheSchadensdaten_Type" minOccurs="0"/>
- *         <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BasisSchaden_Type", propOrder = { - "geschaeftsfallSchadenanlage", - "schadennr", - "bearbStandSeit", - "vormaligeSchadennr", - "nachfolgendeSchadennr", - "sachbearbVU", - "polizzennr", - "vertragsID", - "erledDat", - "deepLink", - "zusaetzlicheSchadensdaten", - "meldungen" -}) -@XmlSeeAlso({ - SchadenType.class, - SchadenLightType.class -}) -public class BasisSchadenType { - - @XmlElement(name = "GeschaeftsfallSchadenanlage") - protected ObjektIdType geschaeftsfallSchadenanlage; - @XmlElement(name = "Schadennr") - protected String schadennr; - @XmlElement(name = "BearbStandSeit") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar bearbStandSeit; - @XmlElement(name = "VormaligeSchadennr") - protected List vormaligeSchadennr; - @XmlElement(name = "NachfolgendeSchadennr") - protected String nachfolgendeSchadennr; - @XmlElement(name = "SachbearbVU") - protected SachbearbVUType sachbearbVU; - @XmlElement(name = "Polizzennr", required = true) - protected String polizzennr; - @XmlElement(name = "VertragsID") - protected String vertragsID; - @XmlElement(name = "ErledDat") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar erledDat; - @XmlElement(name = "DeepLink") - protected String deepLink; - @XmlElement(name = "ZusaetzlicheSchadensdaten") - protected ZusaetzlicheSchadensdatenType zusaetzlicheSchadensdaten; - @XmlElement(name = "Meldungen") - protected List meldungen; - - /** - * Ruft den Wert der geschaeftsfallSchadenanlage-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getGeschaeftsfallSchadenanlage() { - return geschaeftsfallSchadenanlage; - } - - /** - * Legt den Wert der geschaeftsfallSchadenanlage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setGeschaeftsfallSchadenanlage(ObjektIdType value) { - this.geschaeftsfallSchadenanlage = value; - } - - /** - * Ruft den Wert der schadennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadennr() { - return schadennr; - } - - /** - * Legt den Wert der schadennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadennr(String value) { - this.schadennr = value; - } - - /** - * Ruft den Wert der bearbStandSeit-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getBearbStandSeit() { - return bearbStandSeit; - } - - /** - * Legt den Wert der bearbStandSeit-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setBearbStandSeit(XMLGregorianCalendar value) { - this.bearbStandSeit = value; - } - - /** - * Gets the value of the vormaligeSchadennr property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the vormaligeSchadennr property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getVormaligeSchadennr().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getVormaligeSchadennr() { - if (vormaligeSchadennr == null) { - vormaligeSchadennr = new ArrayList(); - } - return this.vormaligeSchadennr; - } - - /** - * Ruft den Wert der nachfolgendeSchadennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNachfolgendeSchadennr() { - return nachfolgendeSchadennr; - } - - /** - * Legt den Wert der nachfolgendeSchadennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNachfolgendeSchadennr(String value) { - this.nachfolgendeSchadennr = value; - } - - /** - * Ruft den Wert der sachbearbVU-Eigenschaft ab. - * - * @return - * possible object is - * {@link SachbearbVUType } - * - */ - public SachbearbVUType getSachbearbVU() { - return sachbearbVU; - } - - /** - * Legt den Wert der sachbearbVU-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SachbearbVUType } - * - */ - public void setSachbearbVU(SachbearbVUType value) { - this.sachbearbVU = value; - } - - /** - * Ruft den Wert der polizzennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolizzennr() { - return polizzennr; - } - - /** - * Legt den Wert der polizzennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolizzennr(String value) { - this.polizzennr = value; - } - - /** - * Ruft den Wert der vertragsID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVertragsID() { - return vertragsID; - } - - /** - * Legt den Wert der vertragsID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVertragsID(String value) { - this.vertragsID = value; - } - - /** - * Ruft den Wert der erledDat-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getErledDat() { - return erledDat; - } - - /** - * Legt den Wert der erledDat-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setErledDat(XMLGregorianCalendar value) { - this.erledDat = value; - } - - /** - * Ruft den Wert der deepLink-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDeepLink() { - return deepLink; - } - - /** - * Legt den Wert der deepLink-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDeepLink(String value) { - this.deepLink = value; - } - - /** - * Ruft den Wert der zusaetzlicheSchadensdaten-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZusaetzlicheSchadensdatenType } - * - */ - public ZusaetzlicheSchadensdatenType getZusaetzlicheSchadensdaten() { - return zusaetzlicheSchadensdaten; - } - - /** - * Legt den Wert der zusaetzlicheSchadensdaten-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZusaetzlicheSchadensdatenType } - * - */ - public void setZusaetzlicheSchadensdaten(ZusaetzlicheSchadensdatenType value) { - this.zusaetzlicheSchadensdaten = value; - } - - /** - * Gets the value of the meldungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the meldungen property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getMeldungen().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ServiceFault } - * - * - */ - public List getMeldungen() { - if (meldungen == null) { - meldungen = new ArrayList(); - } - return this.meldungen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/BasisSchadenereignisType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/BasisSchadenereignisType.java deleted file mode 100644 index e0c7ac33..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/BasisSchadenereignisType.java +++ /dev/null @@ -1,339 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - * Abstrakter Typ mit gemeinsamen Rumpfdaten fuer Schadenereignis und Schadenereignis-Light - * - *

Java-Klasse für BasisSchadenereignis_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="BasisSchadenereignis_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr"/>
- *         <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenereignis" minOccurs="0"/>
- *         <element name="NachfolgendeSchadenmeldung" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- *         <element name="VorherigeSchadenmeldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Ereigniszpkt" type="{urn:omds20}Datum-Zeit"/>
- *         <element name="EreignisbeschrTxt" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Meldedat" type="{urn:omds20}Datum-Zeit"/>
- *         <element name="DeepLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="ZusaetzlicheSchadensereignisdaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ZusaetzlicheSchadensereignisdaten_Type" minOccurs="0"/>
- *         <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BasisSchadenereignis_Type", propOrder = { - "vuNr", - "geschaeftsfallSchadenereignis", - "nachfolgendeSchadenmeldung", - "vorherigeSchadenmeldungen", - "ereigniszpkt", - "ereignisbeschrTxt", - "meldedat", - "deepLink", - "zusaetzlicheSchadensereignisdaten", - "meldungen" -}) -@XmlSeeAlso({ - SchadenereignisType.class, - SchadenereignisLightType.class -}) -public abstract class BasisSchadenereignisType { - - @XmlElement(name = "VUNr", required = true) - protected String vuNr; - @XmlElement(name = "GeschaeftsfallSchadenereignis") - protected ObjektIdType geschaeftsfallSchadenereignis; - @XmlElement(name = "NachfolgendeSchadenmeldung") - protected ObjektIdType nachfolgendeSchadenmeldung; - @XmlElement(name = "VorherigeSchadenmeldungen") - protected List vorherigeSchadenmeldungen; - @XmlElement(name = "Ereigniszpkt", required = true) - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar ereigniszpkt; - @XmlElement(name = "EreignisbeschrTxt", required = true) - protected String ereignisbeschrTxt; - @XmlElement(name = "Meldedat", required = true) - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar meldedat; - @XmlElement(name = "DeepLink") - protected String deepLink; - @XmlElement(name = "ZusaetzlicheSchadensereignisdaten") - protected ZusaetzlicheSchadensereignisdatenType zusaetzlicheSchadensereignisdaten; - @XmlElement(name = "Meldungen") - protected List meldungen; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der geschaeftsfallSchadenereignis-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getGeschaeftsfallSchadenereignis() { - return geschaeftsfallSchadenereignis; - } - - /** - * Legt den Wert der geschaeftsfallSchadenereignis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setGeschaeftsfallSchadenereignis(ObjektIdType value) { - this.geschaeftsfallSchadenereignis = value; - } - - /** - * Ruft den Wert der nachfolgendeSchadenmeldung-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getNachfolgendeSchadenmeldung() { - return nachfolgendeSchadenmeldung; - } - - /** - * Legt den Wert der nachfolgendeSchadenmeldung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setNachfolgendeSchadenmeldung(ObjektIdType value) { - this.nachfolgendeSchadenmeldung = value; - } - - /** - * Gets the value of the vorherigeSchadenmeldungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the vorherigeSchadenmeldungen property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getVorherigeSchadenmeldungen().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ObjektIdType } - * - * - */ - public List getVorherigeSchadenmeldungen() { - if (vorherigeSchadenmeldungen == null) { - vorherigeSchadenmeldungen = new ArrayList(); - } - return this.vorherigeSchadenmeldungen; - } - - /** - * Ruft den Wert der ereigniszpkt-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getEreigniszpkt() { - return ereigniszpkt; - } - - /** - * Legt den Wert der ereigniszpkt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setEreigniszpkt(XMLGregorianCalendar value) { - this.ereigniszpkt = value; - } - - /** - * Ruft den Wert der ereignisbeschrTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getEreignisbeschrTxt() { - return ereignisbeschrTxt; - } - - /** - * Legt den Wert der ereignisbeschrTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setEreignisbeschrTxt(String value) { - this.ereignisbeschrTxt = value; - } - - /** - * Ruft den Wert der meldedat-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMeldedat() { - return meldedat; - } - - /** - * Legt den Wert der meldedat-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMeldedat(XMLGregorianCalendar value) { - this.meldedat = value; - } - - /** - * Ruft den Wert der deepLink-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDeepLink() { - return deepLink; - } - - /** - * Legt den Wert der deepLink-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDeepLink(String value) { - this.deepLink = value; - } - - /** - * Ruft den Wert der zusaetzlicheSchadensereignisdaten-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZusaetzlicheSchadensereignisdatenType } - * - */ - public ZusaetzlicheSchadensereignisdatenType getZusaetzlicheSchadensereignisdaten() { - return zusaetzlicheSchadensereignisdaten; - } - - /** - * Legt den Wert der zusaetzlicheSchadensereignisdaten-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZusaetzlicheSchadensereignisdatenType } - * - */ - public void setZusaetzlicheSchadensereignisdaten(ZusaetzlicheSchadensereignisdatenType value) { - this.zusaetzlicheSchadensereignisdaten = value; - } - - /** - * Gets the value of the meldungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the meldungen property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getMeldungen().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ServiceFault } - * - * - */ - public List getMeldungen() { - if (meldungen == null) { - meldungen = new ArrayList(); - } - return this.meldungen; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/BeteiligtePersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/BeteiligtePersonType.java deleted file mode 100644 index 241c6667..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/BeteiligtePersonType.java +++ /dev/null @@ -1,87 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -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 at.vvo.omds.types.omds3Types.r1_7_0.common.PersonType; - - -/** - * Typ für die Meldung von Personen, die an einem Schaden beteiligt sind - * - *

Java-Klasse für BeteiligtePerson_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="BeteiligtePerson_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}Person"/>
- *       </sequence>
- *       <attribute name="Lfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BeteiligtePerson_Type", propOrder = { - "person" -}) -public class BeteiligtePersonType { - - @XmlElement(name = "Person", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true) - protected PersonType person; - @XmlAttribute(name = "Lfnr", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", required = true) - @XmlSchemaType(name = "unsignedShort") - protected int lfnr; - - /** - * Objekt ähnlich zu omds:PERSON, aber Personennr ist nicht Pflichtfeld - * - * @return - * possible object is - * {@link PersonType } - * - */ - public PersonType getPerson() { - return person; - } - - /** - * Legt den Wert der person-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PersonType } - * - */ - public void setPerson(PersonType value) { - this.person = value; - } - - /** - * Ruft den Wert der lfnr-Eigenschaft ab. - * - */ - public int getLfnr() { - return lfnr; - } - - /** - * Legt den Wert der lfnr-Eigenschaft fest. - * - */ - public void setLfnr(int value) { - this.lfnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/CheckClaimRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/CheckClaimRequestType.java deleted file mode 100644 index 0eed7586..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/CheckClaimRequestType.java +++ /dev/null @@ -1,103 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.UploadDokumentType; - - -/** - * Typ für die probeweise Anlage einer Schadenmeldung - * - *

Java-Klasse für CheckClaimRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CheckClaimRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
- *       <sequence>
- *         <element name="Schadenereignis" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenereignis_Type"/>
- *         <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}Upload_Dokument_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CheckClaimRequest_Type", propOrder = { - "schadenereignis", - "dokumente" -}) -public class CheckClaimRequestType - extends CommonRequestType -{ - - @XmlElement(name = "Schadenereignis", required = true) - protected SchadenereignisType schadenereignis; - @XmlElement(name = "Dokumente") - protected List dokumente; - - /** - * Ruft den Wert der schadenereignis-Eigenschaft ab. - * - * @return - * possible object is - * {@link SchadenereignisType } - * - */ - public SchadenereignisType getSchadenereignis() { - return schadenereignis; - } - - /** - * Legt den Wert der schadenereignis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SchadenereignisType } - * - */ - public void setSchadenereignis(SchadenereignisType value) { - this.schadenereignis = value; - } - - /** - * Gets the value of the dokumente property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the dokumente property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDokumente().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link UploadDokumentType } - * - * - */ - public List getDokumente() { - if (dokumente == null) { - dokumente = new ArrayList(); - } - return this.dokumente; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/CheckClaimResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/CheckClaimResponseType.java deleted file mode 100644 index 733b6131..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/CheckClaimResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonResponseType; - - -/** - * Anworttyp beim Erzeugen einer Schadenmeldung - * - *

Java-Klasse für CheckClaimResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CheckClaimResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
- *       <sequence>
- *         <element name="Schadenereignis" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenereignis_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CheckClaimResponse_Type", propOrder = { - "schadenereignis" -}) -public class CheckClaimResponseType - extends CommonResponseType -{ - - @XmlElement(name = "Schadenereignis") - protected SchadenereignisType schadenereignis; - - /** - * Ruft den Wert der schadenereignis-Eigenschaft ab. - * - * @return - * possible object is - * {@link SchadenereignisType } - * - */ - public SchadenereignisType getSchadenereignis() { - return schadenereignis; - } - - /** - * Legt den Wert der schadenereignis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SchadenereignisType } - * - */ - public void setSchadenereignis(SchadenereignisType value) { - this.schadenereignis = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GeokoordinatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GeokoordinatenType.java deleted file mode 100644 index 3dd712ce..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GeokoordinatenType.java +++ /dev/null @@ -1,87 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - * Geokoordinaten im Dezimalsystem - * - *

Java-Klasse für Geokoordinaten_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="Geokoordinaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="Breite" type="{http://www.w3.org/2001/XMLSchema}double" />
- *       <attribute name="Laenge" type="{http://www.w3.org/2001/XMLSchema}double" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Geokoordinaten_Type") -public class GeokoordinatenType { - - @XmlAttribute(name = "Breite", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden") - protected Double breite; - @XmlAttribute(name = "Laenge", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden") - protected Double laenge; - - /** - * Ruft den Wert der breite-Eigenschaft ab. - * - * @return - * possible object is - * {@link Double } - * - */ - public Double getBreite() { - return breite; - } - - /** - * Legt den Wert der breite-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Double } - * - */ - public void setBreite(Double value) { - this.breite = value; - } - - /** - * Ruft den Wert der laenge-Eigenschaft ab. - * - * @return - * possible object is - * {@link Double } - * - */ - public Double getLaenge() { - return laenge; - } - - /** - * Legt den Wert der laenge-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Double } - * - */ - public void setLaenge(Double value) { - this.laenge = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GeschaedigtesInteresseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GeschaedigtesInteresseType.java deleted file mode 100644 index eda04f0c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GeschaedigtesInteresseType.java +++ /dev/null @@ -1,97 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Das geschädigte Interesse ist der Basistyp für den es Erweiterungen geben kann, z.B. das geschädigte Kfz - * - *

Java-Klasse für GeschaedigtesInteresse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="GeschaedigtesInteresse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Lfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
- *         <element name="SchadenBeschreibung">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="100"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GeschaedigtesInteresse_Type", propOrder = { - "lfnr", - "schadenBeschreibung" -}) -@XmlSeeAlso({ - GeschaedigtesObjektKfzType.class, - GeschaedigtesObjektImmobilieType.class -}) -public class GeschaedigtesInteresseType { - - @XmlElement(name = "Lfnr") - @XmlSchemaType(name = "unsignedShort") - protected int lfnr; - @XmlElement(name = "SchadenBeschreibung", required = true) - protected String schadenBeschreibung; - - /** - * Ruft den Wert der lfnr-Eigenschaft ab. - * - */ - public int getLfnr() { - return lfnr; - } - - /** - * Legt den Wert der lfnr-Eigenschaft fest. - * - */ - public void setLfnr(int value) { - this.lfnr = value; - } - - /** - * Ruft den Wert der schadenBeschreibung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadenBeschreibung() { - return schadenBeschreibung; - } - - /** - * Legt den Wert der schadenBeschreibung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadenBeschreibung(String value) { - this.schadenBeschreibung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GeschaedigtesObjektImmobilieType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GeschaedigtesObjektImmobilieType.java deleted file mode 100644 index 453332a1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GeschaedigtesObjektImmobilieType.java +++ /dev/null @@ -1,128 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Erweiterung des geschädigten Interesses zu einer geschädigten Immobilie - * - *

Java-Klasse für GeschaedigtesObjektImmobilie_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="GeschaedigtesObjektImmobilie_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaedigtesInteresse_Type">
- *       <sequence>
- *         <element name="GebaeudeArtCd" type="{urn:omds20}GebaeudeArtCd_Type" minOccurs="0"/>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}OrdnungsbegriffZuordFremd" minOccurs="0"/>
- *         <element name="GebauedeBez" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="60"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GeschaedigtesObjektImmobilie_Type", propOrder = { - "gebaeudeArtCd", - "ordnungsbegriffZuordFremd", - "gebauedeBez" -}) -public class GeschaedigtesObjektImmobilieType - extends GeschaedigtesInteresseType -{ - - @XmlElement(name = "GebaeudeArtCd") - protected String gebaeudeArtCd; - @XmlElement(name = "OrdnungsbegriffZuordFremd", namespace = "urn:omds3CommonServiceTypes-1-1-0") - protected String ordnungsbegriffZuordFremd; - @XmlElement(name = "GebauedeBez") - protected String gebauedeBez; - - /** - * Ruft den Wert der gebaeudeArtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGebaeudeArtCd() { - return gebaeudeArtCd; - } - - /** - * Legt den Wert der gebaeudeArtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGebaeudeArtCd(String value) { - this.gebaeudeArtCd = value; - } - - /** - * Ruft den Wert der ordnungsbegriffZuordFremd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrdnungsbegriffZuordFremd() { - return ordnungsbegriffZuordFremd; - } - - /** - * Legt den Wert der ordnungsbegriffZuordFremd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrdnungsbegriffZuordFremd(String value) { - this.ordnungsbegriffZuordFremd = value; - } - - /** - * Ruft den Wert der gebauedeBez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGebauedeBez() { - return gebauedeBez; - } - - /** - * Legt den Wert der gebauedeBez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGebauedeBez(String value) { - this.gebauedeBez = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GeschaedigtesObjektKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GeschaedigtesObjektKfzType.java deleted file mode 100644 index 404e08af..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GeschaedigtesObjektKfzType.java +++ /dev/null @@ -1,351 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Erweiterung des geschädigten Interesses zu einem geschädigten Kfz - * - *

Java-Klasse für GeschaedigtesObjektKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="GeschaedigtesObjektKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaedigtesInteresse_Type">
- *       <sequence>
- *         <element name="VUNrGesch" type="{urn:omds20}VUNr" minOccurs="0"/>
- *         <element name="VUNameGesch" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="PolNrGesch" type="{urn:omds20}Polizzennr"/>
- *         <element name="SchadennrGesch" type="{urn:omds20}Schadennr" minOccurs="0"/>
- *         <element name="LandesCd_GeschKfz" type="{urn:omds20}LandesCd_Type" minOccurs="0"/>
- *         <element name="Kennz_GeschKfz">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="1"/>
- *               <maxLength value="12"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="Marke" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="40"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="Handelsbez" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="1"/>
- *               <maxLength value="30"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="Fahrgestnr" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="20"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="TypVarVer" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="1"/>
- *               <maxLength value="20"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GeschaedigtesObjektKfz_Type", propOrder = { - "vuNrGesch", - "vuNameGesch", - "polNrGesch", - "schadennrGesch", - "landesCdGeschKfz", - "kennzGeschKfz", - "marke", - "handelsbez", - "fahrgestnr", - "typVarVer" -}) -public class GeschaedigtesObjektKfzType - extends GeschaedigtesInteresseType -{ - - @XmlElement(name = "VUNrGesch") - protected String vuNrGesch; - @XmlElement(name = "VUNameGesch", required = true) - protected String vuNameGesch; - @XmlElement(name = "PolNrGesch", required = true) - protected String polNrGesch; - @XmlElement(name = "SchadennrGesch") - protected String schadennrGesch; - @XmlElement(name = "LandesCd_GeschKfz") - protected String landesCdGeschKfz; - @XmlElement(name = "Kennz_GeschKfz", required = true) - protected String kennzGeschKfz; - @XmlElement(name = "Marke") - protected String marke; - @XmlElement(name = "Handelsbez") - protected String handelsbez; - @XmlElement(name = "Fahrgestnr") - protected String fahrgestnr; - @XmlElement(name = "TypVarVer") - protected String typVarVer; - - /** - * Ruft den Wert der vuNrGesch-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNrGesch() { - return vuNrGesch; - } - - /** - * Legt den Wert der vuNrGesch-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNrGesch(String value) { - this.vuNrGesch = value; - } - - /** - * Ruft den Wert der vuNameGesch-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNameGesch() { - return vuNameGesch; - } - - /** - * Legt den Wert der vuNameGesch-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNameGesch(String value) { - this.vuNameGesch = value; - } - - /** - * Ruft den Wert der polNrGesch-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolNrGesch() { - return polNrGesch; - } - - /** - * Legt den Wert der polNrGesch-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolNrGesch(String value) { - this.polNrGesch = value; - } - - /** - * Ruft den Wert der schadennrGesch-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadennrGesch() { - return schadennrGesch; - } - - /** - * Legt den Wert der schadennrGesch-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadennrGesch(String value) { - this.schadennrGesch = value; - } - - /** - * Ruft den Wert der landesCdGeschKfz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLandesCdGeschKfz() { - return landesCdGeschKfz; - } - - /** - * Legt den Wert der landesCdGeschKfz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLandesCdGeschKfz(String value) { - this.landesCdGeschKfz = value; - } - - /** - * Ruft den Wert der kennzGeschKfz-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKennzGeschKfz() { - return kennzGeschKfz; - } - - /** - * Legt den Wert der kennzGeschKfz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKennzGeschKfz(String value) { - this.kennzGeschKfz = value; - } - - /** - * Ruft den Wert der marke-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMarke() { - return marke; - } - - /** - * Legt den Wert der marke-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMarke(String value) { - this.marke = value; - } - - /** - * Ruft den Wert der handelsbez-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHandelsbez() { - return handelsbez; - } - - /** - * Legt den Wert der handelsbez-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHandelsbez(String value) { - this.handelsbez = value; - } - - /** - * Ruft den Wert der fahrgestnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFahrgestnr() { - return fahrgestnr; - } - - /** - * Legt den Wert der fahrgestnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFahrgestnr(String value) { - this.fahrgestnr = value; - } - - /** - * Ruft den Wert der typVarVer-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTypVarVer() { - return typVarVer; - } - - /** - * Legt den Wert der typVarVer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTypVarVer(String value) { - this.typVarVer = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GetClaimRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GetClaimRequestType.java deleted file mode 100644 index 212acab8..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GetClaimRequestType.java +++ /dev/null @@ -1,155 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType; - - -/** - * Dieser Typ enthält eine Schadennr oder eine GeschaeftsfallId - * - *

Java-Klasse für GetClaimRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="GetClaimRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
- *       <sequence>
- *         <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *         <choice>
- *           <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenereignis"/>
- *           <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaeftsfallSchadenanlage"/>
- *           <element name="Schadennr" type="{urn:omds20}Schadennr"/>
- *         </choice>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetClaimRequest_Type", propOrder = { - "authFilter", - "geschaeftsfallSchadenereignis", - "geschaeftsfallSchadenanlage", - "schadennr" -}) -public class GetClaimRequestType - extends CommonRequestType -{ - - @XmlElement(name = "AuthFilter") - protected AuthorizationFilter authFilter; - @XmlElement(name = "GeschaeftsfallSchadenereignis") - protected ObjektIdType geschaeftsfallSchadenereignis; - @XmlElement(name = "GeschaeftsfallSchadenanlage") - protected ObjektIdType geschaeftsfallSchadenanlage; - @XmlElement(name = "Schadennr") - protected String schadennr; - - /** - * Ruft den Wert der authFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthFilter() { - return authFilter; - } - - /** - * Legt den Wert der authFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthFilter(AuthorizationFilter value) { - this.authFilter = value; - } - - /** - * Ruft den Wert der geschaeftsfallSchadenereignis-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getGeschaeftsfallSchadenereignis() { - return geschaeftsfallSchadenereignis; - } - - /** - * Legt den Wert der geschaeftsfallSchadenereignis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setGeschaeftsfallSchadenereignis(ObjektIdType value) { - this.geschaeftsfallSchadenereignis = value; - } - - /** - * Ruft den Wert der geschaeftsfallSchadenanlage-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getGeschaeftsfallSchadenanlage() { - return geschaeftsfallSchadenanlage; - } - - /** - * Legt den Wert der geschaeftsfallSchadenanlage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setGeschaeftsfallSchadenanlage(ObjektIdType value) { - this.geschaeftsfallSchadenanlage = value; - } - - /** - * Ruft den Wert der schadennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadennr() { - return schadennr; - } - - /** - * Legt den Wert der schadennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadennr(String value) { - this.schadennr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GetClaimResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GetClaimResponseType.java deleted file mode 100644 index f0623882..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/GetClaimResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonResponseType; - - -/** - * Response-Objekt für Schadenereignisse - * - *

Java-Klasse für GetClaimResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="GetClaimResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
- *       <sequence>
- *         <element name="Schadenereignis" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenereignis_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetClaimResponse_Type", propOrder = { - "schadenereignis" -}) -public class GetClaimResponseType - extends CommonResponseType -{ - - @XmlElement(name = "Schadenereignis") - protected SchadenereignisType schadenereignis; - - /** - * Ruft den Wert der schadenereignis-Eigenschaft ab. - * - * @return - * possible object is - * {@link SchadenereignisType } - * - */ - public SchadenereignisType getSchadenereignis() { - return schadenereignis; - } - - /** - * Legt den Wert der schadenereignis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SchadenereignisType } - * - */ - public void setSchadenereignis(SchadenereignisType value) { - this.schadenereignis = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/NatPersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/NatPersonType.java deleted file mode 100644 index 12098b03..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/NatPersonType.java +++ /dev/null @@ -1,117 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -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; - - -/** - * Natuerliche Person - * - *

Java-Klasse für NatPerson_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="NatPerson_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="Familienname" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="Vorname" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="GeschlechtCd" use="required" type="{urn:omds20}GeschlechtCd_Type" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "NatPerson_Type") -public class NatPersonType { - - @XmlAttribute(name = "Familienname", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String familienname; - @XmlAttribute(name = "Vorname", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden") - @XmlSchemaType(name = "anySimpleType") - protected String vorname; - @XmlAttribute(name = "GeschlechtCd", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", required = true) - protected String geschlechtCd; - - /** - * Ruft den Wert der familienname-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFamilienname() { - return familienname; - } - - /** - * Legt den Wert der familienname-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFamilienname(String value) { - this.familienname = value; - } - - /** - * Ruft den Wert der vorname-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVorname() { - return vorname; - } - - /** - * Legt den Wert der vorname-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVorname(String value) { - this.vorname = value; - } - - /** - * Ruft den Wert der geschlechtCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGeschlechtCd() { - return geschlechtCd; - } - - /** - * Legt den Wert der geschlechtCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGeschlechtCd(String value) { - this.geschlechtCd = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ObjectFactory.java deleted file mode 100644 index 2c3b6043..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ObjectFactory.java +++ /dev/null @@ -1,430 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektIdType; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.vvo.omds.types.omds3Types.r1_7_0.on7schaden package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _CheckClaimRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "CheckClaimRequest"); - private final static QName _CheckClaimResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "CheckClaimResponse"); - private final static QName _SubmitClaimRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "SubmitClaimRequest"); - private final static QName _SubmitClaimResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "SubmitClaimResponse"); - private final static QName _GetClaimRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "GetClaimRequest"); - private final static QName _GetClaimResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "GetClaimResponse"); - private final static QName _SearchClaimRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "SearchClaimRequest"); - private final static QName _SearchClaimResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "SearchClaimResponse"); - private final static QName _GeschaeftsfallSchadenereignis_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "GeschaeftsfallSchadenereignis"); - private final static QName _GeschaeftsfallSchadenanlage_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "GeschaeftsfallSchadenanlage"); - private final static QName _Schadenzuordnung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", "Schadenzuordnung"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_7_0.on7schaden - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link SpartendetailSchadenKrankenType } - * - */ - public SpartendetailSchadenKrankenType createSpartendetailSchadenKrankenType() { - return new SpartendetailSchadenKrankenType(); - } - - /** - * Create an instance of {@link SchadenType } - * - */ - public SchadenType createSchadenType() { - return new SchadenType(); - } - - /** - * Create an instance of {@link CheckClaimRequestType } - * - */ - public CheckClaimRequestType createCheckClaimRequestType() { - return new CheckClaimRequestType(); - } - - /** - * Create an instance of {@link CheckClaimResponseType } - * - */ - public CheckClaimResponseType createCheckClaimResponseType() { - return new CheckClaimResponseType(); - } - - /** - * Create an instance of {@link SubmitClaimRequestType } - * - */ - public SubmitClaimRequestType createSubmitClaimRequestType() { - return new SubmitClaimRequestType(); - } - - /** - * Create an instance of {@link SubmitClaimResponseType } - * - */ - public SubmitClaimResponseType createSubmitClaimResponseType() { - return new SubmitClaimResponseType(); - } - - /** - * Create an instance of {@link GetClaimRequestType } - * - */ - public GetClaimRequestType createGetClaimRequestType() { - return new GetClaimRequestType(); - } - - /** - * Create an instance of {@link GetClaimResponseType } - * - */ - public GetClaimResponseType createGetClaimResponseType() { - return new GetClaimResponseType(); - } - - /** - * Create an instance of {@link SearchClaimRequestType } - * - */ - public SearchClaimRequestType createSearchClaimRequestType() { - return new SearchClaimRequestType(); - } - - /** - * Create an instance of {@link SearchClaimResponseType } - * - */ - public SearchClaimResponseType createSearchClaimResponseType() { - return new SearchClaimResponseType(); - } - - /** - * Create an instance of {@link SchadenzuordnungType } - * - */ - public SchadenzuordnungType createSchadenzuordnungType() { - return new SchadenzuordnungType(); - } - - /** - * Create an instance of {@link SearchClaimResponseResultType } - * - */ - public SearchClaimResponseResultType createSearchClaimResponseResultType() { - return new SearchClaimResponseResultType(); - } - - /** - * Create an instance of {@link SchadenereignisType } - * - */ - public SchadenereignisType createSchadenereignisType() { - return new SchadenereignisType(); - } - - /** - * Create an instance of {@link SchadenereignisLightType } - * - */ - public SchadenereignisLightType createSchadenereignisLightType() { - return new SchadenereignisLightType(); - } - - /** - * Create an instance of {@link SchadenLightType } - * - */ - public SchadenLightType createSchadenLightType() { - return new SchadenLightType(); - } - - /** - * Create an instance of {@link BasisSchadenType } - * - */ - public BasisSchadenType createBasisSchadenType() { - return new BasisSchadenType(); - } - - /** - * Create an instance of {@link BeteiligtePersonType } - * - */ - public BeteiligtePersonType createBeteiligtePersonType() { - return new BeteiligtePersonType(); - } - - /** - * Create an instance of {@link SpartendetailSchadenKfzType } - * - */ - public SpartendetailSchadenKfzType createSpartendetailSchadenKfzType() { - return new SpartendetailSchadenKfzType(); - } - - /** - * Create an instance of {@link SpartendetailSchadenUnfallType } - * - */ - public SpartendetailSchadenUnfallType createSpartendetailSchadenUnfallType() { - return new SpartendetailSchadenUnfallType(); - } - - /** - * Create an instance of {@link OrtType } - * - */ - public OrtType createOrtType() { - return new OrtType(); - } - - /** - * Create an instance of {@link GeokoordinatenType } - * - */ - public GeokoordinatenType createGeokoordinatenType() { - return new GeokoordinatenType(); - } - - /** - * Create an instance of {@link GeschaedigtesInteresseType } - * - */ - public GeschaedigtesInteresseType createGeschaedigtesInteresseType() { - return new GeschaedigtesInteresseType(); - } - - /** - * Create an instance of {@link GeschaedigtesObjektKfzType } - * - */ - public GeschaedigtesObjektKfzType createGeschaedigtesObjektKfzType() { - return new GeschaedigtesObjektKfzType(); - } - - /** - * Create an instance of {@link GeschaedigtesObjektImmobilieType } - * - */ - public GeschaedigtesObjektImmobilieType createGeschaedigtesObjektImmobilieType() { - return new GeschaedigtesObjektImmobilieType(); - } - - /** - * Create an instance of {@link SchadenmelderVermittlerType } - * - */ - public SchadenmelderVermittlerType createSchadenmelderVermittlerType() { - return new SchadenmelderVermittlerType(); - } - - /** - * Create an instance of {@link ReferenzAufBeteiligtePersonSchadenType } - * - */ - public ReferenzAufBeteiligtePersonSchadenType createReferenzAufBeteiligtePersonSchadenType() { - return new ReferenzAufBeteiligtePersonSchadenType(); - } - - /** - * Create an instance of {@link SachbearbVUType } - * - */ - public SachbearbVUType createSachbearbVUType() { - return new SachbearbVUType(); - } - - /** - * Create an instance of {@link NatPersonType } - * - */ - public NatPersonType createNatPersonType() { - return new NatPersonType(); - } - - /** - * Create an instance of {@link SpartendetailSchadenKrankenType.Behandlungen } - * - */ - public SpartendetailSchadenKrankenType.Behandlungen createSpartendetailSchadenKrankenTypeBehandlungen() { - return new SpartendetailSchadenKrankenType.Behandlungen(); - } - - /** - * Create an instance of {@link SchadenType.BeteiligtePersonen } - * - */ - public SchadenType.BeteiligtePersonen createSchadenTypeBeteiligtePersonen() { - return new SchadenType.BeteiligtePersonen(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CheckClaimRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CheckClaimRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", name = "CheckClaimRequest") - public JAXBElement createCheckClaimRequest(CheckClaimRequestType value) { - return new JAXBElement(_CheckClaimRequest_QNAME, CheckClaimRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CheckClaimResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link CheckClaimResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", name = "CheckClaimResponse") - public JAXBElement createCheckClaimResponse(CheckClaimResponseType value) { - return new JAXBElement(_CheckClaimResponse_QNAME, CheckClaimResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SubmitClaimRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SubmitClaimRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", name = "SubmitClaimRequest") - public JAXBElement createSubmitClaimRequest(SubmitClaimRequestType value) { - return new JAXBElement(_SubmitClaimRequest_QNAME, SubmitClaimRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SubmitClaimResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SubmitClaimResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", name = "SubmitClaimResponse") - public JAXBElement createSubmitClaimResponse(SubmitClaimResponseType value) { - return new JAXBElement(_SubmitClaimResponse_QNAME, SubmitClaimResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetClaimRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link GetClaimRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", name = "GetClaimRequest") - public JAXBElement createGetClaimRequest(GetClaimRequestType value) { - return new JAXBElement(_GetClaimRequest_QNAME, GetClaimRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetClaimResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link GetClaimResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", name = "GetClaimResponse") - public JAXBElement createGetClaimResponse(GetClaimResponseType value) { - return new JAXBElement(_GetClaimResponse_QNAME, GetClaimResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchClaimRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SearchClaimRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", name = "SearchClaimRequest") - public JAXBElement createSearchClaimRequest(SearchClaimRequestType value) { - return new JAXBElement(_SearchClaimRequest_QNAME, SearchClaimRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchClaimResponseType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SearchClaimResponseType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", name = "SearchClaimResponse") - public JAXBElement createSearchClaimResponse(SearchClaimResponseType value) { - return new JAXBElement(_SearchClaimResponse_QNAME, SearchClaimResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", name = "GeschaeftsfallSchadenereignis") - public JAXBElement createGeschaeftsfallSchadenereignis(ObjektIdType value) { - return new JAXBElement(_GeschaeftsfallSchadenereignis_QNAME, ObjektIdType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", name = "GeschaeftsfallSchadenanlage") - public JAXBElement createGeschaeftsfallSchadenanlage(ObjektIdType value) { - return new JAXBElement(_GeschaeftsfallSchadenanlage_QNAME, ObjektIdType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SchadenzuordnungType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link SchadenzuordnungType }{@code >} - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", name = "Schadenzuordnung") - public JAXBElement createSchadenzuordnung(SchadenzuordnungType value) { - return new JAXBElement(_Schadenzuordnung_QNAME, SchadenzuordnungType.class, null, value); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/OrtType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/OrtType.java deleted file mode 100644 index 7d00da2b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/OrtType.java +++ /dev/null @@ -1,121 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.ADRESSEType; - - -/** - * Typ für den Schadenort - * - *

Java-Klasse für Ort_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="Ort_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Adresse" type="{urn:omds20}ADRESSE_Type" minOccurs="0"/>
- *         <element name="Beschreibung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Geokoordinaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Geokoordinaten_Type" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Ort_Type", propOrder = { - "adresse", - "beschreibung", - "geokoordinaten" -}) -public class OrtType { - - @XmlElement(name = "Adresse") - protected ADRESSEType adresse; - @XmlElement(name = "Beschreibung") - protected String beschreibung; - @XmlElement(name = "Geokoordinaten") - protected GeokoordinatenType geokoordinaten; - - /** - * Ruft den Wert der adresse-Eigenschaft ab. - * - * @return - * possible object is - * {@link ADRESSEType } - * - */ - public ADRESSEType getAdresse() { - return adresse; - } - - /** - * Legt den Wert der adresse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ADRESSEType } - * - */ - public void setAdresse(ADRESSEType value) { - this.adresse = value; - } - - /** - * Ruft den Wert der beschreibung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibung() { - return beschreibung; - } - - /** - * Legt den Wert der beschreibung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibung(String value) { - this.beschreibung = value; - } - - /** - * Ruft den Wert der geokoordinaten-Eigenschaft ab. - * - * @return - * possible object is - * {@link GeokoordinatenType } - * - */ - public GeokoordinatenType getGeokoordinaten() { - return geokoordinaten; - } - - /** - * Legt den Wert der geokoordinaten-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link GeokoordinatenType } - * - */ - public void setGeokoordinaten(GeokoordinatenType value) { - this.geokoordinaten = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ReferenzAufBeteiligtePersonSchadenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ReferenzAufBeteiligtePersonSchadenType.java deleted file mode 100644 index 462b3fd0..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ReferenzAufBeteiligtePersonSchadenType.java +++ /dev/null @@ -1,91 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -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; - - -/** - * Das Zuordnungsobjekt, welches die fachliche Zuordnung eines Schadens ermöglicht - * - *

Java-Klasse für ReferenzAufBeteiligtePersonSchaden_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ReferenzAufBeteiligtePersonSchaden_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="BetLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *       <attribute name="BetTxt">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <maxLength value="100"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ReferenzAufBeteiligtePersonSchaden_Type") -@XmlSeeAlso({ - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SchadenType.BeteiligtePersonen.class -}) -public class ReferenzAufBeteiligtePersonSchadenType { - - @XmlAttribute(name = "BetLfnr", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", required = true) - @XmlSchemaType(name = "unsignedShort") - protected int betLfnr; - @XmlAttribute(name = "BetTxt", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden") - protected String betTxt; - - /** - * Ruft den Wert der betLfnr-Eigenschaft ab. - * - */ - public int getBetLfnr() { - return betLfnr; - } - - /** - * Legt den Wert der betLfnr-Eigenschaft fest. - * - */ - public void setBetLfnr(int value) { - this.betLfnr = value; - } - - /** - * Ruft den Wert der betTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBetTxt() { - return betTxt; - } - - /** - * Legt den Wert der betTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBetTxt(String value) { - this.betTxt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SachbearbVUType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SachbearbVUType.java deleted file mode 100644 index b8106cac..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SachbearbVUType.java +++ /dev/null @@ -1,100 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.ELKommunikationType; - - -/** - * Typ für die Übermittlung von Kontaktdaten eines Sachbearbeiters - * - *

Java-Klasse für SachbearbVUType complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SachbearbVUType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Person" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}NatPerson_Type"/>
- *         <element ref="{urn:omds20}EL-Kommunikation" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SachbearbVUType", propOrder = { - "person", - "elKommunikation" -}) -public class SachbearbVUType { - - @XmlElement(name = "Person", required = true) - protected NatPersonType person; - @XmlElement(name = "EL-Kommunikation", namespace = "urn:omds20", required = true) - protected List elKommunikation; - - /** - * Ruft den Wert der person-Eigenschaft ab. - * - * @return - * possible object is - * {@link NatPersonType } - * - */ - public NatPersonType getPerson() { - return person; - } - - /** - * Legt den Wert der person-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link NatPersonType } - * - */ - public void setPerson(NatPersonType value) { - this.person = value; - } - - /** - * Gets the value of the elKommunikation property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the elKommunikation property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getELKommunikation().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ELKommunikationType } - * - * - */ - public List getELKommunikation() { - if (elKommunikation == null) { - elKommunikation = new ArrayList(); - } - return this.elKommunikation; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenLightType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenLightType.java deleted file mode 100644 index 1ddf46e9..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenLightType.java +++ /dev/null @@ -1,94 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ zur leichtgewichtigen Abbildung von Schadenobjekten - * - *

Java-Klasse für SchadenLight_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SchadenLight_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BasisSchaden_Type">
- *       <sequence>
- *         <element name="BearbStandCd" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BearbStandCd_Type"/>
- *         <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenzuordnung" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SchadenLight_Type", propOrder = { - "bearbStandCd", - "schadenzuordnung" -}) -public class SchadenLightType - extends BasisSchadenType -{ - - @XmlElement(name = "BearbStandCd", required = true) - protected String bearbStandCd; - @XmlElement(name = "Schadenzuordnung") - protected SchadenzuordnungType schadenzuordnung; - - /** - * Ruft den Wert der bearbStandCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBearbStandCd() { - return bearbStandCd; - } - - /** - * Legt den Wert der bearbStandCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBearbStandCd(String value) { - this.bearbStandCd = value; - } - - /** - * Ruft den Wert der schadenzuordnung-Eigenschaft ab. - * - * @return - * possible object is - * {@link SchadenzuordnungType } - * - */ - public SchadenzuordnungType getSchadenzuordnung() { - return schadenzuordnung; - } - - /** - * Legt den Wert der schadenzuordnung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SchadenzuordnungType } - * - */ - public void setSchadenzuordnung(SchadenzuordnungType value) { - this.schadenzuordnung = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenType.java deleted file mode 100644 index cbd6dfbb..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenType.java +++ /dev/null @@ -1,415 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.VtgRolleCdType; -import at.vvo.omds.types.omds2Types.v2_14.WaehrungsCdType; - - -/** - * Die Darstellung eines Schadens (spartenbezogenes Unterobjekt eines Schadenereignisses) - * - *

Java-Klasse für Schaden_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="Schaden_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BasisSchaden_Type">
- *       <sequence>
- *         <element name="BearbStandCd" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BearbStandCd_Type" minOccurs="0"/>
- *         <element ref="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenzuordnung"/>
- *         <element name="SchadenTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="BeteiligtePersonen" maxOccurs="unbounded" minOccurs="0">
- *           <complexType>
- *             <complexContent>
- *               <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ReferenzAufBeteiligtePersonSchaden_Type">
- *                 <sequence>
- *                   <choice>
- *                     <element name="Vertragsrolle" type="{urn:omds20}VtgRolleCd_Type"/>
- *                     <sequence>
- *                       <element name="Schadensrolle" type="{urn:omds20}BetRolleCd_Type"/>
- *                       <element name="GeschInteresseLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
- *                     </sequence>
- *                   </choice>
- *                   <element name="ZusaetzlicheRollendaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ZusaetzlicheRollendaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *                 </sequence>
- *               </extension>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *         <element name="LeistungGeschaetzt" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="WaehrungsCd" type="{urn:omds20}WaehrungsCd_Type" minOccurs="0"/>
- *         <element name="Spartendetails" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SpartendetailSchaden_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Schaden_Type", propOrder = { - "bearbStandCd", - "schadenzuordnung", - "schadenTxt", - "beteiligtePersonen", - "leistungGeschaetzt", - "waehrungsCd", - "spartendetails" -}) -public class SchadenType - extends BasisSchadenType -{ - - @XmlElement(name = "BearbStandCd") - protected String bearbStandCd; - @XmlElement(name = "Schadenzuordnung", required = true) - protected SchadenzuordnungType schadenzuordnung; - @XmlElement(name = "SchadenTxt") - protected String schadenTxt; - @XmlElement(name = "BeteiligtePersonen") - protected List beteiligtePersonen; - @XmlElement(name = "LeistungGeschaetzt") - protected BigDecimal leistungGeschaetzt; - @XmlElement(name = "WaehrungsCd") - @XmlSchemaType(name = "string") - protected WaehrungsCdType waehrungsCd; - @XmlElement(name = "Spartendetails") - protected SpartendetailSchadenType spartendetails; - - /** - * Ruft den Wert der bearbStandCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBearbStandCd() { - return bearbStandCd; - } - - /** - * Legt den Wert der bearbStandCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBearbStandCd(String value) { - this.bearbStandCd = value; - } - - /** - * Ruft den Wert der schadenzuordnung-Eigenschaft ab. - * - * @return - * possible object is - * {@link SchadenzuordnungType } - * - */ - public SchadenzuordnungType getSchadenzuordnung() { - return schadenzuordnung; - } - - /** - * Legt den Wert der schadenzuordnung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SchadenzuordnungType } - * - */ - public void setSchadenzuordnung(SchadenzuordnungType value) { - this.schadenzuordnung = value; - } - - /** - * Ruft den Wert der schadenTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadenTxt() { - return schadenTxt; - } - - /** - * Legt den Wert der schadenTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadenTxt(String value) { - this.schadenTxt = value; - } - - /** - * Gets the value of the beteiligtePersonen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the beteiligtePersonen property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getBeteiligtePersonen().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link SchadenType.BeteiligtePersonen } - * - * - */ - public List getBeteiligtePersonen() { - if (beteiligtePersonen == null) { - beteiligtePersonen = new ArrayList(); - } - return this.beteiligtePersonen; - } - - /** - * Ruft den Wert der leistungGeschaetzt-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getLeistungGeschaetzt() { - return leistungGeschaetzt; - } - - /** - * Legt den Wert der leistungGeschaetzt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setLeistungGeschaetzt(BigDecimal value) { - this.leistungGeschaetzt = value; - } - - /** - * Ruft den Wert der waehrungsCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link WaehrungsCdType } - * - */ - public WaehrungsCdType getWaehrungsCd() { - return waehrungsCd; - } - - /** - * Legt den Wert der waehrungsCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link WaehrungsCdType } - * - */ - public void setWaehrungsCd(WaehrungsCdType value) { - this.waehrungsCd = value; - } - - /** - * Ruft den Wert der spartendetails-Eigenschaft ab. - * - * @return - * possible object is - * {@link SpartendetailSchadenType } - * - */ - public SpartendetailSchadenType getSpartendetails() { - return spartendetails; - } - - /** - * Legt den Wert der spartendetails-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SpartendetailSchadenType } - * - */ - public void setSpartendetails(SpartendetailSchadenType value) { - this.spartendetails = value; - } - - - /** - *

Java-Klasse für anonymous complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

-     * <complexType>
-     *   <complexContent>
-     *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ReferenzAufBeteiligtePersonSchaden_Type">
-     *       <sequence>
-     *         <choice>
-     *           <element name="Vertragsrolle" type="{urn:omds20}VtgRolleCd_Type"/>
-     *           <sequence>
-     *             <element name="Schadensrolle" type="{urn:omds20}BetRolleCd_Type"/>
-     *             <element name="GeschInteresseLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
-     *           </sequence>
-     *         </choice>
-     *         <element name="ZusaetzlicheRollendaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}ZusaetzlicheRollendaten_Type" maxOccurs="unbounded" minOccurs="0"/>
-     *       </sequence>
-     *     </extension>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "vertragsrolle", - "schadensrolle", - "geschInteresseLfnr", - "zusaetzlicheRollendaten" - }) - public static class BeteiligtePersonen - extends ReferenzAufBeteiligtePersonSchadenType - { - - @XmlElement(name = "Vertragsrolle") - @XmlSchemaType(name = "string") - protected VtgRolleCdType vertragsrolle; - @XmlElement(name = "Schadensrolle") - protected String schadensrolle; - @XmlElement(name = "GeschInteresseLfnr") - @XmlSchemaType(name = "unsignedShort") - protected Integer geschInteresseLfnr; - @XmlElement(name = "ZusaetzlicheRollendaten") - protected List zusaetzlicheRollendaten; - - /** - * Ruft den Wert der vertragsrolle-Eigenschaft ab. - * - * @return - * possible object is - * {@link VtgRolleCdType } - * - */ - public VtgRolleCdType getVertragsrolle() { - return vertragsrolle; - } - - /** - * Legt den Wert der vertragsrolle-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link VtgRolleCdType } - * - */ - public void setVertragsrolle(VtgRolleCdType value) { - this.vertragsrolle = value; - } - - /** - * Ruft den Wert der schadensrolle-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadensrolle() { - return schadensrolle; - } - - /** - * Legt den Wert der schadensrolle-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadensrolle(String value) { - this.schadensrolle = value; - } - - /** - * Ruft den Wert der geschInteresseLfnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getGeschInteresseLfnr() { - return geschInteresseLfnr; - } - - /** - * Legt den Wert der geschInteresseLfnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setGeschInteresseLfnr(Integer value) { - this.geschInteresseLfnr = value; - } - - /** - * Gets the value of the zusaetzlicheRollendaten property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the zusaetzlicheRollendaten property. - * - *

- * For example, to add a new item, do as follows: - *

-         *    getZusaetzlicheRollendaten().add(newItem);
-         * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheRollendatenType } - * - * - */ - public List getZusaetzlicheRollendaten() { - if (zusaetzlicheRollendaten == null) { - zusaetzlicheRollendaten = new ArrayList(); - } - return this.zusaetzlicheRollendaten; - } - - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenereignisLightType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenereignisLightType.java deleted file mode 100644 index 6ecafae1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenereignisLightType.java +++ /dev/null @@ -1,73 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ zur leichtgewichtigen Abbildung von Schadenereignis-Objekten - * - *

Java-Klasse für SchadenereignisLight_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SchadenereignisLight_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BasisSchadenereignis_Type">
- *       <sequence>
- *         <element name="Schaeden" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SchadenLight_Type" maxOccurs="unbounded"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SchadenereignisLight_Type", propOrder = { - "schaeden" -}) -public class SchadenereignisLightType - extends BasisSchadenereignisType -{ - - @XmlElement(name = "Schaeden", required = true) - protected List schaeden; - - /** - * Gets the value of the schaeden property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the schaeden property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getSchaeden().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link SchadenLightType } - * - * - */ - public List getSchaeden() { - if (schaeden == null) { - schaeden = new ArrayList(); - } - return this.schaeden; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenereignisType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenereignisType.java deleted file mode 100644 index b02806be..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenereignisType.java +++ /dev/null @@ -1,263 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.DokumentenReferenzType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.PersBankverbindungType; - - -/** - * Eine Beschreibung eines Schadenereignisses ohne Ids. Von diesem Type erben die Meldung und die Darstellung eines Schadenereignisses. - * - *

Java-Klasse für Schadenereignis_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="Schadenereignis_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BasisSchadenereignis_Type">
- *       <sequence>
- *         <element name="SchadOrt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Ort_Type"/>
- *         <element name="BeteiligtePersonen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BeteiligtePerson_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="GeschaedigteInteressen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}GeschaedigtesInteresse_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Schadenmelder" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenmelder_Type" minOccurs="0"/>
- *         <element name="Bankverbindung" type="{urn:omds3CommonServiceTypes-1-1-0}PersBankverbindung_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Schaeden" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schaden_Type" maxOccurs="unbounded"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Schadenereignis_Type", propOrder = { - "schadOrt", - "beteiligtePersonen", - "geschaedigteInteressen", - "dokumente", - "schadenmelder", - "bankverbindung", - "schaeden" -}) -public class SchadenereignisType - extends BasisSchadenereignisType -{ - - @XmlElement(name = "SchadOrt", required = true) - protected OrtType schadOrt; - @XmlElement(name = "BeteiligtePersonen") - protected List beteiligtePersonen; - @XmlElement(name = "GeschaedigteInteressen") - protected List geschaedigteInteressen; - @XmlElement(name = "Dokumente") - protected List dokumente; - @XmlElement(name = "Schadenmelder") - protected SchadenmelderType schadenmelder; - @XmlElement(name = "Bankverbindung") - protected List bankverbindung; - @XmlElement(name = "Schaeden", required = true) - protected List schaeden; - - /** - * Ruft den Wert der schadOrt-Eigenschaft ab. - * - * @return - * possible object is - * {@link OrtType } - * - */ - public OrtType getSchadOrt() { - return schadOrt; - } - - /** - * Legt den Wert der schadOrt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link OrtType } - * - */ - public void setSchadOrt(OrtType value) { - this.schadOrt = value; - } - - /** - * Gets the value of the beteiligtePersonen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the beteiligtePersonen property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getBeteiligtePersonen().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link BeteiligtePersonType } - * - * - */ - public List getBeteiligtePersonen() { - if (beteiligtePersonen == null) { - beteiligtePersonen = new ArrayList(); - } - return this.beteiligtePersonen; - } - - /** - * Gets the value of the geschaedigteInteressen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the geschaedigteInteressen property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getGeschaedigteInteressen().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link GeschaedigtesInteresseType } - * - * - */ - public List getGeschaedigteInteressen() { - if (geschaedigteInteressen == null) { - geschaedigteInteressen = new ArrayList(); - } - return this.geschaedigteInteressen; - } - - /** - * Gets the value of the dokumente property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the dokumente property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDokumente().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link DokumentenReferenzType } - * - * - */ - public List getDokumente() { - if (dokumente == null) { - dokumente = new ArrayList(); - } - return this.dokumente; - } - - /** - * Ruft den Wert der schadenmelder-Eigenschaft ab. - * - * @return - * possible object is - * {@link SchadenmelderType } - * - */ - public SchadenmelderType getSchadenmelder() { - return schadenmelder; - } - - /** - * Legt den Wert der schadenmelder-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SchadenmelderType } - * - */ - public void setSchadenmelder(SchadenmelderType value) { - this.schadenmelder = value; - } - - /** - * Gets the value of the bankverbindung property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the bankverbindung property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getBankverbindung().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link PersBankverbindungType } - * - * - */ - public List getBankverbindung() { - if (bankverbindung == null) { - bankverbindung = new ArrayList(); - } - return this.bankverbindung; - } - - /** - * Gets the value of the schaeden property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the schaeden property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getSchaeden().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link SchadenType } - * - * - */ - public List getSchaeden() { - if (schaeden == null) { - schaeden = new ArrayList(); - } - return this.schaeden; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenmelderType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenmelderType.java deleted file mode 100644 index c25ad1f3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenmelderType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ um Informationen über den Melder eines Schadens zu übermitteln - * - *

Java-Klasse für Schadenmelder_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="Schadenmelder_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Schadenmelder_Type") -public abstract class SchadenmelderType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenmelderVermittlerType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenmelderVermittlerType.java deleted file mode 100644 index 7e19adf6..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenmelderVermittlerType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ObjektSpezifikationType; - - -/** - * Typ zur Angabe eines Vermittlers als Schadenmelder - * - *

Java-Klasse für SchadenmelderVermittler_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SchadenmelderVermittler_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type">
- *       <sequence>
- *         <element name="Vermnr" type="{urn:omds20}Vermnr"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SchadenmelderVermittler_Type", propOrder = { - "vermnr" -}) -public class SchadenmelderVermittlerType - extends ObjektSpezifikationType -{ - - @XmlElement(name = "Vermnr", required = true) - protected String vermnr; - - /** - * Ruft den Wert der vermnr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVermnr() { - return vermnr; - } - - /** - * Legt den Wert der vermnr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVermnr(String value) { - this.vermnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenzuordnungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenzuordnungType.java deleted file mode 100644 index b7b5bc6e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SchadenzuordnungType.java +++ /dev/null @@ -1,148 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für die Schadenzuordnung, welche eine vierstufige Systematik enthält, wobei die Schlüssel VU-spezifisch sind - * - *

Java-Klasse für SchadenzuordnungType complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SchadenzuordnungType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="SchadenSparteCd" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="UrsacheCd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="SpezifikationCd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="ArtGeschaedigtesObjCd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SchadenzuordnungType", propOrder = { - "schadenSparteCd", - "ursacheCd", - "spezifikationCd", - "artGeschaedigtesObjCd" -}) -public class SchadenzuordnungType { - - @XmlElement(name = "SchadenSparteCd", required = true) - protected String schadenSparteCd; - @XmlElement(name = "UrsacheCd") - protected String ursacheCd; - @XmlElement(name = "SpezifikationCd") - protected String spezifikationCd; - @XmlElement(name = "ArtGeschaedigtesObjCd") - protected String artGeschaedigtesObjCd; - - /** - * Ruft den Wert der schadenSparteCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchadenSparteCd() { - return schadenSparteCd; - } - - /** - * Legt den Wert der schadenSparteCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchadenSparteCd(String value) { - this.schadenSparteCd = value; - } - - /** - * Ruft den Wert der ursacheCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUrsacheCd() { - return ursacheCd; - } - - /** - * Legt den Wert der ursacheCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUrsacheCd(String value) { - this.ursacheCd = value; - } - - /** - * Ruft den Wert der spezifikationCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSpezifikationCd() { - return spezifikationCd; - } - - /** - * Legt den Wert der spezifikationCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSpezifikationCd(String value) { - this.spezifikationCd = value; - } - - /** - * Ruft den Wert der artGeschaedigtesObjCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getArtGeschaedigtesObjCd() { - return artGeschaedigtesObjCd; - } - - /** - * Legt den Wert der artGeschaedigtesObjCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setArtGeschaedigtesObjCd(String value) { - this.artGeschaedigtesObjCd = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SearchClaimRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SearchClaimRequestType.java deleted file mode 100644 index 8f656baf..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SearchClaimRequestType.java +++ /dev/null @@ -1,311 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ZeitraumType; - - -/** - * Request-Type für die Suche nach einem Schaden - * - *

Java-Klasse für SearchClaimRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SearchClaimRequest_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr"/>
- *         <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *         <element name="Suchbegriff" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Polizzennr" type="{urn:omds20}Polizzennr" minOccurs="0"/>
- *         <element name="Personennr" type="{urn:omds20}Personennr" minOccurs="0"/>
- *         <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type" minOccurs="0"/>
- *         <element name="BearbStandCd" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}BearbStandCd_Type" minOccurs="0"/>
- *         <element name="MaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="Offset" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="OrderBy" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <enumeration value="Meldedatum aufsteigend"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SearchClaimRequest_Type", propOrder = { - "vuNr", - "authFilter", - "suchbegriff", - "polizzennr", - "personennr", - "zeitraum", - "bearbStandCd", - "maxResults", - "offset", - "orderBy" -}) -public class SearchClaimRequestType { - - @XmlElement(name = "VUNr", required = true) - protected String vuNr; - @XmlElement(name = "AuthFilter") - protected AuthorizationFilter authFilter; - @XmlElement(name = "Suchbegriff") - protected String suchbegriff; - @XmlElement(name = "Polizzennr") - protected String polizzennr; - @XmlElement(name = "Personennr") - protected String personennr; - @XmlElement(name = "Zeitraum") - protected ZeitraumType zeitraum; - @XmlElement(name = "BearbStandCd") - protected String bearbStandCd; - @XmlElement(name = "MaxResults") - @XmlSchemaType(name = "unsignedInt") - protected long maxResults; - @XmlElement(name = "Offset") - @XmlSchemaType(name = "unsignedInt") - protected long offset; - @XmlElement(name = "OrderBy") - protected String orderBy; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der authFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthFilter() { - return authFilter; - } - - /** - * Legt den Wert der authFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthFilter(AuthorizationFilter value) { - this.authFilter = value; - } - - /** - * Ruft den Wert der suchbegriff-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSuchbegriff() { - return suchbegriff; - } - - /** - * Legt den Wert der suchbegriff-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSuchbegriff(String value) { - this.suchbegriff = value; - } - - /** - * Ruft den Wert der polizzennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolizzennr() { - return polizzennr; - } - - /** - * Legt den Wert der polizzennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolizzennr(String value) { - this.polizzennr = value; - } - - /** - * Ruft den Wert der personennr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPersonennr() { - return personennr; - } - - /** - * Legt den Wert der personennr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPersonennr(String value) { - this.personennr = value; - } - - /** - * Ruft den Wert der zeitraum-Eigenschaft ab. - * - * @return - * possible object is - * {@link ZeitraumType } - * - */ - public ZeitraumType getZeitraum() { - return zeitraum; - } - - /** - * Legt den Wert der zeitraum-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ZeitraumType } - * - */ - public void setZeitraum(ZeitraumType value) { - this.zeitraum = value; - } - - /** - * Ruft den Wert der bearbStandCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBearbStandCd() { - return bearbStandCd; - } - - /** - * Legt den Wert der bearbStandCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBearbStandCd(String value) { - this.bearbStandCd = value; - } - - /** - * Ruft den Wert der maxResults-Eigenschaft ab. - * - */ - public long getMaxResults() { - return maxResults; - } - - /** - * Legt den Wert der maxResults-Eigenschaft fest. - * - */ - public void setMaxResults(long value) { - this.maxResults = value; - } - - /** - * Ruft den Wert der offset-Eigenschaft ab. - * - */ - public long getOffset() { - return offset; - } - - /** - * Legt den Wert der offset-Eigenschaft fest. - * - */ - public void setOffset(long value) { - this.offset = value; - } - - /** - * Ruft den Wert der orderBy-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrderBy() { - return orderBy; - } - - /** - * Legt den Wert der orderBy-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrderBy(String value) { - this.orderBy = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SearchClaimResponseResultType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SearchClaimResponseResultType.java deleted file mode 100644 index 025d468d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SearchClaimResponseResultType.java +++ /dev/null @@ -1,135 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Das Ergebnisobjekt der Schadensuche - * - *

Java-Klasse für SearchClaimResponseResult_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SearchClaimResponseResult_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="ActualOffset" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="ActualMaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="TotalResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="Schadenereignisse" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SchadenereignisLight_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SearchClaimResponseResult_Type", propOrder = { - "actualOffset", - "actualMaxResults", - "totalResults", - "schadenereignisse" -}) -public class SearchClaimResponseResultType { - - @XmlElement(name = "ActualOffset") - @XmlSchemaType(name = "unsignedInt") - protected long actualOffset; - @XmlElement(name = "ActualMaxResults") - @XmlSchemaType(name = "unsignedInt") - protected long actualMaxResults; - @XmlElement(name = "TotalResults") - @XmlSchemaType(name = "unsignedInt") - protected long totalResults; - @XmlElement(name = "Schadenereignisse") - protected List schadenereignisse; - - /** - * Ruft den Wert der actualOffset-Eigenschaft ab. - * - */ - public long getActualOffset() { - return actualOffset; - } - - /** - * Legt den Wert der actualOffset-Eigenschaft fest. - * - */ - public void setActualOffset(long value) { - this.actualOffset = value; - } - - /** - * Ruft den Wert der actualMaxResults-Eigenschaft ab. - * - */ - public long getActualMaxResults() { - return actualMaxResults; - } - - /** - * Legt den Wert der actualMaxResults-Eigenschaft fest. - * - */ - public void setActualMaxResults(long value) { - this.actualMaxResults = value; - } - - /** - * Ruft den Wert der totalResults-Eigenschaft ab. - * - */ - public long getTotalResults() { - return totalResults; - } - - /** - * Legt den Wert der totalResults-Eigenschaft fest. - * - */ - public void setTotalResults(long value) { - this.totalResults = value; - } - - /** - * Gets the value of the schadenereignisse property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the schadenereignisse property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getSchadenereignisse().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link SchadenereignisLightType } - * - * - */ - public List getSchadenereignisse() { - if (schadenereignisse == null) { - schadenereignisse = new ArrayList(); - } - return this.schadenereignisse; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SearchClaimResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SearchClaimResponseType.java deleted file mode 100644 index 13c7f16b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SearchClaimResponseType.java +++ /dev/null @@ -1,100 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - * Response-Type der Suche nach einem Schaden - * - *

Java-Klasse für SearchClaimResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SearchClaimResponse_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <choice>
- *         <element name="Result" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SearchClaimResponseResult_Type"/>
- *         <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
- *       </choice>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SearchClaimResponse_Type", propOrder = { - "result", - "serviceFault" -}) -public class SearchClaimResponseType { - - @XmlElement(name = "Result") - protected SearchClaimResponseResultType result; - @XmlElement(name = "ServiceFault") - protected List serviceFault; - - /** - * Ruft den Wert der result-Eigenschaft ab. - * - * @return - * possible object is - * {@link SearchClaimResponseResultType } - * - */ - public SearchClaimResponseResultType getResult() { - return result; - } - - /** - * Legt den Wert der result-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SearchClaimResponseResultType } - * - */ - public void setResult(SearchClaimResponseResultType value) { - this.result = value; - } - - /** - * Gets the value of the serviceFault property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the serviceFault property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getServiceFault().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ServiceFault } - * - * - */ - public List getServiceFault() { - if (serviceFault == null) { - serviceFault = new ArrayList(); - } - return this.serviceFault; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SpartendetailSchadenKfzType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SpartendetailSchadenKfzType.java deleted file mode 100644 index d5953be4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SpartendetailSchadenKfzType.java +++ /dev/null @@ -1,122 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Spartenerweiterung der Schadenmeldung für Kfz - * - *

Java-Klasse für SpartendetailSchadenKfz_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpartendetailSchadenKfz_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SpartendetailSchaden_Type">
- *       <sequence>
- *         <element name="BehoerdlichAufgenommen" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="Kennzeichen" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="VerschuldenCd" type="{urn:omds20}VerschuldenCd_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpartendetailSchadenKfz_Type", propOrder = { - "behoerdlichAufgenommen", - "kennzeichen", - "verschuldenCd" -}) -public class SpartendetailSchadenKfzType - extends SpartendetailSchadenType -{ - - @XmlElement(name = "BehoerdlichAufgenommen") - protected Boolean behoerdlichAufgenommen; - @XmlElement(name = "Kennzeichen", required = true) - protected String kennzeichen; - @XmlElement(name = "VerschuldenCd") - protected String verschuldenCd; - - /** - * Ruft den Wert der behoerdlichAufgenommen-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isBehoerdlichAufgenommen() { - return behoerdlichAufgenommen; - } - - /** - * Legt den Wert der behoerdlichAufgenommen-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setBehoerdlichAufgenommen(Boolean value) { - this.behoerdlichAufgenommen = value; - } - - /** - * Ruft den Wert der kennzeichen-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKennzeichen() { - return kennzeichen; - } - - /** - * Legt den Wert der kennzeichen-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKennzeichen(String value) { - this.kennzeichen = value; - } - - /** - * Ruft den Wert der verschuldenCd-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVerschuldenCd() { - return verschuldenCd; - } - - /** - * Legt den Wert der verschuldenCd-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVerschuldenCd(String value) { - this.verschuldenCd = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SpartendetailSchadenKrankenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SpartendetailSchadenKrankenType.java deleted file mode 100644 index 7881bdfa..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SpartendetailSchadenKrankenType.java +++ /dev/null @@ -1,199 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Spartenerweiterung der Schadenmeldung für Kranken - * - *

Java-Klasse für SpartendetailSchadenKranken_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpartendetailSchadenKranken_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SpartendetailSchaden_Type">
- *       <sequence>
- *         <element name="BehandlerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Behandlungen" maxOccurs="unbounded" minOccurs="0">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence>
- *                   <element name="BehandlungVon" type="{urn:omds20}Datum"/>
- *                   <element name="BehandlungBis" type="{urn:omds20}Datum" minOccurs="0"/>
- *                 </sequence>
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpartendetailSchadenKranken_Type", propOrder = { - "behandlerName", - "behandlungen" -}) -public class SpartendetailSchadenKrankenType - extends SpartendetailSchadenType -{ - - @XmlElement(name = "BehandlerName", required = true) - protected String behandlerName; - @XmlElement(name = "Behandlungen") - protected List behandlungen; - - /** - * Ruft den Wert der behandlerName-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBehandlerName() { - return behandlerName; - } - - /** - * Legt den Wert der behandlerName-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBehandlerName(String value) { - this.behandlerName = value; - } - - /** - * Gets the value of the behandlungen property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the behandlungen property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getBehandlungen().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link SpartendetailSchadenKrankenType.Behandlungen } - * - * - */ - public List getBehandlungen() { - if (behandlungen == null) { - behandlungen = new ArrayList(); - } - return this.behandlungen; - } - - - /** - *

Java-Klasse für anonymous complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

-     * <complexType>
-     *   <complexContent>
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
-     *       <sequence>
-     *         <element name="BehandlungVon" type="{urn:omds20}Datum"/>
-     *         <element name="BehandlungBis" type="{urn:omds20}Datum" minOccurs="0"/>
-     *       </sequence>
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "behandlungVon", - "behandlungBis" - }) - public static class Behandlungen { - - @XmlElement(name = "BehandlungVon", required = true) - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar behandlungVon; - @XmlElement(name = "BehandlungBis") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar behandlungBis; - - /** - * Ruft den Wert der behandlungVon-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getBehandlungVon() { - return behandlungVon; - } - - /** - * Legt den Wert der behandlungVon-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setBehandlungVon(XMLGregorianCalendar value) { - this.behandlungVon = value; - } - - /** - * Ruft den Wert der behandlungBis-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getBehandlungBis() { - return behandlungBis; - } - - /** - * Legt den Wert der behandlungBis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setBehandlungBis(XMLGregorianCalendar value) { - this.behandlungBis = value; - } - - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SpartendetailSchadenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SpartendetailSchadenType.java deleted file mode 100644 index cf3b4c94..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SpartendetailSchadenType.java +++ /dev/null @@ -1,38 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Eine Erweiterung der Schadenmeldung fuer spezielle Sparten - * - *

Java-Klasse für SpartendetailSchaden_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpartendetailSchaden_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpartendetailSchaden_Type") -@XmlSeeAlso({ - SpartendetailSchadenKfzType.class, - SpartendetailSchadenUnfallType.class, - SpartendetailSchadenKrankenType.class -}) -public abstract class SpartendetailSchadenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SpartendetailSchadenUnfallType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SpartendetailSchadenUnfallType.java deleted file mode 100644 index 372b992c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SpartendetailSchadenUnfallType.java +++ /dev/null @@ -1,154 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Spartenerweiterung der Schadenmeldung für Unfall - * - *

Java-Klasse für SpartendetailSchadenUnfall_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SpartendetailSchadenUnfall_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}SpartendetailSchaden_Type">
- *       <sequence>
- *         <element name="ArbeitsunfaehigVon" type="{urn:omds20}Datum" minOccurs="0"/>
- *         <element name="ArbeitsunfaehigBis" type="{urn:omds20}Datum" minOccurs="0"/>
- *         <element name="Diagnose" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="BehandlerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SpartendetailSchadenUnfall_Type", propOrder = { - "arbeitsunfaehigVon", - "arbeitsunfaehigBis", - "diagnose", - "behandlerName" -}) -public class SpartendetailSchadenUnfallType - extends SpartendetailSchadenType -{ - - @XmlElement(name = "ArbeitsunfaehigVon") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar arbeitsunfaehigVon; - @XmlElement(name = "ArbeitsunfaehigBis") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar arbeitsunfaehigBis; - @XmlElement(name = "Diagnose", required = true) - protected String diagnose; - @XmlElement(name = "BehandlerName") - protected String behandlerName; - - /** - * Ruft den Wert der arbeitsunfaehigVon-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getArbeitsunfaehigVon() { - return arbeitsunfaehigVon; - } - - /** - * Legt den Wert der arbeitsunfaehigVon-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setArbeitsunfaehigVon(XMLGregorianCalendar value) { - this.arbeitsunfaehigVon = value; - } - - /** - * Ruft den Wert der arbeitsunfaehigBis-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getArbeitsunfaehigBis() { - return arbeitsunfaehigBis; - } - - /** - * Legt den Wert der arbeitsunfaehigBis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setArbeitsunfaehigBis(XMLGregorianCalendar value) { - this.arbeitsunfaehigBis = value; - } - - /** - * Ruft den Wert der diagnose-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDiagnose() { - return diagnose; - } - - /** - * Legt den Wert der diagnose-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDiagnose(String value) { - this.diagnose = value; - } - - /** - * Ruft den Wert der behandlerName-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBehandlerName() { - return behandlerName; - } - - /** - * Legt den Wert der behandlerName-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBehandlerName(String value) { - this.behandlerName = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SubmitClaimRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SubmitClaimRequestType.java deleted file mode 100644 index 4b19d292..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SubmitClaimRequestType.java +++ /dev/null @@ -1,103 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonRequestType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.UploadDokumentType; - - -/** - * Typ für die Durchführung einer Schadenmeldung - * - *

Java-Klasse für SubmitClaimRequest_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SubmitClaimRequest_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
- *       <sequence>
- *         <element name="Schadenereignis" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenereignis_Type" minOccurs="0"/>
- *         <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}Upload_Dokument_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitClaimRequest_Type", propOrder = { - "schadenereignis", - "dokumente" -}) -public class SubmitClaimRequestType - extends CommonRequestType -{ - - @XmlElement(name = "Schadenereignis") - protected SchadenereignisType schadenereignis; - @XmlElement(name = "Dokumente") - protected List dokumente; - - /** - * Ruft den Wert der schadenereignis-Eigenschaft ab. - * - * @return - * possible object is - * {@link SchadenereignisType } - * - */ - public SchadenereignisType getSchadenereignis() { - return schadenereignis; - } - - /** - * Legt den Wert der schadenereignis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SchadenereignisType } - * - */ - public void setSchadenereignis(SchadenereignisType value) { - this.schadenereignis = value; - } - - /** - * Gets the value of the dokumente property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the dokumente property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDokumente().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link UploadDokumentType } - * - * - */ - public List getDokumente() { - if (dokumente == null) { - dokumente = new ArrayList(); - } - return this.dokumente; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SubmitClaimResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SubmitClaimResponseType.java deleted file mode 100644 index 32b80805..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/SubmitClaimResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.CommonResponseType; - - -/** - * Anworttyp beim Erzeugen einer Schadenmeldung - * - *

Java-Klasse für SubmitClaimResponse_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SubmitClaimResponse_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
- *       <sequence>
- *         <element name="Schadenereignis" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden}Schadenereignis_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitClaimResponse_Type", propOrder = { - "schadenereignis" -}) -public class SubmitClaimResponseType - extends CommonResponseType -{ - - @XmlElement(name = "Schadenereignis") - protected SchadenereignisType schadenereignis; - - /** - * Ruft den Wert der schadenereignis-Eigenschaft ab. - * - * @return - * possible object is - * {@link SchadenereignisType } - * - */ - public SchadenereignisType getSchadenereignis() { - return schadenereignis; - } - - /** - * Legt den Wert der schadenereignis-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link SchadenereignisType } - * - */ - public void setSchadenereignis(SchadenereignisType value) { - this.schadenereignis = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ZusaetzlicheRollendatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ZusaetzlicheRollendatenType.java deleted file mode 100644 index 4643d6f5..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ZusaetzlicheRollendatenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ fuer die Erweiterung von Rollen um Elemente, die nicht im Standard enthalten sind - * - *

Java-Klasse für ZusaetzlicheRollendaten_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheRollendaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheRollendaten_Type") -public abstract class ZusaetzlicheRollendatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ZusaetzlicheSchadensdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ZusaetzlicheSchadensdatenType.java deleted file mode 100644 index e5088edf..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ZusaetzlicheSchadensdatenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ fuer die Erweiterung von Schäden um Elemente, die nicht im Standard enthalten sind - * - *

Java-Klasse für ZusaetzlicheSchadensdaten_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheSchadensdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheSchadensdaten_Type") -public abstract class ZusaetzlicheSchadensdatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ZusaetzlicheSchadensereignisdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ZusaetzlicheSchadensereignisdatenType.java deleted file mode 100644 index dd1303fe..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/ZusaetzlicheSchadensereignisdatenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ fuer die Erweiterung der Schadensmeldung um Elemente, die nicht im Standard enthalten sind - * - *

Java-Klasse für ZusaetzlicheSchadensereignisdaten_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheSchadensereignisdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheSchadensereignisdaten_Type") -public abstract class ZusaetzlicheSchadensereignisdatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/package-info.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/package-info.java deleted file mode 100644 index 176a7b5c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/on7schaden/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.vvo.omds.types.omds3Types.r1_7_0.on7schaden; diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/OmdsService.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/OmdsService.java deleted file mode 100644 index f026581e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/OmdsService.java +++ /dev/null @@ -1,87 +0,0 @@ -package at.vvo.omds.types.omds3Types.r1_7_0.service; - -import java.net.MalformedURLException; -import java.net.URL; -import javax.xml.namespace.QName; -import javax.xml.ws.WebEndpoint; -import javax.xml.ws.WebServiceClient; -import javax.xml.ws.WebServiceFeature; -import javax.xml.ws.Service; - -/** - * This class was generated by Apache CXF 3.5.0 - * 2022-01-04T23:39:49.478+01:00 - * Generated source version: 3.5.0 - * - */ -@WebServiceClient(name = "omdsService", - wsdlLocation = "file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3Services.wsdl", - targetNamespace = "urn:omds3Services-1-4-0") -public class OmdsService extends Service { - - public final static URL WSDL_LOCATION; - - public final static QName SERVICE = new QName("urn:omds3Services-1-4-0", "omdsService"); - public final static QName OmdsServicePort = new QName("urn:omds3Services-1-4-0", "omdsServicePort"); - static { - URL url = null; - try { - url = new URL("file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3Services.wsdl"); - } catch (MalformedURLException e) { - java.util.logging.Logger.getLogger(OmdsService.class.getName()) - .log(java.util.logging.Level.INFO, - "Can not initialize the default wsdl from {0}", "file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3Services.wsdl"); - } - WSDL_LOCATION = url; - } - - public OmdsService(URL wsdlLocation) { - super(wsdlLocation, SERVICE); - } - - public OmdsService(URL wsdlLocation, QName serviceName) { - super(wsdlLocation, serviceName); - } - - public OmdsService() { - super(WSDL_LOCATION, SERVICE); - } - - public OmdsService(WebServiceFeature ... features) { - super(WSDL_LOCATION, SERVICE, features); - } - - public OmdsService(URL wsdlLocation, WebServiceFeature ... features) { - super(wsdlLocation, SERVICE, features); - } - - public OmdsService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) { - super(wsdlLocation, serviceName, features); - } - - - - - /** - * - * @return - * returns OmdsServicePortType - */ - @WebEndpoint(name = "omdsServicePort") - public OmdsServicePortType getOmdsServicePort() { - return super.getPort(OmdsServicePort, OmdsServicePortType.class); - } - - /** - * - * @param features - * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features parameter will have their default values. - * @return - * returns OmdsServicePortType - */ - @WebEndpoint(name = "omdsServicePort") - public OmdsServicePortType getOmdsServicePort(WebServiceFeature... features) { - return super.getPort(OmdsServicePort, OmdsServicePortType.class, features); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/OmdsServicePortImpl.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/OmdsServicePortImpl.java deleted file mode 100644 index a3b92413..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/OmdsServicePortImpl.java +++ /dev/null @@ -1,595 +0,0 @@ - -/** - * Please modify this class to meet your needs - * This class is not complete - */ - -package at.vvo.omds.types.omds3Types.r1_7_0.service; - -import java.util.logging.Logger; -import javax.jws.WebMethod; -import javax.jws.WebParam; -import javax.jws.WebResult; -import javax.jws.WebService; -import javax.jws.soap.SOAPBinding; -import javax.xml.bind.annotation.XmlSeeAlso; - -/** - * This class was generated by Apache CXF 3.5.0 - * 2022-01-04T23:39:49.446+01:00 - * Generated source version: 3.5.0 - * - */ - -@javax.jws.WebService( - serviceName = "omdsService", - portName = "omdsServicePort", - targetNamespace = "urn:omds3Services-1-4-0", - wsdlLocation = "file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3Services.wsdl", - endpointInterface = "at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType") - -public class OmdsServicePortImpl implements OmdsServicePortType { - - private static final Logger LOG = Logger.getLogger(OmdsServicePortImpl.class.getName()); - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListRequest parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListRequest parameters) throws ServiceFaultMsg { - LOG.info("Executing operation getOMDSPackageList"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListResponse _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#calculateLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenResponseType calculateLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation calculateLeben"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#addDocToBusinessCase(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseResponseType addDocToBusinessCase(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation addDocToBusinessCase"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation calculateSachPrivat"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createApplicationKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzResponseType createApplicationKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation createApplicationKfz"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createOfferKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzResponseType createOfferKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation createOfferKfz"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#deepLinkPartner(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPartnerRequest parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPartnerRequest parameters) throws ServiceFaultMsg { - LOG.info("Executing operation deepLinkPartner"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation submitApplicationLeben"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPolicyRequest parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPolicyRequest parameters) throws ServiceFaultMsg { - LOG.info("Executing operation deepLinkPolicy"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#searchClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimResponseType searchClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation searchClaim"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getStateChanges(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesResponseType getStateChanges(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation getStateChanges"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getUserData(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataRequest parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataResponse getUserData(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataRequest parameters) throws ServiceFaultMsg { - LOG.info("Executing operation getUserData"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataResponse _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#deepLinkClaim(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkClaimRequest parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkClaim(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkClaimRequest parameters) throws ServiceFaultMsg { - LOG.info("Executing operation deepLinkClaim"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimResponseType submitClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation submitClaim"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getOMDSPackage(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageRequest parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageResponse getOMDSPackage(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageRequest parameters) throws ServiceFaultMsg { - LOG.info("Executing operation getOMDSPackage"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageResponse _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getNumberOfDocuments(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsResponseType getNumberOfDocuments(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation getNumberOfDocuments"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#deepLinkOffer(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkOfferRequest parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkOfferRequest parameters) throws ServiceFaultMsg { - LOG.info("Executing operation deepLinkOffer"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#calculateUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallResponseType calculateUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation calculateUnfall"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallResponseType submitApplicationUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation submitApplicationUnfall"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation getDocumentsOfPeriod"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectResponseType getDocumentsOfObject(at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation getDocumentsOfObject"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#calculateKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzResponseType calculateKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation calculateKfz"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation createApplicationUnfall"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createOfferSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType createOfferSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation createOfferSachPrivat"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#checkClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimResponseType checkClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation checkClaim"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType createApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation createApplicationSachPrivat"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getArcImage(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageRequest parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageResponse getArcImage(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageRequest parameters) throws ServiceFaultMsg { - LOG.info("Executing operation getArcImage"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageResponse _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimResponseType getClaim(at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation getClaim"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createApplicationLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation createApplicationLeben"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createOfferUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation createOfferUnfall"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#createOfferLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenResponseType createOfferLeben(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation createOfferLeben"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#login(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.LoginRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse login(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.LoginRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation login"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitApplicationKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzResponseType submitApplicationKfz(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation submitApplicationKfz"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType parameters) throws ServiceFaultMsg { - LOG.info("Executing operation submitApplicationSachPrivat"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - - /* (non-Javadoc) - * @see at.vvo.omds.types.omds3Types.r1_7_0.service.OmdsServicePortType#getArcImageInfos(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosRequest parameters)* - */ - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosResponse getArcImageInfos(at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosRequest parameters) throws ServiceFaultMsg { - LOG.info("Executing operation getArcImageInfos"); - System.out.println(parameters); - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosResponse _return = null; - return _return; - } catch (java.lang.Exception ex) { - ex.printStackTrace(); - throw new RuntimeException(ex); - } - //throw new ServiceFaultMsg("ServiceFaultMsg..."); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/OmdsServicePortType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/OmdsServicePortType.java deleted file mode 100644 index 3868a834..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/OmdsServicePortType.java +++ /dev/null @@ -1,300 +0,0 @@ -package at.vvo.omds.types.omds3Types.r1_7_0.service; - -import javax.jws.WebMethod; -import javax.jws.WebParam; -import javax.jws.WebResult; -import javax.jws.WebService; -import javax.jws.soap.SOAPBinding; -import javax.xml.bind.annotation.XmlSeeAlso; - -/** - * This class was generated by Apache CXF 3.5.0 - * 2022-01-04T23:39:49.478+01:00 - * Generated source version: 3.5.0 - * - */ -@WebService(targetNamespace = "urn:omds3Services-1-4-0", name = "omdsServicePortType") -@XmlSeeAlso({at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_7_0.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_7_0.on1basis.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.ObjectFactory.class, at.vvo.omds.types.omds2Types.v2_14.ObjectFactory.class}) -@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE) -public interface OmdsServicePortType { - - @WebMethod(action = "urn:getOMDSPackageList") - @WebResult(name = "getOMDSPackageListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListResponse getOMDSPackageList( - - @WebParam(partName = "parameters", name = "getOMDSPackageListRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0") - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListRequest parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:calculateLeben") - @WebResult(name = "CalculateLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenResponseType calculateLeben( - - @WebParam(partName = "parameters", name = "CalculateLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:addDocToBusinessCase") - @WebResult(name = "AddDocToBusinessCaseResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseResponseType addDocToBusinessCase( - - @WebParam(partName = "parameters", name = "AddDocToBusinessCaseRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen") - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:calculateSachPrivat") - @WebResult(name = "CalculateSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat( - - @WebParam(partName = "parameters", name = "CalculateSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:createApplicationKfz") - @WebResult(name = "CreateApplicationKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzResponseType createApplicationKfz( - - @WebParam(partName = "parameters", name = "CreateApplicationKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:createOfferKfz") - @WebResult(name = "CreateOfferKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzResponseType createOfferKfz( - - @WebParam(partName = "parameters", name = "CreateOfferKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:deepLinkPartner") - @WebResult(name = "getDeepLinkPartnerResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner( - - @WebParam(partName = "parameters", name = "getDeepLinkPartnerRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0") - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPartnerRequest parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:submitApplicationLeben") - @WebResult(name = "SubmitApplicationLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenResponseType submitApplicationLeben( - - @WebParam(partName = "parameters", name = "SubmitApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:deepLinkPolicy") - @WebResult(name = "getDeepLinkPolicyResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy( - - @WebParam(partName = "parameters", name = "getDeepLinkPolicyRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0") - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPolicyRequest parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:searchClaim") - @WebResult(name = "SearchClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimResponseType searchClaim( - - @WebParam(partName = "parameters", name = "SearchClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden") - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:getStateChanges") - @WebResult(name = "GetStateChangesResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesResponseType getStateChanges( - - @WebParam(partName = "parameters", name = "GetStateChangesRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen") - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:getUserData") - @WebResult(name = "getUserDataResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataResponse getUserData( - - @WebParam(partName = "parameters", name = "getUserDataRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0") - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataRequest parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:deepLinkClaim") - @WebResult(name = "getDeepLinkClaimResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkClaim( - - @WebParam(partName = "parameters", name = "getDeepLinkClaimRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0") - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkClaimRequest parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:submitClaim") - @WebResult(name = "SubmitClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimResponseType submitClaim( - - @WebParam(partName = "parameters", name = "SubmitClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden") - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:getOMDSPackage") - @WebResult(name = "getOMDSPackageResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageResponse getOMDSPackage( - - @WebParam(partName = "parameters", name = "getOMDSPackageRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0") - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageRequest parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:getNumberOfDocuments") - @WebResult(name = "GetNumberOfDocumentsResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsResponseType getNumberOfDocuments( - - @WebParam(partName = "parameters", name = "GetNumberOfDocumentsRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen") - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:deepLinkOffer") - @WebResult(name = "getDeepLinkOfferResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer( - - @WebParam(partName = "parameters", name = "getDeepLinkOfferRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0") - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkOfferRequest parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:calculateUnfall") - @WebResult(name = "CalculateUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallResponseType calculateUnfall( - - @WebParam(partName = "parameters", name = "CalculateUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:submitApplicationUnfall") - @WebResult(name = "SubmitApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallResponseType submitApplicationUnfall( - - @WebParam(partName = "parameters", name = "SubmitApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:getDocumentsOfPeriod") - @WebResult(name = "GetDocumentsOfPeriodResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodResponseType getDocumentsOfPeriod( - - @WebParam(partName = "parameters", name = "GetDocumentsOfPeriodRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen") - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:getDocumentsOfObject") - @WebResult(name = "GetDocumentsOfObjectResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectResponseType getDocumentsOfObject( - - @WebParam(partName = "parameters", name = "GetDocumentsOfObjectRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen") - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:calculateKfz") - @WebResult(name = "CalculateKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzResponseType calculateKfz( - - @WebParam(partName = "parameters", name = "CalculateKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:createApplicationUnfall") - @WebResult(name = "CreateApplicationUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallResponseType createApplicationUnfall( - - @WebParam(partName = "parameters", name = "CreateApplicationUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:createOfferSachPrivat") - @WebResult(name = "CreateOfferSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType createOfferSachPrivat( - - @WebParam(partName = "parameters", name = "CreateOfferSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:checkClaim") - @WebResult(name = "CheckClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimResponseType checkClaim( - - @WebParam(partName = "parameters", name = "CheckClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden") - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:createApplicationSachPrivat") - @WebResult(name = "CreateApplicationSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType createApplicationSachPrivat( - - @WebParam(partName = "parameters", name = "CreateApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:getArcImage") - @WebResult(name = "getArcImageResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageResponse getArcImage( - - @WebParam(partName = "parameters", name = "getArcImageRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0") - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageRequest parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:getClaim") - @WebResult(name = "GetClaimResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimResponseType getClaim( - - @WebParam(partName = "parameters", name = "GetClaimRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden") - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:createApplicationLeben") - @WebResult(name = "CreateApplicationLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenResponseType createApplicationLeben( - - @WebParam(partName = "parameters", name = "CreateApplicationLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:createOfferUnfall") - @WebResult(name = "CreateOfferUnfallResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallResponseType createOfferUnfall( - - @WebParam(partName = "parameters", name = "CreateOfferUnfallRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:createOfferLeben") - @WebResult(name = "CreateOfferLebenResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenResponseType createOfferLeben( - - @WebParam(partName = "parameters", name = "CreateOfferLebenRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:login") - @WebResult(name = "loginResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse login( - - @WebParam(partName = "parameters", name = "loginRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0") - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.LoginRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:submitApplicationKfz") - @WebResult(name = "SubmitApplicationKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzResponseType submitApplicationKfz( - - @WebParam(partName = "parameters", name = "SubmitApplicationKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:submitApplicationSachPrivat") - @WebResult(name = "SubmitApplicationSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType submitApplicationSachPrivat( - - @WebParam(partName = "parameters", name = "SubmitApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat") - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType parameters - ) throws ServiceFaultMsg; - - @WebMethod(action = "urn:getArcImageInfos") - @WebResult(name = "getArcImageInfosResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters") - public at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosResponse getArcImageInfos( - - @WebParam(partName = "parameters", name = "getArcImageInfosRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0") - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosRequest parameters - ) throws ServiceFaultMsg; -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/OmdsServicePortType_OmdsServicePort_Client.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/OmdsServicePortType_OmdsServicePort_Client.java deleted file mode 100644 index 88039e6e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/OmdsServicePortType_OmdsServicePort_Client.java +++ /dev/null @@ -1,510 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.service; - -/** - * Please modify this class to meet your needs - * This class is not complete - */ - -import java.io.File; -import java.net.MalformedURLException; -import java.net.URL; -import javax.xml.namespace.QName; -import javax.jws.WebMethod; -import javax.jws.WebParam; -import javax.jws.WebResult; -import javax.jws.WebService; -import javax.jws.soap.SOAPBinding; -import javax.xml.bind.annotation.XmlSeeAlso; - -/** - * This class was generated by Apache CXF 3.5.0 - * 2022-01-04T23:39:49.383+01:00 - * Generated source version: 3.5.0 - * - */ -public final class OmdsServicePortType_OmdsServicePort_Client { - - private static final QName SERVICE_NAME = new QName("urn:omds3Services-1-4-0", "omdsService"); - - private OmdsServicePortType_OmdsServicePort_Client() { - } - - public static void main(String args[]) throws java.lang.Exception { - URL wsdlURL = OmdsService.WSDL_LOCATION; - if (args.length > 0 && args[0] != null && !"".equals(args[0])) { - File wsdlFile = new File(args[0]); - try { - if (wsdlFile.exists()) { - wsdlURL = wsdlFile.toURI().toURL(); - } else { - wsdlURL = new URL(args[0]); - } - } catch (MalformedURLException e) { - e.printStackTrace(); - } - } - - OmdsService ss = new OmdsService(wsdlURL, SERVICE_NAME); - OmdsServicePortType port = ss.getOmdsServicePort(); - - { - System.out.println("Invoking getOMDSPackageList..."); - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListRequest _getOMDSPackageList_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageListResponse _getOMDSPackageList__return = port.getOMDSPackageList(_getOMDSPackageList_parameters); - System.out.println("getOMDSPackageList.result=" + _getOMDSPackageList__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking calculateLeben..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenRequestType _calculateLeben_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CalculateLebenResponseType _calculateLeben__return = port.calculateLeben(_calculateLeben_parameters); - System.out.println("calculateLeben.result=" + _calculateLeben__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking addDocToBusinessCase..."); - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseRequestType _addDocToBusinessCase_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.AddDocToBusinessCaseResponseType _addDocToBusinessCase__return = port.addDocToBusinessCase(_addDocToBusinessCase_parameters); - System.out.println("addDocToBusinessCase.result=" + _addDocToBusinessCase__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking calculateSachPrivat..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType _calculateSachPrivat_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _calculateSachPrivat__return = port.calculateSachPrivat(_calculateSachPrivat_parameters); - System.out.println("calculateSachPrivat.result=" + _calculateSachPrivat__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking createApplicationKfz..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzRequestType _createApplicationKfz_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateApplicationKfzResponseType _createApplicationKfz__return = port.createApplicationKfz(_createApplicationKfz_parameters); - System.out.println("createApplicationKfz.result=" + _createApplicationKfz__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking createOfferKfz..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzRequestType _createOfferKfz_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CreateOfferKfzResponseType _createOfferKfz__return = port.createOfferKfz(_createOfferKfz_parameters); - System.out.println("createOfferKfz.result=" + _createOfferKfz__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking deepLinkPartner..."); - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPartnerRequest _deepLinkPartner_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPartner__return = port.deepLinkPartner(_deepLinkPartner_parameters); - System.out.println("deepLinkPartner.result=" + _deepLinkPartner__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking submitApplicationLeben..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenRequestType _submitApplicationLeben_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.SubmitApplicationLebenResponseType _submitApplicationLeben__return = port.submitApplicationLeben(_submitApplicationLeben_parameters); - System.out.println("submitApplicationLeben.result=" + _submitApplicationLeben__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking deepLinkPolicy..."); - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkPolicyRequest _deepLinkPolicy_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkPolicy__return = port.deepLinkPolicy(_deepLinkPolicy_parameters); - System.out.println("deepLinkPolicy.result=" + _deepLinkPolicy__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking searchClaim..."); - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimRequestType _searchClaim_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SearchClaimResponseType _searchClaim__return = port.searchClaim(_searchClaim_parameters); - System.out.println("searchClaim.result=" + _searchClaim__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking getStateChanges..."); - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesRequestType _getStateChanges_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetStateChangesResponseType _getStateChanges__return = port.getStateChanges(_getStateChanges_parameters); - System.out.println("getStateChanges.result=" + _getStateChanges__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking getUserData..."); - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataRequest _getUserData_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.UserDataResponse _getUserData__return = port.getUserData(_getUserData_parameters); - System.out.println("getUserData.result=" + _getUserData__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking deepLinkClaim..."); - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkClaimRequest _deepLinkClaim_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkClaim__return = port.deepLinkClaim(_deepLinkClaim_parameters); - System.out.println("deepLinkClaim.result=" + _deepLinkClaim__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking submitClaim..."); - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimRequestType _submitClaim_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.SubmitClaimResponseType _submitClaim__return = port.submitClaim(_submitClaim_parameters); - System.out.println("submitClaim.result=" + _submitClaim__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking getOMDSPackage..."); - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageRequest _getOMDSPackage_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.OMDSPackageResponse _getOMDSPackage__return = port.getOMDSPackage(_getOMDSPackage_parameters); - System.out.println("getOMDSPackage.result=" + _getOMDSPackage__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking getNumberOfDocuments..."); - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsRequestType _getNumberOfDocuments_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetNumberOfDocumentsResponseType _getNumberOfDocuments__return = port.getNumberOfDocuments(_getNumberOfDocuments_parameters); - System.out.println("getNumberOfDocuments.result=" + _getNumberOfDocuments__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking deepLinkOffer..."); - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkOfferRequest _deepLinkOffer_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _deepLinkOffer__return = port.deepLinkOffer(_deepLinkOffer_parameters); - System.out.println("deepLinkOffer.result=" + _deepLinkOffer__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking calculateUnfall..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallRequestType _calculateUnfall_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CalculateUnfallResponseType _calculateUnfall__return = port.calculateUnfall(_calculateUnfall_parameters); - System.out.println("calculateUnfall.result=" + _calculateUnfall__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking submitApplicationUnfall..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallRequestType _submitApplicationUnfall_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.SubmitApplicationUnfallResponseType _submitApplicationUnfall__return = port.submitApplicationUnfall(_submitApplicationUnfall_parameters); - System.out.println("submitApplicationUnfall.result=" + _submitApplicationUnfall__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking getDocumentsOfPeriod..."); - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodRequestType _getDocumentsOfPeriod_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfPeriodResponseType _getDocumentsOfPeriod__return = port.getDocumentsOfPeriod(_getDocumentsOfPeriod_parameters); - System.out.println("getDocumentsOfPeriod.result=" + _getDocumentsOfPeriod__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking getDocumentsOfObject..."); - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectRequestType _getDocumentsOfObject_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on1basis.GetDocumentsOfObjectResponseType _getDocumentsOfObject__return = port.getDocumentsOfObject(_getDocumentsOfObject_parameters); - System.out.println("getDocumentsOfObject.result=" + _getDocumentsOfObject__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking calculateKfz..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzRequestType _calculateKfz_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.CalculateKfzResponseType _calculateKfz__return = port.calculateKfz(_calculateKfz_parameters); - System.out.println("calculateKfz.result=" + _calculateKfz__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking createApplicationUnfall..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallRequestType _createApplicationUnfall_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateApplicationUnfallResponseType _createApplicationUnfall__return = port.createApplicationUnfall(_createApplicationUnfall_parameters); - System.out.println("createApplicationUnfall.result=" + _createApplicationUnfall__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking createOfferSachPrivat..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType _createOfferSachPrivat_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType _createOfferSachPrivat__return = port.createOfferSachPrivat(_createOfferSachPrivat_parameters); - System.out.println("createOfferSachPrivat.result=" + _createOfferSachPrivat__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking checkClaim..."); - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimRequestType _checkClaim_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.CheckClaimResponseType _checkClaim__return = port.checkClaim(_checkClaim_parameters); - System.out.println("checkClaim.result=" + _checkClaim__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking createApplicationSachPrivat..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType _createApplicationSachPrivat_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType _createApplicationSachPrivat__return = port.createApplicationSachPrivat(_createApplicationSachPrivat_parameters); - System.out.println("createApplicationSachPrivat.result=" + _createApplicationSachPrivat__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking getArcImage..."); - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageRequest _getArcImage_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageResponse _getArcImage__return = port.getArcImage(_getArcImage_parameters); - System.out.println("getArcImage.result=" + _getArcImage__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking getClaim..."); - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimRequestType _getClaim_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on7schaden.GetClaimResponseType _getClaim__return = port.getClaim(_getClaim_parameters); - System.out.println("getClaim.result=" + _getClaim__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking createApplicationLeben..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenRequestType _createApplicationLeben_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateApplicationLebenResponseType _createApplicationLeben__return = port.createApplicationLeben(_createApplicationLeben_parameters); - System.out.println("createApplicationLeben.result=" + _createApplicationLeben__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking createOfferUnfall..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallRequestType _createOfferUnfall_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.unfall.CreateOfferUnfallResponseType _createOfferUnfall__return = port.createOfferUnfall(_createOfferUnfall_parameters); - System.out.println("createOfferUnfall.result=" + _createOfferUnfall__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking createOfferLeben..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenRequestType _createOfferLeben_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.leben.CreateOfferLebenResponseType _createOfferLeben__return = port.createOfferLeben(_createOfferLeben_parameters); - System.out.println("createOfferLeben.result=" + _createOfferLeben__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking login..."); - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.LoginRequestType _login_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.DeepLinkBusinessObjectResponse _login__return = port.login(_login_parameters); - System.out.println("login.result=" + _login__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking submitApplicationKfz..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzRequestType _submitApplicationKfz_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.kfz.SubmitApplicationKfzResponseType _submitApplicationKfz__return = port.submitApplicationKfz(_submitApplicationKfz_parameters); - System.out.println("submitApplicationKfz.result=" + _submitApplicationKfz__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking submitApplicationSachPrivat..."); - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType _submitApplicationSachPrivat_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _submitApplicationSachPrivat__return = port.submitApplicationSachPrivat(_submitApplicationSachPrivat_parameters); - System.out.println("submitApplicationSachPrivat.result=" + _submitApplicationSachPrivat__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - { - System.out.println("Invoking getArcImageInfos..."); - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosRequest _getArcImageInfos_parameters = null; - try { - at.vvo.omds.types.omds3Types.r1_7_0.servicetypes.ArcImageInfosResponse _getArcImageInfos__return = port.getArcImageInfos(_getArcImageInfos_parameters); - System.out.println("getArcImageInfos.result=" + _getArcImageInfos__return); - - } catch (ServiceFaultMsg e) { - System.out.println("Expected exception: ServiceFaultMsg has occurred."); - System.out.println(e.toString()); - } - - } - - System.exit(0); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/ServiceFaultMsg.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/ServiceFaultMsg.java deleted file mode 100644 index e4f61220..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/service/ServiceFaultMsg.java +++ /dev/null @@ -1,43 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.service; - -import javax.xml.ws.WebFault; - - -/** - * This class was generated by Apache CXF 3.5.0 - * 2022-01-04T23:39:49.446+01:00 - * Generated source version: 3.5.0 - */ - -@WebFault(name = "serviceFault", targetNamespace = "urn:omds3CommonServiceTypes-1-1-0") -public class ServiceFaultMsg extends Exception { - - private at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault faultInfo; - - public ServiceFaultMsg() { - super(); - } - - public ServiceFaultMsg(String message) { - super(message); - } - - public ServiceFaultMsg(String message, java.lang.Throwable cause) { - super(message, cause); - } - - public ServiceFaultMsg(String message, at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault serviceFault) { - super(message); - this.faultInfo = serviceFault; - } - - public ServiceFaultMsg(String message, at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault serviceFault, java.lang.Throwable cause) { - super(message, cause); - this.faultInfo = serviceFault; - } - - public at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault getFaultInfo() { - return this.faultInfo; - } -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcContent.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcContent.java deleted file mode 100644 index ae31e3a3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcContent.java +++ /dev/null @@ -1,95 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import javax.activation.DataHandler; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlMimeType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Informationen zu einem Dokument und das Dokument base64encoded - * - *

Java-Klasse für ArcContent complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ArcContent">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="arcImageInfo" type="{urn:omds3ServiceTypes-1-1-0}ArcImageInfo"/>
- *         <element name="arcImage" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ArcContent", propOrder = { - "arcImageInfo", - "arcImage" -}) -public class ArcContent { - - @XmlElement(required = true) - protected ArcImageInfo arcImageInfo; - @XmlElement(required = true) - @XmlMimeType("application/octet-stream") - protected DataHandler arcImage; - - /** - * Ruft den Wert der arcImageInfo-Eigenschaft ab. - * - * @return - * possible object is - * {@link ArcImageInfo } - * - */ - public ArcImageInfo getArcImageInfo() { - return arcImageInfo; - } - - /** - * Legt den Wert der arcImageInfo-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ArcImageInfo } - * - */ - public void setArcImageInfo(ArcImageInfo value) { - this.arcImageInfo = value; - } - - /** - * Ruft den Wert der arcImage-Eigenschaft ab. - * - * @return - * possible object is - * {@link DataHandler } - * - */ - public DataHandler getArcImage() { - return arcImage; - } - - /** - * Legt den Wert der arcImage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DataHandler } - * - */ - public void setArcImage(DataHandler value) { - this.arcImage = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageInfo.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageInfo.java deleted file mode 100644 index 34b359a2..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageInfo.java +++ /dev/null @@ -1,231 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ElementIdType; - - -/** - * Information zu einem einzelnen Dokument - * - *

Java-Klasse für ArcImageInfo complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ArcImageInfo">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="arcImageIdDetails" type="{urn:omds3CommonServiceTypes-1-1-0}ElementIdType"/>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="documentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType"/>
- *         <element name="arcContentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="arcContentLength" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
- *         <element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
- *         <element name="docReference" type="{urn:omds3ServiceTypes-1-1-0}ArcImageInfo" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ArcImageInfo", propOrder = { - "arcImageIdDetails", - "name", - "documentType", - "arcContentType", - "arcContentLength", - "date", - "docReference" -}) -public class ArcImageInfo { - - @XmlElement(required = true) - protected ElementIdType arcImageIdDetails; - @XmlElement(required = true) - protected String name; - protected int documentType; - protected String arcContentType; - protected Long arcContentLength; - @XmlElement(required = true) - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar date; - protected List docReference; - - /** - * Ruft den Wert der arcImageIdDetails-Eigenschaft ab. - * - * @return - * possible object is - * {@link ElementIdType } - * - */ - public ElementIdType getArcImageIdDetails() { - return arcImageIdDetails; - } - - /** - * Legt den Wert der arcImageIdDetails-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ElementIdType } - * - */ - public void setArcImageIdDetails(ElementIdType value) { - this.arcImageIdDetails = value; - } - - /** - * Ruft den Wert der name-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Legt den Wert der name-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Ruft den Wert der documentType-Eigenschaft ab. - * - */ - public int getDocumentType() { - return documentType; - } - - /** - * Legt den Wert der documentType-Eigenschaft fest. - * - */ - public void setDocumentType(int value) { - this.documentType = value; - } - - /** - * Ruft den Wert der arcContentType-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getArcContentType() { - return arcContentType; - } - - /** - * Legt den Wert der arcContentType-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setArcContentType(String value) { - this.arcContentType = value; - } - - /** - * Ruft den Wert der arcContentLength-Eigenschaft ab. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getArcContentLength() { - return arcContentLength; - } - - /** - * Legt den Wert der arcContentLength-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setArcContentLength(Long value) { - this.arcContentLength = value; - } - - /** - * Ruft den Wert der date-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDate() { - return date; - } - - /** - * Legt den Wert der date-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDate(XMLGregorianCalendar value) { - this.date = value; - } - - /** - * Gets the value of the docReference property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the docReference property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDocReference().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ArcImageInfo } - * - * - */ - public List getDocReference() { - if (docReference == null) { - docReference = new ArrayList(); - } - return this.docReference; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageInfosRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageInfosRequest.java deleted file mode 100644 index 1e004a99..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageInfosRequest.java +++ /dev/null @@ -1,273 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter; - - -/** - * Anfragetyp Informationen zu vertragsbezogenen Dokumenten - * - *

Java-Klasse für ArcImageInfosRequest complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ArcImageInfosRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr" minOccurs="0"/>
- *         <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *         <element name="policyNumber" type="{urn:omds20}Polizzennr"/>
- *         <element name="policyType" type="{urn:omds20}VtgProdCd_Type" minOccurs="0"/>
- *         <element name="policyPartnerRole" type="{urn:omds3ServiceTypes-1-1-0}PolicyPartnerRole" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="documentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="dateFrom" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="dateUntil" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ArcImageInfosRequest", propOrder = { - "vuNr", - "authFilter", - "policyNumber", - "policyType", - "policyPartnerRole", - "documentType", - "dateFrom", - "dateUntil" -}) -public class ArcImageInfosRequest { - - @XmlElement(name = "VUNr") - protected String vuNr; - @XmlElement(name = "AuthFilter") - protected AuthorizationFilter authFilter; - @XmlElement(required = true) - protected String policyNumber; - protected String policyType; - protected List policyPartnerRole; - @XmlElement(type = Integer.class) - protected List documentType; - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar dateFrom; - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar dateUntil; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der authFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthFilter() { - return authFilter; - } - - /** - * Legt den Wert der authFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthFilter(AuthorizationFilter value) { - this.authFilter = value; - } - - /** - * Ruft den Wert der policyNumber-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolicyNumber() { - return policyNumber; - } - - /** - * Legt den Wert der policyNumber-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolicyNumber(String value) { - this.policyNumber = value; - } - - /** - * Ruft den Wert der policyType-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolicyType() { - return policyType; - } - - /** - * Legt den Wert der policyType-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolicyType(String value) { - this.policyType = value; - } - - /** - * Gets the value of the policyPartnerRole property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the policyPartnerRole property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getPolicyPartnerRole().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link PolicyPartnerRole } - * - * - */ - public List getPolicyPartnerRole() { - if (policyPartnerRole == null) { - policyPartnerRole = new ArrayList(); - } - return this.policyPartnerRole; - } - - /** - * Gets the value of the documentType property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the documentType property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDocumentType().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Integer } - * - * - */ - public List getDocumentType() { - if (documentType == null) { - documentType = new ArrayList(); - } - return this.documentType; - } - - /** - * Ruft den Wert der dateFrom-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDateFrom() { - return dateFrom; - } - - /** - * Legt den Wert der dateFrom-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDateFrom(XMLGregorianCalendar value) { - this.dateFrom = value; - } - - /** - * Ruft den Wert der dateUntil-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDateUntil() { - return dateUntil; - } - - /** - * Legt den Wert der dateUntil-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDateUntil(XMLGregorianCalendar value) { - this.dateUntil = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageInfosResponse.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageInfosResponse.java deleted file mode 100644 index 347a803f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageInfosResponse.java +++ /dev/null @@ -1,99 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - * Rückgabetyp Informationen zu vertragsbezogenen Dokumenten - * - *

Java-Klasse für ArcImageInfosResponse complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ArcImageInfosResponse">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="arcImageInfo" type="{urn:omds3ServiceTypes-1-1-0}ArcImageInfo" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ArcImageInfosResponse", propOrder = { - "arcImageInfo", - "serviceFault" -}) -public class ArcImageInfosResponse { - - protected List arcImageInfo; - @XmlElement(name = "ServiceFault") - protected ServiceFault serviceFault; - - /** - * Gets the value of the arcImageInfo property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the arcImageInfo property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getArcImageInfo().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ArcImageInfo } - * - * - */ - public List getArcImageInfo() { - if (arcImageInfo == null) { - arcImageInfo = new ArrayList(); - } - return this.arcImageInfo; - } - - /** - * Ruft den Wert der serviceFault-Eigenschaft ab. - * - * @return - * possible object is - * {@link ServiceFault } - * - */ - public ServiceFault getServiceFault() { - return serviceFault; - } - - /** - * Legt den Wert der serviceFault-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ServiceFault } - * - */ - public void setServiceFault(ServiceFault value) { - this.serviceFault = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageRequest.java deleted file mode 100644 index d0a2cb93..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageRequest.java +++ /dev/null @@ -1,127 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter; - - -/** - * Requesttyp zur Abholung eines einzelnen bekannten Dokuments - * - *

Java-Klasse für ArcImageRequest complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ArcImageRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr" minOccurs="0"/>
- *         <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *         <element name="ArcImageId">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="1024"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ArcImageRequest", propOrder = { - "vuNr", - "authFilter", - "arcImageId" -}) -public class ArcImageRequest { - - @XmlElement(name = "VUNr") - protected String vuNr; - @XmlElement(name = "AuthFilter") - protected AuthorizationFilter authFilter; - @XmlElement(name = "ArcImageId", required = true) - protected String arcImageId; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der authFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthFilter() { - return authFilter; - } - - /** - * Legt den Wert der authFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthFilter(AuthorizationFilter value) { - this.authFilter = value; - } - - /** - * Ruft den Wert der arcImageId-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getArcImageId() { - return arcImageId; - } - - /** - * Legt den Wert der arcImageId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setArcImageId(String value) { - this.arcImageId = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageResponse.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageResponse.java deleted file mode 100644 index 1f3ae1c3..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ArcImageResponse.java +++ /dev/null @@ -1,93 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - * Responsetyp zur Rückgabe eines einzelnen Dokumentes - * - *

Java-Klasse für ArcImageResponse complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ArcImageResponse">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="ArcContent" type="{urn:omds3ServiceTypes-1-1-0}ArcContent" minOccurs="0"/>
- *         <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ArcImageResponse", propOrder = { - "arcContent", - "serviceFault" -}) -public class ArcImageResponse { - - @XmlElement(name = "ArcContent") - protected ArcContent arcContent; - @XmlElement(name = "ServiceFault") - protected ServiceFault serviceFault; - - /** - * Ruft den Wert der arcContent-Eigenschaft ab. - * - * @return - * possible object is - * {@link ArcContent } - * - */ - public ArcContent getArcContent() { - return arcContent; - } - - /** - * Legt den Wert der arcContent-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ArcContent } - * - */ - public void setArcContent(ArcContent value) { - this.arcContent = value; - } - - /** - * Ruft den Wert der serviceFault-Eigenschaft ab. - * - * @return - * possible object is - * {@link ServiceFault } - * - */ - public ServiceFault getServiceFault() { - return serviceFault; - } - - /** - * Legt den Wert der serviceFault-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ServiceFault } - * - */ - public void setServiceFault(ServiceFault value) { - this.serviceFault = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkBusinessObjectResponse.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkBusinessObjectResponse.java deleted file mode 100644 index 5181133f..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkBusinessObjectResponse.java +++ /dev/null @@ -1,102 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - *

Java-Klasse für DeepLinkBusinessObjectResponse complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="DeepLinkBusinessObjectResponse">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="httpActionLink" type="{urn:omds3ServiceTypes-1-1-0}HttpActionLinkType" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DeepLinkBusinessObjectResponse", propOrder = { - "httpActionLink", - "serviceFault" -}) -public class DeepLinkBusinessObjectResponse { - - protected List httpActionLink; - @XmlElement(name = "ServiceFault") - protected List serviceFault; - - /** - * Gets the value of the httpActionLink property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the httpActionLink property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getHttpActionLink().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link HttpActionLinkType } - * - * - */ - public List getHttpActionLink() { - if (httpActionLink == null) { - httpActionLink = new ArrayList(); - } - return this.httpActionLink; - } - - /** - * Gets the value of the serviceFault property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the serviceFault property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getServiceFault().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ServiceFault } - * - * - */ - public List getServiceFault() { - if (serviceFault == null) { - serviceFault = new ArrayList(); - } - return this.serviceFault; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkClaimRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkClaimRequest.java deleted file mode 100644 index 493b1d19..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkClaimRequest.java +++ /dev/null @@ -1,146 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter; - - -/** - *

Java-Klasse für DeepLinkClaimRequest complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="DeepLinkClaimRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr" minOccurs="0"/>
- *         <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *         <element name="claimNumber" type="{urn:omds20}Schadennr"/>
- *         <element ref="{urn:omds3ServiceTypes-1-1-0}withoutFrame" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DeepLinkClaimRequest", propOrder = { - "vuNr", - "authFilter", - "claimNumber", - "withoutFrame" -}) -public class DeepLinkClaimRequest { - - @XmlElement(name = "VUNr") - protected String vuNr; - @XmlElement(name = "AuthFilter") - protected AuthorizationFilter authFilter; - @XmlElement(required = true) - protected String claimNumber; - protected Boolean withoutFrame; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der authFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthFilter() { - return authFilter; - } - - /** - * Legt den Wert der authFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthFilter(AuthorizationFilter value) { - this.authFilter = value; - } - - /** - * Ruft den Wert der claimNumber-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getClaimNumber() { - return claimNumber; - } - - /** - * Legt den Wert der claimNumber-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setClaimNumber(String value) { - this.claimNumber = value; - } - - /** - * Ruft den Wert der withoutFrame-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isWithoutFrame() { - return withoutFrame; - } - - /** - * Legt den Wert der withoutFrame-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setWithoutFrame(Boolean value) { - this.withoutFrame = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkOfferRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkOfferRequest.java deleted file mode 100644 index 6591529d..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkOfferRequest.java +++ /dev/null @@ -1,146 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter; - - -/** - *

Java-Klasse für DeepLinkOfferRequest complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="DeepLinkOfferRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr" minOccurs="0"/>
- *         <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *         <element name="offerNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element ref="{urn:omds3ServiceTypes-1-1-0}withoutFrame" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DeepLinkOfferRequest", propOrder = { - "vuNr", - "authFilter", - "offerNumber", - "withoutFrame" -}) -public class DeepLinkOfferRequest { - - @XmlElement(name = "VUNr") - protected String vuNr; - @XmlElement(name = "AuthFilter") - protected AuthorizationFilter authFilter; - @XmlElement(required = true) - protected String offerNumber; - protected Boolean withoutFrame; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der authFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthFilter() { - return authFilter; - } - - /** - * Legt den Wert der authFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthFilter(AuthorizationFilter value) { - this.authFilter = value; - } - - /** - * Ruft den Wert der offerNumber-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOfferNumber() { - return offerNumber; - } - - /** - * Legt den Wert der offerNumber-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOfferNumber(String value) { - this.offerNumber = value; - } - - /** - * Ruft den Wert der withoutFrame-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isWithoutFrame() { - return withoutFrame; - } - - /** - * Legt den Wert der withoutFrame-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setWithoutFrame(Boolean value) { - this.withoutFrame = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkPartnerRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkPartnerRequest.java deleted file mode 100644 index 309d54cf..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkPartnerRequest.java +++ /dev/null @@ -1,146 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter; - - -/** - *

Java-Klasse für DeepLinkPartnerRequest complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="DeepLinkPartnerRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr" minOccurs="0"/>
- *         <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *         <element name="partnerNumber" type="{urn:omds20}Personennr"/>
- *         <element ref="{urn:omds3ServiceTypes-1-1-0}withoutFrame" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DeepLinkPartnerRequest", propOrder = { - "vuNr", - "authFilter", - "partnerNumber", - "withoutFrame" -}) -public class DeepLinkPartnerRequest { - - @XmlElement(name = "VUNr") - protected String vuNr; - @XmlElement(name = "AuthFilter") - protected AuthorizationFilter authFilter; - @XmlElement(required = true) - protected String partnerNumber; - protected Boolean withoutFrame; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der authFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthFilter() { - return authFilter; - } - - /** - * Legt den Wert der authFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthFilter(AuthorizationFilter value) { - this.authFilter = value; - } - - /** - * Ruft den Wert der partnerNumber-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPartnerNumber() { - return partnerNumber; - } - - /** - * Legt den Wert der partnerNumber-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPartnerNumber(String value) { - this.partnerNumber = value; - } - - /** - * Ruft den Wert der withoutFrame-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isWithoutFrame() { - return withoutFrame; - } - - /** - * Legt den Wert der withoutFrame-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setWithoutFrame(Boolean value) { - this.withoutFrame = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkPolicyRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkPolicyRequest.java deleted file mode 100644 index 2bf12d97..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/DeepLinkPolicyRequest.java +++ /dev/null @@ -1,146 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter; - - -/** - *

Java-Klasse für DeepLinkPolicyRequest complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="DeepLinkPolicyRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr" minOccurs="0"/>
- *         <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *         <element name="policyNumber" type="{urn:omds20}Polizzennr"/>
- *         <element ref="{urn:omds3ServiceTypes-1-1-0}withoutFrame" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DeepLinkPolicyRequest", propOrder = { - "vuNr", - "authFilter", - "policyNumber", - "withoutFrame" -}) -public class DeepLinkPolicyRequest { - - @XmlElement(name = "VUNr") - protected String vuNr; - @XmlElement(name = "AuthFilter") - protected AuthorizationFilter authFilter; - @XmlElement(required = true) - protected String policyNumber; - protected Boolean withoutFrame; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der authFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthFilter() { - return authFilter; - } - - /** - * Legt den Wert der authFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthFilter(AuthorizationFilter value) { - this.authFilter = value; - } - - /** - * Ruft den Wert der policyNumber-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPolicyNumber() { - return policyNumber; - } - - /** - * Legt den Wert der policyNumber-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPolicyNumber(String value) { - this.policyNumber = value; - } - - /** - * Ruft den Wert der withoutFrame-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isWithoutFrame() { - return withoutFrame; - } - - /** - * Legt den Wert der withoutFrame-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setWithoutFrame(Boolean value) { - this.withoutFrame = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/HttpActionLinkType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/HttpActionLinkType.java deleted file mode 100644 index 21bf5947..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/HttpActionLinkType.java +++ /dev/null @@ -1,142 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Definiert einen Deep-Link - * - *

Java-Klasse für HttpActionLinkType complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="HttpActionLinkType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="url">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <maxLength value="1024"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="type">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
- *               <enumeration value="1"/>
- *               <enumeration value="2"/>
- *               <enumeration value="3"/>
- *               <enumeration value="4"/>
- *               <enumeration value="5"/>
- *               <enumeration value="6"/>
- *               <enumeration value="7"/>
- *               <enumeration value="8"/>
- *               <enumeration value="9"/>
- *               <enumeration value="10"/>
- *               <enumeration value="11"/>
- *               <enumeration value="12"/>
- *               <enumeration value="13"/>
- *               <enumeration value="14"/>
- *               <enumeration value="15"/>
- *               <enumeration value="16"/>
- *               <enumeration value="17"/>
- *               <enumeration value="18"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="validUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "HttpActionLinkType", propOrder = { - "url", - "type", - "validUntil" -}) -public class HttpActionLinkType { - - @XmlElement(required = true) - protected String url; - protected int type; - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar validUntil; - - /** - * Ruft den Wert der url-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUrl() { - return url; - } - - /** - * Legt den Wert der url-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUrl(String value) { - this.url = value; - } - - /** - * Ruft den Wert der type-Eigenschaft ab. - * - */ - public int getType() { - return type; - } - - /** - * Legt den Wert der type-Eigenschaft fest. - * - */ - public void setType(int value) { - this.type = value; - } - - /** - * Ruft den Wert der validUntil-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getValidUntil() { - return validUntil; - } - - /** - * Legt den Wert der validUntil-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setValidUntil(XMLGregorianCalendar value) { - this.validUntil = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/LoginRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/LoginRequestType.java deleted file mode 100644 index d3af91d1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/LoginRequestType.java +++ /dev/null @@ -1,93 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AuthorizationFilter; - - -/** - * Der Typ des Request-Objekts fuer den allgemeinen Portaleinstieg - * - *

Java-Klasse für LoginRequestType complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="LoginRequestType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr" minOccurs="0"/>
- *         <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "LoginRequestType", propOrder = { - "vuNr", - "authFilter" -}) -public class LoginRequestType { - - @XmlElement(name = "VUNr") - protected String vuNr; - @XmlElement(name = "AuthFilter") - protected AuthorizationFilter authFilter; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der authFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AuthorizationFilter } - * - */ - public AuthorizationFilter getAuthFilter() { - return authFilter; - } - - /** - * Legt den Wert der authFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AuthorizationFilter } - * - */ - public void setAuthFilter(AuthorizationFilter value) { - this.authFilter = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageInfoType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageInfoType.java deleted file mode 100644 index c2087b99..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageInfoType.java +++ /dev/null @@ -1,238 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; -import at.vvo.omds.types.omds2Types.v2_14.PaketInhCdType; -import at.vvo.omds.types.omds2Types.v2_14.PaketUmfCdType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ElementIdType; - - -/** - * Typ fuer die wesentlichen Informationen zu einem OMDS-Datensatz-Package - * - *

Java-Klasse für OMDSPackageInfoType complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="OMDSPackageInfoType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr"/>
- *         <element name="MaklerID" type="{urn:omds3CommonServiceTypes-1-1-0}MaklerID_Type"/>
- *         <element name="omdsPackageIdDetails" type="{urn:omds3CommonServiceTypes-1-1-0}ElementIdType"/>
- *         <element name="timeStamp" type="{urn:omds20}Datum-Zeit"/>
- *         <element name="packageSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
- *         <element name="packageExtent" type="{urn:omds20}PaketUmfCd_Type"/>
- *         <element name="packageContentCode" type="{urn:omds20}PaketInhCd_Type" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "OMDSPackageInfoType", propOrder = { - "vuNr", - "maklerID", - "omdsPackageIdDetails", - "timeStamp", - "packageSize", - "packageExtent", - "packageContentCode" -}) -public class OMDSPackageInfoType { - - @XmlElement(name = "VUNr", required = true) - protected String vuNr; - @XmlElement(name = "MaklerID", required = true) - protected String maklerID; - @XmlElement(required = true) - protected ElementIdType omdsPackageIdDetails; - @XmlElement(required = true) - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar timeStamp; - protected int packageSize; - @XmlElement(required = true) - @XmlSchemaType(name = "string") - protected PaketUmfCdType packageExtent; - @XmlElement(required = true) - @XmlSchemaType(name = "string") - protected List packageContentCode; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der maklerID-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMaklerID() { - return maklerID; - } - - /** - * Legt den Wert der maklerID-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMaklerID(String value) { - this.maklerID = value; - } - - /** - * Ruft den Wert der omdsPackageIdDetails-Eigenschaft ab. - * - * @return - * possible object is - * {@link ElementIdType } - * - */ - public ElementIdType getOmdsPackageIdDetails() { - return omdsPackageIdDetails; - } - - /** - * Legt den Wert der omdsPackageIdDetails-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ElementIdType } - * - */ - public void setOmdsPackageIdDetails(ElementIdType value) { - this.omdsPackageIdDetails = value; - } - - /** - * Ruft den Wert der timeStamp-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getTimeStamp() { - return timeStamp; - } - - /** - * Legt den Wert der timeStamp-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setTimeStamp(XMLGregorianCalendar value) { - this.timeStamp = value; - } - - /** - * Ruft den Wert der packageSize-Eigenschaft ab. - * - */ - public int getPackageSize() { - return packageSize; - } - - /** - * Legt den Wert der packageSize-Eigenschaft fest. - * - */ - public void setPackageSize(int value) { - this.packageSize = value; - } - - /** - * Ruft den Wert der packageExtent-Eigenschaft ab. - * - * @return - * possible object is - * {@link PaketUmfCdType } - * - */ - public PaketUmfCdType getPackageExtent() { - return packageExtent; - } - - /** - * Legt den Wert der packageExtent-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PaketUmfCdType } - * - */ - public void setPackageExtent(PaketUmfCdType value) { - this.packageExtent = value; - } - - /** - * Gets the value of the packageContentCode property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the packageContentCode property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getPackageContentCode().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link PaketInhCdType } - * - * - */ - public List getPackageContentCode() { - if (packageContentCode == null) { - packageContentCode = new ArrayList(); - } - return this.packageContentCode; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageListRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageListRequest.java deleted file mode 100644 index 24a42f4e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageListRequest.java +++ /dev/null @@ -1,148 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AgentFilterType; - - -/** - *

Java-Klasse für OMDSPackageListRequest complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="OMDSPackageListRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr" minOccurs="0"/>
- *         <element name="agentFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AgentFilter_Type" minOccurs="0"/>
- *         <element name="dateFrom" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="dateUntil" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "OMDSPackageListRequest", propOrder = { - "vuNr", - "agentFilter", - "dateFrom", - "dateUntil" -}) -public class OMDSPackageListRequest { - - @XmlElement(name = "VUNr") - protected String vuNr; - protected AgentFilterType agentFilter; - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar dateFrom; - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar dateUntil; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der agentFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AgentFilterType } - * - */ - public AgentFilterType getAgentFilter() { - return agentFilter; - } - - /** - * Legt den Wert der agentFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AgentFilterType } - * - */ - public void setAgentFilter(AgentFilterType value) { - this.agentFilter = value; - } - - /** - * Ruft den Wert der dateFrom-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDateFrom() { - return dateFrom; - } - - /** - * Legt den Wert der dateFrom-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDateFrom(XMLGregorianCalendar value) { - this.dateFrom = value; - } - - /** - * Ruft den Wert der dateUntil-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDateUntil() { - return dateUntil; - } - - /** - * Legt den Wert der dateUntil-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDateUntil(XMLGregorianCalendar value) { - this.dateUntil = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageListResponse.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageListResponse.java deleted file mode 100644 index 008aabe1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageListResponse.java +++ /dev/null @@ -1,104 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - * Dieser Typ definiert eine Liste von OMDS-Datensaetzen - * - *

Java-Klasse für OMDSPackageListResponse complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="OMDSPackageListResponse">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence minOccurs="0">
- *         <element name="omdsPackageInfo" type="{urn:omds3ServiceTypes-1-1-0}OMDSPackageInfoType" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "OMDSPackageListResponse", propOrder = { - "omdsPackageInfo", - "serviceFault" -}) -public class OMDSPackageListResponse { - - protected List omdsPackageInfo; - @XmlElement(name = "ServiceFault") - protected List serviceFault; - - /** - * Gets the value of the omdsPackageInfo property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the omdsPackageInfo property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getOmdsPackageInfo().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link OMDSPackageInfoType } - * - * - */ - public List getOmdsPackageInfo() { - if (omdsPackageInfo == null) { - omdsPackageInfo = new ArrayList(); - } - return this.omdsPackageInfo; - } - - /** - * Gets the value of the serviceFault property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the serviceFault property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getServiceFault().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ServiceFault } - * - * - */ - public List getServiceFault() { - if (serviceFault == null) { - serviceFault = new ArrayList(); - } - return this.serviceFault; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageRequest.java deleted file mode 100644 index bd8fcdde..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageRequest.java +++ /dev/null @@ -1,125 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.AgentFilterType; - - -/** - *

Java-Klasse für OMDSPackageRequest complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="OMDSPackageRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr" minOccurs="0"/>
- *         <element name="agentFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AgentFilter_Type" minOccurs="0"/>
- *         <element name="omdsPackageId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "OMDSPackageRequest", propOrder = { - "vuNr", - "agentFilter", - "omdsPackageId" -}) -public class OMDSPackageRequest { - - @XmlElement(name = "VUNr") - protected String vuNr; - protected AgentFilterType agentFilter; - @XmlElement(required = true) - protected List omdsPackageId; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - - /** - * Ruft den Wert der agentFilter-Eigenschaft ab. - * - * @return - * possible object is - * {@link AgentFilterType } - * - */ - public AgentFilterType getAgentFilter() { - return agentFilter; - } - - /** - * Legt den Wert der agentFilter-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link AgentFilterType } - * - */ - public void setAgentFilter(AgentFilterType value) { - this.agentFilter = value; - } - - /** - * Gets the value of the omdsPackageId property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the omdsPackageId property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getOmdsPackageId().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getOmdsPackageId() { - if (omdsPackageId == null) { - omdsPackageId = new ArrayList(); - } - return this.omdsPackageId; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageResponse.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageResponse.java deleted file mode 100644 index 2cc32231..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/OMDSPackageResponse.java +++ /dev/null @@ -1,102 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - *

Java-Klasse für OMDSPackageResponse complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="OMDSPackageResponse">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="requestedOmdsPackage" type="{urn:omds3ServiceTypes-1-1-0}RequestedOMDSPackage" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "OMDSPackageResponse", propOrder = { - "requestedOmdsPackage", - "serviceFault" -}) -public class OMDSPackageResponse { - - protected List requestedOmdsPackage; - @XmlElement(name = "ServiceFault") - protected List serviceFault; - - /** - * Gets the value of the requestedOmdsPackage property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the requestedOmdsPackage property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getRequestedOmdsPackage().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link RequestedOMDSPackage } - * - * - */ - public List getRequestedOmdsPackage() { - if (requestedOmdsPackage == null) { - requestedOmdsPackage = new ArrayList(); - } - return this.requestedOmdsPackage; - } - - /** - * Gets the value of the serviceFault property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the serviceFault property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getServiceFault().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ServiceFault } - * - * - */ - public List getServiceFault() { - if (serviceFault == null) { - serviceFault = new ArrayList(); - } - return this.serviceFault; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ObjectFactory.java deleted file mode 100644 index 0dcbbaab..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/ObjectFactory.java +++ /dev/null @@ -1,549 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.vvo.omds.types.omds3Types.r1_7_0.servicetypes package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _LoginRequest_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "loginRequest"); - private final static QName _LoginResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "loginResponse"); - private final static QName _GetUserDataRequest_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getUserDataRequest"); - private final static QName _GetUserDataResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getUserDataResponse"); - private final static QName _GetOMDSPackageListRequest_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getOMDSPackageListRequest"); - private final static QName _GetOMDSPackageListResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getOMDSPackageListResponse"); - private final static QName _GetOMDSPackageRequest_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getOMDSPackageRequest"); - private final static QName _GetOMDSPackageResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getOMDSPackageResponse"); - private final static QName _GetArcImageInfosRequest_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getArcImageInfosRequest"); - private final static QName _GetArcImageInfosResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getArcImageInfosResponse"); - private final static QName _GetArcImageRequest_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getArcImageRequest"); - private final static QName _GetArcImageResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getArcImageResponse"); - private final static QName _GetDeepLinkClaimRequest_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getDeepLinkClaimRequest"); - private final static QName _GetDeepLinkClaimResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getDeepLinkClaimResponse"); - private final static QName _GetDeepLinkPartnerRequest_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getDeepLinkPartnerRequest"); - private final static QName _GetDeepLinkPartnerResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getDeepLinkPartnerResponse"); - private final static QName _GetDeepLinkOfferRequest_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getDeepLinkOfferRequest"); - private final static QName _GetDeepLinkOfferResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getDeepLinkOfferResponse"); - private final static QName _GetDeepLinkPolicyRequest_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getDeepLinkPolicyRequest"); - private final static QName _GetDeepLinkPolicyResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getDeepLinkPolicyResponse"); - private final static QName _GetDeepLinkBusinessObjectResponse_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "getDeepLinkBusinessObjectResponse"); - private final static QName _WithoutFrame_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "withoutFrame"); - private final static QName _HttpActionLink_QNAME = new QName("urn:omds3ServiceTypes-1-1-0", "httpActionLink"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_7_0.servicetypes - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link RequestedOMDSPackage } - * - */ - public RequestedOMDSPackage createRequestedOMDSPackage() { - return new RequestedOMDSPackage(); - } - - /** - * Create an instance of {@link UserDataResponse } - * - */ - public UserDataResponse createUserDataResponse() { - return new UserDataResponse(); - } - - /** - * Create an instance of {@link LoginRequestType } - * - */ - public LoginRequestType createLoginRequestType() { - return new LoginRequestType(); - } - - /** - * Create an instance of {@link DeepLinkBusinessObjectResponse } - * - */ - public DeepLinkBusinessObjectResponse createDeepLinkBusinessObjectResponse() { - return new DeepLinkBusinessObjectResponse(); - } - - /** - * Create an instance of {@link UserDataRequest } - * - */ - public UserDataRequest createUserDataRequest() { - return new UserDataRequest(); - } - - /** - * Create an instance of {@link OMDSPackageListRequest } - * - */ - public OMDSPackageListRequest createOMDSPackageListRequest() { - return new OMDSPackageListRequest(); - } - - /** - * Create an instance of {@link OMDSPackageListResponse } - * - */ - public OMDSPackageListResponse createOMDSPackageListResponse() { - return new OMDSPackageListResponse(); - } - - /** - * Create an instance of {@link OMDSPackageRequest } - * - */ - public OMDSPackageRequest createOMDSPackageRequest() { - return new OMDSPackageRequest(); - } - - /** - * Create an instance of {@link OMDSPackageResponse } - * - */ - public OMDSPackageResponse createOMDSPackageResponse() { - return new OMDSPackageResponse(); - } - - /** - * Create an instance of {@link ArcImageInfosRequest } - * - */ - public ArcImageInfosRequest createArcImageInfosRequest() { - return new ArcImageInfosRequest(); - } - - /** - * Create an instance of {@link ArcImageInfosResponse } - * - */ - public ArcImageInfosResponse createArcImageInfosResponse() { - return new ArcImageInfosResponse(); - } - - /** - * Create an instance of {@link ArcImageRequest } - * - */ - public ArcImageRequest createArcImageRequest() { - return new ArcImageRequest(); - } - - /** - * Create an instance of {@link ArcImageResponse } - * - */ - public ArcImageResponse createArcImageResponse() { - return new ArcImageResponse(); - } - - /** - * Create an instance of {@link DeepLinkClaimRequest } - * - */ - public DeepLinkClaimRequest createDeepLinkClaimRequest() { - return new DeepLinkClaimRequest(); - } - - /** - * Create an instance of {@link DeepLinkPartnerRequest } - * - */ - public DeepLinkPartnerRequest createDeepLinkPartnerRequest() { - return new DeepLinkPartnerRequest(); - } - - /** - * Create an instance of {@link DeepLinkOfferRequest } - * - */ - public DeepLinkOfferRequest createDeepLinkOfferRequest() { - return new DeepLinkOfferRequest(); - } - - /** - * Create an instance of {@link DeepLinkPolicyRequest } - * - */ - public DeepLinkPolicyRequest createDeepLinkPolicyRequest() { - return new DeepLinkPolicyRequest(); - } - - /** - * Create an instance of {@link HttpActionLinkType } - * - */ - public HttpActionLinkType createHttpActionLinkType() { - return new HttpActionLinkType(); - } - - /** - * Create an instance of {@link OMDSPackageInfoType } - * - */ - public OMDSPackageInfoType createOMDSPackageInfoType() { - return new OMDSPackageInfoType(); - } - - /** - * Create an instance of {@link PolicyPartnerRole } - * - */ - public PolicyPartnerRole createPolicyPartnerRole() { - return new PolicyPartnerRole(); - } - - /** - * Create an instance of {@link ArcImageInfo } - * - */ - public ArcImageInfo createArcImageInfo() { - return new ArcImageInfo(); - } - - /** - * Create an instance of {@link ArcContent } - * - */ - public ArcContent createArcContent() { - return new ArcContent(); - } - - /** - * Create an instance of {@link RequestedOMDSPackage.OmdsPackage } - * - */ - public RequestedOMDSPackage.OmdsPackage createRequestedOMDSPackageOmdsPackage() { - return new RequestedOMDSPackage.OmdsPackage(); - } - - /** - * Create an instance of {@link UserDataResponse.AvailableServices } - * - */ - public UserDataResponse.AvailableServices createUserDataResponseAvailableServices() { - return new UserDataResponse.AvailableServices(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link LoginRequestType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link LoginRequestType }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "loginRequest") - public JAXBElement createLoginRequest(LoginRequestType value) { - return new JAXBElement(_LoginRequest_QNAME, LoginRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeepLinkBusinessObjectResponse }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeepLinkBusinessObjectResponse }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "loginResponse") - public JAXBElement createLoginResponse(DeepLinkBusinessObjectResponse value) { - return new JAXBElement(_LoginResponse_QNAME, DeepLinkBusinessObjectResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link UserDataRequest }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link UserDataRequest }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getUserDataRequest") - public JAXBElement createGetUserDataRequest(UserDataRequest value) { - return new JAXBElement(_GetUserDataRequest_QNAME, UserDataRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link UserDataResponse }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link UserDataResponse }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getUserDataResponse") - public JAXBElement createGetUserDataResponse(UserDataResponse value) { - return new JAXBElement(_GetUserDataResponse_QNAME, UserDataResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link OMDSPackageListRequest }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link OMDSPackageListRequest }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getOMDSPackageListRequest") - public JAXBElement createGetOMDSPackageListRequest(OMDSPackageListRequest value) { - return new JAXBElement(_GetOMDSPackageListRequest_QNAME, OMDSPackageListRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link OMDSPackageListResponse }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link OMDSPackageListResponse }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getOMDSPackageListResponse") - public JAXBElement createGetOMDSPackageListResponse(OMDSPackageListResponse value) { - return new JAXBElement(_GetOMDSPackageListResponse_QNAME, OMDSPackageListResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link OMDSPackageRequest }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link OMDSPackageRequest }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getOMDSPackageRequest") - public JAXBElement createGetOMDSPackageRequest(OMDSPackageRequest value) { - return new JAXBElement(_GetOMDSPackageRequest_QNAME, OMDSPackageRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link OMDSPackageResponse }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link OMDSPackageResponse }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getOMDSPackageResponse") - public JAXBElement createGetOMDSPackageResponse(OMDSPackageResponse value) { - return new JAXBElement(_GetOMDSPackageResponse_QNAME, OMDSPackageResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ArcImageInfosRequest }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link ArcImageInfosRequest }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getArcImageInfosRequest") - public JAXBElement createGetArcImageInfosRequest(ArcImageInfosRequest value) { - return new JAXBElement(_GetArcImageInfosRequest_QNAME, ArcImageInfosRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ArcImageInfosResponse }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link ArcImageInfosResponse }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getArcImageInfosResponse") - public JAXBElement createGetArcImageInfosResponse(ArcImageInfosResponse value) { - return new JAXBElement(_GetArcImageInfosResponse_QNAME, ArcImageInfosResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ArcImageRequest }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link ArcImageRequest }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getArcImageRequest") - public JAXBElement createGetArcImageRequest(ArcImageRequest value) { - return new JAXBElement(_GetArcImageRequest_QNAME, ArcImageRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ArcImageResponse }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link ArcImageResponse }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getArcImageResponse") - public JAXBElement createGetArcImageResponse(ArcImageResponse value) { - return new JAXBElement(_GetArcImageResponse_QNAME, ArcImageResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeepLinkClaimRequest }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeepLinkClaimRequest }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getDeepLinkClaimRequest") - public JAXBElement createGetDeepLinkClaimRequest(DeepLinkClaimRequest value) { - return new JAXBElement(_GetDeepLinkClaimRequest_QNAME, DeepLinkClaimRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeepLinkBusinessObjectResponse }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeepLinkBusinessObjectResponse }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getDeepLinkClaimResponse") - public JAXBElement createGetDeepLinkClaimResponse(DeepLinkBusinessObjectResponse value) { - return new JAXBElement(_GetDeepLinkClaimResponse_QNAME, DeepLinkBusinessObjectResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeepLinkPartnerRequest }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeepLinkPartnerRequest }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getDeepLinkPartnerRequest") - public JAXBElement createGetDeepLinkPartnerRequest(DeepLinkPartnerRequest value) { - return new JAXBElement(_GetDeepLinkPartnerRequest_QNAME, DeepLinkPartnerRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeepLinkBusinessObjectResponse }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeepLinkBusinessObjectResponse }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getDeepLinkPartnerResponse") - public JAXBElement createGetDeepLinkPartnerResponse(DeepLinkBusinessObjectResponse value) { - return new JAXBElement(_GetDeepLinkPartnerResponse_QNAME, DeepLinkBusinessObjectResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeepLinkOfferRequest }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeepLinkOfferRequest }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getDeepLinkOfferRequest") - public JAXBElement createGetDeepLinkOfferRequest(DeepLinkOfferRequest value) { - return new JAXBElement(_GetDeepLinkOfferRequest_QNAME, DeepLinkOfferRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeepLinkBusinessObjectResponse }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeepLinkBusinessObjectResponse }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getDeepLinkOfferResponse") - public JAXBElement createGetDeepLinkOfferResponse(DeepLinkBusinessObjectResponse value) { - return new JAXBElement(_GetDeepLinkOfferResponse_QNAME, DeepLinkBusinessObjectResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeepLinkPolicyRequest }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeepLinkPolicyRequest }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getDeepLinkPolicyRequest") - public JAXBElement createGetDeepLinkPolicyRequest(DeepLinkPolicyRequest value) { - return new JAXBElement(_GetDeepLinkPolicyRequest_QNAME, DeepLinkPolicyRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeepLinkBusinessObjectResponse }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeepLinkBusinessObjectResponse }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getDeepLinkPolicyResponse") - public JAXBElement createGetDeepLinkPolicyResponse(DeepLinkBusinessObjectResponse value) { - return new JAXBElement(_GetDeepLinkPolicyResponse_QNAME, DeepLinkBusinessObjectResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeepLinkBusinessObjectResponse }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link DeepLinkBusinessObjectResponse }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "getDeepLinkBusinessObjectResponse") - public JAXBElement createGetDeepLinkBusinessObjectResponse(DeepLinkBusinessObjectResponse value) { - return new JAXBElement(_GetDeepLinkBusinessObjectResponse_QNAME, DeepLinkBusinessObjectResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "withoutFrame") - public JAXBElement createWithoutFrame(Boolean value) { - return new JAXBElement(_WithoutFrame_QNAME, Boolean.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link HttpActionLinkType }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link HttpActionLinkType }{@code >} - */ - @XmlElementDecl(namespace = "urn:omds3ServiceTypes-1-1-0", name = "httpActionLink") - public JAXBElement createHttpActionLink(HttpActionLinkType value) { - return new JAXBElement(_HttpActionLink_QNAME, HttpActionLinkType.class, null, value); - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/PolicyPartnerRole.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/PolicyPartnerRole.java deleted file mode 100644 index 9fe6d12a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/PolicyPartnerRole.java +++ /dev/null @@ -1,101 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.PartnerRoleType; - - -/** - * Partnerrollen in einer Polizze: Versicherungsnehmer, Versicherte Person - * - *

Java-Klasse für PolicyPartnerRole complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="PolicyPartnerRole">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="partnerNumber" type="{urn:omds20}Personennr"/>
- *         <element name="partnerRole" type="{urn:omds3CommonServiceTypes-1-1-0}PartnerRoleType" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "PolicyPartnerRole", propOrder = { - "partnerNumber", - "partnerRole" -}) -public class PolicyPartnerRole { - - @XmlElement(required = true) - protected String partnerNumber; - @XmlSchemaType(name = "string") - protected List partnerRole; - - /** - * Ruft den Wert der partnerNumber-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPartnerNumber() { - return partnerNumber; - } - - /** - * Legt den Wert der partnerNumber-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPartnerNumber(String value) { - this.partnerNumber = value; - } - - /** - * Gets the value of the partnerRole property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the partnerRole property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getPartnerRole().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link PartnerRoleType } - * - * - */ - public List getPartnerRole() { - if (partnerRole == null) { - partnerRole = new ArrayList(); - } - return this.partnerRole; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/RequestedOMDSPackage.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/RequestedOMDSPackage.java deleted file mode 100644 index 7a4f1ab7..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/RequestedOMDSPackage.java +++ /dev/null @@ -1,231 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import java.util.ArrayList; -import java.util.List; -import javax.activation.DataHandler; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlMimeType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_7_0.common.ServiceFault; - - -/** - * Typ fuer ein OMDS-Datensatz-Package - * - *

Java-Klasse für RequestedOMDSPackage complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="RequestedOMDSPackage">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="requestedOmdsPackageId">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="1"/>
- *               <maxLength value="1024"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="omdsPackage" minOccurs="0">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence>
- *                   <element name="omdsPackageInfo" type="{urn:omds3ServiceTypes-1-1-0}OMDSPackageInfoType"/>
- *                   <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- *                 </sequence>
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *         <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "RequestedOMDSPackage", propOrder = { - "requestedOmdsPackageId", - "omdsPackage", - "serviceFault" -}) -public class RequestedOMDSPackage { - - @XmlElement(required = true) - protected String requestedOmdsPackageId; - protected RequestedOMDSPackage.OmdsPackage omdsPackage; - @XmlElement(name = "ServiceFault") - protected List serviceFault; - - /** - * Ruft den Wert der requestedOmdsPackageId-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRequestedOmdsPackageId() { - return requestedOmdsPackageId; - } - - /** - * Legt den Wert der requestedOmdsPackageId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRequestedOmdsPackageId(String value) { - this.requestedOmdsPackageId = value; - } - - /** - * Ruft den Wert der omdsPackage-Eigenschaft ab. - * - * @return - * possible object is - * {@link RequestedOMDSPackage.OmdsPackage } - * - */ - public RequestedOMDSPackage.OmdsPackage getOmdsPackage() { - return omdsPackage; - } - - /** - * Legt den Wert der omdsPackage-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link RequestedOMDSPackage.OmdsPackage } - * - */ - public void setOmdsPackage(RequestedOMDSPackage.OmdsPackage value) { - this.omdsPackage = value; - } - - /** - * Gets the value of the serviceFault property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the serviceFault property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getServiceFault().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ServiceFault } - * - * - */ - public List getServiceFault() { - if (serviceFault == null) { - serviceFault = new ArrayList(); - } - return this.serviceFault; - } - - - /** - *

Java-Klasse für anonymous complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

-     * <complexType>
-     *   <complexContent>
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
-     *       <sequence>
-     *         <element name="omdsPackageInfo" type="{urn:omds3ServiceTypes-1-1-0}OMDSPackageInfoType"/>
-     *         <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
-     *       </sequence>
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "omdsPackageInfo", - "content" - }) - public static class OmdsPackage { - - @XmlElement(required = true) - protected OMDSPackageInfoType omdsPackageInfo; - @XmlElement(required = true) - @XmlMimeType("application/zip") - protected DataHandler content; - - /** - * Ruft den Wert der omdsPackageInfo-Eigenschaft ab. - * - * @return - * possible object is - * {@link OMDSPackageInfoType } - * - */ - public OMDSPackageInfoType getOmdsPackageInfo() { - return omdsPackageInfo; - } - - /** - * Legt den Wert der omdsPackageInfo-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link OMDSPackageInfoType } - * - */ - public void setOmdsPackageInfo(OMDSPackageInfoType value) { - this.omdsPackageInfo = value; - } - - /** - * Ruft den Wert der content-Eigenschaft ab. - * - * @return - * possible object is - * {@link DataHandler } - * - */ - public DataHandler getContent() { - return content; - } - - /** - * Legt den Wert der content-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link DataHandler } - * - */ - public void setContent(DataHandler value) { - this.content = value; - } - - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/UserDataRequest.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/UserDataRequest.java deleted file mode 100644 index 99e10b94..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/UserDataRequest.java +++ /dev/null @@ -1,62 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java-Klasse für UserDataRequest complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="UserDataRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VUNr" type="{urn:omds20}VUNr" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "UserDataRequest", propOrder = { - "vuNr" -}) -public class UserDataRequest { - - @XmlElement(name = "VUNr") - protected String vuNr; - - /** - * Ruft den Wert der vuNr-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVUNr() { - return vuNr; - } - - /** - * Legt den Wert der vuNr-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVUNr(String value) { - this.vuNr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/UserDataResponse.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/UserDataResponse.java deleted file mode 100644 index ed30aac4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/UserDataResponse.java +++ /dev/null @@ -1,200 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_14.PERSONType; - - -/** - * Response Type mit Benutzerinformationen. Das Element 'address' ist mit Version 1.1.0 entfallen, da diese Informationen auch im Element 'person' übermittelt werden können - * - * - *

Java-Klasse für UserDataResponse complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="UserDataResponse">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="userid">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <minLength value="1"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="availableServices">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence>
- *                   <element name="service" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
- *                 </sequence>
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *         <element name="person" type="{urn:omds20}PERSON_Type"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "UserDataResponse", propOrder = { - "userid", - "availableServices", - "person" -}) -public class UserDataResponse { - - @XmlElement(required = true) - protected String userid; - @XmlElement(required = true) - protected UserDataResponse.AvailableServices availableServices; - @XmlElement(required = true) - protected PERSONType person; - - /** - * Ruft den Wert der userid-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUserid() { - return userid; - } - - /** - * Legt den Wert der userid-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUserid(String value) { - this.userid = value; - } - - /** - * Ruft den Wert der availableServices-Eigenschaft ab. - * - * @return - * possible object is - * {@link UserDataResponse.AvailableServices } - * - */ - public UserDataResponse.AvailableServices getAvailableServices() { - return availableServices; - } - - /** - * Legt den Wert der availableServices-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link UserDataResponse.AvailableServices } - * - */ - public void setAvailableServices(UserDataResponse.AvailableServices value) { - this.availableServices = value; - } - - /** - * Ruft den Wert der person-Eigenschaft ab. - * - * @return - * possible object is - * {@link PERSONType } - * - */ - public PERSONType getPerson() { - return person; - } - - /** - * Legt den Wert der person-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PERSONType } - * - */ - public void setPerson(PERSONType value) { - this.person = value; - } - - - /** - *

Java-Klasse für anonymous complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

-     * <complexType>
-     *   <complexContent>
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
-     *       <sequence>
-     *         <element name="service" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
-     *       </sequence>
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "service" - }) - public static class AvailableServices { - - @XmlElement(required = true) - protected List service; - - /** - * Gets the value of the service property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the service property. - * - *

- * For example, to add a new item, do as follows: - *

-         *    getService().add(newItem);
-         * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getService() { - if (service == null) { - service = new ArrayList(); - } - return this.service; - } - - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/package-info.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/package-info.java deleted file mode 100644 index d200410c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_7_0/servicetypes/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "urn:omds3ServiceTypes-1-1-0", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.vvo.omds.types.omds3Types.r1_7_0.servicetypes; diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_6_0/omds3_ON2_Antrag_Common.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_6_0/omds3_ON2_Antrag_Common.xsd index b42b5e42..cdce1d9a 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_6_0/omds3_ON2_Antrag_Common.xsd +++ b/OMDSServiceDefinition/src/main/resources/def/r1_6_0/omds3_ON2_Antrag_Common.xsd @@ -1,6 +1,5 @@ - - + diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/ReadMe.txt b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/ReadMe.txt index 933b44ea..19a3b2e0 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/ReadMe.txt +++ b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/ReadMe.txt @@ -3,9 +3,10 @@ Releases OMDS 3 Version 1.0.0 - erste Veroeffentlichung der 'Quick-Wins' OMDS 3 Version 1.1.0 - Veroeffentlichung Schaden, Services die von Maklern betrieben werden, Bugfixes zu 1.0.0 OMDS 3 Version 1.1.1 - Bugfixes zu 1.1.0: Bei einigen Elementen war der z.B. Typ nicht definiert -OMDS 3 Version 1.2.0 - Autorisierung neu Beschrieben, keine Änderungen in den Services selbst +OMDS 3 Version 1.2.0 - Autorisierung neu beschrieben, keine Änderungen in den Services selbst OMDS 3 Version 1.3.0 - Berechnung-Offert-Antrag Kfz neu OMDS 3 Version 1.4.0 - Berechnung-Offert-Antrag Kfz überarbeitet, Verwendung OMDS 2.11 OMDS 3 Version 1.5.0 - Berechnung-Offert-Antrag Sach-privat, Schaden überarbeitet, Verwendung OMDS 2.11 -OMDS 3 Version 1.6.0 - in Vorbereitung: Berechnung-Offert-Antrag Unfall, Leben, Verwendung OMDS 2.12.1 -OMDS 3 Version 1.7.0 - in Vorbereitung: \ No newline at end of file +OMDS 3 Version 1.6.0 - Mitte 2021 - Verwendung OMDS 2.14.0 +OMDS 3 Version 1.7.0 - Anfang 2022 - Berechnung-Offert-Antrag Unfall, Leben, Verwendung OMDS 2.14.0, + Handling von Dokumenten im Prozess, Konvertierung, Fahrzeugwechsel, Wechselkennzeichen. diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3CommonServiceTypes.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3CommonServiceTypes.xsd index 6a65e000..0a9d39d7 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3CommonServiceTypes.xsd +++ b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3CommonServiceTypes.xsd @@ -1,5 +1,5 @@ - + @@ -1426,7 +1426,7 @@ - + @@ -1434,7 +1434,7 @@ - Abschlag z.B. bei jährlicher Zahlrhythmus in Prozent + Abschlag z.B. bei jährlichem Zahlrhythmus in Prozent diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3ServiceTypes.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3ServiceTypes.xsd index 61fbb862..d4e7e6d5 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3ServiceTypes.xsd +++ b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3ServiceTypes.xsd @@ -1,5 +1,5 @@ - + diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3Services.wsdl b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3Services.wsdl index 67bfd622..fc445754 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3Services.wsdl +++ b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3Services.wsdl @@ -1,5 +1,5 @@ - + - - + diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Common.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Common.xsd index ad3c0f06..c1daa273 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Common.xsd +++ b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Common.xsd @@ -1,5 +1,5 @@ - + @@ -34,7 +34,7 @@ - + Abstrakter Basistyp für Antrag, der bei Request und bei Response gleich ist @@ -115,29 +115,18 @@ Moeglichkeit fuer die Erweitung des Standards um eigene Antragsdaten + + + Daten zu etwaigen Sicherstellungen + + + + + Zustimmung zu vorgegebenen Fragen, z.B. Datenverarbeitung von Gesundheitsdaten + + - - - Abstrakter Typ für Antrag, welcher auf SpezAntragBasis_Type ergänzt und der bei Request und bei Response gleich ist - - - - - - - Daten zu etwaigen Sicherstellungen - - - - - Zustimmung zu vorgegebenen Fragen, z.B. Datenverarbeitung von Gesundheitsdaten - - - - - - Abstrakter Basistyp für Antrag in der Personenversicherung, der bei Request und bei Response gleich ist @@ -145,18 +134,31 @@ - - + + + Informationen zu FATCA. + + + + + Informatiionen zum Gemeinsamer Meldestandard-Gesetz bzw. EU Richtlinie zum Austausch von Steuerinformationen. + + Angabe PEP ist zwingend - + + + Wird der Vertrag treuhänderisch gehalten. + + + diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Kfz.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Kfz.xsd index 3afab50f..4ab191d9 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Kfz.xsd +++ b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Kfz.xsd @@ -1,5 +1,5 @@ - + @@ -235,30 +235,7 @@ Typ der das Produkt beschreibt und in Antragsanfrage und Antragsantwort verwendet wird - - - - - - BonusMalus beim Verband - - - - - Vinkulierungsdaten - - - - - - - - - - Typ der den Vertrag beschreibt - - - + @@ -276,6 +253,29 @@ + + + + + + + + + + + + + + + + + + + + + + + Response Upselling Alternativen diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Leben.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Leben.xsd index a5c1ef2f..e2e2a968 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Leben.xsd +++ b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Leben.xsd @@ -1,6 +1,5 @@ - - + diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_SachPrivat.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_SachPrivat.xsd index 6d8d9963..1bb16085 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_SachPrivat.xsd +++ b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_SachPrivat.xsd @@ -1,5 +1,5 @@ - + diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Unfall.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Unfall.xsd index 9d353d00..fe299cb9 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Unfall.xsd +++ b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON2_Antrag_Unfall.xsd @@ -1,6 +1,5 @@ - - + diff --git a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON7_Schaden.xsd b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON7_Schaden.xsd index e7714d7d..27d10027 100644 --- a/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON7_Schaden.xsd +++ b/OMDSServiceDefinition/src/main/resources/def/r1_7_0/omds3_ON7_Schaden.xsd @@ -1,5 +1,5 @@ - +