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_V2/xmlsw/CustomFaultType.java | 16 ++++++------- .../util/xsd/ur_V2/xmlsw/ExtraResultCriteria.java | 8 +++---- .../gv/util/xsd/ur_V2/xmlsw/ExtraResultInfo.java | 4 ++-- .../at/gv/util/xsd/ur_V2/xmlsw/ObjectFactory.java | 18 +++++++------- .../gv/util/xsd/ur_V2/xmlsw/PaymentInfoType.java | 20 ++++++++-------- .../gv/util/xsd/ur_V2/xmlsw/RecordFieldList.java | 4 ++-- .../util/xsd/ur_V2/xmlsw/ResultCriteriaType.java | 28 +++++++++++----------- .../at/gv/util/xsd/ur_V2/xmlsw/ResultInfoType.java | 24 +++++++++---------- .../at/gv/util/xsd/ur_V2/xmlsw/ResultRecord.java | 16 ++++++------- .../at/gv/util/xsd/ur_V2/xmlsw/ResultRecords.java | 4 ++-- .../util/xsd/ur_V2/xmlsw/SearchByExampleType.java | 20 ++++++++-------- .../at/gv/util/xsd/ur_V2/xmlsw/SearchByIdType.java | 16 ++++++------- .../util/xsd/ur_V2/xmlsw/SearchCriteriaType.java | 28 +++++++++++----------- .../xsd/ur_V2/xmlsw/SearchRequestInfoType.java | 4 ++-- .../util/xsd/ur_V2/xmlsw/SearchResponseType.java | 20 ++++++++-------- .../at/gv/util/xsd/ur_V2/xmlsw/SortKeyType.java | 16 ++++++------- .../at/gv/util/xsd/ur_V2/xmlsw/SortKeysType.java | 4 ++-- 17 files changed, 125 insertions(+), 125 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/ur_V2/xmlsw') diff --git a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/CustomFaultType.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/CustomFaultType.java index d66cddd..476eeef 100644 --- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/CustomFaultType.java +++ b/src/main/java/at/gv/util/xsd/ur_V2/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 Object detail;
 
     /**
-     * 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
@@ -130,7 +130,7 @@ public class CustomFaultType {
     }
 
     /**
-     * Gets the value of the detail property.
+     * Ruft den Wert der detail-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -142,7 +142,7 @@ public class CustomFaultType {
     }
 
     /**
-     * Sets the value of the detail property.
+     * Legt den Wert der detail-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ExtraResultCriteria.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ExtraResultCriteria.java
index 652f5d4..b509188 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ExtraResultCriteria.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/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_V2/xmlsw/ExtraResultInfo.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ExtraResultInfo.java
index 2794c8a..9ddfc12 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ExtraResultInfo.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/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_V2/xmlsw/ObjectFactory.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ObjectFactory.java
index b38fcfe..8a9b453 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ObjectFactory.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ObjectFactory.java
@@ -30,8 +30,8 @@ public class ObjectFactory {
     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 _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");
@@ -227,21 +227,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);
     }
 
     /**
diff --git a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/PaymentInfoType.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/PaymentInfoType.java
index 3e8dbb7..58d680a 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/PaymentInfoType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/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_V2/xmlsw/RecordFieldList.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/RecordFieldList.java
index a21c4b7..734c418 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/RecordFieldList.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/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_V2/xmlsw/ResultCriteriaType.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ResultCriteriaType.java
index c67ea70..4eef4d0 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ResultCriteriaType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/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_V2/xmlsw/ResultInfoType.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ResultInfoType.java
index 2a7d2ef..4e78561 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ResultInfoType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/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_V2/xmlsw/ResultRecord.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ResultRecord.java
index 7bc95e6..08e4e1a 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ResultRecord.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ResultRecord.java
@@ -13,9 +13,9 @@ import at.gv.util.xsd.ur_V2.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_V2/xmlsw/ResultRecords.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ResultRecords.java
index d158f44..5e5a00c 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/ResultRecords.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/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_V2/xmlsw/SearchByExampleType.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SearchByExampleType.java
index 7f35478..217170b 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SearchByExampleType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/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_V2/xmlsw/SearchByIdType.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SearchByIdType.java
index b261606..05ffbe2 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SearchByIdType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/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_V2/xmlsw/SearchCriteriaType.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SearchCriteriaType.java
index 9547a90..5d938a6 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SearchCriteriaType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SearchCriteriaType.java
@@ -13,9 +13,9 @@ import at.gv.util.xsd.ur_V2.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_V2/xmlsw/SearchRequestInfoType.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SearchRequestInfoType.java
index 5ca10a3..4699c61 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SearchRequestInfoType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/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_V2/xmlsw/SearchResponseType.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SearchResponseType.java
index ee7d03a..07b1d97 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SearchResponseType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/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_V2/xmlsw/SortKeyType.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SortKeyType.java
index 095294b..d97bc8f 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SortKeyType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/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_V2/xmlsw/SortKeysType.java b/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SortKeysType.java
index cf6a4fb..935a2a8 100644
--- a/src/main/java/at/gv/util/xsd/ur_V2/xmlsw/SortKeysType.java
+++ b/src/main/java/at/gv/util/xsd/ur_V2/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