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