From 7a5b350a93990956106d91679240b6e8326cb110 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 5 Nov 2014 08:07:15 +0100 Subject: change more client implementations to APACHE CXF --- .../gv/util/xsd/persondata/BankConnectionType.java | 44 +++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/persondata/BankConnectionType.java') diff --git a/src/main/java/at/gv/util/xsd/persondata/BankConnectionType.java b/src/main/java/at/gv/util/xsd/persondata/BankConnectionType.java index aaf3ce9..827a547 100644 --- a/src/main/java/at/gv/util/xsd/persondata/BankConnectionType.java +++ b/src/main/java/at/gv/util/xsd/persondata/BankConnectionType.java @@ -11,9 +11,9 @@ import javax.xml.bind.annotation.XmlType; /** * compare BankverbindungTyp * - *

Java class for BankConnectionType complex type. + *

Java-Klasse für BankConnectionType 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="BankConnectionType">
@@ -75,7 +75,7 @@ public class BankConnectionType {
     protected BankConnectionType.InternationalBankConnection internationalBankConnection;
 
     /**
-     * Gets the value of the holder property.
+     * Ruft den Wert der holder-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -87,7 +87,7 @@ public class BankConnectionType {
     }
 
     /**
-     * Sets the value of the holder property.
+     * Legt den Wert der holder-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -99,7 +99,7 @@ public class BankConnectionType {
     }
 
     /**
-     * Gets the value of the bankName property.
+     * Ruft den Wert der bankName-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -111,7 +111,7 @@ public class BankConnectionType {
     }
 
     /**
-     * Sets the value of the bankName property.
+     * Legt den Wert der bankName-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -123,7 +123,7 @@ public class BankConnectionType {
     }
 
     /**
-     * Gets the value of the nationalBankConnection property.
+     * Ruft den Wert der nationalBankConnection-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -135,7 +135,7 @@ public class BankConnectionType {
     }
 
     /**
-     * Sets the value of the nationalBankConnection property.
+     * Legt den Wert der nationalBankConnection-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -147,7 +147,7 @@ public class BankConnectionType {
     }
 
     /**
-     * Gets the value of the internationalBankConnection property.
+     * Ruft den Wert der internationalBankConnection-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -159,7 +159,7 @@ public class BankConnectionType {
     }
 
     /**
-     * Sets the value of the internationalBankConnection property.
+     * Legt den Wert der internationalBankConnection-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -172,9 +172,9 @@ public class BankConnectionType {
 
 
     /**
-     * 

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>
@@ -204,7 +204,7 @@ public class BankConnectionType {
         protected String bic;
 
         /**
-         * Gets the value of the iban property.
+         * Ruft den Wert der iban-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -216,7 +216,7 @@ public class BankConnectionType {
         }
 
         /**
-         * Sets the value of the iban property.
+         * Legt den Wert der iban-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -228,7 +228,7 @@ public class BankConnectionType {
         }
 
         /**
-         * Gets the value of the bic property.
+         * Ruft den Wert der bic-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -240,7 +240,7 @@ public class BankConnectionType {
         }
 
         /**
-         * Sets the value of the bic property.
+         * Legt den Wert der bic-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -255,9 +255,9 @@ public class BankConnectionType {
 
 
     /**
-     * 

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>
@@ -287,7 +287,7 @@ public class BankConnectionType {
         protected BigInteger bankCode;
 
         /**
-         * Gets the value of the accountNumber property.
+         * Ruft den Wert der accountNumber-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -299,7 +299,7 @@ public class BankConnectionType {
         }
 
         /**
-         * Sets the value of the accountNumber property.
+         * Legt den Wert der accountNumber-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -311,7 +311,7 @@ public class BankConnectionType {
         }
 
         /**
-         * Gets the value of the bankCode property.
+         * Ruft den Wert der bankCode-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -323,7 +323,7 @@ public class BankConnectionType {
         }
 
         /**
-         * Sets the value of the bankCode property.
+         * Legt den Wert der bankCode-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
-- 
cgit v1.2.3