Nicht mehr benötigtes Konvertierungselemet aus Baustein entfernt, Dokument verschoben, Klassen neu generiert,

This commit is contained in:
2022-05-05 10:32:37 +02:00
parent a459bd8b25
commit badc2b3628
45 changed files with 214 additions and 335 deletions

View File

@@ -23,6 +23,7 @@ import javax.xml.bind.annotation.XmlType;
* <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="ErsetztId" 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"/>
@@ -37,6 +38,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "BasisProduktbaustein_Type", propOrder = {
"id",
"ersetztId",
"bezeichnung",
"bedingungen",
"meldungen"
@@ -48,6 +50,8 @@ public abstract class BasisProduktbausteinType {
@XmlElement(name = "Id")
protected String id;
@XmlElement(name = "ErsetztId")
protected String ersetztId;
@XmlElement(name = "Bezeichnung")
protected String bezeichnung;
@XmlElement(name = "Bedingungen")
@@ -79,6 +83,30 @@ public abstract class BasisProduktbausteinType {
this.id = value;
}
/**
* Ruft den Wert der ersetztId-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getErsetztId() {
return ersetztId;
}
/**
* Legt den Wert der ersetztId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setErsetztId(String value) {
this.ersetztId = value;
}
/**
* Ruft den Wert der bezeichnung-Eigenschaft ab.
*

View File

@@ -52,16 +52,16 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitReceiptRequest;
"korrelationsId"
})
@XmlSeeAlso({
GetApplicationDocumentRequestType.class,
CommonSearchRequestType.class,
CheckClaimRequestType.class,
SubmitClaimRequestType.class,
GetClaimRequestType.class,
CommonSearchRequestType.class,
GetApplicationDocumentRequestType.class,
SubmitReceiptRequest.class,
CheckCoverageRequest.class,
ConversionProposalRequest.class,
ConversionScopeRequest.class,
CommonProcessRequestType.class,
SubmitReceiptRequest.class,
CheckCoverageRequest.class
CommonProcessRequestType.class
})
public abstract class CommonRequestType {

View File

@@ -52,16 +52,16 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitReceiptResponse;
"beendet"
})
@XmlSeeAlso({
GetApplicationDocumentResponseType.class,
CommonSearchResponseType.class,
CheckClaimResponseType.class,
SubmitClaimResponseType.class,
GetClaimResponseType.class,
CommonSearchResponseType.class,
GetApplicationDocumentResponseType.class,
SubmitReceiptResponse.class,
CheckCoverageResponse.class,
ConversionProposalResponse.class,
ConversionScopeResponse.class,
CommonProcessResponseType.class,
SubmitReceiptResponse.class,
CheckCoverageResponse.class
CommonProcessResponseType.class
})
public abstract class CommonResponseType {

View File

@@ -50,10 +50,10 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.LeistungsartUnfallTy
"versicherungssumme"
})
@XmlSeeAlso({
LeistungsartUnfallType.class,
TarifLebenType.class,
ElementarproduktSachPrivatType.class,
ElementarproduktRechtsschutzType.class,
LeistungsartUnfallType.class,
ElementarproduktSachPrivatType.class,
TarifLebenType.class,
ElementarproduktKrankenType.class
})
public abstract class ElementarproduktGenerischType

View File

@@ -44,9 +44,9 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.VerkehrsrechtsschutzKfz
"zusaetzlicheElementarproduktdaten"
})
@XmlSeeAlso({
ElementarproduktGenerischType.class,
ElementarproduktKfzType.class,
VerkehrsrechtsschutzKfzType.class
VerkehrsrechtsschutzKfzType.class,
ElementarproduktGenerischType.class
})
public abstract class ElementarproduktType
extends ProduktbausteinType

View File

@@ -45,6 +45,14 @@ public class ObjectFactory {
return new GMSGType();
}
/**
* Create an instance of {@link ZahlwegType }
*
*/
public ZahlwegType createZahlwegType() {
return new ZahlwegType();
}
/**
* Create an instance of {@link ProzessDokumentType }
*
@@ -54,11 +62,11 @@ public class ObjectFactory {
}
/**
* Create an instance of {@link ZahlwegType }
* Create an instance of {@link ServiceFault }
*
*/
public ZahlwegType createZahlwegType() {
return new ZahlwegType();
public ServiceFault createServiceFault() {
return new ServiceFault();
}
/**
@@ -69,14 +77,6 @@ public class ObjectFactory {
return new ObjektIdType();
}
/**
* Create an instance of {@link TechnicalKeyValueType }
*
*/
public TechnicalKeyValueType createTechnicalKeyValueType() {
return new TechnicalKeyValueType();
}
/**
* Create an instance of {@link PersonType }
*
@@ -85,38 +85,6 @@ public class ObjectFactory {
return new PersonType();
}
/**
* Create an instance of {@link ResponseStatusType }
*
*/
public ResponseStatusType createResponseStatusType() {
return new ResponseStatusType();
}
/**
* Create an instance of {@link DokumentInfoType }
*
*/
public DokumentInfoType createDokumentInfoType() {
return new DokumentInfoType();
}
/**
* Create an instance of {@link DateianhangType }
*
*/
public DateianhangType createDateianhangType() {
return new DateianhangType();
}
/**
* Create an instance of {@link ServiceFault }
*
*/
public ServiceFault createServiceFault() {
return new ServiceFault();
}
/**
* Create an instance of {@link AdresseType }
*
@@ -141,6 +109,14 @@ public class ObjectFactory {
return new ElementIdType();
}
/**
* Create an instance of {@link ResponseStatusType }
*
*/
public ResponseStatusType createResponseStatusType() {
return new ResponseStatusType();
}
/**
* Create an instance of {@link Referenz }
*
@@ -157,6 +133,14 @@ public class ObjectFactory {
return new LegitimationType();
}
/**
* Create an instance of {@link DateianhangType }
*
*/
public DateianhangType createDateianhangType() {
return new DateianhangType();
}
/**
* Create an instance of {@link DokumentBinaryDataType }
*
@@ -269,6 +253,14 @@ public class ObjectFactory {
return new VersicherungssteuerType();
}
/**
* Create an instance of {@link TechnicalKeyValueType }
*
*/
public TechnicalKeyValueType createTechnicalKeyValueType() {
return new TechnicalKeyValueType();
}
/**
* Create an instance of {@link VertragspersonType }
*
@@ -437,6 +429,14 @@ public class ObjectFactory {
return new ErsatzpolizzeMitAendGrundType();
}
/**
* Create an instance of {@link DokumentInfoType }
*
*/
public DokumentInfoType createDokumentInfoType() {
return new DokumentInfoType();
}
/**
* Create an instance of {@link ZahlungsdatenType }
*
@@ -789,14 +789,6 @@ public class ObjectFactory {
return new ElementFondsauswahlType();
}
/**
* Create an instance of {@link at.vvo.omds.types.omds3Types.r1_8_0.common.ProduktbausteinType.Konvertierung }
*
*/
public at.vvo.omds.types.omds3Types.r1_8_0.common.ProduktbausteinType.Konvertierung createProduktbausteinTypeKonvertierung() {
return new at.vvo.omds.types.omds3Types.r1_8_0.common.ProduktbausteinType.Konvertierung();
}
/**
* Create an instance of {@link GMSGType.SteuerlichAnsaessig }
*
@@ -805,14 +797,6 @@ public class ObjectFactory {
return new GMSGType.SteuerlichAnsaessig();
}
/**
* Create an instance of {@link ProzessDokumentType.Autorisierungen }
*
*/
public ProzessDokumentType.Autorisierungen createProzessDokumentTypeAutorisierungen() {
return new ProzessDokumentType.Autorisierungen();
}
/**
* Create an instance of {@link ZahlwegType.Kundenkonto }
*
@@ -821,6 +805,14 @@ public class ObjectFactory {
return new ZahlwegType.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 >}
*

View File

@@ -29,9 +29,9 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SchadenmelderVermittlerTyp
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ObjektSpezifikation_Type")
@XmlSeeAlso({
SchadenmelderVermittlerType.class,
PolizzenObjektSpezifikationType.class,
SchadenObjektSpezifikationType.class
SchadenObjektSpezifikationType.class,
SchadenmelderVermittlerType.class
})
public abstract class ObjektSpezifikationType {

View File

@@ -44,8 +44,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.ProduktSachPriva
"beschreibungTxt"
})
@XmlSeeAlso({
ProduktSachPrivatType.class,
ProduktRechtsschutzType.class,
ProduktSachPrivatType.class,
ProduktMitVpType.class
})
public abstract class ProduktGenerischType

View File

@@ -52,9 +52,9 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.ZusatzproduktKfzType;
"zusaetzlicheProduktdaten"
})
@XmlSeeAlso({
ProduktGenerischType.class,
ProduktKfzType.class,
ZusatzproduktKfzType.class
ZusatzproduktKfzType.class,
ProduktGenerischType.class
})
public abstract class ProduktType
extends ProduktbausteinType

View File

@@ -28,18 +28,6 @@ import javax.xml.datatype.XMLGregorianCalendar;
* &lt;element name="VtgEnde" type="{urn:omds20}Datum" minOccurs="0"/&gt;
* &lt;element name="Praemie" type="{urn:omds3CommonServiceTypes-1-1-0}Praemie_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element name="JahrespraemieNto" type="{urn:omds20}decimal" minOccurs="0"/&gt;
* &lt;element name="Konvertierung" minOccurs="0"&gt;
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Ersatzpolizze" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type"/&gt;
* &lt;element name="ErsatzBausteintId" type="{http://www.w3.org/2001/XMLSchema}anyType"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* &lt;/element&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
@@ -52,8 +40,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
@XmlType(name = "Produktbaustein_Type", propOrder = {
"vtgEnde",
"praemie",
"jahrespraemieNto",
"konvertierung"
"jahrespraemieNto"
})
@XmlSeeAlso({
ProduktbausteinGenerischType.class,
@@ -73,8 +60,6 @@ public abstract class ProduktbausteinType
protected List<PraemieType> praemie;
@XmlElement(name = "JahrespraemieNto")
protected BigDecimal jahrespraemieNto;
@XmlElement(name = "Konvertierung")
protected ProduktbausteinType.Konvertierung konvertierung;
/**
* Ruft den Wert der vtgEnde-Eigenschaft ab.
@@ -153,111 +138,4 @@ public abstract class ProduktbausteinType
this.jahrespraemieNto = value;
}
/**
* Ruft den Wert der konvertierung-Eigenschaft ab.
*
* @return
* possible object is
* {@link ProduktbausteinType.Konvertierung }
*
*/
public ProduktbausteinType.Konvertierung getKonvertierung() {
return konvertierung;
}
/**
* Legt den Wert der konvertierung-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link ProduktbausteinType.Konvertierung }
*
*/
public void setKonvertierung(ProduktbausteinType.Konvertierung value) {
this.konvertierung = value;
}
/**
* <p>Java-Klasse für anonymous complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Ersatzpolizze" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type"/&gt;
* &lt;element name="ErsatzBausteintId" type="{http://www.w3.org/2001/XMLSchema}anyType"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"ersatzpolizze",
"ersatzBausteintId"
})
public static class Konvertierung {
@XmlElement(name = "Ersatzpolizze", required = true)
protected ErsatzpolizzeType ersatzpolizze;
@XmlElement(name = "ErsatzBausteintId", required = true)
protected Object ersatzBausteintId;
/**
* Ruft den Wert der ersatzpolizze-Eigenschaft ab.
*
* @return
* possible object is
* {@link ErsatzpolizzeType }
*
*/
public ErsatzpolizzeType getErsatzpolizze() {
return ersatzpolizze;
}
/**
* Legt den Wert der ersatzpolizze-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link ErsatzpolizzeType }
*
*/
public void setErsatzpolizze(ErsatzpolizzeType value) {
this.ersatzpolizze = value;
}
/**
* Ruft den Wert der ersatzBausteintId-Eigenschaft ab.
*
* @return
* possible object is
* {@link Object }
*
*/
public Object getErsatzBausteintId() {
return ersatzBausteintId;
}
/**
* Legt den Wert der ersatzBausteintId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Object }
*
*/
public void setErsatzBausteintId(Object value) {
this.ersatzBausteintId = value;
}
}
}

View File

@@ -47,10 +47,10 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.VerkaufsproduktUnfal
"beschreibungTxt"
})
@XmlSeeAlso({
VerkaufsproduktUnfallType.class,
VerkaufsproduktLebenType.class,
VerkaufsproduktSachPrivatType.class,
VerkaufsproduktRechtsschutzType.class,
VerkaufsproduktUnfallType.class,
VerkaufsproduktSachPrivatType.class,
VerkaufsproduktLebenType.class,
VerkaufsproduktKrankenType.class
})
public abstract class VerkaufsproduktGenerischType

