From 107930978eefc7234e99bbccd483f4da3a690c0d Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 25 Mar 2014 12:11:34 +0100 Subject: add UR Client version 5 remove UR Client version 1 change egovutils version to 1.0.5 --- .../at/gv/util/xsd/ur/pd/AbstractAddressType.java | 97 ----- .../at/gv/util/xsd/ur/pd/AbstractPersonType.java | 137 ------- .../at/gv/util/xsd/ur/pd/IdentificationType.java | 282 ------------- .../at/gv/util/xsd/ur/pd/NatuerlichePersonTyp.java | 133 ------ .../util/xsd/ur/pd/NichtNatuerlichePersonTyp.java | 139 ------- .../java/at/gv/util/xsd/ur/pd/ObjectFactory.java | 247 ------------ .../at/gv/util/xsd/ur/pd/PersonenDatenTyp.java | 214 ---------- .../java/at/gv/util/xsd/ur/pd/PersonenNameTyp.java | 408 ------------------- .../java/at/gv/util/xsd/ur/pd/PostAdresseTyp.java | 355 ---------------- .../util/xsd/ur/pd/TypisiertePostAdresseTyp.java | 105 ----- .../java/at/gv/util/xsd/ur/pd/package-info.java | 2 - .../java/at/gv/util/xsd/ur/search/Branche.java | 175 -------- .../at/gv/util/xsd/ur/search/DecodeBpkRequest.java | 89 ----- .../java/at/gv/util/xsd/ur/search/Funktion.java | 268 ------------- .../at/gv/util/xsd/ur/search/ObjectFactory.java | 314 --------------- .../java/at/gv/util/xsd/ur/search/OenaceType.java | 81 ---- .../java/at/gv/util/xsd/ur/search/QuellenType.java | 118 ------ .../java/at/gv/util/xsd/ur/search/Rechtsform.java | 174 -------- .../at/gv/util/xsd/ur/search/SucheBranche.java | 115 ------ .../gv/util/xsd/ur/search/SuchePersonendaten.java | 279 ------------- .../search/SucheUnternehmenNachAendDatRequest.java | 92 ----- .../SucheUnternehmenNachBpkEncodedRequest.java | 145 ------- .../ur/search/SucheUnternehmenNachBpkRequest.java | 116 ------ .../ur/search/SucheUnternehmenNachIdsRequest.java | 96 ----- .../xsd/ur/search/SucheUnternehmenRequest.java | 199 --------- .../util/xsd/ur/search/SucheUnternehmensdaten.java | 357 ----------------- .../java/at/gv/util/xsd/ur/search/UntName.java | 118 ------ .../at/gv/util/xsd/ur/search/package-info.java | 2 - .../gv/util/xsd/ur/simpletypes/ObjectFactory.java | 32 -- .../gv/util/xsd/ur/simpletypes/OenaceArtTyp.java | 38 -- .../at/gv/util/xsd/ur/xmlsw/CustomFaultType.java | 156 -------- .../gv/util/xsd/ur/xmlsw/ExtraResultCriteria.java | 73 ---- .../at/gv/util/xsd/ur/xmlsw/ExtraResultInfo.java | 73 ---- .../at/gv/util/xsd/ur/xmlsw/ObjectFactory.java | 445 --------------------- .../at/gv/util/xsd/ur/xmlsw/PaymentInfoType.java | 181 --------- .../at/gv/util/xsd/ur/xmlsw/RecordFieldList.java | 73 ---- .../gv/util/xsd/ur/xmlsw/ResultCriteriaType.java | 207 ---------- .../at/gv/util/xsd/ur/xmlsw/ResultInfoType.java | 178 --------- .../java/at/gv/util/xsd/ur/xmlsw/ResultRecord.java | 104 ----- .../at/gv/util/xsd/ur/xmlsw/ResultRecords.java | 71 ---- .../gv/util/xsd/ur/xmlsw/SearchByExampleType.java | 146 ------- .../at/gv/util/xsd/ur/xmlsw/SearchByIdType.java | 121 ------ .../gv/util/xsd/ur/xmlsw/SearchCriteriaType.java | 100 ----- .../util/xsd/ur/xmlsw/SearchRequestInfoType.java | 71 ---- .../gv/util/xsd/ur/xmlsw/SearchResponseType.java | 146 ------- .../java/at/gv/util/xsd/ur/xmlsw/SortKeyType.java | 118 ------ .../java/at/gv/util/xsd/ur/xmlsw/SortKeysType.java | 69 ---- .../java/at/gv/util/xsd/ur/xmlsw/package-info.java | 2 - 48 files changed, 7261 deletions(-) delete mode 100644 src/main/java/at/gv/util/xsd/ur/pd/AbstractAddressType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/pd/AbstractPersonType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/pd/IdentificationType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/pd/NatuerlichePersonTyp.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/pd/NichtNatuerlichePersonTyp.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/pd/ObjectFactory.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/pd/PersonenDatenTyp.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/pd/PersonenNameTyp.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/pd/PostAdresseTyp.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/pd/TypisiertePostAdresseTyp.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/pd/package-info.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/Branche.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/DecodeBpkRequest.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/Funktion.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/ObjectFactory.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/OenaceType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/QuellenType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/Rechtsform.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/SucheBranche.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/SuchePersonendaten.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachAendDatRequest.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachBpkEncodedRequest.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachBpkRequest.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachIdsRequest.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenRequest.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmensdaten.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/UntName.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/search/package-info.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/simpletypes/ObjectFactory.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/simpletypes/OenaceArtTyp.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/CustomFaultType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/ExtraResultCriteria.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/ExtraResultInfo.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/ObjectFactory.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/PaymentInfoType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/RecordFieldList.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/ResultCriteriaType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/ResultInfoType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/ResultRecord.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/ResultRecords.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/SearchByExampleType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/SearchByIdType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/SearchCriteriaType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/SearchRequestInfoType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/SearchResponseType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/SortKeyType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/SortKeysType.java delete mode 100644 src/main/java/at/gv/util/xsd/ur/xmlsw/package-info.java (limited to 'src/main/java/at/gv/util/xsd/ur') diff --git a/src/main/java/at/gv/util/xsd/ur/pd/AbstractAddressType.java b/src/main/java/at/gv/util/xsd/ur/pd/AbstractAddressType.java deleted file mode 100644 index 4fbf6e7..0000000 --- a/src/main/java/at/gv/util/xsd/ur/pd/AbstractAddressType.java +++ /dev/null @@ -1,97 +0,0 @@ - -package at.gv.util.xsd.ur.pd; - -import java.util.HashMap; -import java.util.Map; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyAttribute; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; -import javax.xml.namespace.QName; - - -/** - * Struktur des Abstrakten Address Elements - * - *

Java class for AbstractAddressType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="AbstractAddressType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <anyAttribute namespace='##other'/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AbstractAddressType") -@XmlSeeAlso({ - PostAdresseTyp.class, - TypisiertePostAdresseTyp.class -}) -public class AbstractAddressType { - - @XmlAttribute(name = "Id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAnyAttribute - private Map otherAttributes = new HashMap(); - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets a map that contains attributes that aren't bound to any typed property on this class. - * - *

- * the map is keyed by the name of the attribute and - * the value is the string value of the attribute. - * - * the map returned by this method is live, and you can add new attribute - * by updating the map directly. Because of this design, there's no setter. - * - * - * @return - * always non-null - */ - public Map getOtherAttributes() { - return otherAttributes; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/pd/AbstractPersonType.java b/src/main/java/at/gv/util/xsd/ur/pd/AbstractPersonType.java deleted file mode 100644 index 9804ab0..0000000 --- a/src/main/java/at/gv/util/xsd/ur/pd/AbstractPersonType.java +++ /dev/null @@ -1,137 +0,0 @@ - -package at.gv.util.xsd.ur.pd; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyAttribute; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; -import javax.xml.namespace.QName; - - -/** - * main structure of person data - * - *

Java class for AbstractPersonType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="AbstractPersonType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <choice minOccurs="0">
- *         <element name="Identification" type="{http://reference.e-government.gv.at/namespace/persondata/de/20040201#}IdentificationType" maxOccurs="unbounded" minOccurs="0"/>
- *       </choice>
- *       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <anyAttribute namespace='##other'/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AbstractPersonType", propOrder = { - "identification" -}) -@XmlSeeAlso({ - NatuerlichePersonTyp.class, - PersonenDatenTyp.class, - NichtNatuerlichePersonTyp.class -}) -public class AbstractPersonType { - - @XmlElement(name = "Identification") - protected List identification; - @XmlAttribute(name = "Id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAnyAttribute - private Map otherAttributes = new HashMap(); - - /** - * Gets the value of the identification 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 identification property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link IdentificationType } - * - * - */ - public List getIdentification() { - if (identification == null) { - identification = new ArrayList(); - } - return this.identification; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets a map that contains attributes that aren't bound to any typed property on this class. - * - *

- * the map is keyed by the name of the attribute and - * the value is the string value of the attribute. - * - * the map returned by this method is live, and you can add new attribute - * by updating the map directly. Because of this design, there's no setter. - * - * - * @return - * always non-null - */ - public Map getOtherAttributes() { - return otherAttributes; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/pd/IdentificationType.java b/src/main/java/at/gv/util/xsd/ur/pd/IdentificationType.java deleted file mode 100644 index 6474b2e..0000000 --- a/src/main/java/at/gv/util/xsd/ur/pd/IdentificationType.java +++ /dev/null @@ -1,282 +0,0 @@ - -package at.gv.util.xsd.ur.pd; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyAttribute; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; -import javax.xml.namespace.QName; -import org.w3c.dom.Element; - - -/** - * Container für beliebige Identifikationsmerkmale, besteht aus Type und Value Unterelementen, aus technischen Gründen nur auf Englisch verfügbar - * - *

Java class for IdentificationType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="IdentificationType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Value">
- *           <complexType>
- *             <simpleContent>
- *               <extension base="<http://www.w3.org/2001/XMLSchema>string">
- *                 <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *               </extension>
- *             </simpleContent>
- *           </complexType>
- *         </element>
- *         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
- *         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <anyAttribute namespace='##other'/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "IdentificationType", propOrder = { - "value", - "type", - "any" -}) -public class IdentificationType { - - @XmlElement(name = "Value", required = true) - protected IdentificationType.Value value; - @XmlElement(name = "Type", required = true) - @XmlSchemaType(name = "anyURI") - protected String type; - @XmlAnyElement(lax = true) - protected List any; - @XmlAttribute(name = "Id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAnyAttribute - private Map otherAttributes = new HashMap(); - - /** - * Gets the value of the value property. - * - * @return - * possible object is - * {@link IdentificationType.Value } - * - */ - public IdentificationType.Value getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link IdentificationType.Value } - * - */ - public void setValue(IdentificationType.Value value) { - this.value = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the any 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 any property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link Element } - * - * - */ - public List getAny() { - if (any == null) { - any = new ArrayList(); - } - return this.any; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets a map that contains attributes that aren't bound to any typed property on this class. - * - *

- * the map is keyed by the name of the attribute and - * the value is the string value of the attribute. - * - * the map returned by this method is live, and you can add new attribute - * by updating the map directly. Because of this design, there's no setter. - * - * - * @return - * always non-null - */ - public Map getOtherAttributes() { - return otherAttributes; - } - - - /** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

-     * <complexType>
-     *   <simpleContent>
-     *     <extension base="<http://www.w3.org/2001/XMLSchema>string">
-     *       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
-     *     </extension>
-     *   </simpleContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "value" - }) - public static class Value { - - @XmlValue - protected String value; - @XmlAttribute(name = "Id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the value property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/pd/NatuerlichePersonTyp.java b/src/main/java/at/gv/util/xsd/ur/pd/NatuerlichePersonTyp.java deleted file mode 100644 index f9632ff..0000000 --- a/src/main/java/at/gv/util/xsd/ur/pd/NatuerlichePersonTyp.java +++ /dev/null @@ -1,133 +0,0 @@ - -package at.gv.util.xsd.ur.pd; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - * entspricht PhysicalPersonType - * - *

Java class for NatuerlichePersonTyp complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="NatuerlichePersonTyp">
- *   <complexContent>
- *     <extension base="{http://reference.e-government.gv.at/namespace/persondata/de/20040201#}AbstractPersonType">
- *       <sequence minOccurs="0">
- *         <element ref="{http://reference.e-government.gv.at/namespace/persondata/de/20040201#}PersonenName" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/persondata/de/20040201#}Geburtsdatum" minOccurs="0"/>
- *         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <anyAttribute namespace='##other'/>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "NatuerlichePersonTyp", propOrder = { - "personenName", - "geburtsdatum", - "any" -}) -public class NatuerlichePersonTyp - extends AbstractPersonType -{ - - @XmlElement(name = "PersonenName") - protected PersonenNameTyp personenName; - @XmlElement(name = "Geburtsdatum") - protected String geburtsdatum; - @XmlAnyElement(lax = true) - protected List any; - - /** - * Gets the value of the personenName property. - * - * @return - * possible object is - * {@link PersonenNameTyp } - * - */ - public PersonenNameTyp getPersonenName() { - return personenName; - } - - /** - * Sets the value of the personenName property. - * - * @param value - * allowed object is - * {@link PersonenNameTyp } - * - */ - public void setPersonenName(PersonenNameTyp value) { - this.personenName = value; - } - - /** - * Gets the value of the geburtsdatum property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGeburtsdatum() { - return geburtsdatum; - } - - /** - * Sets the value of the geburtsdatum property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGeburtsdatum(String value) { - this.geburtsdatum = value; - } - - /** - * Gets the value of the any 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 any property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link Element } - * - * - */ - public List getAny() { - if (any == null) { - any = new ArrayList(); - } - return this.any; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/pd/NichtNatuerlichePersonTyp.java b/src/main/java/at/gv/util/xsd/ur/pd/NichtNatuerlichePersonTyp.java deleted file mode 100644 index 858446e..0000000 --- a/src/main/java/at/gv/util/xsd/ur/pd/NichtNatuerlichePersonTyp.java +++ /dev/null @@ -1,139 +0,0 @@ - -package at.gv.util.xsd.ur.pd; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; -import org.w3c.dom.Element; - - -/** - * entspricht CorporateBodyType - * - *

Java class for NichtNatuerlichePersonTyp complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="NichtNatuerlichePersonTyp">
- *   <complexContent>
- *     <extension base="{http://reference.e-government.gv.at/namespace/persondata/de/20040201#}AbstractPersonType">
- *       <sequence minOccurs="0">
- *         <element name="VollerName" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
- *         <element name="Rechtsform" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
- *         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <anyAttribute namespace='##other'/>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "NichtNatuerlichePersonTyp", propOrder = { - "vollerName", - "rechtsform", - "any" -}) -public class NichtNatuerlichePersonTyp - extends AbstractPersonType -{ - - @XmlElement(name = "VollerName") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlSchemaType(name = "token") - protected String vollerName; - @XmlElement(name = "Rechtsform") - @XmlSchemaType(name = "anyURI") - protected String rechtsform; - @XmlAnyElement(lax = true) - protected List any; - - /** - * Gets the value of the vollerName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVollerName() { - return vollerName; - } - - /** - * Sets the value of the vollerName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVollerName(String value) { - this.vollerName = value; - } - - /** - * Gets the value of the rechtsform property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRechtsform() { - return rechtsform; - } - - /** - * Sets the value of the rechtsform property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRechtsform(String value) { - this.rechtsform = value; - } - - /** - * Gets the value of the any 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 any property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link Element } - * - * - */ - public List getAny() { - if (any == null) { - any = new ArrayList(); - } - return this.any; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/pd/ObjectFactory.java b/src/main/java/at/gv/util/xsd/ur/pd/ObjectFactory.java deleted file mode 100644 index 6758f36..0000000 --- a/src/main/java/at/gv/util/xsd/ur/pd/ObjectFactory.java +++ /dev/null @@ -1,247 +0,0 @@ - -package at.gv.util.xsd.ur.pd; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.gv.util.xsd.ur.pd package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _Person_QNAME = new QName("http://reference.e-government.gv.at/namespace/persondata/de/20040201#", "Person"); - private final static QName _PostAdresse_QNAME = new QName("http://reference.e-government.gv.at/namespace/persondata/de/20040201#", "PostAdresse"); - private final static QName _Address_QNAME = new QName("http://reference.e-government.gv.at/namespace/persondata/de/20040201#", "Address"); - private final static QName _Geburtsdatum_QNAME = new QName("http://reference.e-government.gv.at/namespace/persondata/de/20040201#", "Geburtsdatum"); - private final static QName _NatuerlichePerson_QNAME = new QName("http://reference.e-government.gv.at/namespace/persondata/de/20040201#", "NatuerlichePerson"); - private final static QName _NichtNatuerlichePerson_QNAME = new QName("http://reference.e-government.gv.at/namespace/persondata/de/20040201#", "NichtNatuerlichePerson"); - private final static QName _AbstractPersonData_QNAME = new QName("http://reference.e-government.gv.at/namespace/persondata/de/20040201#", "AbstractPersonData"); - private final static QName _TypisiertePostAdresse_QNAME = new QName("http://reference.e-government.gv.at/namespace/persondata/de/20040201#", "TypisiertePostAdresse"); - private final static QName _PersonenName_QNAME = new QName("http://reference.e-government.gv.at/namespace/persondata/de/20040201#", "PersonenName"); - private final static QName _PersonenDaten_QNAME = new QName("http://reference.e-government.gv.at/namespace/persondata/de/20040201#", "PersonenDaten"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.util.xsd.ur.pd - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link IdentificationType } - * - */ - public IdentificationType createIdentificationType() { - return new IdentificationType(); - } - - /** - * Create an instance of {@link PersonenNameTyp } - * - */ - public PersonenNameTyp createPersonenNameTyp() { - return new PersonenNameTyp(); - } - - /** - * Create an instance of {@link PostAdresseTyp } - * - */ - public PostAdresseTyp createPostAdresseTyp() { - return new PostAdresseTyp(); - } - - /** - * Create an instance of {@link PersonenDatenTyp } - * - */ - public PersonenDatenTyp createPersonenDatenTyp() { - return new PersonenDatenTyp(); - } - - /** - * Create an instance of {@link NatuerlichePersonTyp } - * - */ - public NatuerlichePersonTyp createNatuerlichePersonTyp() { - return new NatuerlichePersonTyp(); - } - - /** - * Create an instance of {@link AbstractPersonType } - * - */ - public AbstractPersonType createAbstractPersonType() { - return new AbstractPersonType(); - } - - /** - * Create an instance of {@link AbstractAddressType } - * - */ - public AbstractAddressType createAbstractAddressType() { - return new AbstractAddressType(); - } - - /** - * Create an instance of {@link TypisiertePostAdresseTyp } - * - */ - public TypisiertePostAdresseTyp createTypisiertePostAdresseTyp() { - return new TypisiertePostAdresseTyp(); - } - - /** - * Create an instance of {@link NichtNatuerlichePersonTyp } - * - */ - public NichtNatuerlichePersonTyp createNichtNatuerlichePersonTyp() { - return new NichtNatuerlichePersonTyp(); - } - - /** - * Create an instance of {@link IdentificationType.Value } - * - */ - public IdentificationType.Value createIdentificationTypeValue() { - return new IdentificationType.Value(); - } - - /** - * Create an instance of {@link PersonenNameTyp.Familienname } - * - */ - public PersonenNameTyp.Familienname createPersonenNameTypFamilienname() { - return new PersonenNameTyp.Familienname(); - } - - /** - * Create an instance of {@link PersonenNameTyp.Affix } - * - */ - public PersonenNameTyp.Affix createPersonenNameTypAffix() { - return new PersonenNameTyp.Affix(); - } - - /** - * Create an instance of {@link PostAdresseTyp.Zustelladresse } - * - */ - public PostAdresseTyp.Zustelladresse createPostAdresseTypZustelladresse() { - return new PostAdresseTyp.Zustelladresse(); - } - - /** - * Create an instance of {@link PersonenDatenTyp.Zusatzdaten } - * - */ - public PersonenDatenTyp.Zusatzdaten createPersonenDatenTypZusatzdaten() { - return new PersonenDatenTyp.Zusatzdaten(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AbstractPersonType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", name = "Person") - public JAXBElement createPerson(AbstractPersonType value) { - return new JAXBElement(_Person_QNAME, AbstractPersonType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link PostAdresseTyp }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", name = "PostAdresse", substitutionHeadNamespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", substitutionHeadName = "Address") - public JAXBElement createPostAdresse(PostAdresseTyp value) { - return new JAXBElement(_PostAdresse_QNAME, PostAdresseTyp.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AbstractAddressType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", name = "Address") - public JAXBElement createAddress(AbstractAddressType value) { - return new JAXBElement(_Address_QNAME, AbstractAddressType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", name = "Geburtsdatum") - public JAXBElement createGeburtsdatum(String value) { - return new JAXBElement(_Geburtsdatum_QNAME, String.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link NatuerlichePersonTyp }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", name = "NatuerlichePerson", substitutionHeadNamespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", substitutionHeadName = "Person") - public JAXBElement createNatuerlichePerson(NatuerlichePersonTyp value) { - return new JAXBElement(_NatuerlichePerson_QNAME, NatuerlichePersonTyp.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link NichtNatuerlichePersonTyp }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", name = "NichtNatuerlichePerson", substitutionHeadNamespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", substitutionHeadName = "Person") - public JAXBElement createNichtNatuerlichePerson(NichtNatuerlichePersonTyp value) { - return new JAXBElement(_NichtNatuerlichePerson_QNAME, NichtNatuerlichePersonTyp.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AbstractPersonType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", name = "AbstractPersonData") - public JAXBElement createAbstractPersonData(AbstractPersonType value) { - return new JAXBElement(_AbstractPersonData_QNAME, AbstractPersonType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link TypisiertePostAdresseTyp }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", name = "TypisiertePostAdresse", substitutionHeadNamespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", substitutionHeadName = "Address") - public JAXBElement createTypisiertePostAdresse(TypisiertePostAdresseTyp value) { - return new JAXBElement(_TypisiertePostAdresse_QNAME, TypisiertePostAdresseTyp.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link PersonenNameTyp }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", name = "PersonenName") - public JAXBElement createPersonenName(PersonenNameTyp value) { - return new JAXBElement(_PersonenName_QNAME, PersonenNameTyp.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link PersonenDatenTyp }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", name = "PersonenDaten", substitutionHeadNamespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", substitutionHeadName = "AbstractPersonData") - public JAXBElement createPersonenDaten(PersonenDatenTyp value) { - return new JAXBElement(_PersonenDaten_QNAME, PersonenDatenTyp.class, null, value); - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/pd/PersonenDatenTyp.java b/src/main/java/at/gv/util/xsd/ur/pd/PersonenDatenTyp.java deleted file mode 100644 index b84f115..0000000 --- a/src/main/java/at/gv/util/xsd/ur/pd/PersonenDatenTyp.java +++ /dev/null @@ -1,214 +0,0 @@ - -package at.gv.util.xsd.ur.pd; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - * Container um eine Person und ihre Adressen zu speichern - * - *

Java class for PersonenDatenTyp complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="PersonenDatenTyp">
- *   <complexContent>
- *     <extension base="{http://reference.e-government.gv.at/namespace/persondata/de/20040201#}AbstractPersonType">
- *       <sequence>
- *         <element ref="{http://reference.e-government.gv.at/namespace/persondata/de/20040201#}Person"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/persondata/de/20040201#}Address" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Zusatzdaten" minOccurs="0">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence maxOccurs="unbounded" minOccurs="0">
- *                   <any processContents='lax'/>
- *                 </sequence>
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *       </sequence>
- *       <anyAttribute namespace='##other'/>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "PersonenDatenTyp", propOrder = { - "person", - "address", - "zusatzdaten" -}) -public class PersonenDatenTyp - extends AbstractPersonType -{ - - @XmlElementRef(name = "Person", namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", type = JAXBElement.class) - protected JAXBElement person; - @XmlElementRef(name = "Address", namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", type = JAXBElement.class) - protected List> address; - @XmlElement(name = "Zusatzdaten") - protected PersonenDatenTyp.Zusatzdaten zusatzdaten; - - /** - * Gets the value of the person property. - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link NichtNatuerlichePersonTyp }{@code >} - * {@link JAXBElement }{@code <}{@link NatuerlichePersonTyp }{@code >} - * {@link JAXBElement }{@code <}{@link AbstractPersonType }{@code >} - * - */ - public JAXBElement getPerson() { - return person; - } - - /** - * Sets the value of the person property. - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link NichtNatuerlichePersonTyp }{@code >} - * {@link JAXBElement }{@code <}{@link NatuerlichePersonTyp }{@code >} - * {@link JAXBElement }{@code <}{@link AbstractPersonType }{@code >} - * - */ - public void setPerson(JAXBElement value) { - this.person = value; - } - - /** - * Gets the value of the address 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 address property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link JAXBElement }{@code <}{@link AbstractAddressType }{@code >} - * {@link JAXBElement }{@code <}{@link TypisiertePostAdresseTyp }{@code >} - * {@link JAXBElement }{@code <}{@link PostAdresseTyp }{@code >} - * - * - */ - public List> getAddress() { - if (address == null) { - address = new ArrayList>(); - } - return this.address; - } - - /** - * Gets the value of the zusatzdaten property. - * - * @return - * possible object is - * {@link PersonenDatenTyp.Zusatzdaten } - * - */ - public PersonenDatenTyp.Zusatzdaten getZusatzdaten() { - return zusatzdaten; - } - - /** - * Sets the value of the zusatzdaten property. - * - * @param value - * allowed object is - * {@link PersonenDatenTyp.Zusatzdaten } - * - */ - public void setZusatzdaten(PersonenDatenTyp.Zusatzdaten value) { - this.zusatzdaten = value; - } - - - /** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

-     * <complexType>
-     *   <complexContent>
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
-     *       <sequence maxOccurs="unbounded" minOccurs="0">
-     *         <any processContents='lax'/>
-     *       </sequence>
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "content" - }) - public static class Zusatzdaten { - - @XmlMixed - @XmlAnyElement(lax = true) - protected List content; - - /** - * Gets the value of the content 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 content property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link Element } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/pd/PersonenNameTyp.java b/src/main/java/at/gv/util/xsd/ur/pd/PersonenNameTyp.java deleted file mode 100644 index 8c640e8..0000000 --- a/src/main/java/at/gv/util/xsd/ur/pd/PersonenNameTyp.java +++ /dev/null @@ -1,408 +0,0 @@ - -package at.gv.util.xsd.ur.pd; - -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.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - * entspricht NameType - * - *

Java class for PersonenNameTyp complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="PersonenNameTyp">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Vorname" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Familienname">
- *           <complexType>
- *             <simpleContent>
- *               <extension base="<http://www.w3.org/2001/XMLSchema>string">
- *                 <attribute name="primaer" default="undefiniert">
- *                   <simpleType>
- *                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *                       <enumeration value="wahr"/>
- *                       <enumeration value="falsch"/>
- *                       <enumeration value="undefiniert"/>
- *                     </restriction>
- *                   </simpleType>
- *                 </attribute>
- *                 <attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" />
- *               </extension>
- *             </simpleContent>
- *           </complexType>
- *         </element>
- *         <element name="Affix" minOccurs="0">
- *           <complexType>
- *             <simpleContent>
- *               <extension base="<http://www.w3.org/2001/XMLSchema>string">
- *                 <attribute name="typ">
- *                   <simpleType>
- *                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *                       <enumeration value="akademischerGrad"/>
- *                       <enumeration value="Adelstitel"/>
- *                       <enumeration value="FamiliennamenAffix"/>
- *                       <enumeration value="Anrede"/>
- *                       <enumeration value="Generation"/>
- *                       <enumeration value="Qualifikation"/>
- *                     </restriction>
- *                   </simpleType>
- *                 </attribute>
- *                 <attribute name="position">
- *                   <simpleType>
- *                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *                       <enumeration value="prefix"/>
- *                       <enumeration value="suffix"/>
- *                     </restriction>
- *                   </simpleType>
- *                 </attribute>
- *               </extension>
- *             </simpleContent>
- *           </complexType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "PersonenNameTyp", propOrder = { - "vorname", - "familienname", - "affix" -}) -public class PersonenNameTyp { - - @XmlElement(name = "Vorname", required = true) - protected String vorname; - @XmlElement(name = "Familienname", required = true) - protected PersonenNameTyp.Familienname familienname; - @XmlElement(name = "Affix") - protected PersonenNameTyp.Affix affix; - - /** - * Gets the value of the vorname property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVorname() { - return vorname; - } - - /** - * Sets the value of the vorname property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVorname(String value) { - this.vorname = value; - } - - /** - * Gets the value of the familienname property. - * - * @return - * possible object is - * {@link PersonenNameTyp.Familienname } - * - */ - public PersonenNameTyp.Familienname getFamilienname() { - return familienname; - } - - /** - * Sets the value of the familienname property. - * - * @param value - * allowed object is - * {@link PersonenNameTyp.Familienname } - * - */ - public void setFamilienname(PersonenNameTyp.Familienname value) { - this.familienname = value; - } - - /** - * Gets the value of the affix property. - * - * @return - * possible object is - * {@link PersonenNameTyp.Affix } - * - */ - public PersonenNameTyp.Affix getAffix() { - return affix; - } - - /** - * Sets the value of the affix property. - * - * @param value - * allowed object is - * {@link PersonenNameTyp.Affix } - * - */ - public void setAffix(PersonenNameTyp.Affix value) { - this.affix = value; - } - - - /** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

-     * <complexType>
-     *   <simpleContent>
-     *     <extension base="<http://www.w3.org/2001/XMLSchema>string">
-     *       <attribute name="typ">
-     *         <simpleType>
-     *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
-     *             <enumeration value="akademischerGrad"/>
-     *             <enumeration value="Adelstitel"/>
-     *             <enumeration value="FamiliennamenAffix"/>
-     *             <enumeration value="Anrede"/>
-     *             <enumeration value="Generation"/>
-     *             <enumeration value="Qualifikation"/>
-     *           </restriction>
-     *         </simpleType>
-     *       </attribute>
-     *       <attribute name="position">
-     *         <simpleType>
-     *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
-     *             <enumeration value="prefix"/>
-     *             <enumeration value="suffix"/>
-     *           </restriction>
-     *         </simpleType>
-     *       </attribute>
-     *     </extension>
-     *   </simpleContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "value" - }) - public static class Affix { - - @XmlValue - protected String value; - @XmlAttribute(name = "typ") - protected String typ; - @XmlAttribute(name = "position") - protected String position; - - /** - * Gets the value of the value property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - /** - * Gets the value of the typ property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTyp() { - return typ; - } - - /** - * Sets the value of the typ property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTyp(String value) { - this.typ = value; - } - - /** - * Gets the value of the position property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPosition() { - return position; - } - - /** - * Sets the value of the position property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPosition(String value) { - this.position = value; - } - - } - - - /** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

-     * <complexType>
-     *   <simpleContent>
-     *     <extension base="<http://www.w3.org/2001/XMLSchema>string">
-     *       <attribute name="primaer" default="undefiniert">
-     *         <simpleType>
-     *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
-     *             <enumeration value="wahr"/>
-     *             <enumeration value="falsch"/>
-     *             <enumeration value="undefiniert"/>
-     *           </restriction>
-     *         </simpleType>
-     *       </attribute>
-     *       <attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *     </extension>
-     *   </simpleContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "value" - }) - public static class Familienname { - - @XmlValue - protected String value; - @XmlAttribute(name = "primaer") - protected String primaer; - @XmlAttribute(name = "prefix") - protected String prefix; - - /** - * Gets the value of the value property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - /** - * Gets the value of the primaer property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPrimaer() { - if (primaer == null) { - return "undefiniert"; - } else { - return primaer; - } - } - - /** - * Sets the value of the primaer property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPrimaer(String value) { - this.primaer = value; - } - - /** - * Gets the value of the prefix property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPrefix() { - return prefix; - } - - /** - * Sets the value of the prefix property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPrefix(String value) { - this.prefix = value; - } - - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/pd/PostAdresseTyp.java b/src/main/java/at/gv/util/xsd/ur/pd/PostAdresseTyp.java deleted file mode 100644 index 5335fc2..0000000 --- a/src/main/java/at/gv/util/xsd/ur/pd/PostAdresseTyp.java +++ /dev/null @@ -1,355 +0,0 @@ - -package at.gv.util.xsd.ur.pd; - -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.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * entspricht PostalAddressType - * - *

Java class for PostAdresseTyp complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="PostAdresseTyp">
- *   <complexContent>
- *     <extension base="{http://reference.e-government.gv.at/namespace/persondata/de/20040201#}AbstractAddressType">
- *       <sequence>
- *         <element name="Staatscode" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <pattern value="[A-Z]{3}"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="Postleitzahl" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
- *         <element name="Gemeinde" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Gemeindekennziffer" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
- *         <element name="Ortschaft" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
- *         <element name="Zustelladresse" minOccurs="0">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence>
- *                   <element name="Strassenname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *                   <element name="Orientierungsnummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *                 </sequence>
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *       </sequence>
- *       <attribute name="type" default="undefiniert">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <enumeration value="Postfachadresse"/>
- *             <enumeration value="Anschrift"/>
- *             <enumeration value="MilitaerischeAdresse"/>
- *             <enumeration value="undefiniert"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <anyAttribute namespace='##other'/>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "PostAdresseTyp", propOrder = { - "staatscode", - "postleitzahl", - "gemeinde", - "gemeindekennziffer", - "ortschaft", - "zustelladresse" -}) -public class PostAdresseTyp - extends AbstractAddressType -{ - - @XmlElement(name = "Staatscode") - protected String staatscode; - @XmlElement(name = "Postleitzahl") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlSchemaType(name = "token") - protected String postleitzahl; - @XmlElement(name = "Gemeinde") - protected String gemeinde; - @XmlElement(name = "Gemeindekennziffer") - protected Object gemeindekennziffer; - @XmlElement(name = "Ortschaft") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlSchemaType(name = "token") - protected String ortschaft; - @XmlElement(name = "Zustelladresse") - protected PostAdresseTyp.Zustelladresse zustelladresse; - @XmlAttribute(name = "type") - protected String type; - - /** - * Gets the value of the staatscode property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStaatscode() { - return staatscode; - } - - /** - * Sets the value of the staatscode property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStaatscode(String value) { - this.staatscode = value; - } - - /** - * Gets the value of the postleitzahl property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPostleitzahl() { - return postleitzahl; - } - - /** - * Sets the value of the postleitzahl property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPostleitzahl(String value) { - this.postleitzahl = value; - } - - /** - * Gets the value of the gemeinde property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGemeinde() { - return gemeinde; - } - - /** - * Sets the value of the gemeinde property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGemeinde(String value) { - this.gemeinde = value; - } - - /** - * Gets the value of the gemeindekennziffer property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getGemeindekennziffer() { - return gemeindekennziffer; - } - - /** - * Sets the value of the gemeindekennziffer property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setGemeindekennziffer(Object value) { - this.gemeindekennziffer = value; - } - - /** - * Gets the value of the ortschaft property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrtschaft() { - return ortschaft; - } - - /** - * Sets the value of the ortschaft property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrtschaft(String value) { - this.ortschaft = value; - } - - /** - * Gets the value of the zustelladresse property. - * - * @return - * possible object is - * {@link PostAdresseTyp.Zustelladresse } - * - */ - public PostAdresseTyp.Zustelladresse getZustelladresse() { - return zustelladresse; - } - - /** - * Sets the value of the zustelladresse property. - * - * @param value - * allowed object is - * {@link PostAdresseTyp.Zustelladresse } - * - */ - public void setZustelladresse(PostAdresseTyp.Zustelladresse value) { - this.zustelladresse = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - if (type == null) { - return "undefiniert"; - } else { - return type; - } - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - - /** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

-     * <complexType>
-     *   <complexContent>
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
-     *       <sequence>
-     *         <element name="Strassenname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
-     *         <element name="Orientierungsnummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
-     *       </sequence>
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "strassenname", - "orientierungsnummer" - }) - public static class Zustelladresse { - - @XmlElement(name = "Strassenname") - protected String strassenname; - @XmlElement(name = "Orientierungsnummer") - protected String orientierungsnummer; - - /** - * Gets the value of the strassenname property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStrassenname() { - return strassenname; - } - - /** - * Sets the value of the strassenname property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStrassenname(String value) { - this.strassenname = value; - } - - /** - * Gets the value of the orientierungsnummer property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrientierungsnummer() { - return orientierungsnummer; - } - - /** - * Sets the value of the orientierungsnummer property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrientierungsnummer(String value) { - this.orientierungsnummer = value; - } - - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/pd/TypisiertePostAdresseTyp.java b/src/main/java/at/gv/util/xsd/ur/pd/TypisiertePostAdresseTyp.java deleted file mode 100644 index e669638..0000000 --- a/src/main/java/at/gv/util/xsd/ur/pd/TypisiertePostAdresseTyp.java +++ /dev/null @@ -1,105 +0,0 @@ - -package at.gv.util.xsd.ur.pd; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - * entspricht TypedPostalAddressType - * - *

Java class for TypisiertePostAdresseTyp complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="TypisiertePostAdresseTyp">
- *   <complexContent>
- *     <extension base="{http://reference.e-government.gv.at/namespace/persondata/de/20040201#}AbstractAddressType">
- *       <sequence minOccurs="0">
- *         <element ref="{http://reference.e-government.gv.at/namespace/persondata/de/20040201#}PostAdresse"/>
- *         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <anyAttribute namespace='##other'/>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "TypisiertePostAdresseTyp", propOrder = { - "postAdresse", - "any" -}) -public class TypisiertePostAdresseTyp - extends AbstractAddressType -{ - - @XmlElement(name = "PostAdresse") - protected PostAdresseTyp postAdresse; - @XmlAnyElement(lax = true) - protected List any; - - /** - * Gets the value of the postAdresse property. - * - * @return - * possible object is - * {@link PostAdresseTyp } - * - */ - public PostAdresseTyp getPostAdresse() { - return postAdresse; - } - - /** - * Sets the value of the postAdresse property. - * - * @param value - * allowed object is - * {@link PostAdresseTyp } - * - */ - public void setPostAdresse(PostAdresseTyp value) { - this.postAdresse = value; - } - - /** - * Gets the value of the any 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 any property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link Element } - * - * - */ - public List getAny() { - if (any == null) { - any = new ArrayList(); - } - return this.any; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/pd/package-info.java b/src/main/java/at/gv/util/xsd/ur/pd/package-info.java deleted file mode 100644 index 64113f9..0000000 --- a/src/main/java/at/gv/util/xsd/ur/pd/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "http://reference.e-government.gv.at/namespace/persondata/de/20040201#", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.gv.util.xsd.ur.pd; diff --git a/src/main/java/at/gv/util/xsd/ur/search/Branche.java b/src/main/java/at/gv/util/xsd/ur/search/Branche.java deleted file mode 100644 index d7a4ab8..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/Branche.java +++ /dev/null @@ -1,175 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -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.XmlType; -import at.gv.util.xsd.ur.simpletypes.OenaceArtTyp; - - -/** - *

Java class for Branche complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="Branche">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Oenace" type="{http://statistik.at/namespace/ur/stammdaten/1#}OenaceType"/>
- *         <element name="OenaceText" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Beginn" type="{http://statistik.at/namespace/ur/stammdaten/1#}QuellenType"/>
- *         <element name="Ende" type="{http://statistik.at/namespace/ur/stammdaten/1#}QuellenType" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="art" use="required" type="{http://statistik.at/namespace/ur/simpleTypes/1#}OenaceArtTyp" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Branche", propOrder = { - "oenace", - "oenaceText", - "beginn", - "ende" -}) -public class Branche { - - @XmlElement(name = "Oenace", required = true) - protected OenaceType oenace; - @XmlElement(name = "OenaceText", required = true) - protected String oenaceText; - @XmlElement(name = "Beginn", required = true) - protected QuellenType beginn; - @XmlElement(name = "Ende") - protected QuellenType ende; - @XmlAttribute(name = "art", required = true) - protected OenaceArtTyp art; - - /** - * Gets the value of the oenace property. - * - * @return - * possible object is - * {@link OenaceType } - * - */ - public OenaceType getOenace() { - return oenace; - } - - /** - * Sets the value of the oenace property. - * - * @param value - * allowed object is - * {@link OenaceType } - * - */ - public void setOenace(OenaceType value) { - this.oenace = value; - } - - /** - * Gets the value of the oenaceText property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOenaceText() { - return oenaceText; - } - - /** - * Sets the value of the oenaceText property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOenaceText(String value) { - this.oenaceText = value; - } - - /** - * Gets the value of the beginn property. - * - * @return - * possible object is - * {@link QuellenType } - * - */ - public QuellenType getBeginn() { - return beginn; - } - - /** - * Sets the value of the beginn property. - * - * @param value - * allowed object is - * {@link QuellenType } - * - */ - public void setBeginn(QuellenType value) { - this.beginn = value; - } - - /** - * Gets the value of the ende property. - * - * @return - * possible object is - * {@link QuellenType } - * - */ - public QuellenType getEnde() { - return ende; - } - - /** - * Sets the value of the ende property. - * - * @param value - * allowed object is - * {@link QuellenType } - * - */ - public void setEnde(QuellenType value) { - this.ende = value; - } - - /** - * Gets the value of the art property. - * - * @return - * possible object is - * {@link OenaceArtTyp } - * - */ - public OenaceArtTyp getArt() { - return art; - } - - /** - * Sets the value of the art property. - * - * @param value - * allowed object is - * {@link OenaceArtTyp } - * - */ - public void setArt(OenaceArtTyp value) { - this.art = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/DecodeBpkRequest.java b/src/main/java/at/gv/util/xsd/ur/search/DecodeBpkRequest.java deleted file mode 100644 index 318c639..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/DecodeBpkRequest.java +++ /dev/null @@ -1,89 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for DecodeBpkRequest complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="DecodeBpkRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="version" type="{http://statistik.at/namespace/ur/simpleTypes/1#}VersionTyp" minOccurs="0"/>
- *         <element name="bpkWTUREncoded" type="{http://statistik.at/namespace/ur/simpleTypes/1#}BpkEncodedTyp"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DecodeBpkRequest", propOrder = { - "version", - "bpkWTUREncoded" -}) -public class DecodeBpkRequest { - - protected String version; - @XmlElement(required = true) - protected String bpkWTUREncoded; - - /** - * Gets the value of the version property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersion() { - return version; - } - - /** - * Sets the value of the version property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersion(String value) { - this.version = value; - } - - /** - * Gets the value of the bpkWTUREncoded property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBpkWTUREncoded() { - return bpkWTUREncoded; - } - - /** - * Sets the value of the bpkWTUREncoded property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBpkWTUREncoded(String value) { - this.bpkWTUREncoded = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/Funktion.java b/src/main/java/at/gv/util/xsd/ur/search/Funktion.java deleted file mode 100644 index 717b187..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/Funktion.java +++ /dev/null @@ -1,268 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -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.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - *

Java class for Funktion complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="Funktion">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="FktName" type="{http://statistik.at/namespace/ur/simpleTypes/1#}FunktionTyp"/>
- *         <element name="Vertretungsbefugnis" type="{http://statistik.at/namespace/ur/simpleTypes/1#}VertretungsbefugnisTyp"/>
- *         <element name="VertretungsbefugnisText" minOccurs="0">
- *           <complexType>
- *             <simpleContent>
- *               <extension base="<http://statistik.at/namespace/ur/simpleTypes/1#>VertretungsbefugnisTextTyp">
- *                 <attribute name="beginn" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
- *               </extension>
- *             </simpleContent>
- *           </complexType>
- *         </element>
- *         <element name="Beginn" type="{http://statistik.at/namespace/ur/stammdaten/1#}QuellenType"/>
- *         <element name="Ende" type="{http://statistik.at/namespace/ur/stammdaten/1#}QuellenType" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Funktion", propOrder = { - "fktName", - "vertretungsbefugnis", - "vertretungsbefugnisText", - "beginn", - "ende" -}) -public class Funktion { - - @XmlElement(name = "FktName", required = true) - protected String fktName; - @XmlElement(name = "Vertretungsbefugnis", required = true) - protected String vertretungsbefugnis; - @XmlElement(name = "VertretungsbefugnisText") - protected Funktion.VertretungsbefugnisText vertretungsbefugnisText; - @XmlElement(name = "Beginn", required = true) - protected QuellenType beginn; - @XmlElement(name = "Ende") - protected QuellenType ende; - - /** - * Gets the value of the fktName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFktName() { - return fktName; - } - - /** - * Sets the value of the fktName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFktName(String value) { - this.fktName = value; - } - - /** - * Gets the value of the vertretungsbefugnis property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVertretungsbefugnis() { - return vertretungsbefugnis; - } - - /** - * Sets the value of the vertretungsbefugnis property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVertretungsbefugnis(String value) { - this.vertretungsbefugnis = value; - } - - /** - * Gets the value of the vertretungsbefugnisText property. - * - * @return - * possible object is - * {@link Funktion.VertretungsbefugnisText } - * - */ - public Funktion.VertretungsbefugnisText getVertretungsbefugnisText() { - return vertretungsbefugnisText; - } - - /** - * Sets the value of the vertretungsbefugnisText property. - * - * @param value - * allowed object is - * {@link Funktion.VertretungsbefugnisText } - * - */ - public void setVertretungsbefugnisText(Funktion.VertretungsbefugnisText value) { - this.vertretungsbefugnisText = value; - } - - /** - * Gets the value of the beginn property. - * - * @return - * possible object is - * {@link QuellenType } - * - */ - public QuellenType getBeginn() { - return beginn; - } - - /** - * Sets the value of the beginn property. - * - * @param value - * allowed object is - * {@link QuellenType } - * - */ - public void setBeginn(QuellenType value) { - this.beginn = value; - } - - /** - * Gets the value of the ende property. - * - * @return - * possible object is - * {@link QuellenType } - * - */ - public QuellenType getEnde() { - return ende; - } - - /** - * Sets the value of the ende property. - * - * @param value - * allowed object is - * {@link QuellenType } - * - */ - public void setEnde(QuellenType value) { - this.ende = value; - } - - - /** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

-     * <complexType>
-     *   <simpleContent>
-     *     <extension base="<http://statistik.at/namespace/ur/simpleTypes/1#>VertretungsbefugnisTextTyp">
-     *       <attribute name="beginn" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
-     *     </extension>
-     *   </simpleContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "value" - }) - public static class VertretungsbefugnisText { - - @XmlValue - protected String value; - @XmlAttribute(name = "beginn", required = true) - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar beginn; - - /** - * - * Beschreibung der Vertretungsbefugnis - * - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - /** - * Gets the value of the beginn property. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getBeginn() { - return beginn; - } - - /** - * Sets the value of the beginn property. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setBeginn(XMLGregorianCalendar value) { - this.beginn = value; - } - - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/ObjectFactory.java b/src/main/java/at/gv/util/xsd/ur/search/ObjectFactory.java deleted file mode 100644 index a4fa294..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/ObjectFactory.java +++ /dev/null @@ -1,314 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.datatype.XMLGregorianCalendar; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.gv.util.xsd.ur.search package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _UntName_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "UntName"); - private final static QName _SucheUnternehmenNachAendDatRequest_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "SucheUnternehmenNachAendDatRequest"); - private final static QName _DecodeBpkRequest_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "DecodeBpkRequest"); - private final static QName _Funktion_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "Funktion"); - private final static QName _SucheUnternehmenNachBpkRequest_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "SucheUnternehmenNachBpkRequest"); - private final static QName _TypeText_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "TypeText"); - private final static QName _SucheUnternehmenNachIdsRequest_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "SucheUnternehmenNachIdsRequest"); - private final static QName _BpkWTUR_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "bpkWTUR"); - private final static QName _AendDat_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "AendDat"); - private final static QName _Branche_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "Branche"); - private final static QName _Beginn_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "Beginn"); - private final static QName _SucheUnternehmenNachBpkEncodedRequest_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "SucheUnternehmenNachBpkEncodedRequest"); - private final static QName _Ende_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "Ende"); - private final static QName _Rechtsform_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "Rechtsform"); - private final static QName _SucheUnternehmenRequest_QNAME = new QName("http://statistik.at/namespace/ur/stammdaten/1#", "SucheUnternehmenRequest"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.util.xsd.ur.search - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link Funktion } - * - */ - public Funktion createFunktion() { - return new Funktion(); - } - - /** - * Create an instance of {@link QuellenType } - * - */ - public QuellenType createQuellenType() { - return new QuellenType(); - } - - /** - * Create an instance of {@link SucheUnternehmenNachBpkRequest } - * - */ - public SucheUnternehmenNachBpkRequest createSucheUnternehmenNachBpkRequest() { - return new SucheUnternehmenNachBpkRequest(); - } - - /** - * Create an instance of {@link UntName } - * - */ - public UntName createUntName() { - return new UntName(); - } - - /** - * Create an instance of {@link SucheUnternehmenNachIdsRequest } - * - */ - public SucheUnternehmenNachIdsRequest createSucheUnternehmenNachIdsRequest() { - return new SucheUnternehmenNachIdsRequest(); - } - - /** - * Create an instance of {@link DecodeBpkRequest } - * - */ - public DecodeBpkRequest createDecodeBpkRequest() { - return new DecodeBpkRequest(); - } - - /** - * Create an instance of {@link SucheUnternehmenNachAendDatRequest } - * - */ - public SucheUnternehmenNachAendDatRequest createSucheUnternehmenNachAendDatRequest() { - return new SucheUnternehmenNachAendDatRequest(); - } - - /** - * Create an instance of {@link Rechtsform } - * - */ - public Rechtsform createRechtsform() { - return new Rechtsform(); - } - - /** - * Create an instance of {@link Branche } - * - */ - public Branche createBranche() { - return new Branche(); - } - - /** - * Create an instance of {@link SucheUnternehmenNachBpkEncodedRequest } - * - */ - public SucheUnternehmenNachBpkEncodedRequest createSucheUnternehmenNachBpkEncodedRequest() { - return new SucheUnternehmenNachBpkEncodedRequest(); - } - - /** - * Create an instance of {@link SucheUnternehmenRequest } - * - */ - public SucheUnternehmenRequest createSucheUnternehmenRequest() { - return new SucheUnternehmenRequest(); - } - - /** - * Create an instance of {@link SucheUnternehmensdaten } - * - */ - public SucheUnternehmensdaten createSucheUnternehmensdaten() { - return new SucheUnternehmensdaten(); - } - - /** - * Create an instance of {@link OenaceType } - * - */ - public OenaceType createOenaceType() { - return new OenaceType(); - } - - /** - * Create an instance of {@link SucheBranche } - * - */ - public SucheBranche createSucheBranche() { - return new SucheBranche(); - } - - /** - * Create an instance of {@link SuchePersonendaten } - * - */ - public SuchePersonendaten createSuchePersonendaten() { - return new SuchePersonendaten(); - } - - /** - * Create an instance of {@link Funktion.VertretungsbefugnisText } - * - */ - public Funktion.VertretungsbefugnisText createFunktionVertretungsbefugnisText() { - return new Funktion.VertretungsbefugnisText(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link UntName }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "UntName") - public JAXBElement createUntName(UntName value) { - return new JAXBElement(_UntName_QNAME, UntName.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SucheUnternehmenNachAendDatRequest }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "SucheUnternehmenNachAendDatRequest") - public JAXBElement createSucheUnternehmenNachAendDatRequest(SucheUnternehmenNachAendDatRequest value) { - return new JAXBElement(_SucheUnternehmenNachAendDatRequest_QNAME, SucheUnternehmenNachAendDatRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link DecodeBpkRequest }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "DecodeBpkRequest") - public JAXBElement createDecodeBpkRequest(DecodeBpkRequest value) { - return new JAXBElement(_DecodeBpkRequest_QNAME, DecodeBpkRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Funktion }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "Funktion") - public JAXBElement createFunktion(Funktion value) { - return new JAXBElement(_Funktion_QNAME, Funktion.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SucheUnternehmenNachBpkRequest }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "SucheUnternehmenNachBpkRequest") - public JAXBElement createSucheUnternehmenNachBpkRequest(SucheUnternehmenNachBpkRequest value) { - return new JAXBElement(_SucheUnternehmenNachBpkRequest_QNAME, SucheUnternehmenNachBpkRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "TypeText") - public JAXBElement createTypeText(String value) { - return new JAXBElement(_TypeText_QNAME, String.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SucheUnternehmenNachIdsRequest }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "SucheUnternehmenNachIdsRequest") - public JAXBElement createSucheUnternehmenNachIdsRequest(SucheUnternehmenNachIdsRequest value) { - return new JAXBElement(_SucheUnternehmenNachIdsRequest_QNAME, SucheUnternehmenNachIdsRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "bpkWTUR") - public JAXBElement createBpkWTUR(String value) { - return new JAXBElement(_BpkWTUR_QNAME, String.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "AendDat") - public JAXBElement createAendDat(XMLGregorianCalendar value) { - return new JAXBElement(_AendDat_QNAME, XMLGregorianCalendar.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Branche }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "Branche") - public JAXBElement createBranche(Branche value) { - return new JAXBElement(_Branche_QNAME, Branche.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link QuellenType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "Beginn") - public JAXBElement createBeginn(QuellenType value) { - return new JAXBElement(_Beginn_QNAME, QuellenType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SucheUnternehmenNachBpkEncodedRequest }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "SucheUnternehmenNachBpkEncodedRequest") - public JAXBElement createSucheUnternehmenNachBpkEncodedRequest(SucheUnternehmenNachBpkEncodedRequest value) { - return new JAXBElement(_SucheUnternehmenNachBpkEncodedRequest_QNAME, SucheUnternehmenNachBpkEncodedRequest.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link QuellenType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "Ende") - public JAXBElement createEnde(QuellenType value) { - return new JAXBElement(_Ende_QNAME, QuellenType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Rechtsform }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "Rechtsform") - public JAXBElement createRechtsform(Rechtsform value) { - return new JAXBElement(_Rechtsform_QNAME, Rechtsform.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SucheUnternehmenRequest }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", name = "SucheUnternehmenRequest") - public JAXBElement createSucheUnternehmenRequest(SucheUnternehmenRequest value) { - return new JAXBElement(_SucheUnternehmenRequest_QNAME, SucheUnternehmenRequest.class, null, value); - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/OenaceType.java b/src/main/java/at/gv/util/xsd/ur/search/OenaceType.java deleted file mode 100644 index 9f5f2ee..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/OenaceType.java +++ /dev/null @@ -1,81 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - *

Java class for OenaceType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="OenaceType">
- *   <simpleContent>
- *     <extension base="<http://statistik.at/namespace/ur/simpleTypes/1#>OenaceCodeTyp">
- *       <attribute name="jahr" use="required" type="{http://statistik.at/namespace/ur/simpleTypes/1#}OenaceJahrTyp" />
- *     </extension>
- *   </simpleContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "OenaceType", propOrder = { - "value" -}) -public class OenaceType { - - @XmlValue - protected String value; - @XmlAttribute(name = "jahr", required = true) - protected int jahr; - - /** - * - * ÖNACE - Branchenkennzahl - * - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - /** - * Gets the value of the jahr property. - * - */ - public int getJahr() { - return jahr; - } - - /** - * Sets the value of the jahr property. - * - */ - public void setJahr(int value) { - this.jahr = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/QuellenType.java b/src/main/java/at/gv/util/xsd/ur/search/QuellenType.java deleted file mode 100644 index 6c9eebb..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/QuellenType.java +++ /dev/null @@ -1,118 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - *

Java class for QuellenType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="QuellenType">
- *   <simpleContent>
- *     <extension base="<http://www.w3.org/2001/XMLSchema>date">
- *       <attribute name="quelle" use="required" type="{http://statistik.at/namespace/ur/simpleTypes/1#}QuelleTyp" />
- *       <attribute name="quText" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </extension>
- *   </simpleContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "QuellenType", propOrder = { - "value" -}) -public class QuellenType { - - @XmlValue - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar value; - @XmlAttribute(name = "quelle", required = true) - protected String quelle; - @XmlAttribute(name = "quText", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String quText; - - /** - * Gets the value of the value property. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setValue(XMLGregorianCalendar value) { - this.value = value; - } - - /** - * Gets the value of the quelle property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getQuelle() { - return quelle; - } - - /** - * Sets the value of the quelle property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setQuelle(String value) { - this.quelle = value; - } - - /** - * Gets the value of the quText property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getQuText() { - return quText; - } - - /** - * Sets the value of the quText property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setQuText(String value) { - this.quText = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/Rechtsform.java b/src/main/java/at/gv/util/xsd/ur/search/Rechtsform.java deleted file mode 100644 index 1e6df01..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/Rechtsform.java +++ /dev/null @@ -1,174 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for Rechtsform complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="Rechtsform">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="ReForm" type="{http://statistik.at/namespace/ur/simpleTypes/1#}RechtsformTyp"/>
- *         <element name="ReFormText" type="{http://statistik.at/namespace/ur/simpleTypes/1#}RechtsformTextTyp"/>
- *         <element name="ReFormExtern" type="{http://statistik.at/namespace/ur/simpleTypes/1#}RechtsformTextTyp"/>
- *         <element name="Beginn" type="{http://statistik.at/namespace/ur/stammdaten/1#}QuellenType"/>
- *         <element name="Ende" type="{http://statistik.at/namespace/ur/stammdaten/1#}QuellenType" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Rechtsform", propOrder = { - "reForm", - "reFormText", - "reFormExtern", - "beginn", - "ende" -}) -public class Rechtsform { - - @XmlElement(name = "ReForm", required = true) - protected String reForm; - @XmlElement(name = "ReFormText", required = true) - protected String reFormText; - @XmlElement(name = "ReFormExtern", required = true) - protected String reFormExtern; - @XmlElement(name = "Beginn", required = true) - protected QuellenType beginn; - @XmlElement(name = "Ende") - protected QuellenType ende; - - /** - * Gets the value of the reForm property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getReForm() { - return reForm; - } - - /** - * Sets the value of the reForm property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setReForm(String value) { - this.reForm = value; - } - - /** - * Gets the value of the reFormText property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getReFormText() { - return reFormText; - } - - /** - * Sets the value of the reFormText property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setReFormText(String value) { - this.reFormText = value; - } - - /** - * Gets the value of the reFormExtern property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getReFormExtern() { - return reFormExtern; - } - - /** - * Sets the value of the reFormExtern property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setReFormExtern(String value) { - this.reFormExtern = value; - } - - /** - * Gets the value of the beginn property. - * - * @return - * possible object is - * {@link QuellenType } - * - */ - public QuellenType getBeginn() { - return beginn; - } - - /** - * Sets the value of the beginn property. - * - * @param value - * allowed object is - * {@link QuellenType } - * - */ - public void setBeginn(QuellenType value) { - this.beginn = value; - } - - /** - * Gets the value of the ende property. - * - * @return - * possible object is - * {@link QuellenType } - * - */ - public QuellenType getEnde() { - return ende; - } - - /** - * Sets the value of the ende property. - * - * @param value - * allowed object is - * {@link QuellenType } - * - */ - public void setEnde(QuellenType value) { - this.ende = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/SucheBranche.java b/src/main/java/at/gv/util/xsd/ur/search/SucheBranche.java deleted file mode 100644 index 1131840..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/SucheBranche.java +++ /dev/null @@ -1,115 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; -import at.gv.util.xsd.ur.simpletypes.OenaceArtTyp; - - -/** - *

Java class for SucheBranche complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SucheBranche">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="oenaceJahr" type="{http://statistik.at/namespace/ur/simpleTypes/1#}OenaceJahrTyp" minOccurs="0"/>
- *         <element name="oenaceCode" type="{http://statistik.at/namespace/ur/simpleTypes/1#}OenaceCodeTyp" minOccurs="0"/>
- *         <element name="oenaceArt" type="{http://statistik.at/namespace/ur/simpleTypes/1#}OenaceArtTyp" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SucheBranche", propOrder = { - "oenaceJahr", - "oenaceCode", - "oenaceArt" -}) -public class SucheBranche { - - protected Integer oenaceJahr; - protected String oenaceCode; - protected OenaceArtTyp oenaceArt; - - /** - * Gets the value of the oenaceJahr property. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getOenaceJahr() { - return oenaceJahr; - } - - /** - * Sets the value of the oenaceJahr property. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setOenaceJahr(Integer value) { - this.oenaceJahr = value; - } - - /** - * Gets the value of the oenaceCode property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOenaceCode() { - return oenaceCode; - } - - /** - * Sets the value of the oenaceCode property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOenaceCode(String value) { - this.oenaceCode = value; - } - - /** - * Gets the value of the oenaceArt property. - * - * @return - * possible object is - * {@link OenaceArtTyp } - * - */ - public OenaceArtTyp getOenaceArt() { - return oenaceArt; - } - - /** - * Sets the value of the oenaceArt property. - * - * @param value - * allowed object is - * {@link OenaceArtTyp } - * - */ - public void setOenaceArt(OenaceArtTyp value) { - this.oenaceArt = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/SuchePersonendaten.java b/src/main/java/at/gv/util/xsd/ur/search/SuchePersonendaten.java deleted file mode 100644 index 19fd338..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/SuchePersonendaten.java +++ /dev/null @@ -1,279 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - *

Java class for SuchePersonendaten complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SuchePersonendaten">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="nachname" type="{http://statistik.at/namespace/ur/simpleTypes/1#}NachnameTyp" minOccurs="0"/>
- *         <element name="vorname" type="{http://statistik.at/namespace/ur/simpleTypes/1#}VornameTyp" minOccurs="0"/>
- *         <element name="gebDatum" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="strasse" type="{http://statistik.at/namespace/ur/simpleTypes/1#}StrasseTyp" minOccurs="0"/>
- *         <element name="hNr" type="{http://statistik.at/namespace/ur/simpleTypes/1#}HNrTyp" minOccurs="0"/>
- *         <element name="ort" type="{http://statistik.at/namespace/ur/simpleTypes/1#}OrtTyp" minOccurs="0"/>
- *         <element name="gemnr" type="{http://statistik.at/namespace/ur/simpleTypes/1#}GemnrTyp" minOccurs="0"/>
- *         <element name="plz" type="{http://statistik.at/namespace/ur/simpleTypes/1#}PlzTyp" minOccurs="0"/>
- *         <element name="land" type="{http://statistik.at/namespace/ur/simpleTypes/1#}LandTyp" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SuchePersonendaten", propOrder = { - "nachname", - "vorname", - "gebDatum", - "strasse", - "hNr", - "ort", - "gemnr", - "plz", - "land" -}) -public class SuchePersonendaten { - - protected String nachname; - protected String vorname; - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar gebDatum; - protected String strasse; - protected String hNr; - protected String ort; - protected Integer gemnr; - protected String plz; - protected String land; - - /** - * Gets the value of the nachname property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNachname() { - return nachname; - } - - /** - * Sets the value of the nachname property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNachname(String value) { - this.nachname = value; - } - - /** - * Gets the value of the vorname property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVorname() { - return vorname; - } - - /** - * Sets the value of the vorname property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVorname(String value) { - this.vorname = value; - } - - /** - * Gets the value of the gebDatum property. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getGebDatum() { - return gebDatum; - } - - /** - * Sets the value of the gebDatum property. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setGebDatum(XMLGregorianCalendar value) { - this.gebDatum = value; - } - - /** - * Gets the value of the strasse property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStrasse() { - return strasse; - } - - /** - * Sets the value of the strasse property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStrasse(String value) { - this.strasse = value; - } - - /** - * Gets the value of the hNr property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHNr() { - return hNr; - } - - /** - * Sets the value of the hNr property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHNr(String value) { - this.hNr = value; - } - - /** - * Gets the value of the ort property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrt() { - return ort; - } - - /** - * Sets the value of the ort property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrt(String value) { - this.ort = value; - } - - /** - * Gets the value of the gemnr property. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getGemnr() { - return gemnr; - } - - /** - * Sets the value of the gemnr property. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setGemnr(Integer value) { - this.gemnr = value; - } - - /** - * Gets the value of the plz property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPlz() { - return plz; - } - - /** - * Sets the value of the plz property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPlz(String value) { - this.plz = value; - } - - /** - * Gets the value of the land property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLand() { - return land; - } - - /** - * Sets the value of the land property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLand(String value) { - this.land = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachAendDatRequest.java b/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachAendDatRequest.java deleted file mode 100644 index 3a08d16..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachAendDatRequest.java +++ /dev/null @@ -1,92 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -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; - - -/** - *

Java class for SucheUnternehmenNachAendDatRequest complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SucheUnternehmenNachAendDatRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="version" type="{http://statistik.at/namespace/ur/simpleTypes/1#}VersionTyp" minOccurs="0"/>
- *         <element name="aendDat" type="{http://www.w3.org/2001/XMLSchema}date"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SucheUnternehmenNachAendDatRequest", propOrder = { - "version", - "aendDat" -}) -public class SucheUnternehmenNachAendDatRequest { - - protected String version; - @XmlElement(required = true) - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar aendDat; - - /** - * Gets the value of the version property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersion() { - return version; - } - - /** - * Sets the value of the version property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersion(String value) { - this.version = value; - } - - /** - * Gets the value of the aendDat property. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getAendDat() { - return aendDat; - } - - /** - * Sets the value of the aendDat property. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setAendDat(XMLGregorianCalendar value) { - this.aendDat = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachBpkEncodedRequest.java b/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachBpkEncodedRequest.java deleted file mode 100644 index 5478d79..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachBpkEncodedRequest.java +++ /dev/null @@ -1,145 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for SucheUnternehmenNachBpkEncodedRequest complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SucheUnternehmenNachBpkEncodedRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="version" type="{http://statistik.at/namespace/ur/simpleTypes/1#}VersionTyp" minOccurs="0"/>
- *         <element name="bpkEncodedWTUR" type="{http://statistik.at/namespace/ur/simpleTypes/1#}BpkEncodedTyp"/>
- *         <element name="bpkEncodedBereich" type="{http://statistik.at/namespace/ur/simpleTypes/1#}BpkEncodedTyp"/>
- *         <element name="bereich" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SucheUnternehmenNachBpkEncodedRequest", propOrder = { - "version", - "bpkEncodedWTUR", - "bpkEncodedBereich", - "bereich" -}) -public class SucheUnternehmenNachBpkEncodedRequest { - - protected String version; - @XmlElement(required = true) - protected String bpkEncodedWTUR; - @XmlElement(required = true) - protected String bpkEncodedBereich; - @XmlElement(required = true) - protected String bereich; - - /** - * Gets the value of the version property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersion() { - return version; - } - - /** - * Sets the value of the version property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersion(String value) { - this.version = value; - } - - /** - * Gets the value of the bpkEncodedWTUR property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBpkEncodedWTUR() { - return bpkEncodedWTUR; - } - - /** - * Sets the value of the bpkEncodedWTUR property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBpkEncodedWTUR(String value) { - this.bpkEncodedWTUR = value; - } - - /** - * Gets the value of the bpkEncodedBereich property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBpkEncodedBereich() { - return bpkEncodedBereich; - } - - /** - * Sets the value of the bpkEncodedBereich property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBpkEncodedBereich(String value) { - this.bpkEncodedBereich = value; - } - - /** - * Gets the value of the bereich property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBereich() { - return bereich; - } - - /** - * Sets the value of the bereich property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBereich(String value) { - this.bereich = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachBpkRequest.java b/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachBpkRequest.java deleted file mode 100644 index 6e146ae..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachBpkRequest.java +++ /dev/null @@ -1,116 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for SucheUnternehmenNachBpkRequest complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SucheUnternehmenNachBpkRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="version" type="{http://statistik.at/namespace/ur/simpleTypes/1#}VersionTyp" minOccurs="0"/>
- *         <choice>
- *           <element name="bpkWTUR" type="{http://statistik.at/namespace/ur/simpleTypes/1#}BpkTyp"/>
- *           <element name="bpkWTUREncoded" type="{http://statistik.at/namespace/ur/simpleTypes/1#}BpkEncodedTyp"/>
- *         </choice>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SucheUnternehmenNachBpkRequest", propOrder = { - "version", - "bpkWTUR", - "bpkWTUREncoded" -}) -public class SucheUnternehmenNachBpkRequest { - - protected String version; - protected String bpkWTUR; - protected String bpkWTUREncoded; - - /** - * Gets the value of the version property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersion() { - return version; - } - - /** - * Sets the value of the version property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersion(String value) { - this.version = value; - } - - /** - * Gets the value of the bpkWTUR property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBpkWTUR() { - return bpkWTUR; - } - - /** - * Sets the value of the bpkWTUR property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBpkWTUR(String value) { - this.bpkWTUR = value; - } - - /** - * Gets the value of the bpkWTUREncoded property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBpkWTUREncoded() { - return bpkWTUREncoded; - } - - /** - * Sets the value of the bpkWTUREncoded property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBpkWTUREncoded(String value) { - this.bpkWTUREncoded = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachIdsRequest.java b/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachIdsRequest.java deleted file mode 100644 index 1d6914d..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenNachIdsRequest.java +++ /dev/null @@ -1,96 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -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; - - -/** - *

Java class for SucheUnternehmenNachIdsRequest complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SucheUnternehmenNachIdsRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="version" type="{http://statistik.at/namespace/ur/simpleTypes/1#}VersionTyp" minOccurs="0"/>
- *         <element name="kur" type="{http://statistik.at/namespace/ur/simpleTypes/1#}KurTyp" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SucheUnternehmenNachIdsRequest", propOrder = { - "version", - "kur" -}) -public class SucheUnternehmenNachIdsRequest { - - protected String version; - @XmlElement(required = true) - protected List kur; - - /** - * Gets the value of the version property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersion() { - return version; - } - - /** - * Sets the value of the version property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersion(String value) { - this.version = value; - } - - /** - * Gets the value of the kur 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 kur property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getKur() { - if (kur == null) { - kur = new ArrayList(); - } - return this.kur; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenRequest.java b/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenRequest.java deleted file mode 100644 index bfc7d9d..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmenRequest.java +++ /dev/null @@ -1,199 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - *

Java class for SucheUnternehmenRequest complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SucheUnternehmenRequest">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="version" type="{http://statistik.at/namespace/ur/simpleTypes/1#}VersionTyp" minOccurs="0"/>
- *         <element name="unternehmensdaten" type="{http://statistik.at/namespace/ur/stammdaten/1#}SucheUnternehmensdaten" minOccurs="0"/>
- *         <element name="branche" type="{http://statistik.at/namespace/ur/stammdaten/1#}SucheBranche" minOccurs="0"/>
- *         <element name="personendaten" type="{http://statistik.at/namespace/ur/stammdaten/1#}SuchePersonendaten" minOccurs="0"/>
- *         <element name="zeitraumVon" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *         <element name="zeitraumBis" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SucheUnternehmenRequest", propOrder = { - "version", - "unternehmensdaten", - "branche", - "personendaten", - "zeitraumVon", - "zeitraumBis" -}) -public class SucheUnternehmenRequest { - - protected String version; - protected SucheUnternehmensdaten unternehmensdaten; - protected SucheBranche branche; - protected SuchePersonendaten personendaten; - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar zeitraumVon; - @XmlSchemaType(name = "date") - protected XMLGregorianCalendar zeitraumBis; - - /** - * Gets the value of the version property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersion() { - return version; - } - - /** - * Sets the value of the version property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersion(String value) { - this.version = value; - } - - /** - * Gets the value of the unternehmensdaten property. - * - * @return - * possible object is - * {@link SucheUnternehmensdaten } - * - */ - public SucheUnternehmensdaten getUnternehmensdaten() { - return unternehmensdaten; - } - - /** - * Sets the value of the unternehmensdaten property. - * - * @param value - * allowed object is - * {@link SucheUnternehmensdaten } - * - */ - public void setUnternehmensdaten(SucheUnternehmensdaten value) { - this.unternehmensdaten = value; - } - - /** - * Gets the value of the branche property. - * - * @return - * possible object is - * {@link SucheBranche } - * - */ - public SucheBranche getBranche() { - return branche; - } - - /** - * Sets the value of the branche property. - * - * @param value - * allowed object is - * {@link SucheBranche } - * - */ - public void setBranche(SucheBranche value) { - this.branche = value; - } - - /** - * Gets the value of the personendaten property. - * - * @return - * possible object is - * {@link SuchePersonendaten } - * - */ - public SuchePersonendaten getPersonendaten() { - return personendaten; - } - - /** - * Sets the value of the personendaten property. - * - * @param value - * allowed object is - * {@link SuchePersonendaten } - * - */ - public void setPersonendaten(SuchePersonendaten value) { - this.personendaten = value; - } - - /** - * Gets the value of the zeitraumVon property. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getZeitraumVon() { - return zeitraumVon; - } - - /** - * Sets the value of the zeitraumVon property. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setZeitraumVon(XMLGregorianCalendar value) { - this.zeitraumVon = value; - } - - /** - * Gets the value of the zeitraumBis property. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getZeitraumBis() { - return zeitraumBis; - } - - /** - * Sets the value of the zeitraumBis property. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setZeitraumBis(XMLGregorianCalendar value) { - this.zeitraumBis = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmensdaten.java b/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmensdaten.java deleted file mode 100644 index d09b891..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/SucheUnternehmensdaten.java +++ /dev/null @@ -1,357 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for SucheUnternehmensdaten complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SucheUnternehmensdaten">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="phonetisch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="klammer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="untName" type="{http://statistik.at/namespace/ur/simpleTypes/1#}UntNameTyp" minOccurs="0"/>
- *         <element name="rechtsform" type="{http://statistik.at/namespace/ur/simpleTypes/1#}RechtsformTyp" minOccurs="0"/>
- *         <element name="id" type="{http://statistik.at/namespace/ur/simpleTypes/1#}IdTyp" minOccurs="0"/>
- *         <element name="idArt" type="{http://statistik.at/namespace/ur/simpleTypes/1#}IdArtTyp" minOccurs="0"/>
- *         <element name="strasse" type="{http://statistik.at/namespace/ur/simpleTypes/1#}StrasseTyp" minOccurs="0"/>
- *         <element name="hNr" type="{http://statistik.at/namespace/ur/simpleTypes/1#}HNrTyp" minOccurs="0"/>
- *         <element name="ort" type="{http://statistik.at/namespace/ur/simpleTypes/1#}OrtTyp" minOccurs="0"/>
- *         <element name="gemnr" type="{http://statistik.at/namespace/ur/simpleTypes/1#}GemnrTyp" minOccurs="0"/>
- *         <element name="plz" type="{http://statistik.at/namespace/ur/simpleTypes/1#}PlzTyp" minOccurs="0"/>
- *         <element name="land" type="{http://statistik.at/namespace/ur/simpleTypes/1#}LandTyp" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SucheUnternehmensdaten", propOrder = { - "phonetisch", - "klammer", - "untName", - "rechtsform", - "id", - "idArt", - "strasse", - "hNr", - "ort", - "gemnr", - "plz", - "land" -}) -public class SucheUnternehmensdaten { - - protected Boolean phonetisch; - protected Boolean klammer; - protected String untName; - protected String rechtsform; - protected String id; - protected String idArt; - protected String strasse; - protected String hNr; - protected String ort; - protected Integer gemnr; - protected String plz; - protected String land; - - /** - * Gets the value of the phonetisch property. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isPhonetisch() { - return phonetisch; - } - - /** - * Sets the value of the phonetisch property. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setPhonetisch(Boolean value) { - this.phonetisch = value; - } - - /** - * Gets the value of the klammer property. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isKlammer() { - return klammer; - } - - /** - * Sets the value of the klammer property. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setKlammer(Boolean value) { - this.klammer = value; - } - - /** - * Gets the value of the untName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUntName() { - return untName; - } - - /** - * Sets the value of the untName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUntName(String value) { - this.untName = value; - } - - /** - * Gets the value of the rechtsform property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRechtsform() { - return rechtsform; - } - - /** - * Sets the value of the rechtsform property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRechtsform(String value) { - this.rechtsform = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the idArt property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getIdArt() { - return idArt; - } - - /** - * Sets the value of the idArt property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setIdArt(String value) { - this.idArt = value; - } - - /** - * Gets the value of the strasse property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStrasse() { - return strasse; - } - - /** - * Sets the value of the strasse property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStrasse(String value) { - this.strasse = value; - } - - /** - * Gets the value of the hNr property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHNr() { - return hNr; - } - - /** - * Sets the value of the hNr property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHNr(String value) { - this.hNr = value; - } - - /** - * Gets the value of the ort property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOrt() { - return ort; - } - - /** - * Sets the value of the ort property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOrt(String value) { - this.ort = value; - } - - /** - * Gets the value of the gemnr property. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getGemnr() { - return gemnr; - } - - /** - * Sets the value of the gemnr property. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setGemnr(Integer value) { - this.gemnr = value; - } - - /** - * Gets the value of the plz property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPlz() { - return plz; - } - - /** - * Sets the value of the plz property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPlz(String value) { - this.plz = value; - } - - /** - * Gets the value of the land property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLand() { - return land; - } - - /** - * Sets the value of the land property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLand(String value) { - this.land = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/UntName.java b/src/main/java/at/gv/util/xsd/ur/search/UntName.java deleted file mode 100644 index 2924ac8..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/UntName.java +++ /dev/null @@ -1,118 +0,0 @@ - -package at.gv.util.xsd.ur.search; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for UntName complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="UntName">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="VollerName" type="{http://statistik.at/namespace/ur/simpleTypes/1#}UntNameTyp"/>
- *         <element name="Beginn" type="{http://statistik.at/namespace/ur/stammdaten/1#}QuellenType"/>
- *         <element name="Ende" type="{http://statistik.at/namespace/ur/stammdaten/1#}QuellenType" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "UntName", propOrder = { - "vollerName", - "beginn", - "ende" -}) -public class UntName { - - @XmlElement(name = "VollerName", required = true) - protected String vollerName; - @XmlElement(name = "Beginn", required = true) - protected QuellenType beginn; - @XmlElement(name = "Ende") - protected QuellenType ende; - - /** - * Gets the value of the vollerName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVollerName() { - return vollerName; - } - - /** - * Sets the value of the vollerName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVollerName(String value) { - this.vollerName = value; - } - - /** - * Gets the value of the beginn property. - * - * @return - * possible object is - * {@link QuellenType } - * - */ - public QuellenType getBeginn() { - return beginn; - } - - /** - * Sets the value of the beginn property. - * - * @param value - * allowed object is - * {@link QuellenType } - * - */ - public void setBeginn(QuellenType value) { - this.beginn = value; - } - - /** - * Gets the value of the ende property. - * - * @return - * possible object is - * {@link QuellenType } - * - */ - public QuellenType getEnde() { - return ende; - } - - /** - * Sets the value of the ende property. - * - * @param value - * allowed object is - * {@link QuellenType } - * - */ - public void setEnde(QuellenType value) { - this.ende = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/search/package-info.java b/src/main/java/at/gv/util/xsd/ur/search/package-info.java deleted file mode 100644 index b2d6987..0000000 --- a/src/main/java/at/gv/util/xsd/ur/search/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "http://statistik.at/namespace/ur/stammdaten/1#", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.gv.util.xsd.ur.search; diff --git a/src/main/java/at/gv/util/xsd/ur/simpletypes/ObjectFactory.java b/src/main/java/at/gv/util/xsd/ur/simpletypes/ObjectFactory.java deleted file mode 100644 index 1653fad..0000000 --- a/src/main/java/at/gv/util/xsd/ur/simpletypes/ObjectFactory.java +++ /dev/null @@ -1,32 +0,0 @@ - -package at.gv.util.xsd.ur.simpletypes; - -import javax.xml.bind.annotation.XmlRegistry; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.gv.util.xsd.ur.simpletypes package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.util.xsd.ur.simpletypes - * - */ - public ObjectFactory() { - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/simpletypes/OenaceArtTyp.java b/src/main/java/at/gv/util/xsd/ur/simpletypes/OenaceArtTyp.java deleted file mode 100644 index 9788faf..0000000 --- a/src/main/java/at/gv/util/xsd/ur/simpletypes/OenaceArtTyp.java +++ /dev/null @@ -1,38 +0,0 @@ - -package at.gv.util.xsd.ur.simpletypes; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for OenaceArtTyp. - * - *

The following schema fragment specifies the expected content contained within this class. - *

- *

- * <simpleType name="OenaceArtTyp">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="H"/>
- *     <enumeration value="N"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "OenaceArtTyp", namespace = "http://statistik.at/namespace/ur/simpleTypes/1#") -@XmlEnum -public enum OenaceArtTyp { - - H, - N; - - public String value() { - return name(); - } - - public static OenaceArtTyp fromValue(String v) { - return valueOf(v); - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/CustomFaultType.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/CustomFaultType.java deleted file mode 100644 index 83138df..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/CustomFaultType.java +++ /dev/null @@ -1,156 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -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.XmlType; - - -/** - * CustomFault reporting structure - * - *

Java class for CustomFaultType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="CustomFaultType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Code" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- *         <element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
- *         <element name="Help" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="Detail" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CustomFaultType", propOrder = { - "code", - "reason", - "help", - "detail" -}) -public class CustomFaultType { - - @XmlElement(name = "Code", required = true) - protected BigInteger code; - @XmlElement(name = "Reason", required = true) - protected List reason; - @XmlElement(name = "Help") - protected String help; - @XmlElement(name = "Detail") - protected Object detail; - - /** - * Gets the value of the code property. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getCode() { - return code; - } - - /** - * Sets the value of the code property. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setCode(BigInteger value) { - this.code = value; - } - - /** - * Gets the value of the reason 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 reason property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getReason() { - if (reason == null) { - reason = new ArrayList(); - } - return this.reason; - } - - /** - * Gets the value of the help property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHelp() { - return help; - } - - /** - * Sets the value of the help property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHelp(String value) { - this.help = value; - } - - /** - * Gets the value of the detail property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getDetail() { - return detail; - } - - /** - * Sets the value of the detail property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setDetail(Object value) { - this.detail = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/ExtraResultCriteria.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/ExtraResultCriteria.java deleted file mode 100644 index feec384..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/ExtraResultCriteria.java +++ /dev/null @@ -1,73 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "any" -}) -@XmlRootElement(name = "ExtraResultCriteria") -public class ExtraResultCriteria { - - @XmlAnyElement(lax = true) - protected List any; - - /** - * Gets the value of the any 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 any property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link Element } - * - * - */ - public List getAny() { - if (any == null) { - any = new ArrayList(); - } - return this.any; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/ExtraResultInfo.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/ExtraResultInfo.java deleted file mode 100644 index 0258127..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/ExtraResultInfo.java +++ /dev/null @@ -1,73 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "any" -}) -@XmlRootElement(name = "ExtraResultInfo") -public class ExtraResultInfo { - - @XmlAnyElement(lax = true) - protected List any; - - /** - * Gets the value of the any 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 any property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link Element } - * - * - */ - public List getAny() { - if (any == null) { - any = new ArrayList(); - } - return this.any; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/ObjectFactory.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/ObjectFactory.java deleted file mode 100644 index 4cbb57d..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/ObjectFactory.java +++ /dev/null @@ -1,445 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -import java.math.BigInteger; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.datatype.XMLGregorianCalendar; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.gv.util.xsd.ur.xmlsw package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _FaultHint_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "FaultHint"); - private final static QName _CaseSensitive_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "CaseSensitive"); - private final static QName _Path_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "Path"); - private final static QName _SearchRequestInfo_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "SearchRequestInfo"); - private final static QName _ResultSetId_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "ResultSetId"); - private final static QName _SortKey_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "SortKey"); - private final static QName _RecordId_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "RecordId"); - private final static QName _SearchCriteria_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "SearchCriteria"); - private final static QName _Costs_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "Costs"); - private final static QName _Detail_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "Detail"); - private final static QName _SearchByExample_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "SearchByExample"); - private final static QName _SearchRequestId_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "SearchRequestId"); - private final static QName _ResultCriteria_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "ResultCriteria"); - private final static QName _ReturnedRecords_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "ReturnedRecords"); - private final static QName _SearchResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "SearchResponse"); - private final static QName _AccountedUnits_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "AccountedUnits"); - private final static QName _FoundRecords_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "FoundRecords"); - private final static QName _StartRecord_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "StartRecord"); - private final static QName _Ascending_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "Ascending"); - private final static QName _TimeStamp_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "TimeStamp"); - private final static QName _TimeOut_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "TimeOut"); - private final static QName _InvoiceId_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "InvoiceId"); - private final static QName _Message_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "Message"); - private final static QName _SortKeys_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "SortKeys"); - private final static QName _MaxRecords_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "MaxRecords"); - private final static QName _SearchById_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "SearchById"); - private final static QName _ResultInfo_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "ResultInfo"); - private final static QName _PaymentInfo_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "PaymentInfo"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.util.xsd.ur.xmlsw - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link ResultCriteriaType } - * - */ - public ResultCriteriaType createResultCriteriaType() { - return new ResultCriteriaType(); - } - - /** - * Create an instance of {@link SearchResponseType } - * - */ - public SearchResponseType createSearchResponseType() { - return new SearchResponseType(); - } - - /** - * Create an instance of {@link SearchByExampleType } - * - */ - public SearchByExampleType createSearchByExampleType() { - return new SearchByExampleType(); - } - - /** - * Create an instance of {@link ExtraResultCriteria } - * - */ - public ExtraResultCriteria createExtraResultCriteria() { - return new ExtraResultCriteria(); - } - - /** - * Create an instance of {@link SortKeysType } - * - */ - public SortKeysType createSortKeysType() { - return new SortKeysType(); - } - - /** - * Create an instance of {@link CustomFaultType } - * - */ - public CustomFaultType createCustomFaultType() { - return new CustomFaultType(); - } - - /** - * Create an instance of {@link ResultInfoType } - * - */ - public ResultInfoType createResultInfoType() { - return new ResultInfoType(); - } - - /** - * Create an instance of {@link SearchByIdType } - * - */ - public SearchByIdType createSearchByIdType() { - return new SearchByIdType(); - } - - /** - * Create an instance of {@link ResultRecords } - * - */ - public ResultRecords createResultRecords() { - return new ResultRecords(); - } - - /** - * Create an instance of {@link ResultRecord } - * - */ - public ResultRecord createResultRecord() { - return new ResultRecord(); - } - - /** - * Create an instance of {@link PaymentInfoType } - * - */ - public PaymentInfoType createPaymentInfoType() { - return new PaymentInfoType(); - } - - /** - * Create an instance of {@link SearchCriteriaType } - * - */ - public SearchCriteriaType createSearchCriteriaType() { - return new SearchCriteriaType(); - } - - /** - * Create an instance of {@link RecordFieldList } - * - */ - public RecordFieldList createRecordFieldList() { - return new RecordFieldList(); - } - - /** - * Create an instance of {@link ExtraResultInfo } - * - */ - public ExtraResultInfo createExtraResultInfo() { - return new ExtraResultInfo(); - } - - /** - * Create an instance of {@link SortKeyType } - * - */ - public SortKeyType createSortKeyType() { - return new SortKeyType(); - } - - /** - * Create an instance of {@link SearchRequestInfoType } - * - */ - public SearchRequestInfoType createSearchRequestInfoType() { - return new SearchRequestInfoType(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "FaultHint") - public JAXBElement createFaultHint(String value) { - return new JAXBElement(_FaultHint_QNAME, String.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "CaseSensitive") - public JAXBElement createCaseSensitive(Boolean value) { - return new JAXBElement(_CaseSensitive_QNAME, Boolean.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "Path") - public JAXBElement createPath(String value) { - return new JAXBElement(_Path_QNAME, String.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchRequestInfoType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "SearchRequestInfo") - public JAXBElement createSearchRequestInfo(SearchRequestInfoType value) { - return new JAXBElement(_SearchRequestInfo_QNAME, SearchRequestInfoType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "ResultSetId") - public JAXBElement createResultSetId(String value) { - return new JAXBElement(_ResultSetId_QNAME, String.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SortKeyType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "SortKey") - public JAXBElement createSortKey(SortKeyType value) { - return new JAXBElement(_SortKey_QNAME, SortKeyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "RecordId") - public JAXBElement createRecordId(BigInteger value) { - return new JAXBElement(_RecordId_QNAME, BigInteger.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchCriteriaType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "SearchCriteria") - public JAXBElement createSearchCriteria(SearchCriteriaType value) { - return new JAXBElement(_SearchCriteria_QNAME, SearchCriteriaType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Float }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "Costs") - public JAXBElement createCosts(Float value) { - return new JAXBElement(_Costs_QNAME, Float.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "Detail") - public JAXBElement createDetail(String value) { - return new JAXBElement(_Detail_QNAME, String.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchByExampleType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "SearchByExample") - public JAXBElement createSearchByExample(SearchByExampleType value) { - return new JAXBElement(_SearchByExample_QNAME, SearchByExampleType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "SearchRequestId") - public JAXBElement createSearchRequestId(String value) { - return new JAXBElement(_SearchRequestId_QNAME, String.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ResultCriteriaType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "ResultCriteria") - public JAXBElement createResultCriteria(ResultCriteriaType value) { - return new JAXBElement(_ResultCriteria_QNAME, ResultCriteriaType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "ReturnedRecords") - public JAXBElement createReturnedRecords(BigInteger value) { - return new JAXBElement(_ReturnedRecords_QNAME, BigInteger.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchResponseType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "SearchResponse") - public JAXBElement createSearchResponse(SearchResponseType value) { - return new JAXBElement(_SearchResponse_QNAME, SearchResponseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "AccountedUnits") - public JAXBElement createAccountedUnits(BigInteger value) { - return new JAXBElement(_AccountedUnits_QNAME, BigInteger.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "FoundRecords") - public JAXBElement createFoundRecords(BigInteger value) { - return new JAXBElement(_FoundRecords_QNAME, BigInteger.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "StartRecord") - public JAXBElement createStartRecord(BigInteger value) { - return new JAXBElement(_StartRecord_QNAME, BigInteger.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "Ascending") - public JAXBElement createAscending(Boolean value) { - return new JAXBElement(_Ascending_QNAME, Boolean.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "TimeStamp") - public JAXBElement createTimeStamp(XMLGregorianCalendar value) { - return new JAXBElement(_TimeStamp_QNAME, XMLGregorianCalendar.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "TimeOut") - public JAXBElement createTimeOut(BigInteger value) { - return new JAXBElement(_TimeOut_QNAME, BigInteger.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "InvoiceId") - public JAXBElement createInvoiceId(String value) { - return new JAXBElement(_InvoiceId_QNAME, String.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link CustomFaultType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "Message") - public JAXBElement createMessage(CustomFaultType value) { - return new JAXBElement(_Message_QNAME, CustomFaultType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SortKeysType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "SortKeys") - public JAXBElement createSortKeys(SortKeysType value) { - return new JAXBElement(_SortKeys_QNAME, SortKeysType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "MaxRecords") - public JAXBElement createMaxRecords(BigInteger value) { - return new JAXBElement(_MaxRecords_QNAME, BigInteger.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchByIdType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "SearchById") - public JAXBElement createSearchById(SearchByIdType value) { - return new JAXBElement(_SearchById_QNAME, SearchByIdType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ResultInfoType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "ResultInfo") - public JAXBElement createResultInfo(ResultInfoType value) { - return new JAXBElement(_ResultInfo_QNAME, ResultInfoType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link PaymentInfoType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", name = "PaymentInfo") - public JAXBElement createPaymentInfo(PaymentInfoType value) { - return new JAXBElement(_PaymentInfo_QNAME, PaymentInfoType.class, null, value); - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/PaymentInfoType.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/PaymentInfoType.java deleted file mode 100644 index 9ce4339..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/PaymentInfoType.java +++ /dev/null @@ -1,181 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; -import org.w3c.dom.Element; - - -/** - *

Java class for PaymentInfoType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="PaymentInfoType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}InvoiceId" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}Costs"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}AccountedUnits" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}TimeStamp"/>
- *         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "PaymentInfoType", propOrder = { - "invoiceId", - "costs", - "accountedUnits", - "timeStamp", - "any" -}) -public class PaymentInfoType { - - @XmlElement(name = "InvoiceId") - protected String invoiceId; - @XmlElement(name = "Costs") - protected float costs; - @XmlElement(name = "AccountedUnits") - @XmlSchemaType(name = "nonNegativeInteger") - protected BigInteger accountedUnits; - @XmlElement(name = "TimeStamp", required = true) - @XmlSchemaType(name = "dateTime") - protected XMLGregorianCalendar timeStamp; - @XmlAnyElement(lax = true) - protected List any; - - /** - * Gets the value of the invoiceId property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getInvoiceId() { - return invoiceId; - } - - /** - * Sets the value of the invoiceId property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setInvoiceId(String value) { - this.invoiceId = value; - } - - /** - * Gets the value of the costs property. - * - */ - public float getCosts() { - return costs; - } - - /** - * Sets the value of the costs property. - * - */ - public void setCosts(float value) { - this.costs = value; - } - - /** - * Gets the value of the accountedUnits property. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getAccountedUnits() { - return accountedUnits; - } - - /** - * Sets the value of the accountedUnits property. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setAccountedUnits(BigInteger value) { - this.accountedUnits = value; - } - - /** - * Gets the value of the timeStamp property. - * - * @return - * possible object is - * {@link XMLGregorianCalendar } - * - */ - public XMLGregorianCalendar getTimeStamp() { - return timeStamp; - } - - /** - * Sets the value of the timeStamp property. - * - * @param value - * allowed object is - * {@link XMLGregorianCalendar } - * - */ - public void setTimeStamp(XMLGregorianCalendar value) { - this.timeStamp = value; - } - - /** - * Gets the value of the any 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 any property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link Element } - * - * - */ - public List getAny() { - if (any == null) { - any = new ArrayList(); - } - return this.any; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/RecordFieldList.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/RecordFieldList.java deleted file mode 100644 index 9dc8b7b..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/RecordFieldList.java +++ /dev/null @@ -1,73 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "any" -}) -@XmlRootElement(name = "RecordFieldList") -public class RecordFieldList { - - @XmlAnyElement(lax = true) - protected List any; - - /** - * Gets the value of the any 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 any property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link Element } - * - * - */ - public List getAny() { - if (any == null) { - any = new ArrayList(); - } - return this.any; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/ResultCriteriaType.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/ResultCriteriaType.java deleted file mode 100644 index e1f1de7..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/ResultCriteriaType.java +++ /dev/null @@ -1,207 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -import java.math.BigInteger; -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; - - -/** - *

Java class for ResultCriteriaType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="ResultCriteriaType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}MaxRecords" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}StartRecord" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}SortKeys" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}TimeOut" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}RecordFieldList" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}ExtraResultCriteria" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ResultCriteriaType", propOrder = { - "maxRecords", - "startRecord", - "sortKeys", - "timeOut", - "recordFieldList", - "extraResultCriteria" -}) -public class ResultCriteriaType { - - @XmlElement(name = "MaxRecords") - @XmlSchemaType(name = "nonNegativeInteger") - protected BigInteger maxRecords; - @XmlElement(name = "StartRecord") - @XmlSchemaType(name = "nonNegativeInteger") - protected BigInteger startRecord; - @XmlElement(name = "SortKeys") - protected SortKeysType sortKeys; - @XmlElement(name = "TimeOut") - @XmlSchemaType(name = "nonNegativeInteger") - protected BigInteger timeOut; - @XmlElement(name = "RecordFieldList") - protected RecordFieldList recordFieldList; - @XmlElement(name = "ExtraResultCriteria") - protected ExtraResultCriteria extraResultCriteria; - - /** - * Gets the value of the maxRecords property. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getMaxRecords() { - return maxRecords; - } - - /** - * Sets the value of the maxRecords property. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setMaxRecords(BigInteger value) { - this.maxRecords = value; - } - - /** - * Gets the value of the startRecord property. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getStartRecord() { - return startRecord; - } - - /** - * Sets the value of the startRecord property. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setStartRecord(BigInteger value) { - this.startRecord = value; - } - - /** - * Gets the value of the sortKeys property. - * - * @return - * possible object is - * {@link SortKeysType } - * - */ - public SortKeysType getSortKeys() { - return sortKeys; - } - - /** - * Sets the value of the sortKeys property. - * - * @param value - * allowed object is - * {@link SortKeysType } - * - */ - public void setSortKeys(SortKeysType value) { - this.sortKeys = value; - } - - /** - * Gets the value of the timeOut property. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getTimeOut() { - return timeOut; - } - - /** - * Sets the value of the timeOut property. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setTimeOut(BigInteger value) { - this.timeOut = value; - } - - /** - * Gets the value of the recordFieldList property. - * - * @return - * possible object is - * {@link RecordFieldList } - * - */ - public RecordFieldList getRecordFieldList() { - return recordFieldList; - } - - /** - * Sets the value of the recordFieldList property. - * - * @param value - * allowed object is - * {@link RecordFieldList } - * - */ - public void setRecordFieldList(RecordFieldList value) { - this.recordFieldList = value; - } - - /** - * Gets the value of the extraResultCriteria property. - * - * @return - * possible object is - * {@link ExtraResultCriteria } - * - */ - public ExtraResultCriteria getExtraResultCriteria() { - return extraResultCriteria; - } - - /** - * Sets the value of the extraResultCriteria property. - * - * @param value - * allowed object is - * {@link ExtraResultCriteria } - * - */ - public void setExtraResultCriteria(ExtraResultCriteria value) { - this.extraResultCriteria = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/ResultInfoType.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/ResultInfoType.java deleted file mode 100644 index d82d0dc..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/ResultInfoType.java +++ /dev/null @@ -1,178 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -import java.math.BigInteger; -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; - - -/** - *

Java class for ResultInfoType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="ResultInfoType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}ResultSetId" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}FoundRecords" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}ReturnedRecords"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}PaymentInfo" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}ExtraResultInfo" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ResultInfoType", propOrder = { - "resultSetId", - "foundRecords", - "returnedRecords", - "paymentInfo", - "extraResultInfo" -}) -public class ResultInfoType { - - @XmlElement(name = "ResultSetId") - protected String resultSetId; - @XmlElement(name = "FoundRecords") - @XmlSchemaType(name = "nonNegativeInteger") - protected BigInteger foundRecords; - @XmlElement(name = "ReturnedRecords", required = true) - @XmlSchemaType(name = "nonNegativeInteger") - protected BigInteger returnedRecords; - @XmlElement(name = "PaymentInfo") - protected PaymentInfoType paymentInfo; - @XmlElement(name = "ExtraResultInfo") - protected ExtraResultInfo extraResultInfo; - - /** - * Gets the value of the resultSetId property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getResultSetId() { - return resultSetId; - } - - /** - * Sets the value of the resultSetId property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setResultSetId(String value) { - this.resultSetId = value; - } - - /** - * Gets the value of the foundRecords property. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getFoundRecords() { - return foundRecords; - } - - /** - * Sets the value of the foundRecords property. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setFoundRecords(BigInteger value) { - this.foundRecords = value; - } - - /** - * Gets the value of the returnedRecords property. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getReturnedRecords() { - return returnedRecords; - } - - /** - * Sets the value of the returnedRecords property. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setReturnedRecords(BigInteger value) { - this.returnedRecords = value; - } - - /** - * Gets the value of the paymentInfo property. - * - * @return - * possible object is - * {@link PaymentInfoType } - * - */ - public PaymentInfoType getPaymentInfo() { - return paymentInfo; - } - - /** - * Sets the value of the paymentInfo property. - * - * @param value - * allowed object is - * {@link PaymentInfoType } - * - */ - public void setPaymentInfo(PaymentInfoType value) { - this.paymentInfo = value; - } - - /** - * Gets the value of the extraResultInfo property. - * - * @return - * possible object is - * {@link ExtraResultInfo } - * - */ - public ExtraResultInfo getExtraResultInfo() { - return extraResultInfo; - } - - /** - * Sets the value of the extraResultInfo property. - * - * @param value - * allowed object is - * {@link ExtraResultInfo } - * - */ - public void setExtraResultInfo(ExtraResultInfo value) { - this.extraResultInfo = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/ResultRecord.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/ResultRecord.java deleted file mode 100644 index e3d945e..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/ResultRecord.java +++ /dev/null @@ -1,104 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "any" -}) -@XmlRootElement(name = "ResultRecord") -public class ResultRecord { - - @XmlAnyElement(lax = true) - protected List any; - @XmlAttribute(name = "id") - @XmlSchemaType(name = "nonNegativeInteger") - protected BigInteger id; - - /** - * Gets the value of the any 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 any property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link Element } - * - * - */ - public List getAny() { - if (any == null) { - any = new ArrayList(); - } - return this.any; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setId(BigInteger value) { - this.id = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/ResultRecords.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/ResultRecords.java deleted file mode 100644 index 05126a3..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/ResultRecords.java +++ /dev/null @@ -1,71 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -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.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}ResultRecord" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "resultRecord" -}) -@XmlRootElement(name = "ResultRecords") -public class ResultRecords { - - @XmlElement(name = "ResultRecord", required = true) - protected List resultRecord; - - /** - * Gets the value of the resultRecord 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 resultRecord property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link ResultRecord } - * - * - */ - public List getResultRecord() { - if (resultRecord == null) { - resultRecord = new ArrayList(); - } - return this.resultRecord; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchByExampleType.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchByExampleType.java deleted file mode 100644 index 10b8812..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchByExampleType.java +++ /dev/null @@ -1,146 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for SearchByExampleType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SearchByExampleType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}SearchRequestId"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}SearchRequestInfo" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}ResultCriteria" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}SearchCriteria"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SearchByExampleType", propOrder = { - "searchRequestId", - "searchRequestInfo", - "resultCriteria", - "searchCriteria" -}) -public class SearchByExampleType { - - @XmlElement(name = "SearchRequestId", required = true) - protected String searchRequestId; - @XmlElement(name = "SearchRequestInfo") - protected SearchRequestInfoType searchRequestInfo; - @XmlElement(name = "ResultCriteria") - protected ResultCriteriaType resultCriteria; - @XmlElement(name = "SearchCriteria", required = true) - protected SearchCriteriaType searchCriteria; - - /** - * Gets the value of the searchRequestId property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSearchRequestId() { - return searchRequestId; - } - - /** - * Sets the value of the searchRequestId property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSearchRequestId(String value) { - this.searchRequestId = value; - } - - /** - * Gets the value of the searchRequestInfo property. - * - * @return - * possible object is - * {@link SearchRequestInfoType } - * - */ - public SearchRequestInfoType getSearchRequestInfo() { - return searchRequestInfo; - } - - /** - * Sets the value of the searchRequestInfo property. - * - * @param value - * allowed object is - * {@link SearchRequestInfoType } - * - */ - public void setSearchRequestInfo(SearchRequestInfoType value) { - this.searchRequestInfo = value; - } - - /** - * Gets the value of the resultCriteria property. - * - * @return - * possible object is - * {@link ResultCriteriaType } - * - */ - public ResultCriteriaType getResultCriteria() { - return resultCriteria; - } - - /** - * Sets the value of the resultCriteria property. - * - * @param value - * allowed object is - * {@link ResultCriteriaType } - * - */ - public void setResultCriteria(ResultCriteriaType value) { - this.resultCriteria = value; - } - - /** - * Gets the value of the searchCriteria property. - * - * @return - * possible object is - * {@link SearchCriteriaType } - * - */ - public SearchCriteriaType getSearchCriteria() { - return searchCriteria; - } - - /** - * Sets the value of the searchCriteria property. - * - * @param value - * allowed object is - * {@link SearchCriteriaType } - * - */ - public void setSearchCriteria(SearchCriteriaType value) { - this.searchCriteria = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchByIdType.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchByIdType.java deleted file mode 100644 index 217f526..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchByIdType.java +++ /dev/null @@ -1,121 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -import java.math.BigInteger; -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; - - -/** - *

Java class for SearchByIdType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SearchByIdType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}SearchRequestId"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}SearchRequestInfo" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}RecordId"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SearchByIdType", propOrder = { - "searchRequestId", - "searchRequestInfo", - "recordId" -}) -public class SearchByIdType { - - @XmlElement(name = "SearchRequestId", required = true) - protected String searchRequestId; - @XmlElement(name = "SearchRequestInfo") - protected SearchRequestInfoType searchRequestInfo; - @XmlElement(name = "RecordId", required = true) - @XmlSchemaType(name = "nonNegativeInteger") - protected BigInteger recordId; - - /** - * Gets the value of the searchRequestId property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSearchRequestId() { - return searchRequestId; - } - - /** - * Sets the value of the searchRequestId property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSearchRequestId(String value) { - this.searchRequestId = value; - } - - /** - * Gets the value of the searchRequestInfo property. - * - * @return - * possible object is - * {@link SearchRequestInfoType } - * - */ - public SearchRequestInfoType getSearchRequestInfo() { - return searchRequestInfo; - } - - /** - * Sets the value of the searchRequestInfo property. - * - * @param value - * allowed object is - * {@link SearchRequestInfoType } - * - */ - public void setSearchRequestInfo(SearchRequestInfoType value) { - this.searchRequestInfo = value; - } - - /** - * Gets the value of the recordId property. - * - * @return - * possible object is - * {@link BigInteger } - * - */ - public BigInteger getRecordId() { - return recordId; - } - - /** - * Sets the value of the recordId property. - * - * @param value - * allowed object is - * {@link BigInteger } - * - */ - public void setRecordId(BigInteger value) { - this.recordId = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchCriteriaType.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchCriteriaType.java deleted file mode 100644 index f15c61f..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchCriteriaType.java +++ /dev/null @@ -1,100 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - *

Java class for SearchCriteriaType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SearchCriteriaType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}ResultSetId" minOccurs="0"/>
- *         <any processContents='lax' namespace='##other' maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SearchCriteriaType", propOrder = { - "resultSetId", - "any" -}) -public class SearchCriteriaType { - - @XmlElement(name = "ResultSetId") - protected String resultSetId; - @XmlAnyElement(lax = true) - protected List any; - - /** - * Gets the value of the resultSetId property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getResultSetId() { - return resultSetId; - } - - /** - * Sets the value of the resultSetId property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setResultSetId(String value) { - this.resultSetId = value; - } - - /** - * Gets the value of the any 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 any property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link Element } - * - * - */ - public List getAny() { - if (any == null) { - any = new ArrayList(); - } - return this.any; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchRequestInfoType.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchRequestInfoType.java deleted file mode 100644 index d3f0ad6..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchRequestInfoType.java +++ /dev/null @@ -1,71 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - *

Java class for SearchRequestInfoType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SearchRequestInfoType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SearchRequestInfoType", propOrder = { - "any" -}) -public class SearchRequestInfoType { - - @XmlAnyElement(lax = true) - protected List any; - - /** - * Gets the value of the any 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 any property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link Element } - * - * - */ - public List getAny() { - if (any == null) { - any = new ArrayList(); - } - return this.any; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchResponseType.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchResponseType.java deleted file mode 100644 index 4af6e3e..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/SearchResponseType.java +++ /dev/null @@ -1,146 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for SearchResponseType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SearchResponseType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}SearchRequestId"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}Message" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}ResultInfo"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}ResultRecords" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SearchResponseType", propOrder = { - "searchRequestId", - "message", - "resultInfo", - "resultRecords" -}) -public class SearchResponseType { - - @XmlElement(name = "SearchRequestId", required = true) - protected String searchRequestId; - @XmlElement(name = "Message") - protected CustomFaultType message; - @XmlElement(name = "ResultInfo", required = true) - protected ResultInfoType resultInfo; - @XmlElement(name = "ResultRecords") - protected ResultRecords resultRecords; - - /** - * Gets the value of the searchRequestId property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSearchRequestId() { - return searchRequestId; - } - - /** - * Sets the value of the searchRequestId property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSearchRequestId(String value) { - this.searchRequestId = value; - } - - /** - * Gets the value of the message property. - * - * @return - * possible object is - * {@link CustomFaultType } - * - */ - public CustomFaultType getMessage() { - return message; - } - - /** - * Sets the value of the message property. - * - * @param value - * allowed object is - * {@link CustomFaultType } - * - */ - public void setMessage(CustomFaultType value) { - this.message = value; - } - - /** - * Gets the value of the resultInfo property. - * - * @return - * possible object is - * {@link ResultInfoType } - * - */ - public ResultInfoType getResultInfo() { - return resultInfo; - } - - /** - * Sets the value of the resultInfo property. - * - * @param value - * allowed object is - * {@link ResultInfoType } - * - */ - public void setResultInfo(ResultInfoType value) { - this.resultInfo = value; - } - - /** - * Gets the value of the resultRecords property. - * - * @return - * possible object is - * {@link ResultRecords } - * - */ - public ResultRecords getResultRecords() { - return resultRecords; - } - - /** - * Sets the value of the resultRecords property. - * - * @param value - * allowed object is - * {@link ResultRecords } - * - */ - public void setResultRecords(ResultRecords value) { - this.resultRecords = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/SortKeyType.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/SortKeyType.java deleted file mode 100644 index 274365b..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/SortKeyType.java +++ /dev/null @@ -1,118 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for SortKeyType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SortKeyType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}Path"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}Ascending" minOccurs="0"/>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}CaseSensitive" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SortKeyType", propOrder = { - "path", - "ascending", - "caseSensitive" -}) -public class SortKeyType { - - @XmlElement(name = "Path", required = true) - protected String path; - @XmlElement(name = "Ascending") - protected Boolean ascending; - @XmlElement(name = "CaseSensitive") - protected Boolean caseSensitive; - - /** - * Gets the value of the path property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPath() { - return path; - } - - /** - * Sets the value of the path property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPath(String value) { - this.path = value; - } - - /** - * Gets the value of the ascending property. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isAscending() { - return ascending; - } - - /** - * Sets the value of the ascending property. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setAscending(Boolean value) { - this.ascending = value; - } - - /** - * Gets the value of the caseSensitive property. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isCaseSensitive() { - return caseSensitive; - } - - /** - * Sets the value of the caseSensitive property. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setCaseSensitive(Boolean value) { - this.caseSensitive = value; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/SortKeysType.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/SortKeysType.java deleted file mode 100644 index ce78a67..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/SortKeysType.java +++ /dev/null @@ -1,69 +0,0 @@ - -package at.gv.util.xsd.ur.xmlsw; - -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; - - -/** - *

Java class for SortKeysType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="SortKeysType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element ref="{http://reference.e-government.gv.at/namespace/xml-sw/1#}SortKey" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SortKeysType", propOrder = { - "sortKey" -}) -public class SortKeysType { - - @XmlElement(name = "SortKey", required = true) - protected List sortKey; - - /** - * Gets the value of the sortKey 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 sortKey property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link SortKeyType } - * - * - */ - public List getSortKey() { - if (sortKey == null) { - sortKey = new ArrayList(); - } - return this.sortKey; - } - -} diff --git a/src/main/java/at/gv/util/xsd/ur/xmlsw/package-info.java b/src/main/java/at/gv/util/xsd/ur/xmlsw/package-info.java deleted file mode 100644 index 5a4e788..0000000 --- a/src/main/java/at/gv/util/xsd/ur/xmlsw/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.gv.util.xsd.ur.xmlsw; -- cgit v1.2.3