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/srzgw | |
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/srzgw')
4 files changed, 60 insertions, 58 deletions
diff --git a/src/main/java/at/gv/util/xsd/srzgw/CreateIdentityLinkRequest.java b/src/main/java/at/gv/util/xsd/srzgw/CreateIdentityLinkRequest.java index fccf7b3..a14bac7 100644 --- a/src/main/java/at/gv/util/xsd/srzgw/CreateIdentityLinkRequest.java +++ b/src/main/java/at/gv/util/xsd/srzgw/CreateIdentityLinkRequest.java @@ -6,13 +6,14 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlSchemaType; 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> @@ -70,7 +71,7 @@ public class CreateIdentityLinkRequest { protected String reqID; /** - * Gets the value of the pepsData property. + * Ruft den Wert der pepsData-Eigenschaft ab. * * @return * possible object is @@ -82,7 +83,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the pepsData property. + * Legt den Wert der pepsData-Eigenschaft fest. * * @param value * allowed object is @@ -94,7 +95,7 @@ public class CreateIdentityLinkRequest { } /** - * Gets the value of the signature property. + * Ruft den Wert der signature-Eigenschaft ab. * * @return * possible object is @@ -105,7 +106,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the signature property. + * Legt den Wert der signature-Eigenschaft fest. * * @param value * allowed object is @@ -116,7 +117,7 @@ public class CreateIdentityLinkRequest { } /** - * Gets the value of the mis property. + * Ruft den Wert der mis-Eigenschaft ab. * * @return * possible object is @@ -128,7 +129,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the mis property. + * Legt den Wert der mis-Eigenschaft fest. * * @param value * allowed object is @@ -140,7 +141,7 @@ public class CreateIdentityLinkRequest { } /** - * Gets the value of the reqID property. + * Ruft den Wert der reqID-Eigenschaft ab. * * @return * possible object is @@ -152,7 +153,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the reqID property. + * Legt den Wert der reqID-Eigenschaft fest. * * @param value * allowed object is @@ -165,9 +166,9 @@ public class CreateIdentityLinkRequest { /** - * <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> @@ -216,6 +217,7 @@ public class CreateIdentityLinkRequest { @XmlElement(name = "Familyname") protected String familyname; @XmlElement(name = "DateOfBirth") + @XmlSchemaType(name = "anySimpleType") protected String dateOfBirth; @XmlElement(name = "Gender") protected String gender; @@ -233,7 +235,7 @@ public class CreateIdentityLinkRequest { protected String mandateContent; /** - * Gets the value of the identifier property. + * Ruft den Wert der identifier-Eigenschaft ab. * * @return * possible object is @@ -245,7 +247,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the identifier property. + * Legt den Wert der identifier-Eigenschaft fest. * * @param value * allowed object is @@ -257,7 +259,7 @@ public class CreateIdentityLinkRequest { } /** - * Gets the value of the firstname property. + * Ruft den Wert der firstname-Eigenschaft ab. * * @return * possible object is @@ -269,7 +271,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the firstname property. + * Legt den Wert der firstname-Eigenschaft fest. * * @param value * allowed object is @@ -281,7 +283,7 @@ public class CreateIdentityLinkRequest { } /** - * Gets the value of the familyname property. + * Ruft den Wert der familyname-Eigenschaft ab. * * @return * possible object is @@ -293,7 +295,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the familyname property. + * Legt den Wert der familyname-Eigenschaft fest. * * @param value * allowed object is @@ -305,7 +307,7 @@ public class CreateIdentityLinkRequest { } /** - * Gets the value of the dateOfBirth property. + * Ruft den Wert der dateOfBirth-Eigenschaft ab. * * @return * possible object is @@ -317,7 +319,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the dateOfBirth property. + * Legt den Wert der dateOfBirth-Eigenschaft fest. * * @param value * allowed object is @@ -329,7 +331,7 @@ public class CreateIdentityLinkRequest { } /** - * Gets the value of the gender property. + * Ruft den Wert der gender-Eigenschaft ab. * * @return * possible object is @@ -341,7 +343,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the gender property. + * Legt den Wert der gender-Eigenschaft fest. * * @param value * allowed object is @@ -353,7 +355,7 @@ public class CreateIdentityLinkRequest { } /** - * Gets the value of the fiscalNumber property. + * Ruft den Wert der fiscalNumber-Eigenschaft ab. * * @return * possible object is @@ -365,7 +367,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the fiscalNumber property. + * Legt den Wert der fiscalNumber-Eigenschaft fest. * * @param value * allowed object is @@ -377,7 +379,7 @@ public class CreateIdentityLinkRequest { } /** - * Gets the value of the legalPersonTranslatableType property. + * Ruft den Wert der legalPersonTranslatableType-Eigenschaft ab. * * @return * possible object is @@ -389,7 +391,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the legalPersonTranslatableType property. + * Legt den Wert der legalPersonTranslatableType-Eigenschaft fest. * * @param value * allowed object is @@ -401,7 +403,7 @@ public class CreateIdentityLinkRequest { } /** - * Gets the value of the legalPersonCanonicalRegisteredAddress property. + * Ruft den Wert der legalPersonCanonicalRegisteredAddress-Eigenschaft ab. * * @return * possible object is @@ -413,7 +415,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the legalPersonCanonicalRegisteredAddress property. + * Legt den Wert der legalPersonCanonicalRegisteredAddress-Eigenschaft fest. * * @param value * allowed object is @@ -425,7 +427,7 @@ public class CreateIdentityLinkRequest { } /** - * Gets the value of the representative property. + * Ruft den Wert der representative-Eigenschaft ab. * * @return * possible object is @@ -437,7 +439,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the representative property. + * Legt den Wert der representative-Eigenschaft fest. * * @param value * allowed object is @@ -449,7 +451,7 @@ public class CreateIdentityLinkRequest { } /** - * Gets the value of the represented property. + * Ruft den Wert der represented-Eigenschaft ab. * * @return * possible object is @@ -461,7 +463,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the represented property. + * Legt den Wert der represented-Eigenschaft fest. * * @param value * allowed object is @@ -473,7 +475,7 @@ public class CreateIdentityLinkRequest { } /** - * Gets the value of the mandateContent property. + * Ruft den Wert der mandateContent-Eigenschaft ab. * * @return * possible object is @@ -485,7 +487,7 @@ public class CreateIdentityLinkRequest { } /** - * Sets the value of the mandateContent property. + * Legt den Wert der mandateContent-Eigenschaft fest. * * @param value * allowed object is diff --git a/src/main/java/at/gv/util/xsd/srzgw/CreateIdentityLinkResponse.java b/src/main/java/at/gv/util/xsd/srzgw/CreateIdentityLinkResponse.java index 255bd84..d9c9d65 100644 --- a/src/main/java/at/gv/util/xsd/srzgw/CreateIdentityLinkResponse.java +++ b/src/main/java/at/gv/util/xsd/srzgw/CreateIdentityLinkResponse.java @@ -11,9 +11,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> @@ -52,7 +52,7 @@ public class CreateIdentityLinkResponse { protected ErrorResponseType errorResponse; /** - * Gets the value of the identityLink property. + * Ruft den Wert der identityLink-Eigenschaft ab. * * @return * possible object is @@ -63,7 +63,7 @@ public class CreateIdentityLinkResponse { } /** - * Sets the value of the identityLink property. + * Legt den Wert der identityLink-Eigenschaft fest. * * @param value * allowed object is @@ -102,7 +102,7 @@ public class CreateIdentityLinkResponse { } /** - * Gets the value of the errorResponse property. + * Ruft den Wert der errorResponse-Eigenschaft ab. * * @return * possible object is @@ -114,7 +114,7 @@ public class CreateIdentityLinkResponse { } /** - * Sets the value of the errorResponse property. + * Legt den Wert der errorResponse-Eigenschaft fest. * * @param value * allowed object is diff --git a/src/main/java/at/gv/util/xsd/srzgw/ErrorResponseType.java b/src/main/java/at/gv/util/xsd/srzgw/ErrorResponseType.java index 294e59b..93c59e7 100644 --- a/src/main/java/at/gv/util/xsd/srzgw/ErrorResponseType.java +++ b/src/main/java/at/gv/util/xsd/srzgw/ErrorResponseType.java @@ -10,9 +10,9 @@ import javax.xml.bind.annotation.XmlType; /** * Allgemeiner Typ fuer ErrorResponse * - * <p>Java class for ErrorResponseType complex type. + * <p>Java-Klasse für ErrorResponseType 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="ErrorResponseType"> @@ -42,7 +42,7 @@ public class ErrorResponseType { 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 ErrorResponseType { } /** - * 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 ErrorResponseType { } /** - * Gets the value of the info property. + * Ruft den Wert der info-Eigenschaft ab. * * @return * possible object is @@ -78,7 +78,7 @@ public class ErrorResponseType { } /** - * 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/srzgw/MISType.java b/src/main/java/at/gv/util/xsd/srzgw/MISType.java index 7b626ce..42473ca 100644 --- a/src/main/java/at/gv/util/xsd/srzgw/MISType.java +++ b/src/main/java/at/gv/util/xsd/srzgw/MISType.java @@ -10,9 +10,9 @@ import at.gv.util.xsd.mis.Target; /** - * <p>Java class for MISType complex type. + * <p>Java-Klasse für MISType 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="MISType"> @@ -56,7 +56,7 @@ public class MISType { protected String oaFriendlyName; /** - * Gets the value of the filters property. + * Ruft den Wert der filters-Eigenschaft ab. * * @return * possible object is @@ -68,7 +68,7 @@ public class MISType { } /** - * Sets the value of the filters property. + * Legt den Wert der filters-Eigenschaft fest. * * @param value * allowed object is @@ -80,7 +80,7 @@ public class MISType { } /** - * Gets the value of the target property. + * Ruft den Wert der target-Eigenschaft ab. * * @return * possible object is @@ -92,7 +92,7 @@ public class MISType { } /** - * Sets the value of the target property. + * Legt den Wert der target-Eigenschaft fest. * * @param value * allowed object is @@ -104,7 +104,7 @@ public class MISType { } /** - * Gets the value of the oaFriendlyName property. + * Ruft den Wert der oaFriendlyName-Eigenschaft ab. * * @return * possible object is @@ -116,7 +116,7 @@ public class MISType { } /** - * Sets the value of the oaFriendlyName property. + * Legt den Wert der oaFriendlyName-Eigenschaft fest. * * @param value * allowed object is @@ -129,9 +129,9 @@ public class MISType { /** - * <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> @@ -157,7 +157,7 @@ public class MISType { protected MandateIdentifiers mandateIdentifiers; /** - * Gets the value of the mandateIdentifiers property. + * Ruft den Wert der mandateIdentifiers-Eigenschaft ab. * * @return * possible object is @@ -169,7 +169,7 @@ public class MISType { } /** - * Sets the value of the mandateIdentifiers property. + * Legt den Wert der mandateIdentifiers-Eigenschaft fest. * * @param value * allowed object is |