View File

@@ -52,8 +52,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.VerkaufsproduktKfzType;
"zusaetzlicheVerkaufproduktdaten"
})
@XmlSeeAlso({
VerkaufsproduktGenerischType.class,
VerkaufsproduktKfzType.class
VerkaufsproduktKfzType.class,
VerkaufsproduktGenerischType.class
})
public abstract class VerkaufsproduktType
extends ProduktbausteinType

View File

@@ -39,11 +39,11 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.VersichertesObje
"attributMetadaten"
})
@XmlSeeAlso({
VersichertePersonType.class,
VersicherteLiegenschaftType.class,
VersichertesObjektSachPrivatType.class,
RisikoHaushaltType.class,
RisikoGebaeudeType.class,
VersichertePersonType.class,
VersicherteLiegenschaftType.class
RisikoGebaeudeType.class
})
public abstract class VersichertesInteresseMitAttributMetadatenType
extends VersichertesInteresseType

View File

@@ -55,8 +55,8 @@ import javax.xml.bind.annotation.XmlType;
"zusaetzlicheVorversicherungsdaten"
})
@XmlSeeAlso({
VorversicherungType.class,
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.VorversicherungenKfzType.VorversicherungKfz.class
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.VorversicherungenKfzType.VorversicherungKfz.class,
VorversicherungType.class
})
public class VorversicherungenDetailType {

View File

@@ -29,8 +29,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.VorversicherungenKfzTyp
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Vorversicherungen_Type")
@XmlSeeAlso({
VorversicherungenImplType.class,
VorversicherungenKfzType.class
VorversicherungenKfzType.class,
VorversicherungenImplType.class
})
public abstract class VorversicherungenType {

View File

@@ -40,8 +40,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallReque
})
@XmlSeeAlso({
CalculateUnfallRequestType.class,
CalculateLebenRequestType.class,
CalculateSachPrivatRequestType.class,
CalculateLebenRequestType.class,
CalculateKrankenRequest.class,
CalculateRechtsschutzRequest.class
})

