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 --- .../java/at/gv/util/xsd/szr/xmldsig/KeyValueType.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/szr/xmldsig/KeyValueType.java') diff --git a/src/main/java/at/gv/util/xsd/szr/xmldsig/KeyValueType.java b/src/main/java/at/gv/util/xsd/szr/xmldsig/KeyValueType.java index 840b549..36e6c42 100644 --- a/src/main/java/at/gv/util/xsd/szr/xmldsig/KeyValueType.java +++ b/src/main/java/at/gv/util/xsd/szr/xmldsig/KeyValueType.java @@ -9,9 +9,9 @@ import at.gv.util.xsd.szr.ecdsa.ECDSAKeyValueType; /** - *

Java class for KeyValueType complex type. + *

Java-Klasse für KeyValueType 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="KeyValueType">
@@ -45,7 +45,7 @@ public class KeyValueType {
     protected ECDSAKeyValueType ecdsaKeyValue;
 
     /**
-     * Gets the value of the dsaKeyValue property.
+     * Ruft den Wert der dsaKeyValue-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -57,7 +57,7 @@ public class KeyValueType {
     }
 
     /**
-     * Sets the value of the dsaKeyValue property.
+     * Legt den Wert der dsaKeyValue-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -69,7 +69,7 @@ public class KeyValueType {
     }
 
     /**
-     * Gets the value of the rsaKeyValue property.
+     * Ruft den Wert der rsaKeyValue-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -81,7 +81,7 @@ public class KeyValueType {
     }
 
     /**
-     * Sets the value of the rsaKeyValue property.
+     * Legt den Wert der rsaKeyValue-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -93,7 +93,7 @@ public class KeyValueType {
     }
 
     /**
-     * Gets the value of the ecdsaKeyValue property.
+     * Ruft den Wert der ecdsaKeyValue-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -105,7 +105,7 @@ public class KeyValueType {
     }
 
     /**
-     * Sets the value of the ecdsaKeyValue property.
+     * Legt den Wert der ecdsaKeyValue-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3