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 --- .../at/gv/util/xsd/xmldsig/DSAKeyValueType.java | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/xmldsig/DSAKeyValueType.java') diff --git a/src/main/java/at/gv/util/xsd/xmldsig/DSAKeyValueType.java b/src/main/java/at/gv/util/xsd/xmldsig/DSAKeyValueType.java index a57f030..238152e 100644 --- a/src/main/java/at/gv/util/xsd/xmldsig/DSAKeyValueType.java +++ b/src/main/java/at/gv/util/xsd/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">
@@ -64,7 +64,7 @@ public class DSAKeyValueType {
     protected String pgenCounter;
 
     /**
-     * Gets the value of the p property.
+     * Ruft den Wert der p-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -76,7 +76,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the p property.
+     * Legt den Wert der p-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -88,7 +88,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Gets the value of the q property.
+     * Ruft den Wert der q-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -100,7 +100,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the q property.
+     * Legt den Wert der q-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -112,7 +112,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Gets the value of the j property.
+     * Ruft den Wert der j-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -124,7 +124,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the j property.
+     * Legt den Wert der j-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -136,7 +136,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Gets the value of the g property.
+     * Ruft den Wert der g-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -148,7 +148,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the g property.
+     * Legt den Wert der g-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -160,7 +160,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Gets the value of the y property.
+     * Ruft den Wert der y-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -172,7 +172,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the y property.
+     * Legt den Wert der y-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -184,7 +184,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Gets the value of the seed property.
+     * Ruft den Wert der seed-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -196,7 +196,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the seed property.
+     * Legt den Wert der seed-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -208,7 +208,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Gets the value of the pgenCounter property.
+     * Ruft den Wert der pgenCounter-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -220,7 +220,7 @@ public class DSAKeyValueType {
     }
 
     /**
-     * Sets the value of the pgenCounter property.
+     * Legt den Wert der pgenCounter-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3