summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/szr/xmldsig
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/szr/xmldsig')
-rw-r--r--src/main/java/at/gv/util/xsd/szr/xmldsig/DSAKeyValueType.java32
-rw-r--r--src/main/java/at/gv/util/xsd/szr/xmldsig/KeyValueType.java16
-rw-r--r--src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java12
-rw-r--r--src/main/java/at/gv/util/xsd/szr/xmldsig/RSAKeyValueType.java12
4 files changed, 36 insertions, 36 deletions
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;
/**
- * <p>Java class for DSAKeyValueType complex type.
+ * <p>Java-Klasse für DSAKeyValueType 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="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
diff --git a/src/main/java/at/gv/util/xsd/szr/xmldsig/KeyValueType.java b/src/main/java/at/gv/util/xsd/szr/xmldsig/KeyValueType.java
index 840b549..36e6c42 100644
--- a/src/main/java/at/gv/util/xsd/szr/xmldsig/KeyValueType.java
+++ b/src/main/java/at/gv/util/xsd/szr/xmldsig/KeyValueType.java
@@ -9,9 +9,9 @@ import at.gv.util.xsd.szr.ecdsa.ECDSAKeyValueType;
/**
- * <p>Java class for KeyValueType complex type.
+ * <p>Java-Klasse für KeyValueType 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="KeyValueType">
@@ -45,7 +45,7 @@ public class KeyValueType {
protected ECDSAKeyValueType ecdsaKeyValue;
/**
- * Gets the value of the dsaKeyValue property.
+ * Ruft den Wert der dsaKeyValue-Eigenschaft ab.
*
* @return
* possible object is
@@ -57,7 +57,7 @@ public class KeyValueType {
}
/**
- * Sets the value of the dsaKeyValue property.
+ * Legt den Wert der dsaKeyValue-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -69,7 +69,7 @@ public class KeyValueType {
}
/**
- * Gets the value of the rsaKeyValue property.
+ * Ruft den Wert der rsaKeyValue-Eigenschaft ab.
*
* @return
* possible object is
@@ -81,7 +81,7 @@ public class KeyValueType {
}
/**
- * Sets the value of the rsaKeyValue property.
+ * Legt den Wert der rsaKeyValue-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -93,7 +93,7 @@ public class KeyValueType {
}
/**
- * Gets the value of the ecdsaKeyValue property.
+ * Ruft den Wert der ecdsaKeyValue-Eigenschaft ab.
*
* @return
* possible object is
@@ -105,7 +105,7 @@ public class KeyValueType {
}
/**
- * Sets the value of the ecdsaKeyValue property.
+ * Legt den Wert der ecdsaKeyValue-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java b/src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java
index 5267115..eaf3663 100644
--- a/src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java
+++ b/src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java
@@ -30,11 +30,11 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link RSAKeyValueType }
+ * Create an instance of {@link KeyValueType }
*
*/
- public RSAKeyValueType createRSAKeyValueType() {
- return new RSAKeyValueType();
+ public KeyValueType createKeyValueType() {
+ return new KeyValueType();
}
/**
@@ -46,11 +46,11 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link KeyValueType }
+ * Create an instance of {@link RSAKeyValueType }
*
*/
- public KeyValueType createKeyValueType() {
- return new KeyValueType();
+ public RSAKeyValueType createRSAKeyValueType() {
+ return new RSAKeyValueType();
}
}
diff --git a/src/main/java/at/gv/util/xsd/szr/xmldsig/RSAKeyValueType.java b/src/main/java/at/gv/util/xsd/szr/xmldsig/RSAKeyValueType.java
index 9deeb6b..6eb4d0e 100644
--- a/src/main/java/at/gv/util/xsd/szr/xmldsig/RSAKeyValueType.java
+++ b/src/main/java/at/gv/util/xsd/szr/xmldsig/RSAKeyValueType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
/**
- * <p>Java class for RSAKeyValueType complex type.
+ * <p>Java-Klasse für RSAKeyValueType 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="RSAKeyValueType">
@@ -40,7 +40,7 @@ public class RSAKeyValueType {
protected String exponent;
/**
- * Gets the value of the modulus property.
+ * Ruft den Wert der modulus-Eigenschaft ab.
*
* @return
* possible object is
@@ -52,7 +52,7 @@ public class RSAKeyValueType {
}
/**
- * Sets the value of the modulus property.
+ * Legt den Wert der modulus-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -64,7 +64,7 @@ public class RSAKeyValueType {
}
/**
- * Gets the value of the exponent property.
+ * Ruft den Wert der exponent-Eigenschaft ab.
*
* @return
* possible object is
@@ -76,7 +76,7 @@ public class RSAKeyValueType {
}
/**
- * Sets the value of the exponent property.
+ * Legt den Wert der exponent-Eigenschaft fest.
*
* @param value
* allowed object is