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/ReferenceType.java | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/xmldsig/ReferenceType.java') diff --git a/src/main/java/at/gv/util/xsd/xmldsig/ReferenceType.java b/src/main/java/at/gv/util/xsd/xmldsig/ReferenceType.java index faacd02..d6b038d 100644 --- a/src/main/java/at/gv/util/xsd/xmldsig/ReferenceType.java +++ b/src/main/java/at/gv/util/xsd/xmldsig/ReferenceType.java @@ -13,9 +13,9 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - *

Java class for ReferenceType complex type. + *

Java-Klasse für ReferenceType 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="ReferenceType">
@@ -63,7 +63,7 @@ public class ReferenceType {
     protected String type;
 
     /**
-     * Gets the value of the transforms property.
+     * Ruft den Wert der transforms-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -75,7 +75,7 @@ public class ReferenceType {
     }
 
     /**
-     * Sets the value of the transforms property.
+     * Legt den Wert der transforms-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -87,7 +87,7 @@ public class ReferenceType {
     }
 
     /**
-     * Gets the value of the digestMethod property.
+     * Ruft den Wert der digestMethod-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -99,7 +99,7 @@ public class ReferenceType {
     }
 
     /**
-     * Sets the value of the digestMethod property.
+     * Legt den Wert der digestMethod-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -111,7 +111,7 @@ public class ReferenceType {
     }
 
     /**
-     * Gets the value of the digestValue property.
+     * Ruft den Wert der digestValue-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -123,7 +123,7 @@ public class ReferenceType {
     }
 
     /**
-     * Sets the value of the digestValue property.
+     * Legt den Wert der digestValue-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -135,7 +135,7 @@ public class ReferenceType {
     }
 
     /**
-     * Gets the value of the id property.
+     * Ruft den Wert der id-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -147,7 +147,7 @@ public class ReferenceType {
     }
 
     /**
-     * Sets the value of the id property.
+     * Legt den Wert der id-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -159,7 +159,7 @@ public class ReferenceType {
     }
 
     /**
-     * Gets the value of the uri property.
+     * Ruft den Wert der uri-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -171,7 +171,7 @@ public class ReferenceType {
     }
 
     /**
-     * Sets the value of the uri property.
+     * Legt den Wert der uri-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -183,7 +183,7 @@ public class ReferenceType {
     }
 
     /**
-     * Gets the value of the type property.
+     * Ruft den Wert der type-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -195,7 +195,7 @@ public class ReferenceType {
     }
 
     /**
-     * Sets the value of the type property.
+     * Legt den Wert der type-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3