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/misstork | |
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/misstork')
3 files changed, 48 insertions, 48 deletions
diff --git a/src/main/java/at/gv/util/xsd/misstork/MisStorkError.java b/src/main/java/at/gv/util/xsd/misstork/MisStorkError.java index e56e7ce..639473e 100644 --- a/src/main/java/at/gv/util/xsd/misstork/MisStorkError.java +++ b/src/main/java/at/gv/util/xsd/misstork/MisStorkError.java @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - * <p>Java class for anonymous complex type. + * <p>Java-Klasse für anonymous 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> @@ -42,7 +42,7 @@ public class MisStorkError { protected Object info; /** - * Gets the value of the errorCode property. + * Ruft den Wert der errorCode-Eigenschaft ab. * * @return * possible object is @@ -54,7 +54,7 @@ public class MisStorkError { } /** - * Sets the value of the errorCode property. + * Legt den Wert der errorCode-Eigenschaft fest. * * @param value * allowed object is @@ -66,7 +66,7 @@ public class MisStorkError { } /** - * Gets the value of the info property. + * Ruft den Wert der info-Eigenschaft ab. * * @return * possible object is @@ -78,7 +78,7 @@ public class MisStorkError { } /** - * Sets the value of the info property. + * Legt den Wert der info-Eigenschaft fest. * * @param value * allowed object is diff --git a/src/main/java/at/gv/util/xsd/misstork/MisStorkRequest.java b/src/main/java/at/gv/util/xsd/misstork/MisStorkRequest.java index 78210d5..26b7c31 100644 --- a/src/main/java/at/gv/util/xsd/misstork/MisStorkRequest.java +++ b/src/main/java/at/gv/util/xsd/misstork/MisStorkRequest.java @@ -16,9 +16,9 @@ import at.gv.util.xsd.persondata.CorporateBodyType; /** - * <p>Java class for anonymous complex type. + * <p>Java-Klasse für anonymous 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> @@ -116,7 +116,7 @@ public class MisStorkRequest { protected String reqID; /** - * Gets the value of the storkMandateType property. + * Ruft den Wert der storkMandateType-Eigenschaft ab. * * @return * possible object is @@ -128,7 +128,7 @@ public class MisStorkRequest { } /** - * Sets the value of the storkMandateType property. + * Legt den Wert der storkMandateType-Eigenschaft fest. * * @param value * allowed object is @@ -140,7 +140,7 @@ public class MisStorkRequest { } /** - * Gets the value of the mandatorType property. + * Ruft den Wert der mandatorType-Eigenschaft ab. * * @return * possible object is @@ -152,7 +152,7 @@ public class MisStorkRequest { } /** - * Sets the value of the mandatorType property. + * Legt den Wert der mandatorType-Eigenschaft fest. * * @param value * allowed object is @@ -164,7 +164,7 @@ public class MisStorkRequest { } /** - * Gets the value of the filters property. + * Ruft den Wert der filters-Eigenschaft ab. * * @return * possible object is @@ -176,7 +176,7 @@ public class MisStorkRequest { } /** - * Sets the value of the filters property. + * Legt den Wert der filters-Eigenschaft fest. * * @param value * allowed object is @@ -188,7 +188,7 @@ public class MisStorkRequest { } /** - * Gets the value of the target property. + * Ruft den Wert der target-Eigenschaft ab. * * @return * possible object is @@ -200,7 +200,7 @@ public class MisStorkRequest { } /** - * Sets the value of the target property. + * Legt den Wert der target-Eigenschaft fest. * * @param value * allowed object is @@ -212,7 +212,7 @@ public class MisStorkRequest { } /** - * Gets the value of the oaFriendlyName property. + * Ruft den Wert der oaFriendlyName-Eigenschaft ab. * * @return * possible object is @@ -224,7 +224,7 @@ public class MisStorkRequest { } /** - * Sets the value of the oaFriendlyName property. + * Legt den Wert der oaFriendlyName-Eigenschaft fest. * * @param value * allowed object is @@ -236,7 +236,7 @@ public class MisStorkRequest { } /** - * Gets the value of the referenceValue property. + * Ruft den Wert der referenceValue-Eigenschaft ab. * * @return * possible object is @@ -248,7 +248,7 @@ public class MisStorkRequest { } /** - * Sets the value of the referenceValue property. + * Legt den Wert der referenceValue-Eigenschaft fest. * * @param value * allowed object is @@ -260,7 +260,7 @@ public class MisStorkRequest { } /** - * Gets the value of the mandator property. + * Ruft den Wert der mandator-Eigenschaft ab. * * @return * possible object is @@ -272,7 +272,7 @@ public class MisStorkRequest { } /** - * Sets the value of the mandator property. + * Legt den Wert der mandator-Eigenschaft fest. * * @param value * allowed object is @@ -284,7 +284,7 @@ public class MisStorkRequest { } /** - * Gets the value of the representative property. + * Ruft den Wert der representative-Eigenschaft ab. * * @return * possible object is @@ -296,7 +296,7 @@ public class MisStorkRequest { } /** - * Sets the value of the representative property. + * Legt den Wert der representative-Eigenschaft fest. * * @param value * allowed object is @@ -308,7 +308,7 @@ public class MisStorkRequest { } /** - * Gets the value of the reqID property. + * Ruft den Wert der reqID-Eigenschaft ab. * * @return * possible object is @@ -320,7 +320,7 @@ public class MisStorkRequest { } /** - * Sets the value of the reqID property. + * Legt den Wert der reqID-Eigenschaft fest. * * @param value * allowed object is @@ -333,9 +333,9 @@ public class MisStorkRequest { /** - * <p>Java class for anonymous complex type. + * <p>Java-Klasse für anonymous 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> @@ -361,7 +361,7 @@ public class MisStorkRequest { protected MandateIdentifiers mandateIdentifiers; /** - * Gets the value of the mandateIdentifiers property. + * Ruft den Wert der mandateIdentifiers-Eigenschaft ab. * * @return * possible object is @@ -373,7 +373,7 @@ public class MisStorkRequest { } /** - * Sets the value of the mandateIdentifiers property. + * Legt den Wert der mandateIdentifiers-Eigenschaft fest. * * @param value * allowed object is @@ -388,9 +388,9 @@ public class MisStorkRequest { /** - * <p>Java class for anonymous complex type. + * <p>Java-Klasse für anonymous 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> @@ -424,7 +424,7 @@ public class MisStorkRequest { protected CorporateBodyType corporateBody; /** - * Gets the value of the identityLink property. + * Ruft den Wert der identityLink-Eigenschaft ab. * * @return * possible object is @@ -435,7 +435,7 @@ public class MisStorkRequest { } /** - * Sets the value of the identityLink property. + * Legt den Wert der identityLink-Eigenschaft fest. * * @param value * allowed object is @@ -446,7 +446,7 @@ public class MisStorkRequest { } /** - * Gets the value of the corporateBody property. + * Ruft den Wert der corporateBody-Eigenschaft ab. * * @return * possible object is @@ -458,7 +458,7 @@ public class MisStorkRequest { } /** - * Sets the value of the corporateBody property. + * Legt den Wert der corporateBody-Eigenschaft fest. * * @param value * allowed object is @@ -473,9 +473,9 @@ public class MisStorkRequest { /** - * <p>Java class for anonymous complex type. + * <p>Java-Klasse für anonymous 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> @@ -501,7 +501,7 @@ public class MisStorkRequest { protected byte[] identityLink; /** - * Gets the value of the identityLink property. + * Ruft den Wert der identityLink-Eigenschaft ab. * * @return * possible object is @@ -512,7 +512,7 @@ public class MisStorkRequest { } /** - * Sets the value of the identityLink property. + * Legt den Wert der identityLink-Eigenschaft fest. * * @param value * allowed object is diff --git a/src/main/java/at/gv/util/xsd/misstork/MisStorkResponse.java b/src/main/java/at/gv/util/xsd/misstork/MisStorkResponse.java index 4059843..19f575d 100644 --- a/src/main/java/at/gv/util/xsd/misstork/MisStorkResponse.java +++ b/src/main/java/at/gv/util/xsd/misstork/MisStorkResponse.java @@ -14,9 +14,9 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java class for anonymous complex type. + * <p>Java-Klasse für anonymous 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> @@ -60,7 +60,7 @@ public class MisStorkResponse { protected List<byte[]> mandate; /** - * Gets the value of the misMandateType property. + * Ruft den Wert der misMandateType-Eigenschaft ab. * * @return * possible object is @@ -72,7 +72,7 @@ public class MisStorkResponse { } /** - * Sets the value of the misMandateType property. + * Legt den Wert der misMandateType-Eigenschaft fest. * * @param value * allowed object is @@ -84,7 +84,7 @@ public class MisStorkResponse { } /** - * Gets the value of the referenceValue property. + * Ruft den Wert der referenceValue-Eigenschaft ab. * * @return * possible object is @@ -96,7 +96,7 @@ public class MisStorkResponse { } /** - * Sets the value of the referenceValue property. + * Legt den Wert der referenceValue-Eigenschaft fest. * * @param value * allowed object is @@ -108,7 +108,7 @@ public class MisStorkResponse { } /** - * Gets the value of the eRsBMandateType property. + * Ruft den Wert der eRsBMandateType-Eigenschaft ab. * * @return * possible object is @@ -120,7 +120,7 @@ public class MisStorkResponse { } /** - * Sets the value of the eRsBMandateType property. + * Legt den Wert der eRsBMandateType-Eigenschaft fest. * * @param value * allowed object is |