summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/xmldsig/SignatureMethodType.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/xmldsig/SignatureMethodType.java')
-rw-r--r--src/main/java/at/gv/util/xsd/xmldsig/SignatureMethodType.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/java/at/gv/util/xsd/xmldsig/SignatureMethodType.java b/src/main/java/at/gv/util/xsd/xmldsig/SignatureMethodType.java
index 45d08b6..ad1cf70 100644
--- a/src/main/java/at/gv/util/xsd/xmldsig/SignatureMethodType.java
+++ b/src/main/java/at/gv/util/xsd/xmldsig/SignatureMethodType.java
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
/**
- * <p>Java class for SignatureMethodType complex type.
+ * <p>Java-Klasse für SignatureMethodType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="SignatureMethodType">
@@ -42,7 +42,7 @@ import javax.xml.bind.annotation.XmlType;
})
public class SignatureMethodType {
- @XmlElementRef(name = "HMACOutputLength", namespace = "http://www.w3.org/2000/09/xmldsig#", type = JAXBElement.class)
+ @XmlElementRef(name = "HMACOutputLength", namespace = "http://www.w3.org/2000/09/xmldsig#", type = JAXBElement.class, required = false)
@XmlMixed
@XmlAnyElement(lax = true)
protected List<Object> content;
@@ -68,9 +68,9 @@ public class SignatureMethodType {
*
* <p>
* Objects of the following type(s) are allowed in the list
- * {@link String }
- * {@link Object }
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
+ * {@link Object }
+ * {@link String }
*
*
*/
@@ -82,7 +82,7 @@ public class SignatureMethodType {
}
/**
- * Gets the value of the algorithm property.
+ * Ruft den Wert der algorithm-Eigenschaft ab.
*
* @return
* possible object is
@@ -94,7 +94,7 @@ public class SignatureMethodType {
}
/**
- * Sets the value of the algorithm property.
+ * Legt den Wert der algorithm-Eigenschaft fest.
*
* @param value
* allowed object is