GeschaedigtesInteresse_Type ist nicht mehr abstrakt.
This commit is contained in:
@@ -5,7 +5,9 @@ import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.RisikoAdresseType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -27,6 +29,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ADRESSE_Type")
|
||||
@XmlSeeAlso({
|
||||
RisikoAdresseType.class
|
||||
})
|
||||
public class ADRESSEType {
|
||||
|
||||
@XmlAttribute(name = "Pac")
|
||||
|
||||
@@ -54,9 +54,9 @@ public abstract class SubmitApplicationResponseGenType
|
||||
{
|
||||
|
||||
@XmlElementRefs({
|
||||
@XmlElementRef(name = "Dokumente", namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", type = JAXBElement.class, required = false),
|
||||
@XmlElementRef(name = "Antragsnummer", namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", type = JAXBElement.class, required = false),
|
||||
@XmlElementRef(name = "Antragstatus", namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", type = JAXBElement.class, required = false),
|
||||
@XmlElementRef(name = "Antragsnummer", namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", type = JAXBElement.class, required = false)
|
||||
@XmlElementRef(name = "Dokumente", namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", type = JAXBElement.class, required = false)
|
||||
})
|
||||
protected List<JAXBElement<?>> rest;
|
||||
|
||||
@@ -88,9 +88,9 @@ public abstract class SubmitApplicationResponseGenType
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link JAXBElement }{@code <}{@link DokumentInfoType }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link Integer }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link DokumentInfoType }{@code >}
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -62,9 +62,9 @@ public class ChangeCommunicationObjectRequestType
|
||||
@XmlElement(name = "ObjektId", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
||||
protected ObjektIdType objektId;
|
||||
@XmlElementRefs({
|
||||
@XmlElementRef(name = "GeaenderteKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class),
|
||||
@XmlElementRef(name = "ObjektId", namespace = "urn:omds3CommonServiceTypes-1-1-0", type = JAXBElement.class),
|
||||
@XmlElementRef(name = "BisherigeKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class)
|
||||
@XmlElementRef(name = "BisherigeKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class),
|
||||
@XmlElementRef(name = "GeaenderteKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class)
|
||||
})
|
||||
protected List<JAXBElement<?>> objektIdOrBisherigeKommunikationsVerbindungAndGeaenderteKommunikationsVerbindung;
|
||||
@XmlElement(name = "WirksamtkeitAb", required = true)
|
||||
@@ -115,9 +115,9 @@ public class ChangeCommunicationObjectRequestType
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -46,7 +46,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
GeschaedigtesObjektKfzType.class,
|
||||
GeschaedigtesObjektImmobilieType.class
|
||||
})
|
||||
public abstract class GeschaedigtesInteresseType {
|
||||
public class GeschaedigtesInteresseType {
|
||||
|
||||
@XmlElement(name = "Lfnr")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
|
||||
@@ -304,6 +304,14 @@ public class ObjectFactory {
|
||||
return new GeokoordinatenType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link GeschaedigtesInteresseType }
|
||||
*
|
||||
*/
|
||||
public GeschaedigtesInteresseType createGeschaedigtesInteresseType() {
|
||||
return new GeschaedigtesInteresseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link GeschaedigtesObjektKfzType }
|
||||
*
|
||||
|
||||
@@ -645,7 +645,7 @@
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="GeschaedigtesInteresse_Type" abstract="true">
|
||||
<xsd:complexType name="GeschaedigtesInteresse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Das geschädigte Interesse ist der Basistyp für den es Erweiterungen geben kann, z.B. das geschädigte Kfz</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
|
||||
Reference in New Issue
Block a user