diff --git a/OMDSServiceDefinition/pom.xml b/OMDSServiceDefinition/pom.xml index 6fec6dd8..238f4eba 100644 --- a/OMDSServiceDefinition/pom.xml +++ b/OMDSServiceDefinition/pom.xml @@ -236,7 +236,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs - + genJavaFromWsdl_r1_4_0_VU @@ -324,70 +324,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs - - genJavaFromWsdl_r1_4_0_Broker - - false - - codeGen - - - - r1_4_0 - omds3ServicesBroker.wsdl - wsdl_broker_binding.xml - - - - - org.apache.cxf - cxf-codegen-plugin - ${cxf.version} - - -Djavax.xml.accessExternalSchema=all - - - - generate-sources - generate-sources - - ${target.generation.path} - - - ${wsdl.location} - true - - - - ${bindings.location}/omds20Types_binding.xml - ${bindings.location}/omdsServiceTypes_binding.xml - ${bindings.location}/omdsCommonServiceTypes_binding.xml - ${bindings.location}/omds3_ON7_Schaden_binding.xml - ${bindings.location}/${wsdl.binding.xml} - - - - - - -impl - -validate - -client - -verbose - - - - - - wsdl2java - - - - - - - - - + diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenDatumType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenDatumType.java deleted file mode 100644 index 31da6c15..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenDatumType.java +++ /dev/null @@ -1,163 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Typ mit Metadaten für xsd:date-Attribute - * - *

