Nicht mehr benötigtes Konvertierungselemet aus Baustein entfernt, Dokument verschoben, Klassen neu generiert,
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -23,6 +23,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <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="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="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"/>
|
* <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)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "BasisProduktbaustein_Type", propOrder = {
|
@XmlType(name = "BasisProduktbaustein_Type", propOrder = {
|
||||||
"id",
|
"id",
|
||||||
|
"ersetztId",
|
||||||
"bezeichnung",
|
"bezeichnung",
|
||||||
"bedingungen",
|
"bedingungen",
|
||||||
"meldungen"
|
"meldungen"
|
||||||
@@ -48,6 +50,8 @@ public abstract class BasisProduktbausteinType {
|
|||||||
|
|
||||||
@XmlElement(name = "Id")
|
@XmlElement(name = "Id")
|
||||||
protected String id;
|
protected String id;
|
||||||
|
@XmlElement(name = "ErsetztId")
|
||||||
|
protected String ersetztId;
|
||||||
@XmlElement(name = "Bezeichnung")
|
@XmlElement(name = "Bezeichnung")
|
||||||
protected String bezeichnung;
|
protected String bezeichnung;
|
||||||
@XmlElement(name = "Bedingungen")
|
@XmlElement(name = "Bedingungen")
|
||||||
@@ -79,6 +83,30 @@ public abstract class BasisProduktbausteinType {
|
|||||||
this.id = value;
|
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.
|
* Ruft den Wert der bezeichnung-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -52,16 +52,16 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitReceiptRequest;
|
|||||||
"korrelationsId"
|
"korrelationsId"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
|
GetApplicationDocumentRequestType.class,
|
||||||
|
CommonSearchRequestType.class,
|
||||||
CheckClaimRequestType.class,
|
CheckClaimRequestType.class,
|
||||||
SubmitClaimRequestType.class,
|
SubmitClaimRequestType.class,
|
||||||
GetClaimRequestType.class,
|
GetClaimRequestType.class,
|
||||||
CommonSearchRequestType.class,
|
SubmitReceiptRequest.class,
|
||||||
GetApplicationDocumentRequestType.class,
|
CheckCoverageRequest.class,
|
||||||
ConversionProposalRequest.class,
|
ConversionProposalRequest.class,
|
||||||
ConversionScopeRequest.class,
|
ConversionScopeRequest.class,
|
||||||
CommonProcessRequestType.class,
|
CommonProcessRequestType.class
|
||||||
SubmitReceiptRequest.class,
|
|
||||||
CheckCoverageRequest.class
|
|
||||||
})
|
})
|
||||||
public abstract class CommonRequestType {
|
public abstract class CommonRequestType {
|
||||||
|
|
||||||
|
|||||||
@@ -52,16 +52,16 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SubmitReceiptResponse;
|
|||||||
"beendet"
|
"beendet"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
|
GetApplicationDocumentResponseType.class,
|
||||||
|
CommonSearchResponseType.class,
|
||||||
CheckClaimResponseType.class,
|
CheckClaimResponseType.class,
|
||||||
SubmitClaimResponseType.class,
|
SubmitClaimResponseType.class,
|
||||||
GetClaimResponseType.class,
|
GetClaimResponseType.class,
|
||||||
CommonSearchResponseType.class,
|
SubmitReceiptResponse.class,
|
||||||
GetApplicationDocumentResponseType.class,
|
CheckCoverageResponse.class,
|
||||||
ConversionProposalResponse.class,
|
ConversionProposalResponse.class,
|
||||||
ConversionScopeResponse.class,
|
ConversionScopeResponse.class,
|
||||||
CommonProcessResponseType.class,
|
CommonProcessResponseType.class
|
||||||
SubmitReceiptResponse.class,
|
|
||||||
CheckCoverageResponse.class
|
|
||||||
})
|
})
|
||||||
public abstract class CommonResponseType {
|
public abstract class CommonResponseType {
|
||||||
|
|
||||||
|
|||||||
@@ -50,10 +50,10 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.LeistungsartUnfallTy
|
|||||||
"versicherungssumme"
|
"versicherungssumme"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
LeistungsartUnfallType.class,
|
|
||||||
TarifLebenType.class,
|
|
||||||
ElementarproduktSachPrivatType.class,
|
|
||||||
ElementarproduktRechtsschutzType.class,
|
ElementarproduktRechtsschutzType.class,
|
||||||
|
LeistungsartUnfallType.class,
|
||||||
|
ElementarproduktSachPrivatType.class,
|
||||||
|
TarifLebenType.class,
|
||||||
ElementarproduktKrankenType.class
|
ElementarproduktKrankenType.class
|
||||||
})
|
})
|
||||||
public abstract class ElementarproduktGenerischType
|
public abstract class ElementarproduktGenerischType
|
||||||
|
|||||||
@@ -44,9 +44,9 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.VerkehrsrechtsschutzKfz
|
|||||||
"zusaetzlicheElementarproduktdaten"
|
"zusaetzlicheElementarproduktdaten"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
ElementarproduktGenerischType.class,
|
|
||||||
ElementarproduktKfzType.class,
|
ElementarproduktKfzType.class,
|
||||||
VerkehrsrechtsschutzKfzType.class
|
VerkehrsrechtsschutzKfzType.class,
|
||||||
|
ElementarproduktGenerischType.class
|
||||||
})
|
})
|
||||||
public abstract class ElementarproduktType
|
public abstract class ElementarproduktType
|
||||||
extends ProduktbausteinType
|
extends ProduktbausteinType
|
||||||
|
|||||||
@@ -45,6 +45,14 @@ public class ObjectFactory {
|
|||||||
return new GMSGType();
|
return new GMSGType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link ZahlwegType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public ZahlwegType createZahlwegType() {
|
||||||
|
return new ZahlwegType();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link ProzessDokumentType }
|
* 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() {
|
public ServiceFault createServiceFault() {
|
||||||
return new ZahlwegType();
|
return new ServiceFault();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -69,14 +77,6 @@ public class ObjectFactory {
|
|||||||
return new ObjektIdType();
|
return new ObjektIdType();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Create an instance of {@link TechnicalKeyValueType }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public TechnicalKeyValueType createTechnicalKeyValueType() {
|
|
||||||
return new TechnicalKeyValueType();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link PersonType }
|
* Create an instance of {@link PersonType }
|
||||||
*
|
*
|
||||||
@@ -85,38 +85,6 @@ public class ObjectFactory {
|
|||||||
return new PersonType();
|
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 }
|
* Create an instance of {@link AdresseType }
|
||||||
*
|
*
|
||||||
@@ -141,6 +109,14 @@ public class ObjectFactory {
|
|||||||
return new ElementIdType();
|
return new ElementIdType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link ResponseStatusType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public ResponseStatusType createResponseStatusType() {
|
||||||
|
return new ResponseStatusType();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link Referenz }
|
* Create an instance of {@link Referenz }
|
||||||
*
|
*
|
||||||
@@ -157,6 +133,14 @@ public class ObjectFactory {
|
|||||||
return new LegitimationType();
|
return new LegitimationType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link DateianhangType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public DateianhangType createDateianhangType() {
|
||||||
|
return new DateianhangType();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link DokumentBinaryDataType }
|
* Create an instance of {@link DokumentBinaryDataType }
|
||||||
*
|
*
|
||||||
@@ -269,6 +253,14 @@ public class ObjectFactory {
|
|||||||
return new VersicherungssteuerType();
|
return new VersicherungssteuerType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link TechnicalKeyValueType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public TechnicalKeyValueType createTechnicalKeyValueType() {
|
||||||
|
return new TechnicalKeyValueType();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link VertragspersonType }
|
* Create an instance of {@link VertragspersonType }
|
||||||
*
|
*
|
||||||
@@ -437,6 +429,14 @@ public class ObjectFactory {
|
|||||||
return new ErsatzpolizzeMitAendGrundType();
|
return new ErsatzpolizzeMitAendGrundType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link DokumentInfoType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public DokumentInfoType createDokumentInfoType() {
|
||||||
|
return new DokumentInfoType();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link ZahlungsdatenType }
|
* Create an instance of {@link ZahlungsdatenType }
|
||||||
*
|
*
|
||||||
@@ -789,14 +789,6 @@ public class ObjectFactory {
|
|||||||
return new ElementFondsauswahlType();
|
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 }
|
* Create an instance of {@link GMSGType.SteuerlichAnsaessig }
|
||||||
*
|
*
|
||||||
@@ -805,14 +797,6 @@ public class ObjectFactory {
|
|||||||
return new GMSGType.SteuerlichAnsaessig();
|
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 }
|
* Create an instance of {@link ZahlwegType.Kundenkonto }
|
||||||
*
|
*
|
||||||
@@ -821,6 +805,14 @@ public class ObjectFactory {
|
|||||||
return new ZahlwegType.Kundenkonto();
|
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 >}
|
* Create an instance of {@link JAXBElement }{@code <}{@link ServiceFault }{@code >}
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -29,9 +29,9 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on7schaden.SchadenmelderVermittlerTyp
|
|||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "ObjektSpezifikation_Type")
|
@XmlType(name = "ObjektSpezifikation_Type")
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
SchadenmelderVermittlerType.class,
|
|
||||||
PolizzenObjektSpezifikationType.class,
|
PolizzenObjektSpezifikationType.class,
|
||||||
SchadenObjektSpezifikationType.class
|
SchadenObjektSpezifikationType.class,
|
||||||
|
SchadenmelderVermittlerType.class
|
||||||
})
|
})
|
||||||
public abstract class ObjektSpezifikationType {
|
public abstract class ObjektSpezifikationType {
|
||||||
|
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.ProduktSachPriva
|
|||||||
"beschreibungTxt"
|
"beschreibungTxt"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
ProduktSachPrivatType.class,
|
|
||||||
ProduktRechtsschutzType.class,
|
ProduktRechtsschutzType.class,
|
||||||
|
ProduktSachPrivatType.class,
|
||||||
ProduktMitVpType.class
|
ProduktMitVpType.class
|
||||||
})
|
})
|
||||||
public abstract class ProduktGenerischType
|
public abstract class ProduktGenerischType
|
||||||
|
|||||||
@@ -52,9 +52,9 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.ZusatzproduktKfzType;
|
|||||||
"zusaetzlicheProduktdaten"
|
"zusaetzlicheProduktdaten"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
ProduktGenerischType.class,
|
|
||||||
ProduktKfzType.class,
|
ProduktKfzType.class,
|
||||||
ZusatzproduktKfzType.class
|
ZusatzproduktKfzType.class,
|
||||||
|
ProduktGenerischType.class
|
||||||
})
|
})
|
||||||
public abstract class ProduktType
|
public abstract class ProduktType
|
||||||
extends ProduktbausteinType
|
extends ProduktbausteinType
|
||||||
|
|||||||
@@ -28,18 +28,6 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <element name="VtgEnde" type="{urn:omds20}Datum" minOccurs="0"/>
|
* <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="Praemie" type="{urn:omds3CommonServiceTypes-1-1-0}Praemie_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* <element name="JahrespraemieNto" type="{urn:omds20}decimal" minOccurs="0"/>
|
* <element name="JahrespraemieNto" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||||
* <element name="Konvertierung" minOccurs="0">
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <element name="Ersatzpolizze" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type"/>
|
|
||||||
* <element name="ErsatzBausteintId" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
|
|
||||||
* </sequence>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </element>
|
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
@@ -52,8 +40,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
@XmlType(name = "Produktbaustein_Type", propOrder = {
|
@XmlType(name = "Produktbaustein_Type", propOrder = {
|
||||||
"vtgEnde",
|
"vtgEnde",
|
||||||
"praemie",
|
"praemie",
|
||||||
"jahrespraemieNto",
|
"jahrespraemieNto"
|
||||||
"konvertierung"
|
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
ProduktbausteinGenerischType.class,
|
ProduktbausteinGenerischType.class,
|
||||||
@@ -73,8 +60,6 @@ public abstract class ProduktbausteinType
|
|||||||
protected List<PraemieType> praemie;
|
protected List<PraemieType> praemie;
|
||||||
@XmlElement(name = "JahrespraemieNto")
|
@XmlElement(name = "JahrespraemieNto")
|
||||||
protected BigDecimal jahrespraemieNto;
|
protected BigDecimal jahrespraemieNto;
|
||||||
@XmlElement(name = "Konvertierung")
|
|
||||||
protected ProduktbausteinType.Konvertierung konvertierung;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der vtgEnde-Eigenschaft ab.
|
* Ruft den Wert der vtgEnde-Eigenschaft ab.
|
||||||
@@ -153,111 +138,4 @@ public abstract class ProduktbausteinType
|
|||||||
this.jahrespraemieNto = value;
|
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>
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <element name="Ersatzpolizze" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type"/>
|
|
||||||
* <element name="ErsatzBausteintId" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
|
|
||||||
* </sequence>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </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;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,10 +47,10 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.VerkaufsproduktUnfal
|
|||||||
"beschreibungTxt"
|
"beschreibungTxt"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
VerkaufsproduktUnfallType.class,
|
|
||||||
VerkaufsproduktLebenType.class,
|
|
||||||
VerkaufsproduktSachPrivatType.class,
|
|
||||||
VerkaufsproduktRechtsschutzType.class,
|
VerkaufsproduktRechtsschutzType.class,
|
||||||
|
VerkaufsproduktUnfallType.class,
|
||||||
|
VerkaufsproduktSachPrivatType.class,
|
||||||
|
VerkaufsproduktLebenType.class,
|
||||||
VerkaufsproduktKrankenType.class
|
VerkaufsproduktKrankenType.class
|
||||||
})
|
})
|
||||||
public abstract class VerkaufsproduktGenerischType
|
public abstract class VerkaufsproduktGenerischType
|
||||||
|
|||||||
@@ -52,8 +52,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.VerkaufsproduktKfzType;
|
|||||||
"zusaetzlicheVerkaufproduktdaten"
|
"zusaetzlicheVerkaufproduktdaten"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
VerkaufsproduktGenerischType.class,
|
VerkaufsproduktKfzType.class,
|
||||||
VerkaufsproduktKfzType.class
|
VerkaufsproduktGenerischType.class
|
||||||
})
|
})
|
||||||
public abstract class VerkaufsproduktType
|
public abstract class VerkaufsproduktType
|
||||||
extends ProduktbausteinType
|
extends ProduktbausteinType
|
||||||
|
|||||||
@@ -39,11 +39,11 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.sachPrivat.VersichertesObje
|
|||||||
"attributMetadaten"
|
"attributMetadaten"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
|
VersichertePersonType.class,
|
||||||
|
VersicherteLiegenschaftType.class,
|
||||||
VersichertesObjektSachPrivatType.class,
|
VersichertesObjektSachPrivatType.class,
|
||||||
RisikoHaushaltType.class,
|
RisikoHaushaltType.class,
|
||||||
RisikoGebaeudeType.class,
|
RisikoGebaeudeType.class
|
||||||
VersichertePersonType.class,
|
|
||||||
VersicherteLiegenschaftType.class
|
|
||||||
})
|
})
|
||||||
public abstract class VersichertesInteresseMitAttributMetadatenType
|
public abstract class VersichertesInteresseMitAttributMetadatenType
|
||||||
extends VersichertesInteresseType
|
extends VersichertesInteresseType
|
||||||
|
|||||||
@@ -55,8 +55,8 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
"zusaetzlicheVorversicherungsdaten"
|
"zusaetzlicheVorversicherungsdaten"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@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 {
|
public class VorversicherungenDetailType {
|
||||||
|
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.kfz.VorversicherungenKfzTyp
|
|||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "Vorversicherungen_Type")
|
@XmlType(name = "Vorversicherungen_Type")
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
VorversicherungenImplType.class,
|
VorversicherungenKfzType.class,
|
||||||
VorversicherungenKfzType.class
|
VorversicherungenImplType.class
|
||||||
})
|
})
|
||||||
public abstract class VorversicherungenType {
|
public abstract class VorversicherungenType {
|
||||||
|
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallReque
|
|||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CalculateUnfallRequestType.class,
|
CalculateUnfallRequestType.class,
|
||||||
CalculateLebenRequestType.class,
|
|
||||||
CalculateSachPrivatRequestType.class,
|
CalculateSachPrivatRequestType.class,
|
||||||
|
CalculateLebenRequestType.class,
|
||||||
CalculateKrankenRequest.class,
|
CalculateKrankenRequest.class,
|
||||||
CalculateRechtsschutzRequest.class
|
CalculateRechtsschutzRequest.class
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CalculateUnfallRespo
|
|||||||
@XmlType(name = "CalculateResponseGen_Type")
|
@XmlType(name = "CalculateResponseGen_Type")
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CalculateUnfallResponseType.class,
|
CalculateUnfallResponseType.class,
|
||||||
CalculateLebenResponseType.class,
|
|
||||||
CalculateSachPrivatResponseType.class,
|
CalculateSachPrivatResponseType.class,
|
||||||
|
CalculateLebenResponseType.class,
|
||||||
CalculateKrankenResponse.class,
|
CalculateKrankenResponse.class,
|
||||||
CalculateRechtsschutzResponse.class
|
CalculateRechtsschutzResponse.class
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import javax.xml.bind.annotation.XmlRootElement;
|
|||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonResponseType;
|
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.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;
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Vorschlag" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type"/>
|
* <element name="Vorschlag" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type" minOccurs="0"/>
|
||||||
* <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}ProzessDokumentBasis_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="Dokument" type="{urn:omds3CommonServiceTypes-1-1-0}ProzessDokHandout_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* <element name="Ersatzpolizzen" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="Ersatzpolizze" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
@@ -37,20 +37,20 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.ProzessDokumentBasisType;
|
|||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "", propOrder = {
|
@XmlType(name = "", propOrder = {
|
||||||
"vorschlag",
|
"vorschlag",
|
||||||
"dokumente",
|
"dokument",
|
||||||
"ersatzpolizzen"
|
"ersatzpolizze"
|
||||||
})
|
})
|
||||||
@XmlRootElement(name = "ConversionProposalResponse")
|
@XmlRootElement(name = "ConversionProposalResponse")
|
||||||
public class ConversionProposalResponse
|
public class ConversionProposalResponse
|
||||||
extends CommonResponseType
|
extends CommonResponseType
|
||||||
{
|
{
|
||||||
|
|
||||||
@XmlElement(name = "Vorschlag", required = true)
|
@XmlElement(name = "Vorschlag")
|
||||||
protected SpezAntragType vorschlag;
|
protected SpezAntragType vorschlag;
|
||||||
@XmlElement(name = "Dokumente")
|
@XmlElement(name = "Dokument")
|
||||||
protected List<ProzessDokumentBasisType> dokumente;
|
protected List<ProzessDokHandoutType> dokument;
|
||||||
@XmlElement(name = "Ersatzpolizzen")
|
@XmlElement(name = "Ersatzpolizze")
|
||||||
protected List<ErsatzpolizzeType> ersatzpolizzen;
|
protected List<ErsatzpolizzeType> ersatzpolizze;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der vorschlag-Eigenschaft ab.
|
* 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>
|
* <p>
|
||||||
* This accessor method returns a reference to the live list,
|
* This accessor method returns a reference to the live list,
|
||||||
* not a snapshot. Therefore any modification you make to the
|
* not a snapshot. Therefore any modification you make to the
|
||||||
* returned list will be present inside the JAXB object.
|
* returned list will be present inside the JAXB object.
|
||||||
* This is why there is not a <CODE>set</CODE> method for the dokumente property.
|
* This is why there is not a <CODE>set</CODE> method for the dokument property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* For example, to add a new item, do as follows:
|
* For example, to add a new item, do as follows:
|
||||||
* <pre>
|
* <pre>
|
||||||
* getDokumente().add(newItem);
|
* getDokument().add(newItem);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* Objects of the following type(s) are allowed in the list
|
* Objects of the following type(s) are allowed in the list
|
||||||
* {@link ProzessDokumentBasisType }
|
* {@link ProzessDokHandoutType }
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public List<ProzessDokumentBasisType> getDokumente() {
|
public List<ProzessDokHandoutType> getDokument() {
|
||||||
if (dokumente == null) {
|
if (dokument == null) {
|
||||||
dokumente = new ArrayList<ProzessDokumentBasisType>();
|
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>
|
* <p>
|
||||||
* This accessor method returns a reference to the live list,
|
* This accessor method returns a reference to the live list,
|
||||||
* not a snapshot. Therefore any modification you make to the
|
* not a snapshot. Therefore any modification you make to the
|
||||||
* returned list will be present inside the JAXB object.
|
* returned list will be present inside the JAXB object.
|
||||||
* This is why there is not a <CODE>set</CODE> method for the ersatzpolizzen property.
|
* This is why there is not a <CODE>set</CODE> method for the ersatzpolizze property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* For example, to add a new item, do as follows:
|
* For example, to add a new item, do as follows:
|
||||||
* <pre>
|
* <pre>
|
||||||
* getErsatzpolizzen().add(newItem);
|
* getErsatzpolizze().add(newItem);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
@@ -127,11 +127,11 @@ public class ConversionProposalResponse
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public List<ErsatzpolizzeType> getErsatzpolizzen() {
|
public List<ErsatzpolizzeType> getErsatzpolizze() {
|
||||||
if (ersatzpolizzen == null) {
|
if (ersatzpolizze == null) {
|
||||||
ersatzpolizzen = new ArrayList<ErsatzpolizzeType>();
|
ersatzpolizze = new ArrayList<ErsatzpolizzeType>();
|
||||||
}
|
}
|
||||||
return this.ersatzpolizzen;
|
return this.ersatzpolizze;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonRequestType;
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Vertraege" maxOccurs="unbounded">
|
* <element name="Vertrag" maxOccurs="unbounded">
|
||||||
* <complexType>
|
* <complexType>
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
@@ -43,43 +43,43 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonRequestType;
|
|||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "", propOrder = {
|
@XmlType(name = "", propOrder = {
|
||||||
"vertraege"
|
"vertrag"
|
||||||
})
|
})
|
||||||
@XmlRootElement(name = "ConversionScopeRequest")
|
@XmlRootElement(name = "ConversionScopeRequest")
|
||||||
public class ConversionScopeRequest
|
public class ConversionScopeRequest
|
||||||
extends CommonRequestType
|
extends CommonRequestType
|
||||||
{
|
{
|
||||||
|
|
||||||
@XmlElement(name = "Vertraege", required = true)
|
@XmlElement(name = "Vertrag", required = true)
|
||||||
protected List<ConversionScopeRequest.Vertraege> vertraege;
|
protected List<ConversionScopeRequest.Vertrag> vertrag;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the vertraege property.
|
* Gets the value of the vertrag property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* This accessor method returns a reference to the live list,
|
* This accessor method returns a reference to the live list,
|
||||||
* not a snapshot. Therefore any modification you make to the
|
* not a snapshot. Therefore any modification you make to the
|
||||||
* returned list will be present inside the JAXB object.
|
* returned list will be present inside the JAXB object.
|
||||||
* This is why there is not a <CODE>set</CODE> method for the vertraege property.
|
* This is why there is not a <CODE>set</CODE> method for the vertrag property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* For example, to add a new item, do as follows:
|
* For example, to add a new item, do as follows:
|
||||||
* <pre>
|
* <pre>
|
||||||
* getVertraege().add(newItem);
|
* getVertrag().add(newItem);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* Objects of the following type(s) are allowed in the list
|
* Objects of the following type(s) are allowed in the list
|
||||||
* {@link ConversionScopeRequest.Vertraege }
|
* {@link ConversionScopeRequest.Vertrag }
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public List<ConversionScopeRequest.Vertraege> getVertraege() {
|
public List<ConversionScopeRequest.Vertrag> getVertrag() {
|
||||||
if (vertraege == null) {
|
if (vertrag == null) {
|
||||||
vertraege = new ArrayList<ConversionScopeRequest.Vertraege>();
|
vertrag = new ArrayList<ConversionScopeRequest.Vertrag>();
|
||||||
}
|
}
|
||||||
return this.vertraege;
|
return this.vertrag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -108,7 +108,7 @@ public class ConversionScopeRequest
|
|||||||
"polizzennr",
|
"polizzennr",
|
||||||
"vertragsID"
|
"vertragsID"
|
||||||
})
|
})
|
||||||
public static class Vertraege {
|
public static class Vertrag {
|
||||||
|
|
||||||
@XmlElement(name = "Polizzennr", required = true)
|
@XmlElement(name = "Polizzennr", required = true)
|
||||||
protected String polizzennr;
|
protected String polizzennr;
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnf
|
|||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CreateApplicationUnfallRequestType.class,
|
CreateApplicationUnfallRequestType.class,
|
||||||
CreateApplicationLebenRequestType.class,
|
|
||||||
CreateApplicationSachPrivatRequestType.class,
|
CreateApplicationSachPrivatRequestType.class,
|
||||||
|
CreateApplicationLebenRequestType.class,
|
||||||
CreateApplicationKrankenRequest.class,
|
CreateApplicationKrankenRequest.class,
|
||||||
CreateApplicationRechtsschutzRequest.class
|
CreateApplicationRechtsschutzRequest.class
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateApplicationUnf
|
|||||||
@XmlType(name = "CreateApplicationResponseGen_Type")
|
@XmlType(name = "CreateApplicationResponseGen_Type")
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CreateApplicationUnfallResponseType.class,
|
CreateApplicationUnfallResponseType.class,
|
||||||
CreateApplicationLebenResponseType.class,
|
|
||||||
CreateApplicationSachPrivatResponseType.class,
|
CreateApplicationSachPrivatResponseType.class,
|
||||||
|
CreateApplicationLebenResponseType.class,
|
||||||
CreateApplicationKrankenResponse.class,
|
CreateApplicationKrankenResponse.class,
|
||||||
CreateApplicationRechtsschutzResponse.class
|
CreateApplicationRechtsschutzResponse.class
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallReq
|
|||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CreateOfferUnfallRequestType.class,
|
CreateOfferUnfallRequestType.class,
|
||||||
CreateOfferLebenRequestType.class,
|
|
||||||
CreateOfferSachPrivatRequestType.class,
|
CreateOfferSachPrivatRequestType.class,
|
||||||
|
CreateOfferLebenRequestType.class,
|
||||||
CreateOfferKrankenRequest.class,
|
CreateOfferKrankenRequest.class,
|
||||||
CreateOfferRechtsschutzRequest.class
|
CreateOfferRechtsschutzRequest.class
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.CreateOfferUnfallRes
|
|||||||
@XmlType(name = "CreateOfferResponseGen_Type")
|
@XmlType(name = "CreateOfferResponseGen_Type")
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CreateOfferUnfallResponseType.class,
|
CreateOfferUnfallResponseType.class,
|
||||||
CreateOfferLebenResponseType.class,
|
|
||||||
CreateOfferSachPrivatResponseType.class,
|
CreateOfferSachPrivatResponseType.class,
|
||||||
|
CreateOfferLebenResponseType.class,
|
||||||
CreateOfferKrankenResponse.class,
|
CreateOfferKrankenResponse.class,
|
||||||
CreateOfferRechtsschutzResponse.class
|
CreateOfferRechtsschutzResponse.class
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -9,12 +9,12 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
/**
|
/**
|
||||||
* Belassen-Aktion (Keine Aktion, der Baustein bleibt weiter in altem Vertrag)
|
* 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.
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="KonvertierungsaktionBelassen">
|
* <complexType name="KonvertierungsaktionBelassen_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}Konvertierungsaktion_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}Konvertierungsaktion_Type">
|
||||||
* </extension>
|
* </extension>
|
||||||
@@ -25,8 +25,8 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "KonvertierungsaktionBelassen")
|
@XmlType(name = "KonvertierungsaktionBelassen_Type")
|
||||||
public class KonvertierungsaktionBelassen
|
public class KonvertierungsaktionBelassenType
|
||||||
extends KonvertierungsaktionType
|
extends KonvertierungsaktionType
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -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)
|
* 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.
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="KonvertierungsaktionStorno">
|
* <complexType name="KonvertierungsaktionStorno_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}Konvertierungsaktion_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}Konvertierungsaktion_Type">
|
||||||
* </extension>
|
* </extension>
|
||||||
@@ -25,8 +25,8 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "KonvertierungsaktionStorno")
|
@XmlType(name = "KonvertierungsaktionStorno_Type")
|
||||||
public class KonvertierungsaktionStorno
|
public class KonvertierungsaktionStornoType
|
||||||
extends KonvertierungsaktionType
|
extends KonvertierungsaktionType
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -34,9 +34,9 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
"art"
|
"art"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
KonvertierungsaktionBelassen.class,
|
KonvertierungsaktionBelassenType.class,
|
||||||
KonvertierungsaktionUebernehmen.class,
|
KonvertierungsaktionUebernehmenType.class,
|
||||||
KonvertierungsaktionStorno.class
|
KonvertierungsaktionStornoType.class
|
||||||
})
|
})
|
||||||
public abstract class KonvertierungsaktionType {
|
public abstract class KonvertierungsaktionType {
|
||||||
|
|
||||||
|
|||||||
@@ -13,12 +13,12 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.KombinationenType;
|
|||||||
/**
|
/**
|
||||||
* Uebernehmen-Aktion (der Baustein wird in den Folgevertrag uebernommen)
|
* 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.
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="KonvertierungsaktionUebernehmen">
|
* <complexType name="KonvertierungsaktionUebernehmen_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}Konvertierungsaktion_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}Konvertierungsaktion_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
@@ -33,11 +33,11 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.KombinationenType;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "KonvertierungsaktionUebernehmen", propOrder = {
|
@XmlType(name = "KonvertierungsaktionUebernehmen_Type", propOrder = {
|
||||||
"baustein",
|
"baustein",
|
||||||
"kombinationen"
|
"kombinationen"
|
||||||
})
|
})
|
||||||
public class KonvertierungsaktionUebernehmen
|
public class KonvertierungsaktionUebernehmenType
|
||||||
extends KonvertierungsaktionType
|
extends KonvertierungsaktionType
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.KombinationenType;
|
|||||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type">
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Bezeichnung" 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="Sparte" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}KonvertierungBaustein_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="Sparte" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}KonvertierungBaustein_Type" maxOccurs="unbounded"/>
|
||||||
* <element name="Kombinationen" type="{urn:omds3CommonServiceTypes-1-1-0}Kombinationen_Type" minOccurs="0"/>
|
* <element name="Kombinationen" type="{urn:omds3CommonServiceTypes-1-1-0}Kombinationen_Type" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
@@ -50,7 +50,7 @@ public class KonvertierungsumfangVertragType
|
|||||||
|
|
||||||
@XmlElement(name = "Bezeichnung")
|
@XmlElement(name = "Bezeichnung")
|
||||||
protected String bezeichnung;
|
protected String bezeichnung;
|
||||||
@XmlElement(name = "Sparte")
|
@XmlElement(name = "Sparte", required = true)
|
||||||
protected List<KonvertierungBausteinType> sparte;
|
protected List<KonvertierungBausteinType> sparte;
|
||||||
@XmlElement(name = "Kombinationen")
|
@XmlElement(name = "Kombinationen")
|
||||||
protected KombinationenType kombinationen;
|
protected KombinationenType kombinationen;
|
||||||
|
|||||||
@@ -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() {
|
public ConversionScopeRequest.Vertrag createConversionScopeRequestVertrag() {
|
||||||
return new ConversionScopeRequest.Vertraege();
|
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() {
|
public KonvertierungsaktionBelassenType createKonvertierungsaktionBelassenType() {
|
||||||
return new KonvertierungsaktionBelassen();
|
return new KonvertierungsaktionBelassenType();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link KonvertierungsaktionUebernehmen }
|
* Create an instance of {@link KonvertierungsaktionUebernehmenType }
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public KonvertierungsaktionUebernehmen createKonvertierungsaktionUebernehmen() {
|
public KonvertierungsaktionUebernehmenType createKonvertierungsaktionUebernehmenType() {
|
||||||
return new KonvertierungsaktionUebernehmen();
|
return new KonvertierungsaktionUebernehmenType();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link KonvertierungsaktionStorno }
|
* Create an instance of {@link KonvertierungsaktionStornoType }
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public KonvertierungsaktionStorno createKonvertierungsaktionStorno() {
|
public KonvertierungsaktionStornoType createKonvertierungsaktionStornoType() {
|
||||||
return new KonvertierungsaktionStorno();
|
return new KonvertierungsaktionStornoType();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -88,12 +88,12 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezAntragUnfallType
|
|||||||
"einwilligungen"
|
"einwilligungen"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
|
SpezAntragKfzType.class,
|
||||||
|
SpezAntragRechtsschutzType.class,
|
||||||
SpezAntragUnfallType.class,
|
SpezAntragUnfallType.class,
|
||||||
AntragSachPrivatType.class,
|
AntragSachPrivatType.class,
|
||||||
SpezAntragRechtsschutzType.class,
|
|
||||||
SpezAntragKrankenType.class,
|
|
||||||
SpezAntragPersonenType.class,
|
SpezAntragPersonenType.class,
|
||||||
SpezAntragKfzType.class
|
SpezAntragKrankenType.class
|
||||||
})
|
})
|
||||||
public abstract class SpezAntragType {
|
public abstract class SpezAntragType {
|
||||||
|
|
||||||
|
|||||||
@@ -43,12 +43,12 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezBerechnungUnfall
|
|||||||
"personen"
|
"personen"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
SpezBerechnungUnfallType.class,
|
SpezBerechnungKfzType.class,
|
||||||
SpezBerechnungLebenType.class,
|
|
||||||
BerechnungSachPrivatType.class,
|
|
||||||
SpezBerechnungRechtsschutzType.class,
|
SpezBerechnungRechtsschutzType.class,
|
||||||
SpezBerechnungKrankenType.class,
|
SpezBerechnungUnfallType.class,
|
||||||
SpezBerechnungKfzType.class
|
BerechnungSachPrivatType.class,
|
||||||
|
SpezBerechnungLebenType.class,
|
||||||
|
SpezBerechnungKrankenType.class
|
||||||
})
|
})
|
||||||
public abstract class SpezBerechnungType {
|
public abstract class SpezBerechnungType {
|
||||||
|
|
||||||
|
|||||||
@@ -49,12 +49,12 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SpezOffertUnfallType
|
|||||||
"versicherungsnehmer"
|
"versicherungsnehmer"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
SpezOffertUnfallType.class,
|
SpezOffertKfzType.class,
|
||||||
SpezOffertLebenType.class,
|
|
||||||
OffertSachPrivatType.class,
|
|
||||||
SpezOffertRechtsschutzType.class,
|
SpezOffertRechtsschutzType.class,
|
||||||
SpezOffertKrankenType.class,
|
SpezOffertUnfallType.class,
|
||||||
SpezOffertKfzType.class
|
OffertSachPrivatType.class,
|
||||||
|
SpezOffertLebenType.class,
|
||||||
|
SpezOffertKrankenType.class
|
||||||
})
|
})
|
||||||
public abstract class SpezOffertType {
|
public abstract class SpezOffertType {
|
||||||
|
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnf
|
|||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
SubmitApplicationUnfallRequestType.class,
|
SubmitApplicationUnfallRequestType.class,
|
||||||
SubmitApplicationLebenRequestType.class,
|
|
||||||
SubmitApplicationSachPrivatRequestType.class,
|
SubmitApplicationSachPrivatRequestType.class,
|
||||||
|
SubmitApplicationLebenRequestType.class,
|
||||||
SubmitApplicationKrankenRequest.class,
|
SubmitApplicationKrankenRequest.class,
|
||||||
SubmitApplicationRechtsschutzRequest.class
|
SubmitApplicationRechtsschutzRequest.class
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.unfall.SubmitApplicationUnf
|
|||||||
@XmlType(name = "SubmitApplicationResponseGen_Type")
|
@XmlType(name = "SubmitApplicationResponseGen_Type")
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
SubmitApplicationUnfallResponseType.class,
|
SubmitApplicationUnfallResponseType.class,
|
||||||
SubmitApplicationLebenResponseType.class,
|
|
||||||
SubmitApplicationSachPrivatResponseType.class,
|
SubmitApplicationSachPrivatResponseType.class,
|
||||||
|
SubmitApplicationLebenResponseType.class,
|
||||||
SubmitApplicationKrankenResponse.class,
|
SubmitApplicationKrankenResponse.class,
|
||||||
SubmitApplicationRechtsschutzResponse.class
|
SubmitApplicationRechtsschutzResponse.class
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -48,8 +48,8 @@ public class ZusatzversicherungUnfallinvaliditaetType
|
|||||||
* <p>
|
* <p>
|
||||||
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
|
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
|
||||||
* Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
|
* 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 131 von file:/C:/Users/jensb/git/omdsservicedefinitions_master/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 1414 von file:/C:/Users/jensb/git/omdsservicedefinitions_master/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3CommonServiceTypes.xsd
|
||||||
* <p>
|
* <p>
|
||||||
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine
|
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine
|
||||||
* der beiden folgenden Deklarationen an, um deren Namen zu ändern:
|
* der beiden folgenden Deklarationen an, um deren Namen zu ändern:
|
||||||
|
|||||||
@@ -48,8 +48,8 @@ public class ZusatzversicherungUnfalltodType
|
|||||||
* <p>
|
* <p>
|
||||||
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
|
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
|
||||||
* Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
|
* 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 119 von file:/C:/Users/jensb/git/omdsservicedefinitions_master/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 1414 von file:/C:/Users/jensb/git/omdsservicedefinitions_master/OMDSServiceDefinition/src/main/resources/def/r1_8_0/omds3CommonServiceTypes.xsd
|
||||||
* <p>
|
* <p>
|
||||||
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine
|
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine
|
||||||
* der beiden folgenden Deklarationen an, um deren Namen zu ändern:
|
* der beiden folgenden Deklarationen an, um deren Namen zu ändern:
|
||||||
|
|||||||
@@ -10,12 +10,12 @@ import javax.xml.ws.Service;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This class was generated by Apache CXF 3.5.0
|
* 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
|
* Generated source version: 3.5.0
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@WebServiceClient(name = "omdsService",
|
@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")
|
targetNamespace = "urn:omds3Services-1-4-0")
|
||||||
public class OmdsService extends Service {
|
public class OmdsService extends Service {
|
||||||
|
|
||||||
@@ -26,11 +26,11 @@ public class OmdsService extends Service {
|
|||||||
static {
|
static {
|
||||||
URL url = null;
|
URL url = null;
|
||||||
try {
|
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) {
|
} catch (MalformedURLException e) {
|
||||||
java.util.logging.Logger.getLogger(OmdsService.class.getName())
|
java.util.logging.Logger.getLogger(OmdsService.class.getName())
|
||||||
.log(java.util.logging.Level.INFO,
|
.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;
|
WSDL_LOCATION = url;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This class was generated by Apache CXF 3.5.0
|
* 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
|
* Generated source version: 3.5.0
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@@ -25,7 +25,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
|||||||
serviceName = "omdsService",
|
serviceName = "omdsService",
|
||||||
portName = "omdsServicePort",
|
portName = "omdsServicePort",
|
||||||
targetNamespace = "urn:omds3Services-1-4-0",
|
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")
|
endpointInterface = "at.vvo.omds.types.omds3Types.r1_8_0.service.OmdsServicePortType")
|
||||||
|
|
||||||
public class OmdsServicePortImpl implements OmdsServicePortType {
|
public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This class was generated by Apache CXF 3.5.0
|
* 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
|
* Generated source version: 3.5.0
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This class was generated by Apache CXF 3.5.0
|
* 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
|
* Generated source version: 3.5.0
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import javax.xml.ws.WebFault;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This class was generated by Apache CXF 3.5.0
|
* 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
|
* Generated source version: 3.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1148,25 +1148,6 @@
|
|||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="JahrespraemieNto" type="omds:decimal" minOccurs="0"/>
|
<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:sequence>
|
||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user