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/xmldsig/SignatureType.java | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/xmldsig/SignatureType.java') diff --git a/src/main/java/at/gv/util/xsd/xmldsig/SignatureType.java b/src/main/java/at/gv/util/xsd/xmldsig/SignatureType.java index 49db579..b1fcc1f 100644 --- a/src/main/java/at/gv/util/xsd/xmldsig/SignatureType.java +++ b/src/main/java/at/gv/util/xsd/xmldsig/SignatureType.java @@ -15,9 +15,9 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - *

Java class for SignatureType complex type. + *

Java-Klasse für SignatureType 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="SignatureType">
@@ -61,7 +61,7 @@ public class SignatureType {
     protected String id;
 
     /**
-     * Gets the value of the signedInfo property.
+     * Ruft den Wert der signedInfo-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -73,7 +73,7 @@ public class SignatureType {
     }
 
     /**
-     * Sets the value of the signedInfo property.
+     * Legt den Wert der signedInfo-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -85,7 +85,7 @@ public class SignatureType {
     }
 
     /**
-     * Gets the value of the signatureValue property.
+     * Ruft den Wert der signatureValue-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -97,7 +97,7 @@ public class SignatureType {
     }
 
     /**
-     * Sets the value of the signatureValue property.
+     * Legt den Wert der signatureValue-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -109,7 +109,7 @@ public class SignatureType {
     }
 
     /**
-     * Gets the value of the keyInfo property.
+     * Ruft den Wert der keyInfo-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -121,7 +121,7 @@ public class SignatureType {
     }
 
     /**
-     * Sets the value of the keyInfo property.
+     * Legt den Wert der keyInfo-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -162,7 +162,7 @@ public class SignatureType {
     }
 
     /**
-     * Gets the value of the id property.
+     * Ruft den Wert der id-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -174,7 +174,7 @@ public class SignatureType {
     }
 
     /**
-     * Sets the value of the id property.
+     * Legt den Wert der id-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3