Der erste Input der Konvertierungshilfe ist auf ErsatzpolizzeType umgestellt.
This commit is contained in:
Binary file not shown.
@@ -37,6 +37,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
ErsatzpolizzeMitAendGrundType.class,
|
ErsatzpolizzeMitAendGrundType.class,
|
||||||
|
at.vvo.omds.types.omds3Types.r1_8_0.on2antrag.common.ConversionScopeRequest.Vertrag.class,
|
||||||
KonvertierungsumfangVertragType.class
|
KonvertierungsumfangVertragType.class
|
||||||
})
|
})
|
||||||
public abstract class ErsatzpolizzeType {
|
public abstract class ErsatzpolizzeType {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ import javax.xml.bind.annotation.XmlElement;
|
|||||||
import javax.xml.bind.annotation.XmlRootElement;
|
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.CommonRequestType;
|
import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_8_0.common.ErsatzpolizzeType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -24,12 +25,8 @@ import at.vvo.omds.types.omds3Types.r1_8_0.common.CommonRequestType;
|
|||||||
* <element name="Vertrag" maxOccurs="unbounded">
|
* <element name="Vertrag" maxOccurs="unbounded">
|
||||||
* <complexType>
|
* <complexType>
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type">
|
||||||
* <sequence>
|
* </extension>
|
||||||
* <element name="Polizzennr" type="{urn:omds20}Polizzennr"/>
|
|
||||||
* <element name="VertragsID" type="{urn:omds20}VertragsID" minOccurs="0"/>
|
|
||||||
* </sequence>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
* </element>
|
* </element>
|
||||||
@@ -92,12 +89,8 @@ public class ConversionScopeRequest
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType>
|
* <complexType>
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizze_Type">
|
||||||
* <sequence>
|
* </extension>
|
||||||
* <element name="Polizzennr" type="{urn:omds20}Polizzennr"/>
|
|
||||||
* <element name="VertragsID" type="{urn:omds20}VertragsID" minOccurs="0"/>
|
|
||||||
* </sequence>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
* </pre>
|
* </pre>
|
||||||
@@ -105,64 +98,11 @@ public class ConversionScopeRequest
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "", propOrder = {
|
@XmlType(name = "")
|
||||||
"polizzennr",
|
public static class Vertrag
|
||||||
"vertragsID"
|
extends ErsatzpolizzeType
|
||||||
})
|
{
|
||||||
public static class Vertrag {
|
|
||||||
|
|
||||||
@XmlElement(name = "Polizzennr", required = true)
|
|
||||||
protected String polizzennr;
|
|
||||||
@XmlElement(name = "VertragsID")
|
|
||||||
protected String vertragsID;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der polizzennr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public String getPolizzennr() {
|
|
||||||
return polizzennr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der polizzennr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setPolizzennr(String value) {
|
|
||||||
this.polizzennr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der vertragsID-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public String getVertragsID() {
|
|
||||||
return vertragsID;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der vertragsID-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setVertragsID(String value) {
|
|
||||||
this.vertragsID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ 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-06-03T14:46:49.877+02:00
|
* 2022-06-03T16:19:45.523+02:00
|
||||||
* Generated source version: 3.5.0
|
* Generated source version: 3.5.0
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -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-06-03T14:46:49.846+02:00
|
* 2022-06-03T16:19:45.487+02:00
|
||||||
* Generated source version: 3.5.0
|
* Generated source version: 3.5.0
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -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-06-03T14:46:49.862+02:00
|
* 2022-06-03T16:19:45.503+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-06-03T14:46:49.774+02:00
|
* 2022-06-03T16:19:45.418+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-06-03T14:46:49.846+02:00
|
* 2022-06-03T16:19:45.471+02:00
|
||||||
* Generated source version: 3.5.0
|
* Generated source version: 3.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -518,10 +518,9 @@
|
|||||||
<xsd:documentation>Angabe für welche Verträge die Konvertierung geplant ist.</xsd:documentation>
|
<xsd:documentation>Angabe für welche Verträge die Konvertierung geplant ist.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
<xsd:sequence>
|
<xsd:complexContent>
|
||||||
<xsd:element name="Polizzennr" type="omds:Polizzennr"/>
|
<xsd:extension base="cst:Ersatzpolizze_Type"/>
|
||||||
<xsd:element name="VertragsID" type="omds:VertragsID" minOccurs="0"/>
|
</xsd:complexContent>
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
|
|||||||
Reference in New Issue
Block a user