summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/szr/ecdsa
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/szr/ecdsa')
-rw-r--r--src/main/java/at/gv/util/xsd/szr/ecdsa/DomainParamsType.java8
-rw-r--r--src/main/java/at/gv/util/xsd/szr/ecdsa/ECDSAKeyValueType.java12
-rw-r--r--src/main/java/at/gv/util/xsd/szr/ecdsa/ECPointType.java12
-rw-r--r--src/main/java/at/gv/util/xsd/szr/ecdsa/NamedCurveType.java8
-rw-r--r--src/main/java/at/gv/util/xsd/szr/ecdsa/ObjectFactory.java24
-rw-r--r--src/main/java/at/gv/util/xsd/szr/ecdsa/PrimeFieldElemType.java8
6 files changed, 36 insertions, 36 deletions
diff --git a/src/main/java/at/gv/util/xsd/szr/ecdsa/DomainParamsType.java b/src/main/java/at/gv/util/xsd/szr/ecdsa/DomainParamsType.java
index e3d6d69..12d756c 100644
--- a/src/main/java/at/gv/util/xsd/szr/ecdsa/DomainParamsType.java
+++ b/src/main/java/at/gv/util/xsd/szr/ecdsa/DomainParamsType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
/**
- * <p>Java class for DomainParamsType complex type.
+ * <p>Java-Klasse für DomainParamsType 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="DomainParamsType">
@@ -36,7 +36,7 @@ public class DomainParamsType {
protected NamedCurveType namedCurve;
/**
- * Gets the value of the namedCurve property.
+ * Ruft den Wert der namedCurve-Eigenschaft ab.
*
* @return
* possible object is
@@ -48,7 +48,7 @@ public class DomainParamsType {
}
/**
- * Sets the value of the namedCurve property.
+ * Legt den Wert der namedCurve-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/szr/ecdsa/ECDSAKeyValueType.java b/src/main/java/at/gv/util/xsd/szr/ecdsa/ECDSAKeyValueType.java
index 25e1c3e..47e8afd 100644
--- a/src/main/java/at/gv/util/xsd/szr/ecdsa/ECDSAKeyValueType.java
+++ b/src/main/java/at/gv/util/xsd/szr/ecdsa/ECDSAKeyValueType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
/**
- * <p>Java class for ECDSAKeyValueType complex type.
+ * <p>Java-Klasse für ECDSAKeyValueType 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="ECDSAKeyValueType">
@@ -40,7 +40,7 @@ public class ECDSAKeyValueType {
protected ECPointType publicKey;
/**
- * Gets the value of the domainParameters property.
+ * Ruft den Wert der domainParameters-Eigenschaft ab.
*
* @return
* possible object is
@@ -52,7 +52,7 @@ public class ECDSAKeyValueType {
}
/**
- * Sets the value of the domainParameters property.
+ * Legt den Wert der domainParameters-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -64,7 +64,7 @@ public class ECDSAKeyValueType {
}
/**
- * Gets the value of the publicKey property.
+ * Ruft den Wert der publicKey-Eigenschaft ab.
*
* @return
* possible object is
@@ -76,7 +76,7 @@ public class ECDSAKeyValueType {
}
/**
- * Sets the value of the publicKey property.
+ * Legt den Wert der publicKey-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/szr/ecdsa/ECPointType.java b/src/main/java/at/gv/util/xsd/szr/ecdsa/ECPointType.java
index 895fd6c..fc96885 100644
--- a/src/main/java/at/gv/util/xsd/szr/ecdsa/ECPointType.java
+++ b/src/main/java/at/gv/util/xsd/szr/ecdsa/ECPointType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
/**
- * <p>Java class for ECPointType complex type.
+ * <p>Java-Klasse für ECPointType 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="ECPointType">
@@ -40,7 +40,7 @@ public class ECPointType {
protected PrimeFieldElemType y;
/**
- * Gets the value of the x property.
+ * Ruft den Wert der x-Eigenschaft ab.
*
* @return
* possible object is
@@ -52,7 +52,7 @@ public class ECPointType {
}
/**
- * Sets the value of the x property.
+ * Legt den Wert der x-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -64,7 +64,7 @@ public class ECPointType {
}
/**
- * Gets the value of the y property.
+ * Ruft den Wert der y-Eigenschaft ab.
*
* @return
* possible object is
@@ -76,7 +76,7 @@ public class ECPointType {
}
/**
- * Sets the value of the y property.
+ * Legt den Wert der y-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/szr/ecdsa/NamedCurveType.java b/src/main/java/at/gv/util/xsd/szr/ecdsa/NamedCurveType.java
index e612756..3ae485b 100644
--- a/src/main/java/at/gv/util/xsd/szr/ecdsa/NamedCurveType.java
+++ b/src/main/java/at/gv/util/xsd/szr/ecdsa/NamedCurveType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
/**
- * <p>Java class for NamedCurveType complex type.
+ * <p>Java-Klasse für NamedCurveType 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="NamedCurveType">
@@ -32,7 +32,7 @@ public class NamedCurveType {
protected String urn;
/**
- * Gets the value of the urn property.
+ * Ruft den Wert der urn-Eigenschaft ab.
*
* @return
* possible object is
@@ -44,7 +44,7 @@ public class NamedCurveType {
}
/**
- * Sets the value of the urn property.
+ * Legt den Wert der urn-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/szr/ecdsa/ObjectFactory.java b/src/main/java/at/gv/util/xsd/szr/ecdsa/ObjectFactory.java
index 70cca4f..9243d14 100644
--- a/src/main/java/at/gv/util/xsd/szr/ecdsa/ObjectFactory.java
+++ b/src/main/java/at/gv/util/xsd/szr/ecdsa/ObjectFactory.java
@@ -42,35 +42,35 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link DomainParamsType }
+ * Create an instance of {@link ECPointType }
*
*/
- public DomainParamsType createDomainParamsType() {
- return new DomainParamsType();
+ public ECPointType createECPointType() {
+ return new ECPointType();
}
/**
- * Create an instance of {@link NamedCurveType }
+ * Create an instance of {@link PrimeFieldElemType }
*
*/
- public NamedCurveType createNamedCurveType() {
- return new NamedCurveType();
+ public PrimeFieldElemType createPrimeFieldElemType() {
+ return new PrimeFieldElemType();
}
/**
- * Create an instance of {@link ECPointType }
+ * Create an instance of {@link DomainParamsType }
*
*/
- public ECPointType createECPointType() {
- return new ECPointType();
+ public DomainParamsType createDomainParamsType() {
+ return new DomainParamsType();
}
/**
- * Create an instance of {@link PrimeFieldElemType }
+ * Create an instance of {@link NamedCurveType }
*
*/
- public PrimeFieldElemType createPrimeFieldElemType() {
- return new PrimeFieldElemType();
+ public NamedCurveType createNamedCurveType() {
+ return new NamedCurveType();
}
/**
diff --git a/src/main/java/at/gv/util/xsd/szr/ecdsa/PrimeFieldElemType.java b/src/main/java/at/gv/util/xsd/szr/ecdsa/PrimeFieldElemType.java
index 030dd66..c4b68f4 100644
--- a/src/main/java/at/gv/util/xsd/szr/ecdsa/PrimeFieldElemType.java
+++ b/src/main/java/at/gv/util/xsd/szr/ecdsa/PrimeFieldElemType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
/**
- * <p>Java class for PrimeFieldElemType complex type.
+ * <p>Java-Klasse für PrimeFieldElemType 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="PrimeFieldElemType">
@@ -32,7 +32,7 @@ public class PrimeFieldElemType {
protected String value;
/**
- * Gets the value of the value property.
+ * Ruft den Wert der value-Eigenschaft ab.
*
* @return
* possible object is
@@ -44,7 +44,7 @@ public class PrimeFieldElemType {
}
/**
- * Sets the value of the value property.
+ * Legt den Wert der value-Eigenschaft fest.
*
* @param value
* allowed object is