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/CreateIdentityLinkRequest.java | |
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/CreateIdentityLinkRequest.java')
-rw-r--r-- | src/main/java/at/gv/util/xsd/srzgw/CreateIdentityLinkRequest.java | 70 |
1 files changed, 36 insertions, 34 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 |