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/xmldsig/DSAKeyValueType.java | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/szr/xmldsig/DSAKeyValueType.java') diff --git a/src/main/java/at/gv/util/xsd/szr/xmldsig/DSAKeyValueType.java b/src/main/java/at/gv/util/xsd/szr/xmldsig/DSAKeyValueType.java index c544a9c..698e515 100644 --- a/src/main/java/at/gv/util/xsd/szr/xmldsig/DSAKeyValueType.java +++ b/src/main/java/at/gv/util/xsd/szr/xmldsig/DSAKeyValueType.java @@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

Java class for DSAKeyValueType complex type. + *

Java-Klasse für DSAKeyValueType 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="DSAKeyValueType">
@@ -60,7 +60,7 @@ public class DSAKeyValueType {
     protected String seed;
 
     /**
-     * Gets the value of the p property.
+     * Ruft den Wert der p-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -72,7 +72,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the p property.
+     * Legt den Wert der p-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -84,7 +84,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Gets the value of the q property.
+     * Ruft den Wert der q-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -96,7 +96,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the q property.
+     * Legt den Wert der q-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -108,7 +108,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Gets the value of the j property.
+     * Ruft den Wert der j-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -120,7 +120,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the j property.
+     * Legt den Wert der j-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -132,7 +132,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Gets the value of the g property.
+     * Ruft den Wert der g-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -144,7 +144,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the g property.
+     * Legt den Wert der g-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -156,7 +156,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Gets the value of the y property.
+     * Ruft den Wert der y-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -168,7 +168,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the y property.
+     * Legt den Wert der y-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -180,7 +180,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Gets the value of the pgenCounter property.
+     * Ruft den Wert der pgenCounter-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -192,7 +192,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the pgenCounter property.
+     * Legt den Wert der pgenCounter-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -204,7 +204,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Gets the value of the seed property.
+     * Ruft den Wert der seed-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -216,7 +216,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the seed property.
+     * Legt den Wert der seed-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3