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 --- .../util/xsd/szr/persondata/PostalAddressType.java | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java') diff --git a/src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java b/src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java index eb10a12..3fbc0c2 100644 --- a/src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java +++ b/src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java @@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

Java class for PostalAddressType complex type. + *

Java-Klasse für PostalAddressType 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="PostalAddressType">
@@ -52,7 +52,7 @@ public class PostalAddressType {
     protected DeliveryAddressType deliveryAddress;
 
     /**
-     * Gets the value of the postalCode property.
+     * Ruft den Wert der postalCode-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -64,7 +64,7 @@ public class PostalAddressType {
     }
 
     /**
-     * Sets the value of the postalCode property.
+     * Legt den Wert der postalCode-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -76,7 +76,7 @@ public class PostalAddressType {
     }
 
     /**
-     * Gets the value of the municipality property.
+     * Ruft den Wert der municipality-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -88,7 +88,7 @@ public class PostalAddressType {
     }
 
     /**
-     * Sets the value of the municipality property.
+     * Legt den Wert der municipality-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -100,7 +100,7 @@ public class PostalAddressType {
     }
 
     /**
-     * Gets the value of the locality property.
+     * Ruft den Wert der locality-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -112,7 +112,7 @@ public class PostalAddressType {
     }
 
     /**
-     * Sets the value of the locality property.
+     * Legt den Wert der locality-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -124,7 +124,7 @@ public class PostalAddressType {
     }
 
     /**
-     * Gets the value of the stateCode3 property.
+     * Ruft den Wert der stateCode3-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -136,7 +136,7 @@ public class PostalAddressType {
     }
 
     /**
-     * Sets the value of the stateCode3 property.
+     * Legt den Wert der stateCode3-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -148,7 +148,7 @@ public class PostalAddressType {
     }
 
     /**
-     * Gets the value of the deliveryAddress property.
+     * Ruft den Wert der deliveryAddress-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -160,7 +160,7 @@ public class PostalAddressType {
     }
 
     /**
-     * Sets the value of the deliveryAddress property.
+     * Legt den Wert der deliveryAddress-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3