Version im Pom auf 1.6 gesetzt
This commit is contained in:
@@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>at.vvo.omds</groupId>
|
<groupId>at.vvo.omds</groupId>
|
||||||
<artifactId>OMDSServiceDefinition</artifactId>
|
<artifactId>OMDSServiceDefinition</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
<name>OMDS Service Definition</name>
|
<name>OMDS Service Definition</name>
|
||||||
<description>Dieses Projekt enthaelt die Definitionen fuer die OMDS Services.</description>
|
<description>Dieses Projekt enthaelt die Definitionen fuer die OMDS Services.</description>
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ import at.vvo.omds.types.omds3Types.r1_6_0.on2antrag.kfz.VerkehrsrechtsschutzKfz
|
|||||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produktbaustein_Type">
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produktbaustein_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="VtgBeg" type="{urn:omds20}Datum" minOccurs="0"/>
|
* <element name="VtgBeg" type="{urn:omds20}Datum" minOccurs="0"/>
|
||||||
* <element name="RefSicherstellungLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
|
|
||||||
* <element name="ZusaetzlicheElementarproduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheElementarproduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="ZusaetzlicheElementarproduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheElementarproduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
@@ -40,7 +39,6 @@ import at.vvo.omds.types.omds3Types.r1_6_0.on2antrag.kfz.VerkehrsrechtsschutzKfz
|
|||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "Elementarprodukt_Type", propOrder = {
|
@XmlType(name = "Elementarprodukt_Type", propOrder = {
|
||||||
"vtgBeg",
|
"vtgBeg",
|
||||||
"refSicherstellungLfnr",
|
|
||||||
"zusaetzlicheElementarproduktdaten"
|
"zusaetzlicheElementarproduktdaten"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
@@ -55,9 +53,6 @@ public abstract class ElementarproduktType
|
|||||||
@XmlElement(name = "VtgBeg")
|
@XmlElement(name = "VtgBeg")
|
||||||
@XmlSchemaType(name = "date")
|
@XmlSchemaType(name = "date")
|
||||||
protected XMLGregorianCalendar vtgBeg;
|
protected XMLGregorianCalendar vtgBeg;
|
||||||
@XmlElement(name = "RefSicherstellungLfnr")
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
protected Integer refSicherstellungLfnr;
|
|
||||||
@XmlElement(name = "ZusaetzlicheElementarproduktdaten")
|
@XmlElement(name = "ZusaetzlicheElementarproduktdaten")
|
||||||
protected List<ZusaetzlicheElementarproduktdatenType> zusaetzlicheElementarproduktdaten;
|
protected List<ZusaetzlicheElementarproduktdatenType> zusaetzlicheElementarproduktdaten;
|
||||||
|
|
||||||
@@ -85,30 +80,6 @@ public abstract class ElementarproduktType
|
|||||||
this.vtgBeg = value;
|
this.vtgBeg = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der refSicherstellungLfnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public Integer getRefSicherstellungLfnr() {
|
|
||||||
return refSicherstellungLfnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der refSicherstellungLfnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setRefSicherstellungLfnr(Integer value) {
|
|
||||||
this.refSicherstellungLfnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the zusaetzlicheElementarproduktdaten property.
|
* Gets the value of the zusaetzlicheElementarproduktdaten property.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ import at.vvo.omds.types.omds3Types.r1_6_0.on2antrag.kfz.ZusatzproduktKfzType;
|
|||||||
* <element name="Zahlweg" type="{urn:omds20}ZahlWegCd_Type" minOccurs="0"/>
|
* <element name="Zahlweg" type="{urn:omds20}ZahlWegCd_Type" minOccurs="0"/>
|
||||||
* <element name="Zahlrhythmus" type="{urn:omds20}ZahlRhythmCd_Type" minOccurs="0"/>
|
* <element name="Zahlrhythmus" type="{urn:omds20}ZahlRhythmCd_Type" minOccurs="0"/>
|
||||||
* <element name="Hauptfaelligkeit" type="{urn:omds3CommonServiceTypes-1-1-0}Hauptfaelligkeit_Type"/>
|
* <element name="Hauptfaelligkeit" type="{urn:omds3CommonServiceTypes-1-1-0}Hauptfaelligkeit_Type"/>
|
||||||
* <element name="RefSicherstellungLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
|
|
||||||
* <element name="ZusaetzlicheProduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheProduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="ZusaetzlicheProduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheProduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
@@ -48,7 +47,6 @@ import at.vvo.omds.types.omds3Types.r1_6_0.on2antrag.kfz.ZusatzproduktKfzType;
|
|||||||
"zahlweg",
|
"zahlweg",
|
||||||
"zahlrhythmus",
|
"zahlrhythmus",
|
||||||
"hauptfaelligkeit",
|
"hauptfaelligkeit",
|
||||||
"refSicherstellungLfnr",
|
|
||||||
"zusaetzlicheProduktdaten"
|
"zusaetzlicheProduktdaten"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
@@ -72,9 +70,6 @@ public abstract class ProduktType
|
|||||||
@XmlElement(name = "Hauptfaelligkeit", required = true)
|
@XmlElement(name = "Hauptfaelligkeit", required = true)
|
||||||
@XmlSchemaType(name = "gMonthDay")
|
@XmlSchemaType(name = "gMonthDay")
|
||||||
protected XMLGregorianCalendar hauptfaelligkeit;
|
protected XMLGregorianCalendar hauptfaelligkeit;
|
||||||
@XmlElement(name = "RefSicherstellungLfnr")
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
protected Integer refSicherstellungLfnr;
|
|
||||||
@XmlElement(name = "ZusaetzlicheProduktdaten")
|
@XmlElement(name = "ZusaetzlicheProduktdaten")
|
||||||
protected List<ZusaetzlicheProduktdatenType> zusaetzlicheProduktdaten;
|
protected List<ZusaetzlicheProduktdatenType> zusaetzlicheProduktdaten;
|
||||||
|
|
||||||
@@ -198,30 +193,6 @@ public abstract class ProduktType
|
|||||||
this.hauptfaelligkeit = value;
|
this.hauptfaelligkeit = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der refSicherstellungLfnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public Integer getRefSicherstellungLfnr() {
|
|
||||||
return refSicherstellungLfnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der refSicherstellungLfnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setRefSicherstellungLfnr(Integer value) {
|
|
||||||
this.refSicherstellungLfnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the zusaetzlicheProduktdaten property.
|
* Gets the value of the zusaetzlicheProduktdaten property.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ import java.util.List;
|
|||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_6_0.common.ProduktGenerischType;
|
import at.vvo.omds.types.omds3Types.r1_6_0.common.ProduktGenerischType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_6_0.common.VerkaufsproduktGenerischType;
|
import at.vvo.omds.types.omds3Types.r1_6_0.common.VerkaufsproduktGenerischType;
|
||||||
@@ -28,7 +27,6 @@ import at.vvo.omds.types.omds3Types.r1_6_0.common.VersichertesInteresseType;
|
|||||||
* <element name="Produkte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ProduktSachPrivat_Type" maxOccurs="unbounded"/>
|
* <element name="Produkte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ProduktSachPrivat_Type" maxOccurs="unbounded"/>
|
||||||
* <element name="Zusatzprodukte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="Zusatzprodukte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* <element name="VersicherteObjekte" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type" maxOccurs="unbounded"/>
|
* <element name="VersicherteObjekte" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type" maxOccurs="unbounded"/>
|
||||||
* <element name="RefSicherstellungLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
|
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
@@ -41,8 +39,7 @@ import at.vvo.omds.types.omds3Types.r1_6_0.common.VersichertesInteresseType;
|
|||||||
@XmlType(name = "VerkaufsproduktSachPrivat_Type", propOrder = {
|
@XmlType(name = "VerkaufsproduktSachPrivat_Type", propOrder = {
|
||||||
"produkte",
|
"produkte",
|
||||||
"zusatzprodukte",
|
"zusatzprodukte",
|
||||||
"versicherteObjekte",
|
"versicherteObjekte"
|
||||||
"refSicherstellungLfnr"
|
|
||||||
})
|
})
|
||||||
public class VerkaufsproduktSachPrivatType
|
public class VerkaufsproduktSachPrivatType
|
||||||
extends VerkaufsproduktGenerischType
|
extends VerkaufsproduktGenerischType
|
||||||
@@ -54,9 +51,6 @@ public class VerkaufsproduktSachPrivatType
|
|||||||
protected List<ProduktGenerischType> zusatzprodukte;
|
protected List<ProduktGenerischType> zusatzprodukte;
|
||||||
@XmlElement(name = "VersicherteObjekte", required = true)
|
@XmlElement(name = "VersicherteObjekte", required = true)
|
||||||
protected List<VersichertesInteresseType> versicherteObjekte;
|
protected List<VersichertesInteresseType> versicherteObjekte;
|
||||||
@XmlElement(name = "RefSicherstellungLfnr")
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
protected Integer refSicherstellungLfnr;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the produkte property.
|
* Gets the value of the produkte property.
|
||||||
@@ -145,28 +139,4 @@ public class VerkaufsproduktSachPrivatType
|
|||||||
return this.versicherteObjekte;
|
return this.versicherteObjekte;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der refSicherstellungLfnr-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public Integer getRefSicherstellungLfnr() {
|
|
||||||
return refSicherstellungLfnr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der refSicherstellungLfnr-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setRefSicherstellungLfnr(Integer value) {
|
|
||||||
this.refSicherstellungLfnr = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user