From e2150f22562b4bc06307f4ac7b842687390e4856 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 16 Oct 2014 13:42:04 +0200 Subject: change webservice implementation to Apache CXF --- .../gv/util/xsd/ur_V5/xmlsw/CustomFaultType.java | 12 ++++---- .../util/xsd/ur_V5/xmlsw/ExtraResultCriteria.java | 8 ++--- .../gv/util/xsd/ur_V5/xmlsw/ExtraResultInfo.java | 4 +-- .../at/gv/util/xsd/ur_V5/xmlsw/ObjectFactory.java | 36 +++++++++++----------- .../gv/util/xsd/ur_V5/xmlsw/PaymentInfoType.java | 20 ++++++------ .../gv/util/xsd/ur_V5/xmlsw/RecordFieldList.java | 4 +-- .../util/xsd/ur_V5/xmlsw/ResultCriteriaType.java | 28 ++++++++--------- .../at/gv/util/xsd/ur_V5/xmlsw/ResultInfoType.java | 24 +++++++-------- .../at/gv/util/xsd/ur_V5/xmlsw/ResultRecord.java | 16 +++++----- .../at/gv/util/xsd/ur_V5/xmlsw/ResultRecords.java | 4 +-- .../util/xsd/ur_V5/xmlsw/SearchByExampleType.java | 20 ++++++------ .../at/gv/util/xsd/ur_V5/xmlsw/SearchByIdType.java | 16 +++++----- .../util/xsd/ur_V5/xmlsw/SearchCriteriaType.java | 28 ++++++++--------- .../xsd/ur_V5/xmlsw/SearchRequestInfoType.java | 4 +-- .../util/xsd/ur_V5/xmlsw/SearchResponseType.java | 20 ++++++------ .../at/gv/util/xsd/ur_V5/xmlsw/SortKeyType.java | 16 +++++----- .../at/gv/util/xsd/ur_V5/xmlsw/SortKeysType.java | 4 +-- 17 files changed, 132 insertions(+), 132 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/ur_V5/xmlsw') diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/CustomFaultType.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/CustomFaultType.java index 77ccc28..03785b3 100644 --- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/CustomFaultType.java +++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/CustomFaultType.java @@ -13,9 +13,9 @@ import javax.xml.bind.annotation.XmlType; /** * CustomFault reporting structure * - *

Java class for CustomFaultType complex type. + *

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

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

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

  * <complexType name="CustomFaultType">
