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