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/szr/persondata/PersonNameType.java | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java') diff --git a/src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java b/src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java index 0914b6b..28ec874 100644 --- a/src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java +++ b/src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java @@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

Java class for PersonNameType complex type. + *

Java-Klasse für PersonNameType 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="PersonNameType">
@@ -48,7 +48,7 @@ public class PersonNameType {
     protected String suffixedDegree;
 
     /**
-     * Gets the value of the prefixedDegree property.
+     * Ruft den Wert der prefixedDegree-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -60,7 +60,7 @@ public class PersonNameType {
     }
 
     /**
-     * Sets the value of the prefixedDegree property.
+     * Legt den Wert der prefixedDegree-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -72,7 +72,7 @@ public class PersonNameType {
     }
 
     /**
-     * Gets the value of the givenName property.
+     * Ruft den Wert der givenName-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -84,7 +84,7 @@ public class PersonNameType {
     }
 
     /**
-     * Sets the value of the givenName property.
+     * Legt den Wert der givenName-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -96,7 +96,7 @@ public class PersonNameType {
     }
 
     /**
-     * Gets the value of the familyName property.
+     * Ruft den Wert der familyName-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -108,7 +108,7 @@ public class PersonNameType {
     }
 
     /**
-     * Sets the value of the familyName property.
+     * Legt den Wert der familyName-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -120,7 +120,7 @@ public class PersonNameType {
     }
 
     /**
-     * Gets the value of the suffixedDegree property.
+     * Ruft den Wert der suffixedDegree-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -132,7 +132,7 @@ public class PersonNameType {
     }
 
     /**
-     * Sets the value of the suffixedDegree property.
+     * Legt den Wert der suffixedDegree-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3