@@ -53,7 +53,7 @@ public class CustomFaultType {
     protected List faultHint;
 
     /**
-     * Gets the value of the code property.
+     * Ruft den Wert der code-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -65,7 +65,7 @@ public class CustomFaultType {
     }
 
     /**
-     * Sets the value of the code property.
+     * Legt den Wert der code-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -106,7 +106,7 @@ public class CustomFaultType {
     }
 
     /**
-     * Gets the value of the help property.
+     * Ruft den Wert der help-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -118,7 +118,7 @@ public class CustomFaultType {
     }
 
     /**
-     * Sets the value of the help property.
+     * Legt den Wert der help-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ExtraResultCriteria.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ExtraResultCriteria.java
index 068dd95..88ae618 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ExtraResultCriteria.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ExtraResultCriteria.java
@@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for anonymous complex type. + *

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

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

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

  * <complexType>
@@ -38,7 +38,7 @@ public class ExtraResultCriteria {
     protected Boolean ersbAttribute;
 
     /**
-     * Gets the value of the ersbAttribute property.
+     * Ruft den Wert der ersbAttribute-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -50,7 +50,7 @@ public class ExtraResultCriteria {
     }
 
     /**
-     * Sets the value of the ersbAttribute property.
+     * Legt den Wert der ersbAttribute-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ExtraResultInfo.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ExtraResultInfo.java
index 8495046..3b14b12 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ExtraResultInfo.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ExtraResultInfo.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for anonymous complex type. + *

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

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

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

  * <complexType>
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ObjectFactory.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ObjectFactory.java
index cc099dc..516f309 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ObjectFactory.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ObjectFactory.java
@@ -31,8 +31,8 @@ public class ObjectFactory {
     private final static QName _XmlSwFault_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "XmlSwFault");
     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 _ResultSetId_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "ResultSetId");
     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");
@@ -50,8 +50,8 @@ public class ObjectFactory {
     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 _MaxRecords_QNAME = new QName("http://reference.e-government.gv.at/namespace/xml-sw/1#", "MaxRecords");
     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");
@@ -237,21 +237,21 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+     * Create an instance of {@link JAXBElement }{@code <}{@link SortKeyType }{@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);
+    @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 SortKeyType }{@code >}}
+     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@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);
+    @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);
     }
 
     /**
@@ -408,21 +408,21 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
+     * Create an instance of {@link JAXBElement }{@code <}{@link SortKeysType }{@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);
+    @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 SortKeysType }{@code >}}
+     * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@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);
+    @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);
     }
 
     /**
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/PaymentInfoType.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/PaymentInfoType.java
index ccfb4fc..de64743 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/PaymentInfoType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/PaymentInfoType.java
@@ -11,9 +11,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
 
 
 /**
- * 

Java class for PaymentInfoType complex type. + *

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

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

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

  * <complexType name="PaymentInfoType">
@@ -53,7 +53,7 @@ public class PaymentInfoType {
     protected XMLGregorianCalendar timeStamp;
 
     /**
-     * Gets the value of the invoiceId property.
+     * Ruft den Wert der invoiceId-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -65,7 +65,7 @@ public class PaymentInfoType {
     }
 
     /**
-     * Sets the value of the invoiceId property.
+     * Legt den Wert der invoiceId-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -77,7 +77,7 @@ public class PaymentInfoType {
     }
 
     /**
-     * Gets the value of the costs property.
+     * Ruft den Wert der costs-Eigenschaft ab.
      * 
      */
     public float getCosts() {
@@ -85,7 +85,7 @@ public class PaymentInfoType {
     }
 
     /**
-     * Sets the value of the costs property.
+     * Legt den Wert der costs-Eigenschaft fest.
      * 
      */
     public void setCosts(float value) {
@@ -93,7 +93,7 @@ public class PaymentInfoType {
     }
 
     /**
-     * Gets the value of the accountedUnits property.
+     * Ruft den Wert der accountedUnits-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -105,7 +105,7 @@ public class PaymentInfoType {
     }
 
     /**
-     * Sets the value of the accountedUnits property.
+     * Legt den Wert der accountedUnits-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -117,7 +117,7 @@ public class PaymentInfoType {
     }
 
     /**
-     * Gets the value of the timeStamp property.
+     * Ruft den Wert der timeStamp-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -129,7 +129,7 @@ public class PaymentInfoType {
     }
 
     /**
-     * Sets the value of the timeStamp property.
+     * Legt den Wert der timeStamp-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/RecordFieldList.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/RecordFieldList.java
index 703fb6c..6cbeea8 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/RecordFieldList.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/RecordFieldList.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for anonymous complex type. + *

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

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

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

  * <complexType>
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultCriteriaType.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultCriteriaType.java
index f0bf0ea..56ae1f8 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultCriteriaType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultCriteriaType.java
@@ -10,9 +10,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for ResultCriteriaType complex type. + *

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

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

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

  * <complexType name="ResultCriteriaType">
@@ -61,7 +61,7 @@ public class ResultCriteriaType {
     protected ExtraResultCriteria extraResultCriteria;
 
     /**
-     * Gets the value of the maxRecords property.
+     * Ruft den Wert der maxRecords-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -73,7 +73,7 @@ public class ResultCriteriaType {
     }
 
     /**
-     * Sets the value of the maxRecords property.
+     * Legt den Wert der maxRecords-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -85,7 +85,7 @@ public class ResultCriteriaType {
     }
 
     /**
-     * Gets the value of the startRecord property.
+     * Ruft den Wert der startRecord-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -97,7 +97,7 @@ public class ResultCriteriaType {
     }
 
     /**
-     * Sets the value of the startRecord property.
+     * Legt den Wert der startRecord-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -109,7 +109,7 @@ public class ResultCriteriaType {
     }
 
     /**
-     * Gets the value of the sortKeys property.
+     * Ruft den Wert der sortKeys-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -121,7 +121,7 @@ public class ResultCriteriaType {
     }
 
     /**
-     * Sets the value of the sortKeys property.
+     * Legt den Wert der sortKeys-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -133,7 +133,7 @@ public class ResultCriteriaType {
     }
 
     /**
-     * Gets the value of the timeOut property.
+     * Ruft den Wert der timeOut-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -145,7 +145,7 @@ public class ResultCriteriaType {
     }
 
     /**
-     * Sets the value of the timeOut property.
+     * Legt den Wert der timeOut-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -157,7 +157,7 @@ public class ResultCriteriaType {
     }
 
     /**
-     * Gets the value of the recordFieldList property.
+     * Ruft den Wert der recordFieldList-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -169,7 +169,7 @@ public class ResultCriteriaType {
     }
 
     /**
-     * Sets the value of the recordFieldList property.
+     * Legt den Wert der recordFieldList-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -181,7 +181,7 @@ public class ResultCriteriaType {
     }
 
     /**
-     * Gets the value of the extraResultCriteria property.
+     * Ruft den Wert der extraResultCriteria-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -193,7 +193,7 @@ public class ResultCriteriaType {
     }
 
     /**
-     * Sets the value of the extraResultCriteria property.
+     * Legt den Wert der extraResultCriteria-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultInfoType.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultInfoType.java
index a51a3f6..3ffb234 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultInfoType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultInfoType.java
@@ -10,9 +10,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for ResultInfoType complex type. + *

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

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

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

  * <complexType name="ResultInfoType">
@@ -56,7 +56,7 @@ public class ResultInfoType {
     protected ExtraResultInfo extraResultInfo;
 
     /**
-     * Gets the value of the resultSetId property.
+     * Ruft den Wert der resultSetId-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -68,7 +68,7 @@ public class ResultInfoType {
     }
 
     /**
-     * Sets the value of the resultSetId property.
+     * Legt den Wert der resultSetId-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -80,7 +80,7 @@ public class ResultInfoType {
     }
 
     /**
-     * Gets the value of the foundRecords property.
+     * Ruft den Wert der foundRecords-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -92,7 +92,7 @@ public class ResultInfoType {
     }
 
     /**
-     * Sets the value of the foundRecords property.
+     * Legt den Wert der foundRecords-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -104,7 +104,7 @@ public class ResultInfoType {
     }
 
     /**
-     * Gets the value of the returnedRecords property.
+     * Ruft den Wert der returnedRecords-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -116,7 +116,7 @@ public class ResultInfoType {
     }
 
     /**
-     * Sets the value of the returnedRecords property.
+     * Legt den Wert der returnedRecords-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -128,7 +128,7 @@ public class ResultInfoType {
     }
 
     /**
-     * Gets the value of the paymentInfo property.
+     * Ruft den Wert der paymentInfo-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -140,7 +140,7 @@ public class ResultInfoType {
     }
 
     /**
-     * Sets the value of the paymentInfo property.
+     * Legt den Wert der paymentInfo-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -152,7 +152,7 @@ public class ResultInfoType {
     }
 
     /**
-     * Gets the value of the extraResultInfo property.
+     * Ruft den Wert der extraResultInfo-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -164,7 +164,7 @@ public class ResultInfoType {
     }
 
     /**
-     * Sets the value of the extraResultInfo property.
+     * Legt den Wert der extraResultInfo-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultRecord.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultRecord.java
index 8581156..29787b5 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultRecord.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultRecord.java
@@ -13,9 +13,9 @@ import at.gv.util.xsd.ur_V5.pd.PersonenDatenTyp;
 
 
 /**
- * 

Java class for anonymous complex type. + *

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

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

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

  * <complexType>
@@ -50,7 +50,7 @@ public class ResultRecord {
     protected BigInteger id;
 
     /**
-     * Gets the value of the personenDaten property.
+     * Ruft den Wert der personenDaten-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -62,7 +62,7 @@ public class ResultRecord {
     }
 
     /**
-     * Sets the value of the personenDaten property.
+     * Legt den Wert der personenDaten-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -74,7 +74,7 @@ public class ResultRecord {
     }
 
     /**
-     * Gets the value of the urvPdf property.
+     * Ruft den Wert der urvPdf-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -85,7 +85,7 @@ public class ResultRecord {
     }
 
     /**
-     * Sets the value of the urvPdf property.
+     * Legt den Wert der urvPdf-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -96,7 +96,7 @@ public class ResultRecord {
     }
 
     /**
-     * Gets the value of the id property.
+     * Ruft den Wert der id-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -108,7 +108,7 @@ public class ResultRecord {
     }
 
     /**
-     * Sets the value of the id property.
+     * Legt den Wert der id-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultRecords.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultRecords.java
index 742bc42..a93d4f4 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultRecords.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultRecords.java
@@ -11,9 +11,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for anonymous complex type. + *

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

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

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

  * <complexType>
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchByExampleType.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchByExampleType.java
index 64e25cc..c51ff45 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchByExampleType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchByExampleType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for SearchByExampleType complex type. + *

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

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

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

  * <complexType name="SearchByExampleType">
@@ -48,7 +48,7 @@ public class SearchByExampleType {
     protected SearchCriteriaType searchCriteria;
 
     /**
-     * Gets the value of the searchRequestId property.
+     * Ruft den Wert der searchRequestId-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -60,7 +60,7 @@ public class SearchByExampleType {
     }
 
     /**
-     * Sets the value of the searchRequestId property.
+     * Legt den Wert der searchRequestId-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -72,7 +72,7 @@ public class SearchByExampleType {
     }
 
     /**
-     * Gets the value of the searchRequestInfo property.
+     * Ruft den Wert der searchRequestInfo-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -84,7 +84,7 @@ public class SearchByExampleType {
     }
 
     /**
-     * Sets the value of the searchRequestInfo property.
+     * Legt den Wert der searchRequestInfo-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -96,7 +96,7 @@ public class SearchByExampleType {
     }
 
     /**
-     * Gets the value of the resultCriteria property.
+     * Ruft den Wert der resultCriteria-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -108,7 +108,7 @@ public class SearchByExampleType {
     }
 
     /**
-     * Sets the value of the resultCriteria property.
+     * Legt den Wert der resultCriteria-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -120,7 +120,7 @@ public class SearchByExampleType {
     }
 
     /**
-     * Gets the value of the searchCriteria property.
+     * Ruft den Wert der searchCriteria-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -132,7 +132,7 @@ public class SearchByExampleType {
     }
 
     /**
-     * Sets the value of the searchCriteria property.
+     * Legt den Wert der searchCriteria-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchByIdType.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchByIdType.java
index 22d2b0d..fdd475c 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchByIdType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchByIdType.java
@@ -10,9 +10,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for SearchByIdType complex type. + *

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

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

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

  * <complexType name="SearchByIdType">
@@ -47,7 +47,7 @@ public class SearchByIdType {
     protected BigInteger recordId;
 
     /**
-     * Gets the value of the searchRequestId property.
+     * Ruft den Wert der searchRequestId-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -59,7 +59,7 @@ public class SearchByIdType {
     }
 
     /**
-     * Sets the value of the searchRequestId property.
+     * Legt den Wert der searchRequestId-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -71,7 +71,7 @@ public class SearchByIdType {
     }
 
     /**
-     * Gets the value of the searchRequestInfo property.
+     * Ruft den Wert der searchRequestInfo-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -83,7 +83,7 @@ public class SearchByIdType {
     }
 
     /**
-     * Sets the value of the searchRequestInfo property.
+     * Legt den Wert der searchRequestInfo-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -95,7 +95,7 @@ public class SearchByIdType {
     }
 
     /**
-     * Gets the value of the recordId property.
+     * Ruft den Wert der recordId-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -107,7 +107,7 @@ public class SearchByIdType {
     }
 
     /**
-     * Sets the value of the recordId property.
+     * Legt den Wert der recordId-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchCriteriaType.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchCriteriaType.java
index 8ddd5b1..f2fd52a 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchCriteriaType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchCriteriaType.java
@@ -13,9 +13,9 @@ import at.gv.util.xsd.ur_V5.search.SucheUnternehmenRequest;
 
 
 /**
- * 

Java class for SearchCriteriaType complex type. + *

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

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

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

  * <complexType name="SearchCriteriaType">
@@ -63,7 +63,7 @@ public class SearchCriteriaType {
     protected SucheUnternehmenRequest sucheUnternehmenRequest;
 
     /**
-     * Gets the value of the resultSetId property.
+     * Ruft den Wert der resultSetId-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -75,7 +75,7 @@ public class SearchCriteriaType {
     }
 
     /**
-     * Sets the value of the resultSetId property.
+     * Legt den Wert der resultSetId-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -87,7 +87,7 @@ public class SearchCriteriaType {
     }
 
     /**
-     * Gets the value of the sucheUnternehmenNachAendDatRequest property.
+     * Ruft den Wert der sucheUnternehmenNachAendDatRequest-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -99,7 +99,7 @@ public class SearchCriteriaType {
     }
 
     /**
-     * Sets the value of the sucheUnternehmenNachAendDatRequest property.
+     * Legt den Wert der sucheUnternehmenNachAendDatRequest-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -111,7 +111,7 @@ public class SearchCriteriaType {
     }
 
     /**
-     * Gets the value of the sucheUnternehmenNachBpkRequest property.
+     * Ruft den Wert der sucheUnternehmenNachBpkRequest-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -123,7 +123,7 @@ public class SearchCriteriaType {
     }
 
     /**
-     * Sets the value of the sucheUnternehmenNachBpkRequest property.
+     * Legt den Wert der sucheUnternehmenNachBpkRequest-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -135,7 +135,7 @@ public class SearchCriteriaType {
     }
 
     /**
-     * Gets the value of the sucheUnternehmenNachIdRequest property.
+     * Ruft den Wert der sucheUnternehmenNachIdRequest-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -147,7 +147,7 @@ public class SearchCriteriaType {
     }
 
     /**
-     * Sets the value of the sucheUnternehmenNachIdRequest property.
+     * Legt den Wert der sucheUnternehmenNachIdRequest-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -159,7 +159,7 @@ public class SearchCriteriaType {
     }
 
     /**
-     * Gets the value of the sucheUnternehmenNachIdsRequest property.
+     * Ruft den Wert der sucheUnternehmenNachIdsRequest-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -171,7 +171,7 @@ public class SearchCriteriaType {
     }
 
     /**
-     * Sets the value of the sucheUnternehmenNachIdsRequest property.
+     * Legt den Wert der sucheUnternehmenNachIdsRequest-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -183,7 +183,7 @@ public class SearchCriteriaType {
     }
 
     /**
-     * Gets the value of the sucheUnternehmenRequest property.
+     * Ruft den Wert der sucheUnternehmenRequest-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -195,7 +195,7 @@ public class SearchCriteriaType {
     }
 
     /**
-     * Sets the value of the sucheUnternehmenRequest property.
+     * Legt den Wert der sucheUnternehmenRequest-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchRequestInfoType.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchRequestInfoType.java
index fe8d112..14a37ca 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchRequestInfoType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchRequestInfoType.java
@@ -7,9 +7,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for SearchRequestInfoType complex type. + *

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

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

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

  * <complexType name="SearchRequestInfoType">
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchResponseType.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchResponseType.java
index 4b2f2fa..bc45319 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchResponseType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SearchResponseType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for SearchResponseType complex type. + *

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

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

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

  * <complexType name="SearchResponseType">
@@ -48,7 +48,7 @@ public class SearchResponseType {
     protected ResultRecords resultRecords;
 
     /**
-     * Gets the value of the searchRequestId property.
+     * Ruft den Wert der searchRequestId-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -60,7 +60,7 @@ public class SearchResponseType {
     }
 
     /**
-     * Sets the value of the searchRequestId property.
+     * Legt den Wert der searchRequestId-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -72,7 +72,7 @@ public class SearchResponseType {
     }
 
     /**
-     * Gets the value of the message property.
+     * Ruft den Wert der message-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -84,7 +84,7 @@ public class SearchResponseType {
     }
 
     /**
-     * Sets the value of the message property.
+     * Legt den Wert der message-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -96,7 +96,7 @@ public class SearchResponseType {
     }
 
     /**
-     * Gets the value of the resultInfo property.
+     * Ruft den Wert der resultInfo-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -108,7 +108,7 @@ public class SearchResponseType {
     }
 
     /**
-     * Sets the value of the resultInfo property.
+     * Legt den Wert der resultInfo-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -120,7 +120,7 @@ public class SearchResponseType {
     }
 
     /**
-     * Gets the value of the resultRecords property.
+     * Ruft den Wert der resultRecords-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -132,7 +132,7 @@ public class SearchResponseType {
     }
 
     /**
-     * Sets the value of the resultRecords property.
+     * Legt den Wert der resultRecords-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SortKeyType.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SortKeyType.java
index 98907b3..9f1be18 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SortKeyType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SortKeyType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for SortKeyType complex type. + *

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

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

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

  * <complexType name="SortKeyType">
@@ -44,7 +44,7 @@ public class SortKeyType {
     protected Boolean caseSensitive;
 
     /**
-     * Gets the value of the path property.
+     * Ruft den Wert der path-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -56,7 +56,7 @@ public class SortKeyType {
     }
 
     /**
-     * Sets the value of the path property.
+     * Legt den Wert der path-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -68,7 +68,7 @@ public class SortKeyType {
     }
 
     /**
-     * Gets the value of the ascending property.
+     * Ruft den Wert der ascending-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -80,7 +80,7 @@ public class SortKeyType {
     }
 
     /**
-     * Sets the value of the ascending property.
+     * Legt den Wert der ascending-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -92,7 +92,7 @@ public class SortKeyType {
     }
 
     /**
-     * Gets the value of the caseSensitive property.
+     * Ruft den Wert der caseSensitive-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -104,7 +104,7 @@ public class SortKeyType {
     }
 
     /**
-     * Sets the value of the caseSensitive property.
+     * Legt den Wert der caseSensitive-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SortKeysType.java b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SortKeysType.java
index d70be98..550c1a5 100644
--- a/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SortKeysType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V5/xmlsw/SortKeysType.java
@@ -10,9 +10,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for SortKeysType complex type. + *

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

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

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

  * <complexType name="SortKeysType">
-- 
cgit v1.2.3