View File

@@ -34,8 +34,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallRespo
@XmlType(name = "CalculateResponseGen_Type")
@XmlSeeAlso({
CalculateUnfallResponseType.class,
CalculateLebenResponseType.class,
CalculateSachPrivatResponseType.class,
CalculateLebenResponseType.class,
CalculateKrankenResponse.class,
CalculateRechtsschutzResponse.class
})

View File

@@ -10,7 +10,7 @@ import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonResponseType;
import at.vvo.omds.types.omds3Types.r1_8_0.common.ErsatzpolizzeType;
import at.vvo.omds.types.omds3Types.r1_8_0.common.ProzessDokumentBasisType;
import at.vvo.omds.types.omds3Types.r1_8_0.common.ProzessDokHandoutType;
/**
@@ -23,9 +23,9 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.ProzessDokumentBasisType;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Vorschlag" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type"/&gt;
* &lt;element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}ProzessDokumentBasis_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element name="Ersatzpolizzen" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element name="Vorschlag" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type" minOccurs="0"/&gt;
* &lt;element name="Dokument" type="{urn:omds3CommonServiceTypes-1-1-0}ProzessDokHandout_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element name="Ersatzpolizze" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
@@ -37,20 +37,20 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.ProzessDokumentBasisType;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"vorschlag",
"dokumente",
"ersatzpolizzen"
"dokument",
"ersatzpolizze"
})
@XmlRootElement(name = "ConversionProposalResponse")
public class ConversionProposalResponse
extends CommonResponseType
{
@XmlElement(name = "Vorschlag", required = true)
@XmlElement(name = "Vorschlag")
protected SpezAntragType vorschlag;
@XmlElement(name = "Dokumente")
protected List<ProzessDokumentBasisType> dokumente;
@XmlElement(name = "Ersatzpolizzen")
protected List<ErsatzpolizzeType> ersatzpolizzen;
@XmlElement(name = "Dokument")
protected List<ProzessDokHandoutType> dokument;
@XmlElement(name = "Ersatzpolizze")
protected List<ErsatzpolizzeType> ersatzpolizze;
/**
* Ruft den Wert der vorschlag-Eigenschaft ab.
@@ -77,47 +77,47 @@ public class ConversionProposalResponse
}
/**
* Gets the value of the dokumente property.
* Gets the value of the dokument property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the dokumente property.
* This is why there is not a <CODE>set</CODE> method for the dokument property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getDokumente().add(newItem);
* getDokument().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ProzessDokumentBasisType }
* {@link ProzessDokHandoutType }
*
*
*/
public List<ProzessDokumentBasisType> getDokumente() {
if (dokumente == null) {
dokumente = new ArrayList<ProzessDokumentBasisType>();
public List<ProzessDokHandoutType> getDokument() {
if (dokument == null) {
dokument = new ArrayList<ProzessDokHandoutType>();
}
return this.dokumente;
return this.dokument;
}
/**
* Gets the value of the ersatzpolizzen property.
* Gets the value of the ersatzpolizze property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the ersatzpolizzen property.
* This is why there is not a <CODE>set</CODE> method for the ersatzpolizze property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getErsatzpolizzen().add(newItem);
* getErsatzpolizze().add(newItem);
* </pre>
*
*
@@ -127,11 +127,11 @@ public class ConversionProposalResponse
*
*
*/
public List<ErsatzpolizzeType> getErsatzpolizzen() {
if (ersatzpolizzen == null) {
ersatzpolizzen = new ArrayList<ErsatzpolizzeType>();
public List<ErsatzpolizzeType> getErsatzpolizze() {
if (ersatzpolizze == null) {
ersatzpolizze = new ArrayList<ErsatzpolizzeType>();
}
return this.ersatzpolizzen;
return this.ersatzpolizze;
}
}

View File

@@ -21,7 +21,7 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonRequestType;
* &lt;complexContent&gt;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Vertraege" maxOccurs="unbounded"&gt;
* &lt;element name="Vertrag" maxOccurs="unbounded"&gt;
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
@@ -43,43 +43,43 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonRequestType;
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"vertraege"
"vertrag"
})
@XmlRootElement(name = "ConversionScopeRequest")
public class ConversionScopeRequest
extends CommonRequestType
{
@XmlElement(name = "Vertraege", required = true)
protected List<ConversionScopeRequest.Vertraege> vertraege;
@XmlElement(name = "Vertrag", required = true)
protected List<ConversionScopeRequest.Vertrag> vertrag;
/**
* Gets the value of the vertraege property.
* Gets the value of the vertrag property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the vertraege property.
* This is why there is not a <CODE>set</CODE> method for the vertrag property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getVertraege().add(newItem);
* getVertrag().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ConversionScopeRequest.Vertraege }
* {@link ConversionScopeRequest.Vertrag }
*
*
*/
public List<ConversionScopeRequest.Vertraege> getVertraege() {
if (vertraege == null) {
vertraege = new ArrayList<ConversionScopeRequest.Vertraege>();
public List<ConversionScopeRequest.Vertrag> getVertrag() {
if (vertrag == null) {
vertrag = new ArrayList<ConversionScopeRequest.Vertrag>();
}
return this.vertraege;
return this.vertrag;
}
@@ -108,7 +108,7 @@ public class ConversionScopeRequest
"polizzennr",
"vertragsID"
})
public static class Vertraege {
public static class Vertrag {
@XmlElement(name = "Polizzennr", required = true)
protected String polizzennr;

View File

@@ -40,8 +40,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnf
})
@XmlSeeAlso({
CreateApplicationUnfallRequestType.class,
CreateApplicationLebenRequestType.class,
CreateApplicationSachPrivatRequestType.class,
CreateApplicationLebenRequestType.class,
CreateApplicationKrankenRequest.class,
CreateApplicationRechtsschutzRequest.class
})

View File

@@ -34,8 +34,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnf
@XmlType(name = "CreateApplicationResponseGen_Type")
@XmlSeeAlso({
CreateApplicationUnfallResponseType.class,
CreateApplicationLebenResponseType.class,
CreateApplicationSachPrivatResponseType.class,
CreateApplicationLebenResponseType.class,
CreateApplicationKrankenResponse.class,
CreateApplicationRechtsschutzResponse.class
})

View File

@@ -40,8 +40,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallReq
})
@XmlSeeAlso({
CreateOfferUnfallRequestType.class,
CreateOfferLebenRequestType.class,
CreateOfferSachPrivatRequestType.class,
CreateOfferLebenRequestType.class,
CreateOfferKrankenRequest.class,
CreateOfferRechtsschutzRequest.class
})