Java-Klasse für AttributMetadatenDatum_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="AttributMetadatenDatum_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type">
- *       <sequence>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="Values" type="{http://www.w3.org/2001/XMLSchema}date" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Min" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="Max" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMetadatenDatum_Type", propOrder = { - "_default", - "values", - "min", - "max" -}) -public class AttributMetadatenDatumType - extends AttributMetadatenType -{ - - @XmlElement(name = "Default") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar _default; - @XmlElement(name = "Values") - @XmlSchemaType(name = "date") - protected List values; - @XmlElement(name = "Min") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar min; - @XmlElement(name = "Max") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar max; - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDefault(XMLGregorianCalendar value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * 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 set method for the values property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getValues().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link XMLGregorianCalendar } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der min-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMin() { - return min; - } - - /** - * Legt den Wert der min-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMin(XMLGregorianCalendar value) { - this.min = value; - } - - /** - * Ruft den Wert der max-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getMax() { - return max; - } - - /** - * Legt den Wert der max-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setMax(XMLGregorianCalendar value) { - this.max = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenDezimalType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenDezimalType.java deleted file mode 100644 index af16b514..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenDezimalType.java +++ /dev/null @@ -1,158 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ mit Metadaten für omds:decimal-Attribute - * - *

Java-Klasse für AttributMetadatenDezimal_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="AttributMetadatenDezimal_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type">
- *       <sequence>
- *         <element name="Default" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="Values" type="{urn:omds20}decimal" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Min" type="{urn:omds20}decimal" minOccurs="0"/>
- *         <element name="Max" type="{urn:omds20}decimal" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMetadatenDezimal_Type", propOrder = { - "_default", - "values", - "min", - "max" -}) -public class AttributMetadatenDezimalType - extends AttributMetadatenType -{ - - @XmlElement(name = "Default") - protected BigDecimal _default; - @XmlElement(name = "Values") - protected List values; - @XmlElement(name = "Min") - protected BigDecimal min; - @XmlElement(name = "Max") - protected BigDecimal max; - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setDefault(BigDecimal value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * 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 set method for the values property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getValues().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link BigDecimal } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der min-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getMin() { - return min; - } - - /** - * Legt den Wert der min-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setMin(BigDecimal value) { - this.min = value; - } - - /** - * Ruft den Wert der max-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigDecimal } - * - */ - public BigDecimal getMax() { - return max; - } - - /** - * Legt den Wert der max-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigDecimal } - * - */ - public void setMax(BigDecimal value) { - this.max = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenEnumType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenEnumType.java deleted file mode 100644 index a39ad813..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenEnumType.java +++ /dev/null @@ -1,104 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Typ mit Metadaten für Schlüssellisten - * - *

Java-Klasse für AttributMetadatenEnum_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="AttributMetadatenEnum_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type">
- *       <sequence>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="Values" type="{urn:omds3CommonServiceTypes-1-1-0}EintragSchluesselliste_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMetadatenEnum_Type", propOrder = { - "_default", - "values" -}) -public class AttributMetadatenEnumType - extends AttributMetadatenType -{ - - @XmlElement(name = "Default") - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar _default; - @XmlElement(name = "Values") - protected List values; - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setDefault(XMLGregorianCalendar value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * 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 set method for the values property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getValues().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link EintragSchluessellisteType } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenIntType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenIntType.java deleted file mode 100644 index 83c2a9e5..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenIntType.java +++ /dev/null @@ -1,157 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ mit Metadaten für xsd:int-Attribute - * - *

Java-Klasse für AttributMetadatenInt_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="AttributMetadatenInt_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type">
- *       <sequence>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
- *         <element name="Values" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Min" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
- *         <element name="Max" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMetadatenInt_Type", propOrder = { - "_default", - "values", - "min", - "max" -}) -public class AttributMetadatenIntType - extends AttributMetadatenType -{ - - @XmlElement(name = "Default") - protected Integer _default; - @XmlElement(name = "Values", type = Integer.class) - protected List values; - @XmlElement(name = "Min") - protected Integer min; - @XmlElement(name = "Max") - protected Integer max; - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setDefault(Integer value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * 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 set method for the values property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getValues().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Integer } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der min-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMin() { - return min; - } - - /** - * Legt den Wert der min-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMin(Integer value) { - this.min = value; - } - - /** - * Ruft den Wert der max-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getMax() { - return max; - } - - /** - * Legt den Wert der max-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setMax(Integer value) { - this.max = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenStringType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenStringType.java deleted file mode 100644 index 9063c21e..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenStringType.java +++ /dev/null @@ -1,188 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ mit Metadaten für xsd:string-Attribute - * - *

Java-Klasse für AttributMetadatenString_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="AttributMetadatenString_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type">
- *       <sequence>
- *         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Values" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="MinLaenge" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
- *         <element name="MaxLaenge" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
- *         <element name="Regex" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMetadatenString_Type", propOrder = { - "_default", - "values", - "minLaenge", - "maxLaenge", - "regex" -}) -public class AttributMetadatenStringType - extends AttributMetadatenType -{ - - @XmlElement(name = "Default") - protected String _default; - @XmlElement(name = "Values") - protected List values; - @XmlElement(name = "MinLaenge") - @XmlSchemaType(name = "unsignedInt") - protected Long minLaenge; - @XmlElement(name = "MaxLaenge") - @XmlSchemaType(name = "unsignedInt") - protected Long maxLaenge; - @XmlElement(name = "Regex") - protected String regex; - - /** - * Ruft den Wert der default-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDefault() { - return _default; - } - - /** - * Legt den Wert der default-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDefault(String value) { - this._default = value; - } - - /** - * Gets the value of the values property. - * - *

- * 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 set method for the values property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getValues().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getValues() { - if (values == null) { - values = new ArrayList(); - } - return this.values; - } - - /** - * Ruft den Wert der minLaenge-Eigenschaft ab. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getMinLaenge() { - return minLaenge; - } - - /** - * Legt den Wert der minLaenge-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setMinLaenge(Long value) { - this.minLaenge = value; - } - - /** - * Ruft den Wert der maxLaenge-Eigenschaft ab. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getMaxLaenge() { - return maxLaenge; - } - - /** - * Legt den Wert der maxLaenge-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setMaxLaenge(Long value) { - this.maxLaenge = value; - } - - /** - * Ruft den Wert der regex-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRegex() { - return regex; - } - - /** - * Legt den Wert der regex-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRegex(String value) { - this.regex = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenType.java deleted file mode 100644 index 235a5e47..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/AttributMetadatenType.java +++ /dev/null @@ -1,148 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Basistyp für Metadaten von Attributen - * - *

Java-Klasse für AttributMetadaten_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="AttributMetadaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Attribut" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
- *         <element name="Aenderbar" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="Bezeichnung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="BeschreibungTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AttributMetadaten_Type", propOrder = { - "attribut", - "aenderbar", - "bezeichnung", - "beschreibungTxt" -}) -@XmlSeeAlso({ - AttributMetadatenStringType.class, - AttributMetadatenIntType.class, - AttributMetadatenDezimalType.class, - AttributMetadatenDatumType.class, - AttributMetadatenEnumType.class -}) -public abstract class AttributMetadatenType { - - @XmlElement(name = "Attribut", required = true) - protected Object attribut; - @XmlElement(name = "Aenderbar") - protected boolean aenderbar; - @XmlElement(name = "Bezeichnung") - protected String bezeichnung; - @XmlElement(name = "BeschreibungTxt") - protected String beschreibungTxt; - - /** - * Ruft den Wert der attribut-Eigenschaft ab. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getAttribut() { - return attribut; - } - - /** - * Legt den Wert der attribut-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setAttribut(Object value) { - this.attribut = value; - } - - /** - * Ruft den Wert der aenderbar-Eigenschaft ab. - * - */ - public boolean isAenderbar() { - return aenderbar; - } - - /** - * Legt den Wert der aenderbar-Eigenschaft fest. - * - */ - public void setAenderbar(boolean value) { - this.aenderbar = value; - } - - /** - * Ruft den Wert der bezeichnung-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBezeichnung() { - return bezeichnung; - } - - /** - * Legt den Wert der bezeichnung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBezeichnung(String value) { - this.bezeichnung = value; - } - - /** - * Ruft den Wert der beschreibungTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibungTxt() { - return beschreibungTxt; - } - - /** - * Legt den Wert der beschreibungTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibungTxt(String value) { - this.beschreibungTxt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonProcessRequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonProcessRequestType.java index bfd5ec2e..30fac09e 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonProcessRequestType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonProcessRequestType.java @@ -6,7 +6,6 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.BOARequestType; import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateRequestType; import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationRequestType; import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferRequestType; @@ -42,8 +41,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationReq CalculateRequestType.class, CreateOfferRequestType.class, CreateApplicationRequestType.class, - SubmitApplicationRequestType.class, - BOARequestType.class + SubmitApplicationRequestType.class }) public abstract class CommonProcessRequestType extends CommonRequestType diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonProcessResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonProcessResponseType.java index 4244238e..17fb8e40 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonProcessResponseType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/CommonProcessResponseType.java @@ -6,7 +6,6 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.BOAResponseType; import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateResponseType; import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationResponseType; import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferResponseType; @@ -42,8 +41,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationRes CalculateResponseType.class, CreateOfferResponseType.class, CreateApplicationResponseType.class, - SubmitApplicationResponseType.class, - BOAResponseType.class + SubmitApplicationResponseType.class }) public abstract class CommonProcessResponseType extends CommonResponseType diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/DokumentInfoType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/DokumentInfoType.java index 51673106..82b5afc7 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/DokumentInfoType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/DokumentInfoType.java @@ -3,11 +3,9 @@ package at.vvo.omds.types.omds3Types.r1_4_0.common; import java.util.ArrayList; import java.util.List; -import javax.activation.DataHandler; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlMimeType; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; @@ -53,8 +51,7 @@ import javax.xml.datatype.XMLGregorianCalendar; public class DokumentInfoType { @XmlElement(name = "Content") - @XmlMimeType("application/octet-stream") - protected DataHandler content; + protected byte[] content; @XmlElement(name = "Name") protected String name; @XmlElement(name = "DocumentType") @@ -74,10 +71,9 @@ public class DokumentInfoType { * * @return * possible object is - * {@link DataHandler } - * + * byte[] */ - public DataHandler getContent() { + public byte[] getContent() { return content; } @@ -86,10 +82,9 @@ public class DokumentInfoType { * * @param value * allowed object is - * {@link DataHandler } - * + * byte[] */ - public void setContent(DataHandler value) { + public void setContent(byte[] value) { this.content = value; } diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/EintragSchluessellisteType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/EintragSchluessellisteType.java deleted file mode 100644 index a26407de..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/EintragSchluessellisteType.java +++ /dev/null @@ -1,92 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Typ für einen einzelnen Eintrag einer Schlüsselliste - * - *

Java-Klasse für EintragSchluesselliste_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="EintragSchluesselliste_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Schluessel" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EintragSchluesselliste_Type", propOrder = { - "text", - "schluessel" -}) -public class EintragSchluessellisteType { - - @XmlElement(name = "Text", required = true) - protected String text; - @XmlElement(name = "Schluessel", required = true) - protected String schluessel; - - /** - * Ruft den Wert der text-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getText() { - return text; - } - - /** - * Legt den Wert der text-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setText(String value) { - this.text = value; - } - - /** - * Ruft den Wert der schluessel-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSchluessel() { - return schluessel; - } - - /** - * Legt den Wert der schluessel-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSchluessel(String value) { - this.schluessel = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ElementarproduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ElementarproduktGenerischType.java deleted file mode 100644 index 62ab86d8..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ElementarproduktGenerischType.java +++ /dev/null @@ -1,73 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Basistyp für ein Elementarprodukt, 2. Generation - * - *

Java-Klasse für ElementarproduktGenerisch_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ElementarproduktGenerisch_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktbausteinAntragsprozessGenerisch_Type">
- *       <sequence>
- *         <element name="ZusaetzlicheElementarproduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheElementarproduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ElementarproduktGenerisch_Type", propOrder = { - "zusaetzlicheElementarproduktdaten" -}) -public abstract class ElementarproduktGenerischType - extends ProduktbausteinAntragsprozessGenerischType -{ - - @XmlElement(name = "ZusaetzlicheElementarproduktdaten") - protected List zusaetzlicheElementarproduktdaten; - - /** - * Gets the value of the zusaetzlicheElementarproduktdaten property. - * - *

- * 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 set method for the zusaetzlicheElementarproduktdaten property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getZusaetzlicheElementarproduktdaten().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheElementarproduktdatenType } - * - * - */ - public List getZusaetzlicheElementarproduktdaten() { - if (zusaetzlicheElementarproduktdaten == null) { - zusaetzlicheElementarproduktdaten = new ArrayList(); - } - return this.zusaetzlicheElementarproduktdaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ObjectFactory.java index b5e6b464..3f59f75d 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ObjectFactory.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ObjectFactory.java @@ -25,8 +25,8 @@ import javax.xml.namespace.QName; public class ObjectFactory { private final static QName _ServiceFault_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "serviceFault"); - private final static QName _OrdnungsbegriffZuordFremd_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "OrdnungsbegriffZuordFremd"); private final static QName _Geschaeftsfallnummer_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "Geschaeftsfallnummer"); + private final static QName _OrdnungsbegriffZuordFremd_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "OrdnungsbegriffZuordFremd"); private final static QName _ObjektId_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "ObjektId"); private final static QName _Person_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "Person"); private final static QName _Adresse_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "Adresse"); @@ -294,22 +294,6 @@ public class ObjectFactory { return new BankverbindungType(); } - /** - * Create an instance of {@link VersichertePersonType } - * - */ - public VersichertePersonType createVersichertePersonType() { - return new VersichertePersonType(); - } - - /** - * Create an instance of {@link VersicherteVeranstaltungType } - * - */ - public VersicherteVeranstaltungType createVersicherteVeranstaltungType() { - return new VersicherteVeranstaltungType(); - } - /** * Create an instance of {@link FahrzeugType } * @@ -326,22 +310,6 @@ public class ObjectFactory { return new ZulassungsdatenType(); } - /** - * Create an instance of {@link VersicherterBetriebType } - * - */ - public VersicherterBetriebType createVersicherterBetriebType() { - return new VersicherterBetriebType(); - } - - /** - * Create an instance of {@link VersicherteLiegenschaftType } - * - */ - public VersicherteLiegenschaftType createVersicherteLiegenschaftType() { - return new VersicherteLiegenschaftType(); - } - /** * Create an instance of {@link KostenFixOderProzentType } * @@ -398,54 +366,6 @@ public class ObjectFactory { return new SchadenObjektSpezifikationType(); } - /** - * Create an instance of {@link AttributMetadatenStringType } - * - */ - public AttributMetadatenStringType createAttributMetadatenStringType() { - return new AttributMetadatenStringType(); - } - - /** - * Create an instance of {@link AttributMetadatenIntType } - * - */ - public AttributMetadatenIntType createAttributMetadatenIntType() { - return new AttributMetadatenIntType(); - } - - /** - * Create an instance of {@link AttributMetadatenDezimalType } - * - */ - public AttributMetadatenDezimalType createAttributMetadatenDezimalType() { - return new AttributMetadatenDezimalType(); - } - - /** - * Create an instance of {@link AttributMetadatenDatumType } - * - */ - public AttributMetadatenDatumType createAttributMetadatenDatumType() { - return new AttributMetadatenDatumType(); - } - - /** - * Create an instance of {@link AttributMetadatenEnumType } - * - */ - public AttributMetadatenEnumType createAttributMetadatenEnumType() { - return new AttributMetadatenEnumType(); - } - - /** - * Create an instance of {@link EintragSchluessellisteType } - * - */ - public EintragSchluessellisteType createEintragSchluessellisteType() { - return new EintragSchluessellisteType(); - } - /** * Create an instance of {@link ZahlwegType.Kundenkonto } * @@ -463,15 +383,6 @@ public class ObjectFactory { return new JAXBElement(_ServiceFault_QNAME, ServiceFault.class, null, value); } - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:omds3CommonServiceTypes-1-1-0", name = "OrdnungsbegriffZuordFremd") - public JAXBElement createOrdnungsbegriffZuordFremd(String value) { - return new JAXBElement(_OrdnungsbegriffZuordFremd_QNAME, String.class, null, value); - } - /** * Create an instance of {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >}} * @@ -481,6 +392,15 @@ public class ObjectFactory { return new JAXBElement(_Geschaeftsfallnummer_QNAME, ObjektIdType.class, null, value); } + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:omds3CommonServiceTypes-1-1-0", name = "OrdnungsbegriffZuordFremd") + public JAXBElement createOrdnungsbegriffZuordFremd(String value) { + return new JAXBElement(_OrdnungsbegriffZuordFremd_QNAME, String.class, null, value); + } + /** * Create an instance of {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >}} * diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktGenerischType.java deleted file mode 100644 index 18e4e881..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktGenerischType.java +++ /dev/null @@ -1,188 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Basistyp für ein Produkt, 2. Generation - * - *

Java-Klasse für ProduktGenerisch_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ProduktGenerisch_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktbausteinAntragsprozessGenerisch_Type">
- *       <sequence>
- *         <element name="Produktgeneration" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Zahlweg" type="{urn:omds20}ZahlWegCd_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="ZusaetzlicheProduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheProduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProduktGenerisch_Type", propOrder = { - "produktgeneration", - "zahlweg", - "zahlrhythmus", - "hauptfaelligkeit", - "zusaetzlicheProduktdaten" -}) -public abstract class ProduktGenerischType - extends ProduktbausteinAntragsprozessGenerischType -{ - - @XmlElement(name = "Produktgeneration", required = true) - protected String produktgeneration; - @XmlElement(name = "Zahlweg") - protected String zahlweg; - @XmlElement(name = "Zahlrhythmus") - protected String zahlrhythmus; - @XmlElement(name = "Hauptfaelligkeit", required = true) - @XmlSchemaType(name = "gMonthDay") - protected XMLGregorianCalendar hauptfaelligkeit; - @XmlElement(name = "ZusaetzlicheProduktdaten") - protected List zusaetzlicheProduktdaten; - - /** - * Ruft den Wert der produktgeneration-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getProduktgeneration() { - return produktgeneration; - } - - /** - * Legt den Wert der produktgeneration-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setProduktgeneration(String value) { - this.produktgeneration = value; - } - - /** - * Ruft den Wert der zahlweg-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZahlweg() { - return zahlweg; - } - - /** - * Legt den Wert der zahlweg-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZahlweg(String value) { - this.zahlweg = value; - } - - /** - * Ruft den Wert der zahlrhythmus-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getZahlrhythmus() { - return zahlrhythmus; - } - - /** - * Legt den Wert der zahlrhythmus-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setZahlrhythmus(String value) { - this.zahlrhythmus = value; - } - - /** - * Ruft den Wert der hauptfaelligkeit-Eigenschaft ab. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getHauptfaelligkeit() { - return hauptfaelligkeit; - } - - /** - * Legt den Wert der hauptfaelligkeit-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setHauptfaelligkeit(XMLGregorianCalendar value) { - this.hauptfaelligkeit = value; - } - - /** - * Gets the value of the zusaetzlicheProduktdaten property. - * - *

- * 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 set method for the zusaetzlicheProduktdaten property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getZusaetzlicheProduktdaten().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheProduktdatenType } - * - * - */ - public List getZusaetzlicheProduktdaten() { - if (zusaetzlicheProduktdaten == null) { - zusaetzlicheProduktdaten = new ArrayList(); - } - return this.zusaetzlicheProduktdaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktbausteinAntragsprozessGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktbausteinAntragsprozessGenerischType.java deleted file mode 100644 index 8fdee9fc..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktbausteinAntragsprozessGenerischType.java +++ /dev/null @@ -1,155 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ für Produktbausteine der Ebene 2 und 3 bei generischen Produkten - * - *

Java-Klasse für ProduktbausteinAntragsprozessGenerisch_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ProduktbausteinAntragsprozessGenerisch_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktbausteinAntragsprozess_Type">
- *       <sequence>
- *         <element name="Eingeschlossen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="EinschlussAenderbar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="AttributMetadaten" type="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="BeschreibungTxt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProduktbausteinAntragsprozessGenerisch_Type", propOrder = { - "eingeschlossen", - "einschlussAenderbar", - "attributMetadaten", - "beschreibungTxt" -}) -@XmlSeeAlso({ - VerkaufsproduktGenerischType.class, - ProduktGenerischType.class, - ElementarproduktGenerischType.class -}) -public abstract class ProduktbausteinAntragsprozessGenerischType - extends ProduktbausteinAntragsprozessType -{ - - @XmlElement(name = "Eingeschlossen") - protected boolean eingeschlossen; - @XmlElement(name = "EinschlussAenderbar") - protected Boolean einschlussAenderbar; - @XmlElement(name = "AttributMetadaten") - protected List attributMetadaten; - @XmlElement(name = "BeschreibungTxt") - protected String beschreibungTxt; - - /** - * Ruft den Wert der eingeschlossen-Eigenschaft ab. - * - */ - public boolean isEingeschlossen() { - return eingeschlossen; - } - - /** - * Legt den Wert der eingeschlossen-Eigenschaft fest. - * - */ - public void setEingeschlossen(boolean value) { - this.eingeschlossen = value; - } - - /** - * Ruft den Wert der einschlussAenderbar-Eigenschaft ab. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isEinschlussAenderbar() { - return einschlussAenderbar; - } - - /** - * Legt den Wert der einschlussAenderbar-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setEinschlussAenderbar(Boolean value) { - this.einschlussAenderbar = value; - } - - /** - * Gets the value of the attributMetadaten property. - * - *

- * 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 set method for the attributMetadaten property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getAttributMetadaten().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link AttributMetadatenType } - * - * - */ - public List getAttributMetadaten() { - if (attributMetadaten == null) { - attributMetadaten = new ArrayList(); - } - return this.attributMetadaten; - } - - /** - * Ruft den Wert der beschreibungTxt-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBeschreibungTxt() { - return beschreibungTxt; - } - - /** - * Legt den Wert der beschreibungTxt-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBeschreibungTxt(String value) { - this.beschreibungTxt = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktbausteinAntragsprozessType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktbausteinAntragsprozessType.java index 37ce43ba..488cc590 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktbausteinAntragsprozessType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ProduktbausteinAntragsprozessType.java @@ -45,7 +45,6 @@ import javax.xml.datatype.XMLGregorianCalendar; "jahrespraemieNto" }) @XmlSeeAlso({ - ProduktbausteinAntragsprozessGenerischType.class, VerkaufsproduktType.class, ProduktType.class, ElementarproduktType.class diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VerkaufsproduktGenerischType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VerkaufsproduktGenerischType.java deleted file mode 100644 index 270cb12b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VerkaufsproduktGenerischType.java +++ /dev/null @@ -1,160 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_11.ELRahmenvereinbarungType; - - -/** - * Basistyp für ein Produktbündel - * - *

Java-Klasse für VerkaufsproduktGenerisch_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VerkaufsproduktGenerisch_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktbausteinAntragsprozessGenerisch_Type">
- *       <sequence>
- *         <element name="Verkaufsproduktgeneration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Berechnungsvariante" type="{urn:omds3CommonServiceTypes-1-1-0}Berechnungsvariante_Type" minOccurs="0"/>
- *         <element ref="{urn:omds20}EL-Rahmenvereinbarung" minOccurs="0"/>
- *         <element name="ZusaetzlicheVerkaufproduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheVerkaufproduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerkaufsproduktGenerisch_Type", propOrder = { - "verkaufsproduktgeneration", - "berechnungsvariante", - "elRahmenvereinbarung", - "zusaetzlicheVerkaufproduktdaten" -}) -public abstract class VerkaufsproduktGenerischType - extends ProduktbausteinAntragsprozessGenerischType -{ - - @XmlElement(name = "Verkaufsproduktgeneration") - protected String verkaufsproduktgeneration; - @XmlElement(name = "Berechnungsvariante") - @XmlSchemaType(name = "string") - protected BerechnungsvarianteType berechnungsvariante; - @XmlElement(name = "EL-Rahmenvereinbarung", namespace = "urn:omds20") - protected ELRahmenvereinbarungType elRahmenvereinbarung; - @XmlElement(name = "ZusaetzlicheVerkaufproduktdaten") - protected List zusaetzlicheVerkaufproduktdaten; - - /** - * Ruft den Wert der verkaufsproduktgeneration-Eigenschaft ab. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVerkaufsproduktgeneration() { - return verkaufsproduktgeneration; - } - - /** - * Legt den Wert der verkaufsproduktgeneration-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVerkaufsproduktgeneration(String value) { - this.verkaufsproduktgeneration = value; - } - - /** - * Ruft den Wert der berechnungsvariante-Eigenschaft ab. - * - * @return - * possible object is - * {@link BerechnungsvarianteType } - * - */ - public BerechnungsvarianteType getBerechnungsvariante() { - return berechnungsvariante; - } - - /** - * Legt den Wert der berechnungsvariante-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BerechnungsvarianteType } - * - */ - public void setBerechnungsvariante(BerechnungsvarianteType value) { - this.berechnungsvariante = value; - } - - /** - * Ruft den Wert der elRahmenvereinbarung-Eigenschaft ab. - * - * @return - * possible object is - * {@link ELRahmenvereinbarungType } - * - */ - public ELRahmenvereinbarungType getELRahmenvereinbarung() { - return elRahmenvereinbarung; - } - - /** - * Legt den Wert der elRahmenvereinbarung-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ELRahmenvereinbarungType } - * - */ - public void setELRahmenvereinbarung(ELRahmenvereinbarungType value) { - this.elRahmenvereinbarung = value; - } - - /** - * Gets the value of the zusaetzlicheVerkaufproduktdaten property. - * - *

- * 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 set method for the zusaetzlicheVerkaufproduktdaten property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getZusaetzlicheVerkaufproduktdaten().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheVerkaufproduktdatenType } - * - * - */ - public List getZusaetzlicheVerkaufproduktdaten() { - if (zusaetzlicheVerkaufproduktdaten == null) { - zusaetzlicheVerkaufproduktdaten = new ArrayList(); - } - return this.zusaetzlicheVerkaufproduktdaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersicherteLiegenschaftType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersicherteLiegenschaftType.java deleted file mode 100644 index d1fc0b4b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersicherteLiegenschaftType.java +++ /dev/null @@ -1,138 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_11.ADRESSEType; - - -/** - * Versicherte Liegenschaft - * - *

Java-Klasse für VersicherteLiegenschaft_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VersicherteLiegenschaft_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type">
- *       <sequence>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId"/>
- *         <element name="Adresse" type="{urn:omds20}ADRESSE_Type"/>
- *         <element name="BebauteFlaecheInQm" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="UeberdachteFlaecheInQm" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VersicherteLiegenschaft_Type", propOrder = { - "objektId", - "adresse", - "bebauteFlaecheInQm", - "ueberdachteFlaecheInQm" -}) -public class VersicherteLiegenschaftType - extends VersichertesInteresseMitAttributMetadatenType -{ - - @XmlElement(name = "ObjektId", required = true) - protected ObjektIdType objektId; - @XmlElement(name = "Adresse", required = true) - protected ADRESSEType adresse; - @XmlElement(name = "BebauteFlaecheInQm") - @XmlSchemaType(name = "unsignedInt") - protected long bebauteFlaecheInQm; - @XmlElement(name = "UeberdachteFlaecheInQm") - @XmlSchemaType(name = "unsignedInt") - protected long ueberdachteFlaecheInQm; - - /** - * Ruft den Wert der objektId-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getObjektId() { - return objektId; - } - - /** - * Legt den Wert der objektId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setObjektId(ObjektIdType value) { - this.objektId = value; - } - - /** - * Ruft den Wert der adresse-Eigenschaft ab. - * - * @return - * possible object is - * {@link ADRESSEType } - * - */ - public ADRESSEType getAdresse() { - return adresse; - } - - /** - * Legt den Wert der adresse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ADRESSEType } - * - */ - public void setAdresse(ADRESSEType value) { - this.adresse = value; - } - - /** - * Ruft den Wert der bebauteFlaecheInQm-Eigenschaft ab. - * - */ - public long getBebauteFlaecheInQm() { - return bebauteFlaecheInQm; - } - - /** - * Legt den Wert der bebauteFlaecheInQm-Eigenschaft fest. - * - */ - public void setBebauteFlaecheInQm(long value) { - this.bebauteFlaecheInQm = value; - } - - /** - * Ruft den Wert der ueberdachteFlaecheInQm-Eigenschaft ab. - * - */ - public long getUeberdachteFlaecheInQm() { - return ueberdachteFlaecheInQm; - } - - /** - * Legt den Wert der ueberdachteFlaecheInQm-Eigenschaft fest. - * - */ - public void setUeberdachteFlaecheInQm(long value) { - this.ueberdachteFlaecheInQm = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertePersonType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertePersonType.java deleted file mode 100644 index 9ea5491a..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertePersonType.java +++ /dev/null @@ -1,66 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Versicherte Person basierend auf VersichertesInteresse_Type - * - *

Java-Klasse für VersichertePerson_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VersichertePerson_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
- *       <sequence>
- *         <element name="Person" type="{urn:omds3CommonServiceTypes-1-1-0}Person_Type"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VersichertePerson_Type", propOrder = { - "person" -}) -public class VersichertePersonType - extends VersichertesInteresseType -{ - - @XmlElement(name = "Person", required = true) - protected PersonType person; - - /** - * Ruft den Wert der person-Eigenschaft ab. - * - * @return - * possible object is - * {@link PersonType } - * - */ - public PersonType getPerson() { - return person; - } - - /** - * Legt den Wert der person-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link PersonType } - * - */ - public void setPerson(PersonType value) { - this.person = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersicherteVeranstaltungType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersicherteVeranstaltungType.java deleted file mode 100644 index a24fc81c..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersicherteVeranstaltungType.java +++ /dev/null @@ -1,36 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Versicherte Veranstaltung basierend auf VersichertesInteresse_Type - * - *

Java-Klasse für VersicherteVeranstaltung_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VersicherteVeranstaltung_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type">
- *       <sequence>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VersicherteVeranstaltung_Type") -public class VersicherteVeranstaltungType - extends VersichertesInteresseMitAttributMetadatenType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersicherterBetriebType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersicherterBetriebType.java deleted file mode 100644 index 9413c582..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersicherterBetriebType.java +++ /dev/null @@ -1,273 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import java.math.BigInteger; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds2Types.v2_11.ADRESSEType; - - -/** - * Versicherter Betrieb (Landwirtschaftlicher Betrieb, Verein) - * - *

Java-Klasse für VersicherterBetrieb_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VersicherterBetrieb_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type">
- *       <sequence>
- *         <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId" minOccurs="0"/>
- *         <element name="Adresse" type="{urn:omds20}ADRESSE_Type"/>
- *         <element name="Betriebsart" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
- *         <element name="Mitarbeiteranzahl" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
- *         <element name="Umsatz" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
- *         <element name="FlaecheInHektar" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
- *         <element name="Mitgliederanzahl" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
- *         <element name="ZusaetzlicheBetriebsdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheBetriebsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VersicherterBetrieb_Type", propOrder = { - "objektId", - "adresse", - "betriebsart", - "mitarbeiteranzahl", - "umsatz", - "flaecheInHektar", - "mitgliederanzahl", - "zusaetzlicheBetriebsdaten" -}) -public class VersicherterBetriebType - extends VersichertesInteresseMitAttributMetadatenType -{ - - @XmlElement(name = "ObjektId") - protected ObjektIdType objektId; - @XmlElement(name = "Adresse", required = true) - protected ADRESSEType adresse; - @XmlElement(name = "Betriebsart", required = true) - protected List betriebsart; - @XmlElement(name = "Mitarbeiteranzahl") - @XmlSchemaType(name = "unsignedInt") - protected long mitarbeiteranzahl; - @XmlElement(name = "Umsatz", required = true) - @XmlSchemaType(name = "unsignedLong") - protected BigInteger umsatz; - @XmlElement(name = "FlaecheInHektar") - @XmlSchemaType(name = "unsignedInt") - protected Long flaecheInHektar; - @XmlElement(name = "Mitgliederanzahl") - @XmlSchemaType(name = "unsignedLong") - protected BigInteger mitgliederanzahl; - @XmlElement(name = "ZusaetzlicheBetriebsdaten") - protected List zusaetzlicheBetriebsdaten; - - /** - * Ruft den Wert der objektId-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getObjektId() { - return objektId; - } - - /** - * Legt den Wert der objektId-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setObjektId(ObjektIdType value) { - this.objektId = value; - } - - /** - * Ruft den Wert der adresse-Eigenschaft ab. - * - * @return - * possible object is - * {@link ADRESSEType } - * - */ - public ADRESSEType getAdresse() { - return adresse; - } - - /** - * Legt den Wert der adresse-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ADRESSEType } - * - */ - public void setAdresse(ADRESSEType value) { - this.adresse = value; - } - - /** - * Gets the value of the betriebsart property. - * - *

- * 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 set method for the betriebsart property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getBetriebsart().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getBetriebsart() { - if (betriebsart == null) { - betriebsart = new ArrayList(); - } - return this.betriebsart; - } - - /** - * Ruft den Wert der mitarbeiteranzahl-Eigenschaft ab. - * - */ - public long getMitarbeiteranzahl() { - return mitarbeiteranzahl; - } - - /** - * Legt den Wert der mitarbeiteranzahl-Eigenschaft fest. - * - */ - public void setMitarbeiteranzahl(long value) { - this.mitarbeiteranzahl = value; - } - - /** - * Ruft den Wert der umsatz-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getUmsatz() { - return umsatz; - } - - /** - * Legt den Wert der umsatz-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setUmsatz(BigInteger value) { - this.umsatz = value; - } - - /** - * Ruft den Wert der flaecheInHektar-Eigenschaft ab. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getFlaecheInHektar() { - return flaecheInHektar; - } - - /** - * Legt den Wert der flaecheInHektar-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setFlaecheInHektar(Long value) { - this.flaecheInHektar = value; - } - - /** - * Ruft den Wert der mitgliederanzahl-Eigenschaft ab. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getMitgliederanzahl() { - return mitgliederanzahl; - } - - /** - * Legt den Wert der mitgliederanzahl-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setMitgliederanzahl(BigInteger value) { - this.mitgliederanzahl = value; - } - - /** - * Gets the value of the zusaetzlicheBetriebsdaten property. - * - *

- * 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 set method for the zusaetzlicheBetriebsdaten property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getZusaetzlicheBetriebsdaten().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ZusaetzlicheBetriebsdatenType } - * - * - */ - public List getZusaetzlicheBetriebsdaten() { - if (zusaetzlicheBetriebsdaten == null) { - zusaetzlicheBetriebsdaten = new ArrayList(); - } - return this.zusaetzlicheBetriebsdaten; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertesInteresseMitAttributMetadatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertesInteresseMitAttributMetadatenType.java deleted file mode 100644 index 2c818728..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertesInteresseMitAttributMetadatenType.java +++ /dev/null @@ -1,99 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Obertyp für versicherte Interessen, unterstützt Attribut-Metadaten - * - *

Java-Klasse für VersichertesInteresseMitAttributMetadaten_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="VersichertesInteresseMitAttributMetadaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="AttributMetadaten" type="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="Lfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VersichertesInteresseMitAttributMetadaten_Type", propOrder = { - "attributMetadaten" -}) -@XmlSeeAlso({ - VersicherteVeranstaltungType.class, - VersicherterBetriebType.class, - VersicherteLiegenschaftType.class -}) -public abstract class VersichertesInteresseMitAttributMetadatenType { - - @XmlElement(name = "AttributMetadaten") - protected List attributMetadaten; - @XmlAttribute(name = "Lfnr", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true) - @XmlSchemaType(name = "unsignedShort") - protected int lfnr; - - /** - * Gets the value of the attributMetadaten property. - * - *

- * 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 set method for the attributMetadaten property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getAttributMetadaten().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link AttributMetadatenType } - * - * - */ - public List getAttributMetadaten() { - if (attributMetadaten == null) { - attributMetadaten = new ArrayList(); - } - return this.attributMetadaten; - } - - /** - * Ruft den Wert der lfnr-Eigenschaft ab. - * - */ - public int getLfnr() { - return lfnr; - } - - /** - * Legt den Wert der lfnr-Eigenschaft fest. - * - */ - public void setLfnr(int value) { - this.lfnr = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertesInteresseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertesInteresseType.java index 62cf6127..58342c75 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertesInteresseType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/VersichertesInteresseType.java @@ -31,7 +31,6 @@ import javax.xml.bind.annotation.XmlType; @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "VersichertesInteresse_Type") @XmlSeeAlso({ - VersichertePersonType.class, FahrzeugType.class }) public abstract class VersichertesInteresseType { diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ZusaetzlicheBetriebsdatenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ZusaetzlicheBetriebsdatenType.java deleted file mode 100644 index 7bc27ef4..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/common/ZusaetzlicheBetriebsdatenType.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Typ fuer zusaetzliche Betriebsdaten zur Erweiterung des VersicherterBetrieb_Type - * - *

Java-Klasse für ZusaetzlicheBetriebsdaten_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="ZusaetzlicheBetriebsdaten_Type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ZusaetzlicheBetriebsdaten_Type") -public abstract class ZusaetzlicheBetriebsdatenType { - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on1basis/ObjectFactory.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on1basis/ObjectFactory.java index 3bcba693..34b9c708 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on1basis/ObjectFactory.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on1basis/ObjectFactory.java @@ -24,6 +24,10 @@ import javax.xml.namespace.QName; @XmlRegistry public class ObjectFactory { + private final static QName _GetStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesRequest"); + private final static QName _GetStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesResponse"); + private final static QName _DeclareStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesRequest"); + private final static QName _DeclareStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesResponse"); private final static QName _AddDocToBusinessCaseRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "AddDocToBusinessCaseRequest"); private final static QName _AddDocToBusinessCaseResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "AddDocToBusinessCaseResponse"); private final static QName _GetNumberOfDocumentsRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetNumberOfDocumentsRequest"); @@ -37,10 +41,6 @@ public class ObjectFactory { private final static QName _DeclareEndpointResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareEndpointResponse"); private final static QName _SecurityContextTokenRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "SecurityContextTokenRequest"); private final static QName _SecurityContextTokenResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "SecurityContextTokenResponse"); - private final static QName _GetStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesRequest"); - private final static QName _GetStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesResponse"); - private final static QName _DeclareStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesRequest"); - private final static QName _DeclareStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesResponse"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_4_0.on1basis @@ -49,6 +49,38 @@ public class ObjectFactory { public ObjectFactory() { } + /** + * Create an instance of {@link GetStateChangesRequestType } + * + */ + public GetStateChangesRequestType createGetStateChangesRequestType() { + return new GetStateChangesRequestType(); + } + + /** + * Create an instance of {@link GetStateChangesResponseType } + * + */ + public GetStateChangesResponseType createGetStateChangesResponseType() { + return new GetStateChangesResponseType(); + } + + /** + * Create an instance of {@link DeclareStateChangesRequestType } + * + */ + public DeclareStateChangesRequestType createDeclareStateChangesRequestType() { + return new DeclareStateChangesRequestType(); + } + + /** + * Create an instance of {@link DeclareStateChangesResponseType } + * + */ + public DeclareStateChangesResponseType createDeclareStateChangesResponseType() { + return new DeclareStateChangesResponseType(); + } + /** * Create an instance of {@link AddDocToBusinessCaseRequestType } * @@ -146,35 +178,19 @@ public class ObjectFactory { } /** - * Create an instance of {@link GetStateChangesRequestType } + * Create an instance of {@link StateChangeEventType } * */ - public GetStateChangesRequestType createGetStateChangesRequestType() { - return new GetStateChangesRequestType(); + public StateChangeEventType createStateChangeEventType() { + return new StateChangeEventType(); } /** - * Create an instance of {@link GetStateChangesResponseType } + * Create an instance of {@link StatusAntragsGeschaeftsfall } * */ - public GetStateChangesResponseType createGetStateChangesResponseType() { - return new GetStateChangesResponseType(); - } - - /** - * Create an instance of {@link DeclareStateChangesRequestType } - * - */ - public DeclareStateChangesRequestType createDeclareStateChangesRequestType() { - return new DeclareStateChangesRequestType(); - } - - /** - * Create an instance of {@link DeclareStateChangesResponseType } - * - */ - public DeclareStateChangesResponseType createDeclareStateChangesResponseType() { - return new DeclareStateChangesResponseType(); + public StatusAntragsGeschaeftsfall createStatusAntragsGeschaeftsfall() { + return new StatusAntragsGeschaeftsfall(); } /** @@ -194,19 +210,39 @@ public class ObjectFactory { } /** - * Create an instance of {@link StateChangeEventType } + * Create an instance of {@link JAXBElement }{@code <}{@link GetStateChangesRequestType }{@code >}} * */ - public StateChangeEventType createStateChangeEventType() { - return new StateChangeEventType(); + @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetStateChangesRequest") + public JAXBElement createGetStateChangesRequest(GetStateChangesRequestType value) { + return new JAXBElement(_GetStateChangesRequest_QNAME, GetStateChangesRequestType.class, null, value); } /** - * Create an instance of {@link StatusAntragsGeschaeftsfall } + * Create an instance of {@link JAXBElement }{@code <}{@link GetStateChangesResponseType }{@code >}} * */ - public StatusAntragsGeschaeftsfall createStatusAntragsGeschaeftsfall() { - return new StatusAntragsGeschaeftsfall(); + @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetStateChangesResponse") + public JAXBElement createGetStateChangesResponse(GetStateChangesResponseType value) { + return new JAXBElement(_GetStateChangesResponse_QNAME, GetStateChangesResponseType.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesRequestType }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareStateChangesRequest") + public JAXBElement createDeclareStateChangesRequest(DeclareStateChangesRequestType value) { + return new JAXBElement(_DeclareStateChangesRequest_QNAME, DeclareStateChangesRequestType.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesResponseType }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareStateChangesResponse") + public JAXBElement createDeclareStateChangesResponse(DeclareStateChangesResponseType value) { + return new JAXBElement(_DeclareStateChangesResponse_QNAME, DeclareStateChangesResponseType.class, null, value); } /** @@ -326,40 +362,4 @@ public class ObjectFactory { return new JAXBElement(_SecurityContextTokenResponse_QNAME, SecurityContextTokenResponseType.class, null, value); } - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetStateChangesRequestType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetStateChangesRequest") - public JAXBElement createGetStateChangesRequest(GetStateChangesRequestType value) { - return new JAXBElement(_GetStateChangesRequest_QNAME, GetStateChangesRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetStateChangesResponseType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetStateChangesResponse") - public JAXBElement createGetStateChangesResponse(GetStateChangesResponseType value) { - return new JAXBElement(_GetStateChangesResponse_QNAME, GetStateChangesResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesRequestType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareStateChangesRequest") - public JAXBElement createDeclareStateChangesRequest(DeclareStateChangesRequestType value) { - return new JAXBElement(_DeclareStateChangesRequest_QNAME, DeclareStateChangesRequestType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesResponseType }{@code >}} - * - */ - @XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareStateChangesResponse") - public JAXBElement createDeclareStateChangesResponse(DeclareStateChangesResponseType value) { - return new JAXBElement(_DeclareStateChangesResponse_QNAME, DeclareStateChangesResponseType.class, null, value); - } - } diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/BOARequestType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/BOARequestType.java deleted file mode 100644 index 946656fc..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/BOARequestType.java +++ /dev/null @@ -1,66 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonProcessRequestType; - - -/** - * Abstrakter Request für BOA mit generischen Produktbausteinen - * - *

Java-Klasse für BOA_Request_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="BOA_Request_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessRequest_Type">
- *       <sequence>
- *         <element name="Produktmetadaten" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BOA_Request_Type", propOrder = { - "produktmetadaten" -}) -@XmlSeeAlso({ - CalculateRequestGenType.class, - CreateOfferRequestGenType.class, - CreateApplicationRequestGenType.class, - SubmitApplicationRequestGenType.class -}) -public abstract class BOARequestType - extends CommonProcessRequestType -{ - - @XmlElement(name = "Produktmetadaten") - protected boolean produktmetadaten; - - /** - * Ruft den Wert der produktmetadaten-Eigenschaft ab. - * - */ - public boolean isProduktmetadaten() { - return produktmetadaten; - } - - /** - * Legt den Wert der produktmetadaten-Eigenschaft fest. - * - */ - public void setProduktmetadaten(boolean value) { - this.produktmetadaten = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/BOAResponseType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/BOAResponseType.java deleted file mode 100644 index 54a2c818..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/BOAResponseType.java +++ /dev/null @@ -1,42 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonProcessResponseType; - - -/** - * Abstrakter Request für BOA - * - *

Java-Klasse für BOA_Response_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="BOA_Response_Type">
- *   <complexContent>
- *     <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessResponse_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BOA_Response_Type") -@XmlSeeAlso({ - CalculateResponseGenType.class, - CreateOfferResponseGenType.class, - CreateApplicationResponseGenType.class, - SubmitApplicationResponseGenType.class -}) -public abstract class BOAResponseType - extends CommonProcessResponseType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateRequestGenType.java deleted file mode 100644 index 329d2c8b..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateRequestGenType.java +++ /dev/null @@ -1,58 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Request für die Berechnung mit generischen Produktbausteinen - * - *

Java-Klasse für CalculateRequestGen_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CalculateRequestGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOA_Request_Type">
- *       <sequence>
- *         <element name="RequestUpselling" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateRequestGen_Type", propOrder = { - "requestUpselling" -}) -public abstract class CalculateRequestGenType - extends BOARequestType -{ - - @XmlElement(name = "RequestUpselling", defaultValue = "false") - protected boolean requestUpselling; - - /** - * Ruft den Wert der requestUpselling-Eigenschaft ab. - * - */ - public boolean isRequestUpselling() { - return requestUpselling; - } - - /** - * Legt den Wert der requestUpselling-Eigenschaft fest. - * - */ - public void setRequestUpselling(boolean value) { - this.requestUpselling = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateResponseGenType.java deleted file mode 100644 index 8ab6d2d2..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CalculateResponseGenType.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Response Berechnung - * - *

Java-Klasse für CalculateResponseGen_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CalculateResponseGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOA_Response_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CalculateResponseGen_Type") -public abstract class CalculateResponseGenType - extends BOAResponseType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationRequestGenType.java deleted file mode 100644 index 839e0cb8..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationRequestGenType.java +++ /dev/null @@ -1,74 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_4_0.common.DateianhangType; - - -/** - * Abstrakter Request der Antragserzeugung mit generischen Produktbausteinen - * - *

Java-Klasse für CreateApplicationRequestGen_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateApplicationRequestGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOA_Request_Type">
- *       <sequence>
- *         <element name="Dateianhaenge" type="{urn:omds3CommonServiceTypes-1-1-0}Dateianhang_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationRequestGen_Type", propOrder = { - "dateianhaenge" -}) -public abstract class CreateApplicationRequestGenType - extends BOARequestType -{ - - @XmlElement(name = "Dateianhaenge") - protected List dateianhaenge; - - /** - * Gets the value of the dateianhaenge property. - * - *

- * 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 set method for the dateianhaenge property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDateianhaenge().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link DateianhangType } - * - * - */ - public List getDateianhaenge() { - if (dateianhaenge == null) { - dateianhaenge = new ArrayList(); - } - return this.dateianhaenge; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationResponseGenType.java deleted file mode 100644 index 6eab2584..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateApplicationResponseGenType.java +++ /dev/null @@ -1,131 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentInfoType; -import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType; - - -/** - * Abstrakter Response der Antragserzeugung - * - *

Java-Klasse für CreateApplicationResponseGen_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateApplicationResponseGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOA_Response_Type">
- *       <sequence>
- *         <element name="Antragstatus" type="{urn:omds3CommonServiceTypes-1-1-0}SubmitApplicationStatus_Type" minOccurs="0"/>
- *         <element name="Antragsnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- *         <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateApplicationResponseGen_Type", propOrder = { - "antragstatus", - "antragsnummer", - "dokumente" -}) -public abstract class CreateApplicationResponseGenType - extends BOAResponseType -{ - - @XmlElement(name = "Antragstatus") - protected Integer antragstatus; - @XmlElement(name = "Antragsnummer") - protected ObjektIdType antragsnummer; - @XmlElement(name = "Dokumente") - protected List dokumente; - - /** - * Ruft den Wert der antragstatus-Eigenschaft ab. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getAntragstatus() { - return antragstatus; - } - - /** - * Legt den Wert der antragstatus-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setAntragstatus(Integer value) { - this.antragstatus = value; - } - - /** - * Ruft den Wert der antragsnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getAntragsnummer() { - return antragsnummer; - } - - /** - * Legt den Wert der antragsnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setAntragsnummer(ObjektIdType value) { - this.antragsnummer = value; - } - - /** - * Gets the value of the dokumente property. - * - *

- * 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 set method for the dokumente property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDokumente().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link DokumentInfoType } - * - * - */ - public List getDokumente() { - if (dokumente == null) { - dokumente = new ArrayList(); - } - return this.dokumente; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferRequestGenType.java deleted file mode 100644 index 1e7261e6..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferRequestGenType.java +++ /dev/null @@ -1,34 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * Abstrakter Request für die Offerterstellung mit generischen Produktbausteinen - * - *

Java-Klasse für CreateOfferRequestGen_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateOfferRequestGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOA_Request_Type">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferRequestGen_Type") -public abstract class CreateOfferRequestGenType - extends BOARequestType -{ - - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferResponseGenType.java deleted file mode 100644 index eeef7381..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/CreateOfferResponseGenType.java +++ /dev/null @@ -1,74 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentInfoType; - - -/** - * Abstrakter Response der Offerterstellung - * - *

Java-Klasse für CreateOfferResponseGen_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="CreateOfferResponseGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOA_Response_Type">
- *       <sequence>
- *         <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateOfferResponseGen_Type", propOrder = { - "dokumente" -}) -public abstract class CreateOfferResponseGenType - extends BOAResponseType -{ - - @XmlElement(name = "Dokumente") - protected List dokumente; - - /** - * Gets the value of the dokumente property. - * - *

- * 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 set method for the dokumente property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDokumente().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link DokumentInfoType } - * - * - */ - public List getDokumente() { - if (dokumente == null) { - dokumente = new ArrayList(); - } - return this.dokumente; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationRequestGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationRequestGenType.java deleted file mode 100644 index 2a9905a1..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationRequestGenType.java +++ /dev/null @@ -1,103 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_4_0.common.DateianhangType; -import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType; - - -/** - * Abstrakter Request der Antragsüberleitung mit generischen Produktbausteinen - * - *

Java-Klasse für SubmitApplicationRequestGen_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SubmitApplicationRequestGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOA_Request_Type">
- *       <sequence>
- *         <element name="Dateianhaenge" type="{urn:omds3CommonServiceTypes-1-1-0}Dateianhang_Type" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Antragsnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationRequestGen_Type", propOrder = { - "dateianhaenge", - "antragsnummer" -}) -public abstract class SubmitApplicationRequestGenType - extends BOARequestType -{ - - @XmlElement(name = "Dateianhaenge") - protected List dateianhaenge; - @XmlElement(name = "Antragsnummer") - protected ObjektIdType antragsnummer; - - /** - * Gets the value of the dateianhaenge property. - * - *

- * 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 set method for the dateianhaenge property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDateianhaenge().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link DateianhangType } - * - * - */ - public List getDateianhaenge() { - if (dateianhaenge == null) { - dateianhaenge = new ArrayList(); - } - return this.dateianhaenge; - } - - /** - * Ruft den Wert der antragsnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getAntragsnummer() { - return antragsnummer; - } - - /** - * Legt den Wert der antragsnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setAntragsnummer(ObjektIdType value) { - this.antragsnummer = value; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationResponseGenType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationResponseGenType.java deleted file mode 100644 index f5b51ed6..00000000 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/on2antrag/common/SubmitApplicationResponseGenType.java +++ /dev/null @@ -1,123 +0,0 @@ - -package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentInfoType; -import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType; - - -/** - * Abstrakter Response der Antragsüberleitung - * - *

Java-Klasse für SubmitApplicationResponseGen_Type complex type. - * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * - *

- * <complexType name="SubmitApplicationResponseGen_Type">
- *   <complexContent>
- *     <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}BOA_Response_Type">
- *       <sequence>
- *         <element name="Antragstatus" type="{urn:omds3CommonServiceTypes-1-1-0}SubmitApplicationStatus_Type"/>
- *         <element name="Antragsnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
- *         <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SubmitApplicationResponseGen_Type", propOrder = { - "antragstatus", - "antragsnummer", - "dokumente" -}) -public abstract class SubmitApplicationResponseGenType - extends BOAResponseType -{ - - @XmlElement(name = "Antragstatus") - protected int antragstatus; - @XmlElement(name = "Antragsnummer", required = true) - protected ObjektIdType antragsnummer; - @XmlElement(name = "Dokumente") - protected List dokumente; - - /** - * Ruft den Wert der antragstatus-Eigenschaft ab. - * - */ - public int getAntragstatus() { - return antragstatus; - } - - /** - * Legt den Wert der antragstatus-Eigenschaft fest. - * - */ - public void setAntragstatus(int value) { - this.antragstatus = value; - } - - /** - * Ruft den Wert der antragsnummer-Eigenschaft ab. - * - * @return - * possible object is - * {@link ObjektIdType } - * - */ - public ObjektIdType getAntragsnummer() { - return antragsnummer; - } - - /** - * Legt den Wert der antragsnummer-Eigenschaft fest. - * - * @param value - * allowed object is - * {@link ObjektIdType } - * - */ - public void setAntragsnummer(ObjektIdType value) { - this.antragsnummer = value; - } - - /** - * Gets the value of the dokumente property. - * - *

- * 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 set method for the dokumente property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDokumente().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link DokumentInfoType } - * - * - */ - public List getDokumente() { - if (dokumente == null) { - dokumente = new ArrayList(); - } - return this.dokumente; - } - -} diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsService.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsService.java index 4636a8c2..ade1bdd6 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsService.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsService.java @@ -10,7 +10,7 @@ import javax.xml.ws.Service; /** * This class was generated by Apache CXF 3.2.0 - * 2019-09-01T09:48:45.539+02:00 + * 2019-09-02T09:52:47.160+02:00 * Generated source version: 3.2.0 * */ diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsServicePortImpl.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsServicePortImpl.java index 9852b5cb..e0f961c7 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsServicePortImpl.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsServicePortImpl.java @@ -13,11 +13,10 @@ import javax.jws.WebResult; import javax.jws.WebService; import javax.jws.soap.SOAPBinding; import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.ws.soap.MTOM; /** * This class was generated by Apache CXF 3.2.0 - * 2019-09-01T09:48:45.443+02:00 + * 2019-09-02T09:52:47.098+02:00 * Generated source version: 3.2.0 * */ @@ -28,7 +27,7 @@ import javax.xml.ws.soap.MTOM; targetNamespace = "urn:omds3Services-1-4-0", wsdlLocation = "file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_0/omds3Services.wsdl", endpointInterface = "at.vvo.omds.types.omds3Types.r1_4_0.service.OmdsServicePortType") -@MTOM(enabled = true, threshold = 1024) + public class OmdsServicePortImpl implements OmdsServicePortType { private static final Logger LOG = Logger.getLogger(OmdsServicePortImpl.class.getName()); diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsServicePortType.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsServicePortType.java index 3231aebe..9db070aa 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsServicePortType.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsServicePortType.java @@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlSeeAlso; /** * This class was generated by Apache CXF 3.2.0 - * 2019-09-01T09:48:45.507+02:00 + * 2019-09-02T09:52:47.145+02:00 * Generated source version: 3.2.0 * */ diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsServicePortType_OmdsServicePort_Client.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsServicePortType_OmdsServicePort_Client.java index 45e247db..3e704690 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsServicePortType_OmdsServicePort_Client.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/OmdsServicePortType_OmdsServicePort_Client.java @@ -16,11 +16,10 @@ import javax.jws.WebResult; import javax.jws.WebService; import javax.jws.soap.SOAPBinding; import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.ws.soap.MTOMFeature; /** * This class was generated by Apache CXF 3.2.0 - * 2019-09-01T09:48:45.307+02:00 + * 2019-09-02T09:52:47.020+02:00 * Generated source version: 3.2.0 * */ @@ -45,9 +44,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client { e.printStackTrace(); } } - + OmdsService ss = new OmdsService(wsdlURL, SERVICE_NAME); - OmdsServicePortType port = ss.getOmdsServicePort(new MTOMFeature(1024)); + OmdsServicePortType port = ss.getOmdsServicePort(); { System.out.println("Invoking getOMDSPackageList..."); diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/ServiceFaultMsg.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/ServiceFaultMsg.java index c3f73b40..06ba926a 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/ServiceFaultMsg.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/service/ServiceFaultMsg.java @@ -6,7 +6,7 @@ import javax.xml.ws.WebFault; /** * This class was generated by Apache CXF 3.2.0 - * 2019-09-01T09:48:45.423+02:00 + * 2019-09-02T09:52:47.082+02:00 * Generated source version: 3.2.0 */ diff --git a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/servicetypes/ArcContent.java b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/servicetypes/ArcContent.java index 1701a349..81de978a 100644 --- a/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/servicetypes/ArcContent.java +++ b/OMDSServiceDefinition/src/main/java/at/vvo/omds/types/omds3Types/r1_4_0/servicetypes/ArcContent.java @@ -1,11 +1,9 @@ package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes; -import javax.activation.DataHandler; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlMimeType; import javax.xml.bind.annotation.XmlType; @@ -41,8 +39,7 @@ public class ArcContent { @XmlElement(required = true) protected ArcImageInfo arcImageInfo; @XmlElement(required = true) - @XmlMimeType("application/octet-stream") - protected DataHandler arcImage; + protected byte[] arcImage; /** * Ruft den Wert der arcImageInfo-Eigenschaft ab. @@ -73,10 +70,9 @@ public class ArcContent { * * @return * possible object is - * {@link DataHandler } - * + * byte[] */ - public DataHandler getArcImage() { + public byte[] getArcImage() { return arcImage; } @@ -85,10 +81,9 @@ public class ArcContent { * * @param value * allowed object is - * {@link DataHandler } - * + * byte[] */ - public void setArcImage(DataHandler value) { + public void setArcImage(byte[] value) { this.arcImage = value; }