diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-11-05 08:07:15 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-11-05 08:07:15 +0100 |
commit | 7a5b350a93990956106d91679240b6e8326cb110 (patch) | |
tree | 138196b56fb04f186f05387f8f68be6bd91a0e85 /src/main/java/at/gv/util/xsd/szr/ecdsa | |
parent | e2150f22562b4bc06307f4ac7b842687390e4856 (diff) | |
download | egovutils-7a5b350a93990956106d91679240b6e8326cb110.tar.gz egovutils-7a5b350a93990956106d91679240b6e8326cb110.tar.bz2 egovutils-7a5b350a93990956106d91679240b6e8326cb110.zip |
change more client implementations to APACHE CXF
Diffstat (limited to 'src/main/java/at/gv/util/xsd/szr/ecdsa')
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> * <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> * <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> * <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> * <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> * <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 |