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 --- .../util/xsd/ur_V5/xmlsw/ResultCriteriaType.java | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/ur_V5/xmlsw/ResultCriteriaType.java') 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
-- 
cgit v1.2.3