View File

@@ -34,8 +34,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallRes
@XmlType(name = "CreateOfferResponseGen_Type")
@XmlSeeAlso({
CreateOfferUnfallResponseType.class,
CreateOfferLebenResponseType.class,
CreateOfferSachPrivatResponseType.class,
CreateOfferLebenResponseType.class,
CreateOfferKrankenResponse.class,
CreateOfferRechtsschutzResponse.class
})

View File

@@ -9,12 +9,12 @@ import javax.xml.bind.annotation.XmlType;
/**
* Belassen-Aktion (Keine Aktion, der Baustein bleibt weiter in altem Vertrag)
*
* <p>Java-Klasse für KonvertierungsaktionBelassen complex type.
* <p>Java-Klasse für KonvertierungsaktionBelassen_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="KonvertierungsaktionBelassen"&gt;
* &lt;complexType name="KonvertierungsaktionBelassen_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}Konvertierungsaktion_Type"&gt;
* &lt;/extension&gt;
@@ -25,8 +25,8 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "KonvertierungsaktionBelassen")
public class KonvertierungsaktionBelassen
@XmlType(name = "KonvertierungsaktionBelassen_Type")
public class KonvertierungsaktionBelassenType
extends KonvertierungsaktionType
{

View File

@@ -9,12 +9,12 @@ import javax.xml.bind.annotation.XmlType;
/**
* Storno-Aktion (der Baustein wird im alten Vertrag storniert und nicht in den neuen übernommen)
*
* <p>Java-Klasse für KonvertierungsaktionStorno complex type.
* <p>Java-Klasse für KonvertierungsaktionStorno_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="KonvertierungsaktionStorno"&gt;
* &lt;complexType name="KonvertierungsaktionStorno_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}Konvertierungsaktion_Type"&gt;
* &lt;/extension&gt;
@@ -25,8 +25,8 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "KonvertierungsaktionStorno")
public class KonvertierungsaktionStorno
@XmlType(name = "KonvertierungsaktionStorno_Type")
public class KonvertierungsaktionStornoType
extends KonvertierungsaktionType
{

View File

@@ -34,9 +34,9 @@ import javax.xml.bind.annotation.XmlType;
"art"
})
@XmlSeeAlso({
KonvertierungsaktionBelassen.class,
KonvertierungsaktionUebernehmen.class,
KonvertierungsaktionStorno.class
KonvertierungsaktionBelassenType.class,
KonvertierungsaktionUebernehmenType.class,
KonvertierungsaktionStornoType.class
})
public abstract class KonvertierungsaktionType {

View File

@@ -13,12 +13,12 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.KombinationenType;
/**
* Uebernehmen-Aktion (der Baustein wird in den Folgevertrag uebernommen)
*
* <p>Java-Klasse für KonvertierungsaktionUebernehmen complex type.
* <p>Java-Klasse für KonvertierungsaktionUebernehmen_Type complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="KonvertierungsaktionUebernehmen"&gt;
* &lt;complexType name="KonvertierungsaktionUebernehmen_Type"&gt;
* &lt;complexContent&gt;
* &lt;extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}Konvertierungsaktion_Type"&gt;
* &lt;sequence&gt;
@@ -33,11 +33,11 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.KombinationenType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "KonvertierungsaktionUebernehmen", propOrder = {
@XmlType(name = "KonvertierungsaktionUebernehmen_Type", propOrder = {
"baustein",
"kombinationen"
})
public class KonvertierungsaktionUebernehmen
public class KonvertierungsaktionUebernehmenType
extends KonvertierungsaktionType
{

View File

@@ -25,7 +25,7 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.KombinationenType;
* &lt;extension base="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type"&gt;
* &lt;sequence&gt;
* &lt;element name="Bezeichnung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="Sparte" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}KonvertierungBaustein_Type" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element name="Sparte" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}KonvertierungBaustein_Type" maxOccurs="unbounded"/&gt;
* &lt;element name="Kombinationen" type="{urn:omds3CommonServiceTypes-1-1-0}Kombinationen_Type" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
@@ -50,7 +50,7 @@ public class KonvertierungsumfangVertragType
@XmlElement(name = "Bezeichnung")
protected String bezeichnung;
@XmlElement(name = "Sparte")
@XmlElement(name = "Sparte", required = true)
protected List<KonvertierungBausteinType> sparte;
@XmlElement(name = "Kombinationen")
protected KombinationenType kombinationen;

View File

@@ -83,11 +83,11 @@ public class ObjectFactory {
}
/**
* Create an instance of {@link ConversionScopeRequest.Vertraege }
* Create an instance of {@link ConversionScopeRequest.Vertrag }
*
*/
public ConversionScopeRequest.Vertraege createConversionScopeRequestVertraege() {
return new ConversionScopeRequest.Vertraege();
public ConversionScopeRequest.Vertrag createConversionScopeRequestVertrag() {
return new ConversionScopeRequest.Vertrag();
}
/**
@@ -131,27 +131,27 @@ public class ObjectFactory {
}
/**
* Create an instance of {@link KonvertierungsaktionBelassen }
* Create an instance of {@link KonvertierungsaktionBelassenType }
*
*/
public KonvertierungsaktionBelassen createKonvertierungsaktionBelassen() {
return new KonvertierungsaktionBelassen();
public KonvertierungsaktionBelassenType createKonvertierungsaktionBelassenType() {
return new KonvertierungsaktionBelassenType();
}
/**
* Create an instance of {@link KonvertierungsaktionUebernehmen }
* Create an instance of {@link KonvertierungsaktionUebernehmenType }
*
*/
public KonvertierungsaktionUebernehmen createKonvertierungsaktionUebernehmen() {
return new KonvertierungsaktionUebernehmen();
public KonvertierungsaktionUebernehmenType createKonvertierungsaktionUebernehmenType() {
return new KonvertierungsaktionUebernehmenType();
}
/**
* Create an instance of {@link KonvertierungsaktionStorno }
* Create an instance of {@link KonvertierungsaktionStornoType }
*
*/
public KonvertierungsaktionStorno createKonvertierungsaktionStorno() {
return new KonvertierungsaktionStorno();
public KonvertierungsaktionStornoType createKonvertierungsaktionStornoType() {
return new KonvertierungsaktionStornoType();
}
/**

View File

@@ -88,12 +88,12 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezAntragUnfallType
"einwilligungen"
})
@XmlSeeAlso({
SpezAntragKfzType.class,
SpezAntragRechtsschutzType.class,
SpezAntragUnfallType.class,
AntragSachPrivatType.class,
SpezAntragRechtsschutzType.class,
SpezAntragKrankenType.class,
SpezAntragPersonenType.class,
SpezAntragKfzType.class
SpezAntragKrankenType.class
})
public abstract class SpezAntragType {

View File

@@ -43,12 +43,12 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezBerechnungUnfall
"personen"
})
@XmlSeeAlso({
SpezBerechnungUnfallType.class,
SpezBerechnungLebenType.class,
BerechnungSachPrivatType.class,
SpezBerechnungKfzType.class,
SpezBerechnungRechtsschutzType.class,
SpezBerechnungKrankenType.class,
SpezBerechnungKfzType.class
SpezBerechnungUnfallType.class,
BerechnungSachPrivatType.class,
SpezBerechnungLebenType.class,
SpezBerechnungKrankenType.class
})
public abstract class SpezBerechnungType {

View File

@@ -49,12 +49,12 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezOffertUnfallType
"versicherungsnehmer"
})
@XmlSeeAlso({
SpezOffertUnfallType.class,
SpezOffertLebenType.class,
OffertSachPrivatType.class,
SpezOffertKfzType.class,
SpezOffertRechtsschutzType.class,
SpezOffertKrankenType.class,
SpezOffertKfzType.class
SpezOffertUnfallType.class,
OffertSachPrivatType.class,
SpezOffertLebenType.class,
SpezOffertKrankenType.class
})
public abstract class SpezOffertType {

View File

@@ -40,8 +40,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnf
})
@XmlSeeAlso({
SubmitApplicationUnfallRequestType.class,
SubmitApplicationLebenRequestType.class,
SubmitApplicationSachPrivatRequestType.class,
SubmitApplicationLebenRequestType.class,
SubmitApplicationKrankenRequest.class,
SubmitApplicationRechtsschutzRequest.class
})

View File

@@ -34,8 +34,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnf
@XmlType(name = "SubmitApplicationResponseGen_Type")
@XmlSeeAlso({
SubmitApplicationUnfallResponseType.class,
SubmitApplicationLebenResponseType.class,
SubmitApplicationSachPrivatResponseType.class,
SubmitApplicationLebenResponseType.class,
SubmitApplicationKrankenResponse.class,
SubmitApplicationRechtsschutzResponse.class
})

View File

@@ -48,8 +48,8 @@ public class ZusatzversicherungUnfallinvaliditaetType
* <p>
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
* Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
* Zeile 131 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3_ON2_Antrag_Leben.xsd
* Zeile 1423 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3CommonServiceTypes.xsd
* Zeile 131 von file:/C:/Users/jensb/git/omdsservicedefinitions_master/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3_ON2_Antrag_Leben.xsd
* Zeile 1414 von file:/C:/Users/jensb/git/omdsservicedefinitions_master/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3CommonServiceTypes.xsd
* <p>
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine
* der beiden folgenden Deklarationen an, um deren Namen zu ändern:

View File

@@ -48,8 +48,8 @@ public class ZusatzversicherungUnfalltodType
* <p>
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
* Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
* Zeile 119 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3_ON2_Antrag_Leben.xsd
* Zeile 1423 von file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3CommonServiceTypes.xsd
* Zeile 119 von file:/C:/Users/jensb/git/omdsservicedefinitions_master/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3_ON2_Antrag_Leben.xsd
* Zeile 1414 von file:/C:/Users/jensb/git/omdsservicedefinitions_master/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3CommonServiceTypes.xsd
* <p>
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine
* der beiden folgenden Deklarationen an, um deren Namen zu ändern:

View File

@@ -10,12 +10,12 @@ import javax.xml.ws.Service;
/**
* This class was generated by Apache CXF 3.5.0
* 2022-04-29T13:14:00.917+02:00
* 2022-05-05T10:26:35.508+02:00
* Generated source version: 3.5.0
*
*/
@WebServiceClient(name = "omdsService",
wsdlLocation = "file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3Services.wsdl",
wsdlLocation = "file:/C:/Users/jensb/git/omdsservicedefinitions_master/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3Services.wsdl",
targetNamespace = "urn:omds3Services-1-4-0")
public class OmdsService extends Service {
@@ -26,11 +26,11 @@ public class OmdsService extends Service {
static {
URL url = null;
try {
url = new URL("file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3Services.wsdl");
url = new URL("file:/C:/Users/jensb/git/omdsservicedefinitions_master/OMDSServiceDefinition/src/main/resources/def/r1_8_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_8_0/omds3Services.wsdl");
"Can not initialize the default wsdl from {0}", "file:/C:/Users/jensb/git/omdsservicedefinitions_master/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3Services.wsdl");
}
WSDL_LOCATION = url;
}

View File

@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 3.5.0
* 2022-04-29T13:14:00.897+02:00
* 2022-05-05T10:26:35.463+02:00
* Generated source version: 3.5.0
*
*/
@@ -25,7 +25,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
serviceName = "omdsService",
portName = "omdsServicePort",
targetNamespace = "urn:omds3Services-1-4-0",
wsdlLocation = "file:/C:/Users/jensb/git/omdsservicedefinitions2/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3Services.wsdl",
wsdlLocation = "file:/C:/Users/jensb/git/omdsservicedefinitions_master/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3Services.wsdl",
endpointInterface = "at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType")
public class OmdsServicePortImpl implements OmdsServicePortType {

View File

@@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 3.5.0
* 2022-04-29T13:14:00.913+02:00
* 2022-05-05T10:26:35.496+02:00
* Generated source version: 3.5.0
*
*/

View File

@@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 3.5.0
* 2022-04-29T13:14:00.853+02:00
* 2022-05-05T10:26:35.396+02:00
* Generated source version: 3.5.0
*
*/

View File

@@ -6,7 +6,7 @@ import javax.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 3.5.0
* 2022-04-29T13:14:00.893+02:00
* 2022-05-05T10:26:35.458+02:00
* Generated source version: 3.5.0
*/

View File

@@ -1148,25 +1148,6 @@
</xsd:annotation>
</xsd:element>
<xsd:element name="JahrespraemieNto" type="omds:decimal" minOccurs="0"/>
<xsd:element name="Konvertierung" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Optional Metadaten zur Konvertierung</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Ersatzpolizze" type="Ersatzpolizze_Type">
<xsd:annotation>
<xsd:documentation>Aus welcher Polizze der Baustein stammt, der hier ersetzt wird.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ErsatzBausteintId">
<xsd:annotation>
<xsd:documentation>Die bisherige Id des Bausteins, wenn dieser Baustein ion einer Konvertierung einen anderen Baustein ersetzt und dies übermittelt werden soll.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>