diff options
| author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2026-04-15 13:49:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-15 13:49:22 +0200 |
| commit | 77dd3fcc4d85088b15ab859c4438521d9cd6ed10 (patch) | |
| tree | aefedc8d2ef77e6819b46a948459d6016dfe5b62 /pdf-as-moa/src/generated/java | |
| parent | 88930540361a88ff56e07fed31004b583f2e729f (diff) | |
| download | pdf-as-4-77dd3fcc4d85088b15ab859c4438521d9cd6ed10.tar.gz pdf-as-4-77dd3fcc4d85088b15ab859c4438521d9cd6ed10.tar.bz2 pdf-as-4-77dd3fcc4d85088b15ab859c4438521d9cd6ed10.zip | |
pdf-as-5 (#82)
- JDK 17
- PDFBox 3
- PDF-AS Web moved to Spring Boot
- MOA Integration tests w/ new error code
---------
Co-authored-by: Gerald Palfinger <gerald.palfinger@a-sit.at>
Co-authored-by: kathrin.resek <kathrin.resek@a-sit.at>
Diffstat (limited to 'pdf-as-moa/src/generated/java')
93 files changed, 3380 insertions, 2815 deletions
diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ASICResultType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ASICResultType.java index ca7bbd30..5063e46f 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ASICResultType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ASICResultType.java @@ -3,40 +3,40 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlValue; /** - * <p>Java-Klasse für ASICResultType complex type. + * <p>Java class for ASICResultType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ASICResultType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="signedFiles" maxOccurs="unbounded" minOccurs="0"> - * <complexType> - * <simpleContent> - * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="hashAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" /> - * </extension> - * </simpleContent> - * </complexType> - * </element> - * <element name="XMLSignatureResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyASICXMLSignatureResponseType" maxOccurs="unbounded" minOccurs="0"/> - * <element name="CMSSignatureResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyASICCMSSignatureResponseType" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ASICResultType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="signedFiles" maxOccurs="unbounded" minOccurs="0"> + * <complexType> + * <simpleContent> + * <extension base="<http://www.w3.org/2001/XMLSchema>string"> + * <attribute name="hashAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </extension> + * </simpleContent> + * </complexType> + * </element> + * <element name="XMLSignatureResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyASICXMLSignatureResponseType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="CMSSignatureResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyASICCMSSignatureResponseType" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -57,28 +57,31 @@ public class ASICResultType { /** * Gets the value of the signedFiles property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the signedFiles property. + * This is why there is not a <CODE>set</CODE> method for the signedFiles property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSignedFiles().add(newItem); + * getSignedFiles().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ASICResultType.SignedFiles } + * </p> * * + * @return + * The value of the signedFiles property. */ public List<ASICResultType.SignedFiles> getSignedFiles() { if (signedFiles == null) { - signedFiles = new ArrayList<ASICResultType.SignedFiles>(); + signedFiles = new ArrayList<>(); } return this.signedFiles; } @@ -86,28 +89,31 @@ public class ASICResultType { /** * Gets the value of the xmlSignatureResult property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the xmlSignatureResult property. + * This is why there is not a <CODE>set</CODE> method for the xmlSignatureResult property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getXMLSignatureResult().add(newItem); + * getXMLSignatureResult().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link VerifyASICXMLSignatureResponseType } + * </p> * * + * @return + * The value of the xmlSignatureResult property. */ public List<VerifyASICXMLSignatureResponseType> getXMLSignatureResult() { if (xmlSignatureResult == null) { - xmlSignatureResult = new ArrayList<VerifyASICXMLSignatureResponseType>(); + xmlSignatureResult = new ArrayList<>(); } return this.xmlSignatureResult; } @@ -115,47 +121,50 @@ public class ASICResultType { /** * Gets the value of the cmsSignatureResult property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the cmsSignatureResult property. + * This is why there is not a <CODE>set</CODE> method for the cmsSignatureResult property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getCMSSignatureResult().add(newItem); + * getCMSSignatureResult().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link VerifyASICCMSSignatureResponseType } + * </p> * * + * @return + * The value of the cmsSignatureResult property. */ public List<VerifyASICCMSSignatureResponseType> getCMSSignatureResult() { if (cmsSignatureResult == null) { - cmsSignatureResult = new ArrayList<VerifyASICCMSSignatureResponseType>(); + cmsSignatureResult = new ArrayList<>(); } return this.cmsSignatureResult; } /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <simpleContent> - * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="hashAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" /> - * </extension> - * </simpleContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <simpleContent> + * <extension base="<http://www.w3.org/2001/XMLSchema>string"> + * <attribute name="hashAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </extension> + * </simpleContent> + * </complexType> + * }</pre> * * */ @@ -171,7 +180,7 @@ public class ASICResultType { protected String hashAlgorithm; /** - * Ruft den Wert der value-Eigenschaft ab. + * Gets the value of the value property. * * @return * possible object is @@ -183,7 +192,7 @@ public class ASICResultType { } /** - * Legt den Wert der value-Eigenschaft fest. + * Sets the value of the value property. * * @param value * allowed object is @@ -195,7 +204,7 @@ public class ASICResultType { } /** - * Ruft den Wert der hashAlgorithm-Eigenschaft ab. + * Gets the value of the hashAlgorithm property. * * @return * possible object is @@ -207,7 +216,7 @@ public class ASICResultType { } /** - * Legt den Wert der hashAlgorithm-Eigenschaft fest. + * Sets the value of the hashAlgorithm property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/AllSignatoriesType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/AllSignatoriesType.java index c4efe76e..b95ff45b 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/AllSignatoriesType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/AllSignatoriesType.java @@ -1,22 +1,24 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für AllSignatoriesType. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * <pre> - * <simpleType name="AllSignatoriesType"> - * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> - * <enumeration value="all"/> - * </restriction> - * </simpleType> - * </pre> + * + * <p>Java class for AllSignatoriesType</p>. + * + * <p>The following schema fragment specifies the expected content contained within this class.</p> + * <pre>{@code + * <simpleType name="AllSignatoriesType"> + * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> + * <enumeration value="all"/> + * </restriction> + * </simpleType> + * }</pre> * */ @XmlType(name = "AllSignatoriesType") @@ -31,10 +33,26 @@ public enum AllSignatoriesType { value = v; } + /** + * Gets the value associated to the enum constant. + * + * @return + * The value linked to the enum. + */ public String value() { return value; } + /** + * Gets the enum associated to the value passed as parameter. + * + * @param v + * The value to get the enum from. + * @return + * The enum which corresponds to the value, if it exists. + * @throws IllegalArgumentException + * If no value matches in the enum declaration. + */ public static AllSignatoriesType fromValue(String v) { for (AllSignatoriesType c: AllSignatoriesType.values()) { if (c.value.equals(v)) { diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/AnyChildrenType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/AnyChildrenType.java index 45611ed4..d34c2656 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/AnyChildrenType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/AnyChildrenType.java @@ -3,31 +3,31 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlMixed; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; import org.w3c.dom.Element; /** - * <p>Java-Klasse für AnyChildrenType complex type. + * <p>Java class for AnyChildrenType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="AnyChildrenType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="AnyChildrenType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -49,16 +49,16 @@ public class AnyChildrenType { /** * Gets the value of the content property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the content property. + * This is why there is not a <CODE>set</CODE> method for the content property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getContent().add(newItem); + * getContent().add(newItem); * </pre> * * @@ -67,12 +67,15 @@ public class AnyChildrenType { * {@link Object } * {@link String } * {@link Element } + * </p> * * + * @return + * The value of the content property. */ public List<Object> getContent() { if (content == null) { - content = new ArrayList<Object>(); + content = new ArrayList<>(); } return this.content; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSContentBaseType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSContentBaseType.java index 87b0e0bf..a77b4d73 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSContentBaseType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSContentBaseType.java @@ -1,27 +1,27 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für CMSContentBaseType complex type. + * <p>Java class for CMSContentBaseType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="CMSContentBaseType"> - * <complexContent> - * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"> - * <choice minOccurs="0"> - * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - * </choice> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="CMSContentBaseType"> + * <complexContent> + * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"> + * <choice minOccurs="0"> + * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> + * </choice> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSDataObjectInfoType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSDataObjectInfoType.java index a834a14d..acffa66f 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSDataObjectInfoType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSDataObjectInfoType.java @@ -1,45 +1,45 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für CMSDataObjectInfoType complex type. + * <p>Java class for CMSDataObjectInfoType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="CMSDataObjectInfoType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="DataObject"> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectRequiredMetaType"> - * </extension> - * </complexContent> - * </complexType> - * </element> - * </sequence> - * <attribute name="Structure" use="required"> - * <simpleType> - * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> - * <enumeration value="detached"/> - * <enumeration value="enveloping"/> - * </restriction> - * </simpleType> - * </attribute> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="CMSDataObjectInfoType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="DataObject"> + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectRequiredMetaType"> + * </extension> + * </complexContent> + * </complexType> + * </element> + * </sequence> + * <attribute name="Structure" use="required"> + * <simpleType> + * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> + * <enumeration value="detached"/> + * <enumeration value="enveloping"/> + * </restriction> + * </simpleType> + * </attribute> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -58,7 +58,7 @@ public class CMSDataObjectInfoType { protected String structure; /** - * Ruft den Wert der dataObject-Eigenschaft ab. + * Gets the value of the dataObject property. * * @return * possible object is @@ -70,7 +70,7 @@ public class CMSDataObjectInfoType { } /** - * Legt den Wert der dataObject-Eigenschaft fest. + * Sets the value of the dataObject property. * * @param value * allowed object is @@ -82,7 +82,7 @@ public class CMSDataObjectInfoType { } /** - * Ruft den Wert der structure-Eigenschaft ab. + * Gets the value of the structure property. * * @return * possible object is @@ -94,7 +94,7 @@ public class CMSDataObjectInfoType { } /** - * Legt den Wert der structure-Eigenschaft fest. + * Sets the value of the structure property. * * @param value * allowed object is @@ -107,18 +107,18 @@ public class CMSDataObjectInfoType { /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectRequiredMetaType"> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectRequiredMetaType"> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSDataObjectOptionalMetaType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSDataObjectOptionalMetaType.java index 60d3ffe1..06cdfaf9 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSDataObjectOptionalMetaType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSDataObjectOptionalMetaType.java @@ -1,29 +1,29 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für CMSDataObjectOptionalMetaType complex type. + * <p>Java class for CMSDataObjectOptionalMetaType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="CMSDataObjectOptionalMetaType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="MetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType" minOccurs="0"/> - * <element name="Content" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSContentBaseType"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="CMSDataObjectOptionalMetaType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="MetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType" minOccurs="0"/> + * <element name="Content" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSContentBaseType"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -40,7 +40,7 @@ public class CMSDataObjectOptionalMetaType { protected CMSContentBaseType content; /** - * Ruft den Wert der metaInfo-Eigenschaft ab. + * Gets the value of the metaInfo property. * * @return * possible object is @@ -52,7 +52,7 @@ public class CMSDataObjectOptionalMetaType { } /** - * Legt den Wert der metaInfo-Eigenschaft fest. + * Sets the value of the metaInfo property. * * @param value * allowed object is @@ -64,7 +64,7 @@ public class CMSDataObjectOptionalMetaType { } /** - * Ruft den Wert der content-Eigenschaft ab. + * Gets the value of the content property. * * @return * possible object is @@ -76,7 +76,7 @@ public class CMSDataObjectOptionalMetaType { } /** - * Legt den Wert der content-Eigenschaft fest. + * Sets the value of the content property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSDataObjectRequiredMetaType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSDataObjectRequiredMetaType.java index 7b4a7afd..028b95a2 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSDataObjectRequiredMetaType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CMSDataObjectRequiredMetaType.java @@ -1,30 +1,30 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für CMSDataObjectRequiredMetaType complex type. + * <p>Java class for CMSDataObjectRequiredMetaType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="CMSDataObjectRequiredMetaType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="MetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType"/> - * <element name="Content" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSContentBaseType"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="CMSDataObjectRequiredMetaType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="MetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType"/> + * <element name="Content" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSContentBaseType"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -44,7 +44,7 @@ public class CMSDataObjectRequiredMetaType { protected CMSContentBaseType content; /** - * Ruft den Wert der metaInfo-Eigenschaft ab. + * Gets the value of the metaInfo property. * * @return * possible object is @@ -56,7 +56,7 @@ public class CMSDataObjectRequiredMetaType { } /** - * Legt den Wert der metaInfo-Eigenschaft fest. + * Sets the value of the metaInfo property. * * @param value * allowed object is @@ -68,7 +68,7 @@ public class CMSDataObjectRequiredMetaType { } /** - * Ruft den Wert der content-Eigenschaft ab. + * Gets the value of the content property. * * @return * possible object is @@ -80,7 +80,7 @@ public class CMSDataObjectRequiredMetaType { } /** - * Legt den Wert der content-Eigenschaft fest. + * Sets the value of the content property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CheckResultType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CheckResultType.java index 84cf51e9..54c3d4be 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CheckResultType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CheckResultType.java @@ -2,31 +2,31 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für CheckResultType complex type. + * <p>Java class for CheckResultType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="CheckResultType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> - * <element name="Info" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="CheckResultType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> + * <element name="Info" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -48,7 +48,7 @@ public class CheckResultType { protected AnyChildrenType info; /** - * Ruft den Wert der code-Eigenschaft ab. + * Gets the value of the code property. * * @return * possible object is @@ -60,7 +60,7 @@ public class CheckResultType { } /** - * Legt den Wert der code-Eigenschaft fest. + * Sets the value of the code property. * * @param value * allowed object is @@ -72,7 +72,7 @@ public class CheckResultType { } /** - * Ruft den Wert der info-Eigenschaft ab. + * Gets the value of the info property. * * @return * possible object is @@ -84,7 +84,7 @@ public class CheckResultType { } /** - * Legt den Wert der info-Eigenschaft fest. + * Sets the value of the info property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentBaseType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentBaseType.java index 02a83c4c..baf97213 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentBaseType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentBaseType.java @@ -1,32 +1,32 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für ContentBaseType complex type. + * <p>Java class for ContentBaseType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ContentBaseType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <choice minOccurs="0"> - * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - * <element name="XMLContent" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLContentType"/> - * <element name="LocRefContent" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> - * </choice> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ContentBaseType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice minOccurs="0"> + * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> + * <element name="XMLContent" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLContentType"/> + * <element name="LocRefContent" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> + * </choice> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -51,7 +51,7 @@ public class ContentBaseType { protected String locRefContent; /** - * Ruft den Wert der base64Content-Eigenschaft ab. + * Gets the value of the base64Content property. * * @return * possible object is @@ -62,7 +62,7 @@ public class ContentBaseType { } /** - * Legt den Wert der base64Content-Eigenschaft fest. + * Sets the value of the base64Content property. * * @param value * allowed object is @@ -73,7 +73,7 @@ public class ContentBaseType { } /** - * Ruft den Wert der xmlContent-Eigenschaft ab. + * Gets the value of the xmlContent property. * * @return * possible object is @@ -85,7 +85,7 @@ public class ContentBaseType { } /** - * Legt den Wert der xmlContent-Eigenschaft fest. + * Sets the value of the xmlContent property. * * @param value * allowed object is @@ -97,7 +97,7 @@ public class ContentBaseType { } /** - * Ruft den Wert der locRefContent-Eigenschaft ab. + * Gets the value of the locRefContent property. * * @return * possible object is @@ -109,7 +109,7 @@ public class ContentBaseType { } /** - * Legt den Wert der locRefContent-Eigenschaft fest. + * Sets the value of the locRefContent property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentExLocRefBaseType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentExLocRefBaseType.java index 6913282f..16f57587 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentExLocRefBaseType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentExLocRefBaseType.java @@ -1,29 +1,29 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für ContentExLocRefBaseType complex type. + * <p>Java class for ContentExLocRefBaseType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ContentExLocRefBaseType"> - * <complexContent> - * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentBaseType"> - * <choice minOccurs="0"> - * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - * <element name="XMLContent" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLContentType"/> - * </choice> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ContentExLocRefBaseType"> + * <complexContent> + * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentBaseType"> + * <choice minOccurs="0"> + * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> + * <element name="XMLContent" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLContentType"/> + * </choice> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentOptionalRefType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentOptionalRefType.java index f50865fc..17dff8cd 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentOptionalRefType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentOptionalRefType.java @@ -1,28 +1,28 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für ContentOptionalRefType complex type. + * <p>Java class for ContentOptionalRefType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ContentOptionalRefType"> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentBaseType"> - * <attribute name="Reference" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ContentOptionalRefType"> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentBaseType"> + * <attribute name="Reference" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -42,7 +42,7 @@ public class ContentOptionalRefType protected String reference; /** - * Ruft den Wert der reference-Eigenschaft ab. + * Gets the value of the reference property. * * @return * possible object is @@ -54,7 +54,7 @@ public class ContentOptionalRefType } /** - * Legt den Wert der reference-Eigenschaft fest. + * Sets the value of the reference property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentRequiredRefType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentRequiredRefType.java index 6dafba45..4d06cd64 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentRequiredRefType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ContentRequiredRefType.java @@ -1,30 +1,30 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für ContentRequiredRefType complex type. + * <p>Java class for ContentRequiredRefType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ContentRequiredRefType"> - * <complexContent> - * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"> - * <choice minOccurs="0"> - * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - * <element name="XMLContent" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLContentType"/> - * <element name="LocRefContent" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> - * </choice> - * <attribute name="Reference" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ContentRequiredRefType"> + * <complexContent> + * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"> + * <choice minOccurs="0"> + * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> + * <element name="XMLContent" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLContentType"/> + * <element name="LocRefContent" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> + * </choice> + * <attribute name="Reference" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateCMSSignatureRequest.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateCMSSignatureRequest.java index 3d43e49f..6fe8f740 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateCMSSignatureRequest.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateCMSSignatureRequest.java @@ -1,25 +1,25 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateCMSSignatureRequestType"> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateCMSSignatureRequestType"> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateCMSSignatureRequestType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateCMSSignatureRequestType.java index a57f3de4..2c0cc257 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateCMSSignatureRequestType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateCMSSignatureRequestType.java @@ -3,50 +3,50 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für CreateCMSSignatureRequestType complex type. + * <p>Java class for CreateCMSSignatureRequestType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="CreateCMSSignatureRequestType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="KeyIdentifier" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}KeyIdentifierType"/> - * <element name="SingleSignatureInfo" maxOccurs="unbounded"> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="DataObjectInfo"> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectInfoType"> - * </extension> - * </complexContent> - * </complexType> - * </element> - * </sequence> - * <attribute name="SecurityLayerConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> - * <attribute name="PAdESConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> - * </restriction> - * </complexContent> - * </complexType> - * </element> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="CreateCMSSignatureRequestType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="KeyIdentifier" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}KeyIdentifierType"/> + * <element name="SingleSignatureInfo" maxOccurs="unbounded"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="DataObjectInfo"> + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectInfoType"> + * </extension> + * </complexContent> + * </complexType> + * </element> + * </sequence> + * <attribute name="SecurityLayerConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> + * <attribute name="PAdESConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -62,11 +62,16 @@ public class CreateCMSSignatureRequestType { @XmlElement(name = "KeyIdentifier", required = true) protected String keyIdentifier; + /** + * Ermöglichung der Stapelsignatur durch + * wiederholte Angabe dieses Elements + * + */ @XmlElement(name = "SingleSignatureInfo", required = true) protected List<CreateCMSSignatureRequestType.SingleSignatureInfo> singleSignatureInfo; /** - * Ruft den Wert der keyIdentifier-Eigenschaft ab. + * Gets the value of the keyIdentifier property. * * @return * possible object is @@ -78,7 +83,7 @@ public class CreateCMSSignatureRequestType { } /** - * Legt den Wert der keyIdentifier-Eigenschaft fest. + * Sets the value of the keyIdentifier property. * * @param value * allowed object is @@ -90,60 +95,66 @@ public class CreateCMSSignatureRequestType { } /** + * Ermöglichung der Stapelsignatur durch + * wiederholte Angabe dieses Elements + * * Gets the value of the singleSignatureInfo property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the singleSignatureInfo property. + * This is why there is not a <CODE>set</CODE> method for the singleSignatureInfo property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSingleSignatureInfo().add(newItem); + * getSingleSignatureInfo().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link CreateCMSSignatureRequestType.SingleSignatureInfo } + * </p> * * + * @return + * The value of the singleSignatureInfo property. */ public List<CreateCMSSignatureRequestType.SingleSignatureInfo> getSingleSignatureInfo() { if (singleSignatureInfo == null) { - singleSignatureInfo = new ArrayList<CreateCMSSignatureRequestType.SingleSignatureInfo>(); + singleSignatureInfo = new ArrayList<>(); } return this.singleSignatureInfo; } /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="DataObjectInfo"> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectInfoType"> - * </extension> - * </complexContent> - * </complexType> - * </element> - * </sequence> - * <attribute name="SecurityLayerConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> - * <attribute name="PAdESConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="DataObjectInfo"> + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectInfoType"> + * </extension> + * </complexContent> + * </complexType> + * </element> + * </sequence> + * <attribute name="SecurityLayerConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> + * <attribute name="PAdESConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -161,7 +172,7 @@ public class CreateCMSSignatureRequestType { protected Boolean pAdESConformity; /** - * Ruft den Wert der dataObjectInfo-Eigenschaft ab. + * Gets the value of the dataObjectInfo property. * * @return * possible object is @@ -173,7 +184,7 @@ public class CreateCMSSignatureRequestType { } /** - * Legt den Wert der dataObjectInfo-Eigenschaft fest. + * Sets the value of the dataObjectInfo property. * * @param value * allowed object is @@ -185,7 +196,7 @@ public class CreateCMSSignatureRequestType { } /** - * Ruft den Wert der securityLayerConformity-Eigenschaft ab. + * Gets the value of the securityLayerConformity property. * * @return * possible object is @@ -201,7 +212,7 @@ public class CreateCMSSignatureRequestType { } /** - * Legt den Wert der securityLayerConformity-Eigenschaft fest. + * Sets the value of the securityLayerConformity property. * * @param value * allowed object is @@ -213,7 +224,7 @@ public class CreateCMSSignatureRequestType { } /** - * Ruft den Wert der pAdESConformity-Eigenschaft ab. + * Gets the value of the pAdESConformity property. * * @return * possible object is @@ -229,7 +240,7 @@ public class CreateCMSSignatureRequestType { } /** - * Legt den Wert der pAdESConformity-Eigenschaft fest. + * Sets the value of the pAdESConformity property. * * @param value * allowed object is @@ -242,18 +253,18 @@ public class CreateCMSSignatureRequestType { /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectInfoType"> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectInfoType"> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateCMSSignatureResponseType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateCMSSignatureResponseType.java index 0a643ba4..48500e7f 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateCMSSignatureResponseType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateCMSSignatureResponseType.java @@ -3,30 +3,30 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlElements; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für CreateCMSSignatureResponseType complex type. + * <p>Java class for CreateCMSSignatureResponseType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="CreateCMSSignatureResponseType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <choice maxOccurs="unbounded"> - * <element name="CMSSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}ErrorResponse"/> - * </choice> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="CreateCMSSignatureResponseType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice maxOccurs="unbounded"> + * <element name="CMSSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> + * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}ErrorResponse"/> + * </choice> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -36,6 +36,11 @@ import javax.xml.bind.annotation.XmlType; }) public class CreateCMSSignatureResponseType { + /** + * Kardinalität 1..oo erlaubt die Antwort auf eine + * Stapelsignatur-Anfrage + * + */ @XmlElements({ @XmlElement(name = "CMSSignature", type = byte[].class), @XmlElement(name = "ErrorResponse", type = ErrorResponseType.class) @@ -43,30 +48,36 @@ public class CreateCMSSignatureResponseType { protected List<Object> cmsSignatureOrErrorResponse; /** + * Kardinalität 1..oo erlaubt die Antwort auf eine + * Stapelsignatur-Anfrage + * * Gets the value of the cmsSignatureOrErrorResponse property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the cmsSignatureOrErrorResponse property. + * This is why there is not a <CODE>set</CODE> method for the cmsSignatureOrErrorResponse property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getCMSSignatureOrErrorResponse().add(newItem); + * getCMSSignatureOrErrorResponse().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ErrorResponseType } - * byte[] + * byte[]</p> + * * + * @return + * The value of the cmsSignatureOrErrorResponse property. */ public List<Object> getCMSSignatureOrErrorResponse() { if (cmsSignatureOrErrorResponse == null) { - cmsSignatureOrErrorResponse = new ArrayList<Object>(); + cmsSignatureOrErrorResponse = new ArrayList<>(); } return this.cmsSignatureOrErrorResponse; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreatePDFSignatureRequest.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreatePDFSignatureRequest.java index e0d34d3e..59c60459 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreatePDFSignatureRequest.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreatePDFSignatureRequest.java @@ -1,25 +1,25 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreatePDFSignatureRequestType"> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreatePDFSignatureRequestType"> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreatePDFSignatureRequestType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreatePDFSignatureRequestType.java index 586067c2..07836f48 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreatePDFSignatureRequestType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreatePDFSignatureRequestType.java @@ -3,43 +3,43 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für CreatePDFSignatureRequestType complex type. + * <p>Java class for CreatePDFSignatureRequestType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="CreatePDFSignatureRequestType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="KeyIdentifier" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}KeyIdentifierType"/> - * <element name="SingleSignatureInfo" maxOccurs="unbounded"> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="PDFDocument" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - * <element name="SignatureProfile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="SignaturePosition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="SignatureID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </element> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="CreatePDFSignatureRequestType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="KeyIdentifier" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}KeyIdentifierType"/> + * <element name="SingleSignatureInfo" maxOccurs="unbounded"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="PDFDocument" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> + * <element name="SignatureProfile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="SignaturePosition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="SignatureID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -55,11 +55,16 @@ public class CreatePDFSignatureRequestType { @XmlElement(name = "KeyIdentifier", required = true) protected String keyIdentifier; + /** + * Ermöglichung der Stapelsignatur durch + * wiederholte Angabe dieses Elements + * + */ @XmlElement(name = "SingleSignatureInfo", required = true) protected List<CreatePDFSignatureRequestType.SingleSignatureInfo> singleSignatureInfo; /** - * Ruft den Wert der keyIdentifier-Eigenschaft ab. + * Gets the value of the keyIdentifier property. * * @return * possible object is @@ -71,7 +76,7 @@ public class CreatePDFSignatureRequestType { } /** - * Legt den Wert der keyIdentifier-Eigenschaft fest. + * Sets the value of the keyIdentifier property. * * @param value * allowed object is @@ -83,54 +88,60 @@ public class CreatePDFSignatureRequestType { } /** + * Ermöglichung der Stapelsignatur durch + * wiederholte Angabe dieses Elements + * * Gets the value of the singleSignatureInfo property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the singleSignatureInfo property. + * This is why there is not a <CODE>set</CODE> method for the singleSignatureInfo property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSingleSignatureInfo().add(newItem); + * getSingleSignatureInfo().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link CreatePDFSignatureRequestType.SingleSignatureInfo } + * </p> * * + * @return + * The value of the singleSignatureInfo property. */ public List<CreatePDFSignatureRequestType.SingleSignatureInfo> getSingleSignatureInfo() { if (singleSignatureInfo == null) { - singleSignatureInfo = new ArrayList<CreatePDFSignatureRequestType.SingleSignatureInfo>(); + singleSignatureInfo = new ArrayList<>(); } return this.singleSignatureInfo; } /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="PDFDocument" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - * <element name="SignatureProfile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="SignaturePosition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="SignatureID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="PDFDocument" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> + * <element name="SignatureProfile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="SignaturePosition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="SignatureID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -153,7 +164,7 @@ public class CreatePDFSignatureRequestType { protected String signatureID; /** - * Ruft den Wert der pdfDocument-Eigenschaft ab. + * Gets the value of the pdfDocument property. * * @return * possible object is @@ -164,7 +175,7 @@ public class CreatePDFSignatureRequestType { } /** - * Legt den Wert der pdfDocument-Eigenschaft fest. + * Sets the value of the pdfDocument property. * * @param value * allowed object is @@ -175,7 +186,7 @@ public class CreatePDFSignatureRequestType { } /** - * Ruft den Wert der signatureProfile-Eigenschaft ab. + * Gets the value of the signatureProfile property. * * @return * possible object is @@ -187,7 +198,7 @@ public class CreatePDFSignatureRequestType { } /** - * Legt den Wert der signatureProfile-Eigenschaft fest. + * Sets the value of the signatureProfile property. * * @param value * allowed object is @@ -199,7 +210,7 @@ public class CreatePDFSignatureRequestType { } /** - * Ruft den Wert der signaturePosition-Eigenschaft ab. + * Gets the value of the signaturePosition property. * * @return * possible object is @@ -211,7 +222,7 @@ public class CreatePDFSignatureRequestType { } /** - * Legt den Wert der signaturePosition-Eigenschaft fest. + * Sets the value of the signaturePosition property. * * @param value * allowed object is @@ -223,7 +234,7 @@ public class CreatePDFSignatureRequestType { } /** - * Ruft den Wert der signatureID-Eigenschaft ab. + * Gets the value of the signatureID property. * * @return * possible object is @@ -235,7 +246,7 @@ public class CreatePDFSignatureRequestType { } /** - * Legt den Wert der signatureID-Eigenschaft fest. + * Sets the value of the signatureID property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreatePDFSignatureResponseType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreatePDFSignatureResponseType.java index aff44b12..a00af5e8 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreatePDFSignatureResponseType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreatePDFSignatureResponseType.java @@ -3,28 +3,28 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für CreatePDFSignatureResponseType complex type. + * <p>Java class for CreatePDFSignatureResponseType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="CreatePDFSignatureResponseType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="PDFSignature" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}PDFSignedRepsonse" maxOccurs="unbounded"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="CreatePDFSignatureResponseType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="PDFSignature" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}PDFSignedRepsonse" maxOccurs="unbounded"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -40,28 +40,31 @@ public class CreatePDFSignatureResponseType { /** * Gets the value of the pdfSignature property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the pdfSignature property. + * This is why there is not a <CODE>set</CODE> method for the pdfSignature property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getPDFSignature().add(newItem); + * getPDFSignature().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link PDFSignedRepsonse } + * </p> * * + * @return + * The value of the pdfSignature property. */ public List<PDFSignedRepsonse> getPDFSignature() { if (pdfSignature == null) { - pdfSignature = new ArrayList<PDFSignedRepsonse>(); + pdfSignature = new ArrayList<>(); } return this.pdfSignature; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateSignatureEnvironmentProfile.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateSignatureEnvironmentProfile.java index 70802c2d..8fe91609 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateSignatureEnvironmentProfile.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateSignatureEnvironmentProfile.java @@ -3,30 +3,30 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="CreateSignatureLocation" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureLocationType"/> - * <element name="Supplement" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLDataObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="CreateSignatureLocation" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureLocationType"/> + * <element name="Supplement" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLDataObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -44,7 +44,7 @@ public class CreateSignatureEnvironmentProfile { protected List<XMLDataObjectAssociationType> supplement; /** - * Ruft den Wert der createSignatureLocation-Eigenschaft ab. + * Gets the value of the createSignatureLocation property. * * @return * possible object is @@ -56,7 +56,7 @@ public class CreateSignatureEnvironmentProfile { } /** - * Legt den Wert der createSignatureLocation-Eigenschaft fest. + * Sets the value of the createSignatureLocation property. * * @param value * allowed object is @@ -70,28 +70,31 @@ public class CreateSignatureEnvironmentProfile { /** * Gets the value of the supplement property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the supplement property. + * This is why there is not a <CODE>set</CODE> method for the supplement property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSupplement().add(newItem); + * getSupplement().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link XMLDataObjectAssociationType } + * </p> * * + * @return + * The value of the supplement property. */ public List<XMLDataObjectAssociationType> getSupplement() { if (supplement == null) { - supplement = new ArrayList<XMLDataObjectAssociationType>(); + supplement = new ArrayList<>(); } return this.supplement; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateSignatureLocationType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateSignatureLocationType.java index 7a0fe306..92e1b568 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateSignatureLocationType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateSignatureLocationType.java @@ -2,30 +2,30 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlValue; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für CreateSignatureLocationType complex type. + * <p>Java class for CreateSignatureLocationType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="CreateSignatureLocationType"> - * <simpleContent> - * <extension base="<http://www.w3.org/2001/XMLSchema>token"> - * <attribute name="Index" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> - * </extension> - * </simpleContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="CreateSignatureLocationType"> + * <simpleContent> + * <extension base="<http://www.w3.org/2001/XMLSchema>token"> + * <attribute name="Index" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> + * </extension> + * </simpleContent> + * </complexType> + * }</pre> * * */ @@ -43,7 +43,7 @@ public class CreateSignatureLocationType { protected BigInteger index; /** - * Ruft den Wert der value-Eigenschaft ab. + * Gets the value of the value property. * * @return * possible object is @@ -55,7 +55,7 @@ public class CreateSignatureLocationType { } /** - * Legt den Wert der value-Eigenschaft fest. + * Sets the value of the value property. * * @param value * allowed object is @@ -67,7 +67,7 @@ public class CreateSignatureLocationType { } /** - * Ruft den Wert der index-Eigenschaft ab. + * Gets the value of the index property. * * @return * possible object is @@ -79,7 +79,7 @@ public class CreateSignatureLocationType { } /** - * Legt den Wert der index-Eigenschaft fest. + * Sets the value of the index property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateTransformsInfoProfile.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateTransformsInfoProfile.java index aa7e1b1b..0a6626a7 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateTransformsInfoProfile.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateTransformsInfoProfile.java @@ -3,30 +3,30 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="CreateTransformsInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}TransformsInfoType"/> - * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}Supplement" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="CreateTransformsInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}TransformsInfoType"/> + * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}Supplement" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -44,7 +44,7 @@ public class CreateTransformsInfoProfile { protected List<XMLDataObjectAssociationType> supplement; /** - * Ruft den Wert der createTransformsInfo-Eigenschaft ab. + * Gets the value of the createTransformsInfo property. * * @return * possible object is @@ -56,7 +56,7 @@ public class CreateTransformsInfoProfile { } /** - * Legt den Wert der createTransformsInfo-Eigenschaft fest. + * Sets the value of the createTransformsInfo property. * * @param value * allowed object is @@ -70,28 +70,31 @@ public class CreateTransformsInfoProfile { /** * Gets the value of the supplement property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the supplement property. + * This is why there is not a <CODE>set</CODE> method for the supplement property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSupplement().add(newItem); + * getSupplement().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link XMLDataObjectAssociationType } + * </p> * * + * @return + * The value of the supplement property. */ public List<XMLDataObjectAssociationType> getSupplement() { if (supplement == null) { - supplement = new ArrayList<XMLDataObjectAssociationType>(); + supplement = new ArrayList<>(); } return this.supplement; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateXMLSignatureRequest.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateXMLSignatureRequest.java index 27b6746a..11a5cb47 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateXMLSignatureRequest.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateXMLSignatureRequest.java @@ -1,25 +1,25 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateXMLSignatureRequestType"> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateXMLSignatureRequestType"> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateXMLSignatureRequestType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateXMLSignatureRequestType.java index d796d23b..91375653 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateXMLSignatureRequestType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateXMLSignatureRequestType.java @@ -3,68 +3,68 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für CreateXMLSignatureRequestType complex type. + * <p>Java class for CreateXMLSignatureRequestType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="CreateXMLSignatureRequestType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="KeyIdentifier" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}KeyIdentifierType"/> - * <element name="SingleSignatureInfo" maxOccurs="unbounded"> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="DataObjectInfo" maxOccurs="unbounded"> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}DataObjectInfoType"> - * <attribute name="ChildOfManifest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> - * </extension> - * </complexContent> - * </complexType> - * </element> - * <element name="CreateSignatureInfo" minOccurs="0"> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="CreateSignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/> - * <choice> - * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureEnvironmentProfile"/> - * <element name="CreateSignatureEnvironmentProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/> - * </choice> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </element> - * </sequence> - * <attribute name="SecurityLayerConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> - * </restriction> - * </complexContent> - * </complexType> - * </element> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="CreateXMLSignatureRequestType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="KeyIdentifier" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}KeyIdentifierType"/> + * <element name="SingleSignatureInfo" maxOccurs="unbounded"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="DataObjectInfo" maxOccurs="unbounded"> + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}DataObjectInfoType"> + * <attribute name="ChildOfManifest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> + * </extension> + * </complexContent> + * </complexType> + * </element> + * <element name="CreateSignatureInfo" minOccurs="0"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="CreateSignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/> + * <choice> + * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureEnvironmentProfile"/> + * <element name="CreateSignatureEnvironmentProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/> + * </choice> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * </sequence> + * <attribute name="SecurityLayerConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -80,11 +80,16 @@ public class CreateXMLSignatureRequestType { @XmlElement(name = "KeyIdentifier", required = true) protected String keyIdentifier; + /** + * Ermöglichung der Stapelsignatur durch + * wiederholte Angabe dieses Elements + * + */ @XmlElement(name = "SingleSignatureInfo", required = true) protected List<CreateXMLSignatureRequestType.SingleSignatureInfo> singleSignatureInfo; /** - * Ruft den Wert der keyIdentifier-Eigenschaft ab. + * Gets the value of the keyIdentifier property. * * @return * possible object is @@ -96,7 +101,7 @@ public class CreateXMLSignatureRequestType { } /** - * Legt den Wert der keyIdentifier-Eigenschaft fest. + * Sets the value of the keyIdentifier property. * * @param value * allowed object is @@ -108,75 +113,81 @@ public class CreateXMLSignatureRequestType { } /** + * Ermöglichung der Stapelsignatur durch + * wiederholte Angabe dieses Elements + * * Gets the value of the singleSignatureInfo property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the singleSignatureInfo property. + * This is why there is not a <CODE>set</CODE> method for the singleSignatureInfo property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSingleSignatureInfo().add(newItem); + * getSingleSignatureInfo().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link CreateXMLSignatureRequestType.SingleSignatureInfo } + * </p> * * + * @return + * The value of the singleSignatureInfo property. */ public List<CreateXMLSignatureRequestType.SingleSignatureInfo> getSingleSignatureInfo() { if (singleSignatureInfo == null) { - singleSignatureInfo = new ArrayList<CreateXMLSignatureRequestType.SingleSignatureInfo>(); + singleSignatureInfo = new ArrayList<>(); } return this.singleSignatureInfo; } /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="DataObjectInfo" maxOccurs="unbounded"> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}DataObjectInfoType"> - * <attribute name="ChildOfManifest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> - * </extension> - * </complexContent> - * </complexType> - * </element> - * <element name="CreateSignatureInfo" minOccurs="0"> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="CreateSignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/> - * <choice> - * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureEnvironmentProfile"/> - * <element name="CreateSignatureEnvironmentProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/> - * </choice> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </element> - * </sequence> - * <attribute name="SecurityLayerConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="DataObjectInfo" maxOccurs="unbounded"> + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}DataObjectInfoType"> + * <attribute name="ChildOfManifest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> + * </extension> + * </complexContent> + * </complexType> + * </element> + * <element name="CreateSignatureInfo" minOccurs="0"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="CreateSignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/> + * <choice> + * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureEnvironmentProfile"/> + * <element name="CreateSignatureEnvironmentProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/> + * </choice> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * </sequence> + * <attribute name="SecurityLayerConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -197,34 +208,37 @@ public class CreateXMLSignatureRequestType { /** * Gets the value of the dataObjectInfo property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the dataObjectInfo property. + * This is why there is not a <CODE>set</CODE> method for the dataObjectInfo property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getDataObjectInfo().add(newItem); + * getDataObjectInfo().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo } + * </p> * * + * @return + * The value of the dataObjectInfo property. */ public List<CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo> getDataObjectInfo() { if (dataObjectInfo == null) { - dataObjectInfo = new ArrayList<CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo>(); + dataObjectInfo = new ArrayList<>(); } return this.dataObjectInfo; } /** - * Ruft den Wert der createSignatureInfo-Eigenschaft ab. + * Gets the value of the createSignatureInfo property. * * @return * possible object is @@ -236,7 +250,7 @@ public class CreateXMLSignatureRequestType { } /** - * Legt den Wert der createSignatureInfo-Eigenschaft fest. + * Sets the value of the createSignatureInfo property. * * @param value * allowed object is @@ -248,7 +262,7 @@ public class CreateXMLSignatureRequestType { } /** - * Ruft den Wert der securityLayerConformity-Eigenschaft ab. + * Gets the value of the securityLayerConformity property. * * @return * possible object is @@ -264,7 +278,7 @@ public class CreateXMLSignatureRequestType { } /** - * Legt den Wert der securityLayerConformity-Eigenschaft fest. + * Sets the value of the securityLayerConformity property. * * @param value * allowed object is @@ -277,25 +291,25 @@ public class CreateXMLSignatureRequestType { /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="CreateSignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/> - * <choice> - * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureEnvironmentProfile"/> - * <element name="CreateSignatureEnvironmentProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/> - * </choice> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="CreateSignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/> + * <choice> + * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureEnvironmentProfile"/> + * <element name="CreateSignatureEnvironmentProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/> + * </choice> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -317,7 +331,7 @@ public class CreateXMLSignatureRequestType { protected String createSignatureEnvironmentProfileID; /** - * Ruft den Wert der createSignatureEnvironment-Eigenschaft ab. + * Gets the value of the createSignatureEnvironment property. * * @return * possible object is @@ -329,7 +343,7 @@ public class CreateXMLSignatureRequestType { } /** - * Legt den Wert der createSignatureEnvironment-Eigenschaft fest. + * Sets the value of the createSignatureEnvironment property. * * @param value * allowed object is @@ -341,7 +355,7 @@ public class CreateXMLSignatureRequestType { } /** - * Ruft den Wert der createSignatureEnvironmentProfile-Eigenschaft ab. + * Gets the value of the createSignatureEnvironmentProfile property. * * @return * possible object is @@ -353,7 +367,7 @@ public class CreateXMLSignatureRequestType { } /** - * Legt den Wert der createSignatureEnvironmentProfile-Eigenschaft fest. + * Sets the value of the createSignatureEnvironmentProfile property. * * @param value * allowed object is @@ -365,7 +379,7 @@ public class CreateXMLSignatureRequestType { } /** - * Ruft den Wert der createSignatureEnvironmentProfileID-Eigenschaft ab. + * Gets the value of the createSignatureEnvironmentProfileID property. * * @return * possible object is @@ -377,7 +391,7 @@ public class CreateXMLSignatureRequestType { } /** - * Legt den Wert der createSignatureEnvironmentProfileID-Eigenschaft fest. + * Sets the value of the createSignatureEnvironmentProfileID property. * * @param value * allowed object is @@ -392,19 +406,19 @@ public class CreateXMLSignatureRequestType { /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}DataObjectInfoType"> - * <attribute name="ChildOfManifest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}DataObjectInfoType"> + * <attribute name="ChildOfManifest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -418,7 +432,7 @@ public class CreateXMLSignatureRequestType { protected Boolean childOfManifest; /** - * Ruft den Wert der childOfManifest-Eigenschaft ab. + * Gets the value of the childOfManifest property. * * @return * possible object is @@ -434,7 +448,7 @@ public class CreateXMLSignatureRequestType { } /** - * Legt den Wert der childOfManifest-Eigenschaft fest. + * Sets the value of the childOfManifest property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateXMLSignatureResponseType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateXMLSignatureResponseType.java index e27da519..038e5f94 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateXMLSignatureResponseType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/CreateXMLSignatureResponseType.java @@ -3,42 +3,42 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlElements; +import jakarta.xml.bind.annotation.XmlType; import org.w3c.dom.Element; /** - * <p>Java-Klasse für CreateXMLSignatureResponseType complex type. + * <p>Java class for CreateXMLSignatureResponseType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="CreateXMLSignatureResponseType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <choice maxOccurs="unbounded"> - * <element name="SignatureEnvironment"> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <any processContents='lax'/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </element> - * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}ErrorResponse"/> - * </choice> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="CreateXMLSignatureResponseType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice maxOccurs="unbounded"> + * <element name="SignatureEnvironment"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <any processContents='lax'/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}ErrorResponse"/> + * </choice> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -48,6 +48,11 @@ import org.w3c.dom.Element; }) public class CreateXMLSignatureResponseType { + /** + * Kardinalität 1..oo erlaubt die Antwort auf eine + * Stapelsignatur-Anfrage + * + */ @XmlElements({ @XmlElement(name = "SignatureEnvironment", type = CreateXMLSignatureResponseType.SignatureEnvironment.class), @XmlElement(name = "ErrorResponse", type = ErrorResponseType.class) @@ -55,18 +60,21 @@ public class CreateXMLSignatureResponseType { protected List<Object> signatureEnvironmentOrErrorResponse; /** + * Kardinalität 1..oo erlaubt die Antwort auf eine + * Stapelsignatur-Anfrage + * * Gets the value of the signatureEnvironmentOrErrorResponse property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the signatureEnvironmentOrErrorResponse property. + * This is why there is not a <CODE>set</CODE> method for the signatureEnvironmentOrErrorResponse property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSignatureEnvironmentOrErrorResponse().add(newItem); + * getSignatureEnvironmentOrErrorResponse().add(newItem); * </pre> * * @@ -74,33 +82,36 @@ public class CreateXMLSignatureResponseType { * Objects of the following type(s) are allowed in the list * {@link CreateXMLSignatureResponseType.SignatureEnvironment } * {@link ErrorResponseType } + * </p> * * + * @return + * The value of the signatureEnvironmentOrErrorResponse property. */ public List<Object> getSignatureEnvironmentOrErrorResponse() { if (signatureEnvironmentOrErrorResponse == null) { - signatureEnvironmentOrErrorResponse = new ArrayList<Object>(); + signatureEnvironmentOrErrorResponse = new ArrayList<>(); } return this.signatureEnvironmentOrErrorResponse; } /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <any processContents='lax'/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <any processContents='lax'/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -114,7 +125,7 @@ public class CreateXMLSignatureResponseType { protected Object any; /** - * Ruft den Wert der any-Eigenschaft ab. + * Gets the value of the any property. * * @return * possible object is @@ -127,7 +138,7 @@ public class CreateXMLSignatureResponseType { } /** - * Legt den Wert der any-Eigenschaft fest. + * Sets the value of the any property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/DataObjectInfoType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/DataObjectInfoType.java index d41f944e..6a798499 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/DataObjectInfoType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/DataObjectInfoType.java @@ -1,52 +1,52 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für DataObjectInfoType complex type. + * <p>Java class for DataObjectInfoType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="DataObjectInfoType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="DataObject"> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"> - * </extension> - * </complexContent> - * </complexType> - * </element> - * <choice> - * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateTransformsInfoProfile"/> - * <element name="CreateTransformsInfoProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/> - * </choice> - * </sequence> - * <attribute name="Structure" use="required"> - * <simpleType> - * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> - * <enumeration value="detached"/> - * <enumeration value="enveloping"/> - * </restriction> - * </simpleType> - * </attribute> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="DataObjectInfoType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="DataObject"> + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"> + * </extension> + * </complexContent> + * </complexType> + * </element> + * <choice> + * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateTransformsInfoProfile"/> + * <element name="CreateTransformsInfoProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/> + * </choice> + * </sequence> + * <attribute name="Structure" use="required"> + * <simpleType> + * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> + * <enumeration value="detached"/> + * <enumeration value="enveloping"/> + * </restriction> + * </simpleType> + * </attribute> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -73,7 +73,7 @@ public class DataObjectInfoType { protected String structure; /** - * Ruft den Wert der dataObject-Eigenschaft ab. + * Gets the value of the dataObject property. * * @return * possible object is @@ -85,7 +85,7 @@ public class DataObjectInfoType { } /** - * Legt den Wert der dataObject-Eigenschaft fest. + * Sets the value of the dataObject property. * * @param value * allowed object is @@ -97,7 +97,7 @@ public class DataObjectInfoType { } /** - * Ruft den Wert der createTransformsInfoProfile-Eigenschaft ab. + * Gets the value of the createTransformsInfoProfile property. * * @return * possible object is @@ -109,7 +109,7 @@ public class DataObjectInfoType { } /** - * Legt den Wert der createTransformsInfoProfile-Eigenschaft fest. + * Sets the value of the createTransformsInfoProfile property. * * @param value * allowed object is @@ -121,7 +121,7 @@ public class DataObjectInfoType { } /** - * Ruft den Wert der createTransformsInfoProfileID-Eigenschaft ab. + * Gets the value of the createTransformsInfoProfileID property. * * @return * possible object is @@ -133,7 +133,7 @@ public class DataObjectInfoType { } /** - * Legt den Wert der createTransformsInfoProfileID-Eigenschaft fest. + * Sets the value of the createTransformsInfoProfileID property. * * @param value * allowed object is @@ -145,7 +145,7 @@ public class DataObjectInfoType { } /** - * Ruft den Wert der structure-Eigenschaft ab. + * Gets the value of the structure property. * * @return * possible object is @@ -157,7 +157,7 @@ public class DataObjectInfoType { } /** - * Legt den Wert der structure-Eigenschaft fest. + * Sets the value of the structure property. * * @param value * allowed object is @@ -170,18 +170,18 @@ public class DataObjectInfoType { /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ErrorResponseType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ErrorResponseType.java index 42a2a4e5..5c362c57 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ErrorResponseType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ErrorResponseType.java @@ -2,29 +2,29 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für ErrorResponseType complex type. + * <p>Java class for ErrorResponseType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ErrorResponseType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}integer"/> - * <element name="Info" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ErrorResponseType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}integer"/> + * <element name="Info" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -41,7 +41,7 @@ public class ErrorResponseType { protected String info; /** - * Ruft den Wert der errorCode-Eigenschaft ab. + * Gets the value of the errorCode property. * * @return * possible object is @@ -53,7 +53,7 @@ public class ErrorResponseType { } /** - * Legt den Wert der errorCode-Eigenschaft fest. + * Sets the value of the errorCode property. * * @param value * allowed object is @@ -65,7 +65,7 @@ public class ErrorResponseType { } /** - * Ruft den Wert der info-Eigenschaft ab. + * Gets the value of the info property. * * @return * possible object is @@ -77,7 +77,7 @@ public class ErrorResponseType { } /** - * Legt den Wert der info-Eigenschaft fest. + * Sets the value of the info property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ExtendedCertificateCheckResultType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ExtendedCertificateCheckResultType.java index 88cead17..6cc2efab 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ExtendedCertificateCheckResultType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ExtendedCertificateCheckResultType.java @@ -1,29 +1,29 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für ExtendedCertificateCheckResultType complex type. + * <p>Java class for ExtendedCertificateCheckResultType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ExtendedCertificateCheckResultType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Major" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}IndicationResultType"/> - * <element name="Minor" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}IndicationResultType" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ExtendedCertificateCheckResultType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Major" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}IndicationResultType"/> + * <element name="Minor" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}IndicationResultType" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -40,7 +40,7 @@ public class ExtendedCertificateCheckResultType { protected IndicationResultType minor; /** - * Ruft den Wert der major-Eigenschaft ab. + * Gets the value of the major property. * * @return * possible object is @@ -52,7 +52,7 @@ public class ExtendedCertificateCheckResultType { } /** - * Legt den Wert der major-Eigenschaft fest. + * Sets the value of the major property. * * @param value * allowed object is @@ -64,7 +64,7 @@ public class ExtendedCertificateCheckResultType { } /** - * Ruft den Wert der minor-Eigenschaft ab. + * Gets the value of the minor property. * * @return * possible object is @@ -76,7 +76,7 @@ public class ExtendedCertificateCheckResultType { } /** - * Legt den Wert der minor-Eigenschaft fest. + * Sets the value of the minor property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/FinalDataMetaInfoType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/FinalDataMetaInfoType.java index 440be0b8..7c19c7a4 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/FinalDataMetaInfoType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/FinalDataMetaInfoType.java @@ -1,29 +1,29 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für FinalDataMetaInfoType complex type. + * <p>Java class for FinalDataMetaInfoType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="FinalDataMetaInfoType"> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType"> - * <sequence> - * <element name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> - * </sequence> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="FinalDataMetaInfoType"> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType"> + * <sequence> + * <element name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> + * </sequence> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -40,7 +40,7 @@ public class FinalDataMetaInfoType protected String type; /** - * Ruft den Wert der type-Eigenschaft ab. + * Gets the value of the type property. * * @return * possible object is @@ -52,7 +52,7 @@ public class FinalDataMetaInfoType } /** - * Legt den Wert der type-Eigenschaft fest. + * Sets the value of the type property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/FormResultType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/FormResultType.java index 338ad4fd..8ed2e9a6 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/FormResultType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/FormResultType.java @@ -2,30 +2,30 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für FormResultType complex type. + * <p>Java class for FormResultType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="FormResultType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> - * <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="FormResultType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> + * <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -43,7 +43,7 @@ public class FormResultType { protected String name; /** - * Ruft den Wert der code-Eigenschaft ab. + * Gets the value of the code property. * * @return * possible object is @@ -55,7 +55,7 @@ public class FormResultType { } /** - * Legt den Wert der code-Eigenschaft fest. + * Sets the value of the code property. * * @param value * allowed object is @@ -67,7 +67,7 @@ public class FormResultType { } /** - * Ruft den Wert der name-Eigenschaft ab. + * Gets the value of the name property. * * @return * possible object is @@ -79,7 +79,7 @@ public class FormResultType { } /** - * Legt den Wert der name-Eigenschaft fest. + * Sets the value of the name property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/IndicationResultType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/IndicationResultType.java index 248a58bb..9f1f8202 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/IndicationResultType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/IndicationResultType.java @@ -2,30 +2,30 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für IndicationResultType complex type. + * <p>Java class for IndicationResultType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="IndicationResultType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> - * <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="IndicationResultType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> + * <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -43,7 +43,7 @@ public class IndicationResultType { protected String name; /** - * Ruft den Wert der code-Eigenschaft ab. + * Gets the value of the code property. * * @return * possible object is @@ -55,7 +55,7 @@ public class IndicationResultType { } /** - * Legt den Wert der code-Eigenschaft fest. + * Sets the value of the code property. * * @param value * allowed object is @@ -67,7 +67,7 @@ public class IndicationResultType { } /** - * Ruft den Wert der name-Eigenschaft ab. + * Gets the value of the name property. * * @return * possible object is @@ -79,7 +79,7 @@ public class IndicationResultType { } /** - * Legt den Wert der name-Eigenschaft fest. + * Sets the value of the name property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/InputDataType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/InputDataType.java index 069cfaa7..dc11cfdd 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/InputDataType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/InputDataType.java @@ -2,38 +2,38 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für InputDataType complex type. + * <p>Java class for InputDataType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="InputDataType"> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentExLocRefBaseType"> - * <attribute name="PartOf" default="SignedInfo"> - * <simpleType> - * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> - * <enumeration value="SignedInfo"/> - * <enumeration value="XMLDSIGManifest"/> - * </restriction> - * </simpleType> - * </attribute> - * <attribute name="ReferringSigReference" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="HashAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" /> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="InputDataType"> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentExLocRefBaseType"> + * <attribute name="PartOf" default="SignedInfo"> + * <simpleType> + * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> + * <enumeration value="SignedInfo"/> + * <enumeration value="XMLDSIGManifest"/> + * </restriction> + * </simpleType> + * </attribute> + * <attribute name="ReferringSigReference" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> + * <attribute name="HashAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -53,7 +53,7 @@ public class InputDataType protected String hashAlgorithm; /** - * Ruft den Wert der partOf-Eigenschaft ab. + * Gets the value of the partOf property. * * @return * possible object is @@ -69,7 +69,7 @@ public class InputDataType } /** - * Legt den Wert der partOf-Eigenschaft fest. + * Sets the value of the partOf property. * * @param value * allowed object is @@ -81,7 +81,7 @@ public class InputDataType } /** - * Ruft den Wert der referringSigReference-Eigenschaft ab. + * Gets the value of the referringSigReference property. * * @return * possible object is @@ -93,7 +93,7 @@ public class InputDataType } /** - * Legt den Wert der referringSigReference-Eigenschaft fest. + * Sets the value of the referringSigReference property. * * @param value * allowed object is @@ -105,7 +105,7 @@ public class InputDataType } /** - * Ruft den Wert der hashAlgorithm-Eigenschaft ab. + * Gets the value of the hashAlgorithm property. * * @return * possible object is @@ -117,7 +117,7 @@ public class InputDataType } /** - * Legt den Wert der hashAlgorithm-Eigenschaft fest. + * Sets the value of the hashAlgorithm property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/KeyStorageType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/KeyStorageType.java index 7bbd78cd..b7d3157e 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/KeyStorageType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/KeyStorageType.java @@ -1,23 +1,25 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für KeyStorageType. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - * <pre> - * <simpleType name="KeyStorageType"> - * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> - * <enumeration value="Software"/> - * <enumeration value="Hardware"/> - * </restriction> - * </simpleType> - * </pre> + * + * <p>Java class for KeyStorageType</p>. + * + * <p>The following schema fragment specifies the expected content contained within this class.</p> + * <pre>{@code + * <simpleType name="KeyStorageType"> + * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> + * <enumeration value="Software"/> + * <enumeration value="Hardware"/> + * </restriction> + * </simpleType> + * }</pre> * */ @XmlType(name = "KeyStorageType") @@ -34,10 +36,26 @@ public enum KeyStorageType { value = v; } + /** + * Gets the value associated to the enum constant. + * + * @return + * The value linked to the enum. + */ public String value() { return value; } + /** + * Gets the enum associated to the value passed as parameter. + * + * @param v + * The value to get the enum from. + * @return + * The enum which corresponds to the value, if it exists. + * @throws IllegalArgumentException + * If no value matches in the enum declaration. + */ public static KeyStorageType fromValue(String v) { for (KeyStorageType c: KeyStorageType.values()) { if (c.value.equals(v)) { diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/MOAFault.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/MOAFault.java index 44a32b08..f1864516 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/MOAFault.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/MOAFault.java @@ -1,13 +1,13 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.ws.WebFault; +import jakarta.xml.ws.WebFault; /** - * This class was generated by Apache CXF 3.5.8 - * 2024-07-22T14:45:18.252+02:00 - * Generated source version: 3.5.8 + * This class was generated by Apache CXF 4.1.0 + * 2025-07-16T16:47:50.597+02:00 + * Generated source version: 4.1.0 */ @WebFault(name = "ErrorResponse", targetNamespace = "http://reference.e-government.gv.at/namespace/moa/20020822#") diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ManifestRefsCheckResultInfoType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ManifestRefsCheckResultInfoType.java index 2c9db452..ce017445 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ManifestRefsCheckResultInfoType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ManifestRefsCheckResultInfoType.java @@ -1,29 +1,29 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für ManifestRefsCheckResultInfoType complex type. + * <p>Java class for ManifestRefsCheckResultInfoType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ManifestRefsCheckResultInfoType"> - * <complexContent> - * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType"> - * <sequence> - * <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> - * <element name="FailedReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/> - * <element name="ReferringSigReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ManifestRefsCheckResultInfoType"> + * <complexContent> + * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType"> + * <sequence> + * <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> + * <element name="FailedReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/> + * <element name="ReferringSigReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ManifestRefsCheckResultType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ManifestRefsCheckResultType.java index 7694cbb8..54a555b0 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ManifestRefsCheckResultType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ManifestRefsCheckResultType.java @@ -1,28 +1,28 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für ManifestRefsCheckResultType complex type. + * <p>Java class for ManifestRefsCheckResultType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ManifestRefsCheckResultType"> - * <complexContent> - * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"> - * <sequence> - * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> - * <element name="Info" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ManifestRefsCheckResultInfoType"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ManifestRefsCheckResultType"> + * <complexContent> + * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"> + * <sequence> + * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> + * <element name="Info" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ManifestRefsCheckResultInfoType"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/MetaInfoType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/MetaInfoType.java index b73e98b3..4363ecac 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/MetaInfoType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/MetaInfoType.java @@ -3,35 +3,35 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für MetaInfoType complex type. + * <p>Java class for MetaInfoType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="MetaInfoType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="MimeType" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MimeTypeType"/> - * <element name="Description" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> - * <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="MetaInfoType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="MimeType" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MimeTypeType"/> + * <element name="Description" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> + * <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -57,7 +57,7 @@ public class MetaInfoType { protected List<Object> any; /** - * Ruft den Wert der mimeType-Eigenschaft ab. + * Gets the value of the mimeType property. * * @return * possible object is @@ -69,7 +69,7 @@ public class MetaInfoType { } /** - * Legt den Wert der mimeType-Eigenschaft fest. + * Sets the value of the mimeType property. * * @param value * allowed object is @@ -81,7 +81,7 @@ public class MetaInfoType { } /** - * Ruft den Wert der description-Eigenschaft ab. + * Gets the value of the description property. * * @return * possible object is @@ -93,7 +93,7 @@ public class MetaInfoType { } /** - * Legt den Wert der description-Eigenschaft fest. + * Sets the value of the description property. * * @param value * allowed object is @@ -107,28 +107,31 @@ public class MetaInfoType { /** * Gets the value of the any property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the any property. + * This is why there is not a <CODE>set</CODE> method for the any property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getAny().add(newItem); + * getAny().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link Object } + * </p> * * + * @return + * The value of the any property. */ public List<Object> getAny() { if (any == null) { - any = new ArrayList<Object>(); + any = new ArrayList<>(); } return this.any; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ObjectFactory.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ObjectFactory.java index 17b1707d..224a2b64 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ObjectFactory.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ObjectFactory.java @@ -1,13 +1,13 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import javax.xml.datatype.XMLGregorianCalendar; import javax.xml.namespace.QName; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.annotation.XmlElementDecl; +import jakarta.xml.bind.annotation.XmlRegistry; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import org.w3._2000._09.xmldsig_.KeyInfoType; @@ -15,7 +15,7 @@ import org.w3._2000._09.xmldsig_.KeyInfoType; * This object contains factory methods for each * Java content interface and Java element interface * generated in the at.gv.e_government.reference.namespace.moa._20020822_ package. - * <p>An ObjectFactory allows you to programatically + * <p>An ObjectFactory allows you to programmatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces @@ -28,26 +28,26 @@ import org.w3._2000._09.xmldsig_.KeyInfoType; @XmlRegistry public class ObjectFactory { - private final static QName _CreateCMSSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "CreateCMSSignatureResponse"); - private final static QName _CreateXMLSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "CreateXMLSignatureResponse"); - private final static QName _CreatePDFSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "CreatePDFSignatureResponse"); - private final static QName _VerifyCMSSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyCMSSignatureResponse"); - private final static QName _VerifyASICSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyASICSignatureResponse"); - private final static QName _VerifyPDFSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyPDFSignatureResponse"); - private final static QName _VerifyXMLSignatureRequest_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyXMLSignatureRequest"); - private final static QName _VerifyXMLSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyXMLSignatureResponse"); - private final static QName _ErrorResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "ErrorResponse"); - private final static QName _IssuingCountry_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "IssuingCountry"); - private final static QName _PublicAuthority_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "PublicAuthority"); - private final static QName _Supplement_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "Supplement"); - private final static QName _SupplementProfile_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SupplementProfile"); - private final static QName _VerifyASICCMSSignatureResponseTypeSignerInfo_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SignerInfo"); - private final static QName _VerifyASICCMSSignatureResponseTypeSigningTime_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SigningTime"); - private final static QName _VerifyASICCMSSignatureResponseTypeSignatureCheck_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SignatureCheck"); - private final static QName _VerifyASICCMSSignatureResponseTypeCertificateCheck_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "CertificateCheck"); - private final static QName _VerifyASICCMSSignatureResponseTypeFormCheckResult_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "FormCheckResult"); - private final static QName _VerifyASICCMSSignatureResponseTypeExtendedCertificateCheck_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "ExtendedCertificateCheck"); - private final static QName _VerifyCMSSignatureResponseTypeSignatureAlgorithm_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SignatureAlgorithm"); + private static final QName _CreateCMSSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "CreateCMSSignatureResponse"); + private static final QName _CreateXMLSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "CreateXMLSignatureResponse"); + private static final QName _CreatePDFSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "CreatePDFSignatureResponse"); + private static final QName _VerifyCMSSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyCMSSignatureResponse"); + private static final QName _VerifyASICSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyASICSignatureResponse"); + private static final QName _VerifyPDFSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyPDFSignatureResponse"); + private static final QName _VerifyXMLSignatureRequest_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyXMLSignatureRequest"); + private static final QName _VerifyXMLSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyXMLSignatureResponse"); + private static final QName _ErrorResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "ErrorResponse"); + private static final QName _IssuingCountry_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "IssuingCountry"); + private static final QName _PublicAuthority_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "PublicAuthority"); + private static final QName _Supplement_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "Supplement"); + private static final QName _SupplementProfile_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SupplementProfile"); + private static final QName _VerifyASICCMSSignatureResponseTypeSignerInfo_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SignerInfo"); + private static final QName _VerifyASICCMSSignatureResponseTypeSigningTime_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SigningTime"); + private static final QName _VerifyASICCMSSignatureResponseTypeSignatureCheck_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SignatureCheck"); + private static final QName _VerifyASICCMSSignatureResponseTypeCertificateCheck_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "CertificateCheck"); + private static final QName _VerifyASICCMSSignatureResponseTypeFormCheckResult_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "FormCheckResult"); + private static final QName _VerifyASICCMSSignatureResponseTypeExtendedCertificateCheck_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "ExtendedCertificateCheck"); + private static final QName _VerifyCMSSignatureResponseTypeSignatureAlgorithm_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SignatureAlgorithm"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.e_government.reference.namespace.moa._20020822_ @@ -59,6 +59,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateCMSSignatureRequestType } * + * @return + * the new instance of {@link CreateCMSSignatureRequestType } */ public CreateCMSSignatureRequestType createCreateCMSSignatureRequestType() { return new CreateCMSSignatureRequestType(); @@ -67,6 +69,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateXMLSignatureRequestType } * + * @return + * the new instance of {@link CreateXMLSignatureRequestType } */ public CreateXMLSignatureRequestType createCreateXMLSignatureRequestType() { return new CreateXMLSignatureRequestType(); @@ -75,6 +79,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreatePDFSignatureRequestType } * + * @return + * the new instance of {@link CreatePDFSignatureRequestType } */ public CreatePDFSignatureRequestType createCreatePDFSignatureRequestType() { return new CreatePDFSignatureRequestType(); @@ -83,6 +89,8 @@ public class ObjectFactory { /** * Create an instance of {@link CMSDataObjectInfoType } * + * @return + * the new instance of {@link CMSDataObjectInfoType } */ public CMSDataObjectInfoType createCMSDataObjectInfoType() { return new CMSDataObjectInfoType(); @@ -91,6 +99,8 @@ public class ObjectFactory { /** * Create an instance of {@link DataObjectInfoType } * + * @return + * the new instance of {@link DataObjectInfoType } */ public DataObjectInfoType createDataObjectInfoType() { return new DataObjectInfoType(); @@ -99,6 +109,8 @@ public class ObjectFactory { /** * Create an instance of {@link ASICResultType } * + * @return + * the new instance of {@link ASICResultType } */ public ASICResultType createASICResultType() { return new ASICResultType(); @@ -107,6 +119,8 @@ public class ObjectFactory { /** * Create an instance of {@link TransformParameterType } * + * @return + * the new instance of {@link TransformParameterType } */ public TransformParameterType createTransformParameterType() { return new TransformParameterType(); @@ -115,6 +129,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyXMLSignatureRequestType } * + * @return + * the new instance of {@link VerifyXMLSignatureRequestType } */ public VerifyXMLSignatureRequestType createVerifyXMLSignatureRequestType() { return new VerifyXMLSignatureRequestType(); @@ -123,6 +139,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateXMLSignatureResponseType } * + * @return + * the new instance of {@link CreateXMLSignatureResponseType } */ public CreateXMLSignatureResponseType createCreateXMLSignatureResponseType() { return new CreateXMLSignatureResponseType(); @@ -131,6 +149,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateXMLSignatureRequestType.SingleSignatureInfo } * + * @return + * the new instance of {@link CreateXMLSignatureRequestType.SingleSignatureInfo } */ public CreateXMLSignatureRequestType.SingleSignatureInfo createCreateXMLSignatureRequestTypeSingleSignatureInfo() { return new CreateXMLSignatureRequestType.SingleSignatureInfo(); @@ -139,6 +159,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateCMSSignatureRequestType.SingleSignatureInfo } * + * @return + * the new instance of {@link CreateCMSSignatureRequestType.SingleSignatureInfo } */ public CreateCMSSignatureRequestType.SingleSignatureInfo createCreateCMSSignatureRequestTypeSingleSignatureInfo() { return new CreateCMSSignatureRequestType.SingleSignatureInfo(); @@ -147,6 +169,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateCMSSignatureRequest } * + * @return + * the new instance of {@link CreateCMSSignatureRequest } */ public CreateCMSSignatureRequest createCreateCMSSignatureRequest() { return new CreateCMSSignatureRequest(); @@ -155,6 +179,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateCMSSignatureResponseType } * + * @return + * the new instance of {@link CreateCMSSignatureResponseType } */ public CreateCMSSignatureResponseType createCreateCMSSignatureResponseType() { return new CreateCMSSignatureResponseType(); @@ -163,6 +189,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateXMLSignatureRequest } * + * @return + * the new instance of {@link CreateXMLSignatureRequest } */ public CreateXMLSignatureRequest createCreateXMLSignatureRequest() { return new CreateXMLSignatureRequest(); @@ -171,6 +199,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreatePDFSignatureRequest } * + * @return + * the new instance of {@link CreatePDFSignatureRequest } */ public CreatePDFSignatureRequest createCreatePDFSignatureRequest() { return new CreatePDFSignatureRequest(); @@ -179,6 +209,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreatePDFSignatureRequestType.SingleSignatureInfo } * + * @return + * the new instance of {@link CreatePDFSignatureRequestType.SingleSignatureInfo } */ public CreatePDFSignatureRequestType.SingleSignatureInfo createCreatePDFSignatureRequestTypeSingleSignatureInfo() { return new CreatePDFSignatureRequestType.SingleSignatureInfo(); @@ -187,6 +219,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreatePDFSignatureResponseType } * + * @return + * the new instance of {@link CreatePDFSignatureResponseType } */ public CreatePDFSignatureResponseType createCreatePDFSignatureResponseType() { return new CreatePDFSignatureResponseType(); @@ -195,6 +229,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyCMSSignatureRequest } * + * @return + * the new instance of {@link VerifyCMSSignatureRequest } */ public VerifyCMSSignatureRequest createVerifyCMSSignatureRequest() { return new VerifyCMSSignatureRequest(); @@ -203,6 +239,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyCMSSignatureRequestType } * + * @return + * the new instance of {@link VerifyCMSSignatureRequestType } */ public VerifyCMSSignatureRequestType createVerifyCMSSignatureRequestType() { return new VerifyCMSSignatureRequestType(); @@ -211,6 +249,8 @@ public class ObjectFactory { /** * Create an instance of {@link CMSDataObjectOptionalMetaType } * + * @return + * the new instance of {@link CMSDataObjectOptionalMetaType } */ public CMSDataObjectOptionalMetaType createCMSDataObjectOptionalMetaType() { return new CMSDataObjectOptionalMetaType(); @@ -219,6 +259,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyCMSSignatureResponseType } * + * @return + * the new instance of {@link VerifyCMSSignatureResponseType } */ public VerifyCMSSignatureResponseType createVerifyCMSSignatureResponseType() { return new VerifyCMSSignatureResponseType(); @@ -227,6 +269,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyPDFSignatureRequest } * + * @return + * the new instance of {@link VerifyPDFSignatureRequest } */ public VerifyPDFSignatureRequest createVerifyPDFSignatureRequest() { return new VerifyPDFSignatureRequest(); @@ -235,6 +279,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyPDFSignatureRequestType } * + * @return + * the new instance of {@link VerifyPDFSignatureRequestType } */ public VerifyPDFSignatureRequestType createVerifyPDFSignatureRequestType() { return new VerifyPDFSignatureRequestType(); @@ -243,6 +289,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyASICSignatureRequest } * + * @return + * the new instance of {@link VerifyASICSignatureRequest } */ public VerifyASICSignatureRequest createVerifyASICSignatureRequest() { return new VerifyASICSignatureRequest(); @@ -251,6 +299,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyASICSignatureRequestType } * + * @return + * the new instance of {@link VerifyASICSignatureRequestType } */ public VerifyASICSignatureRequestType createVerifyASICSignatureRequestType() { return new VerifyASICSignatureRequestType(); @@ -259,6 +309,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyASICSignatureResponseType } * + * @return + * the new instance of {@link VerifyASICSignatureResponseType } */ public VerifyASICSignatureResponseType createVerifyASICSignatureResponseType() { return new VerifyASICSignatureResponseType(); @@ -267,6 +319,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyPDFSignatureResponseType } * + * @return + * the new instance of {@link VerifyPDFSignatureResponseType } */ public VerifyPDFSignatureResponseType createVerifyPDFSignatureResponseType() { return new VerifyPDFSignatureResponseType(); @@ -275,6 +329,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyXMLSignatureResponseType } * + * @return + * the new instance of {@link VerifyXMLSignatureResponseType } */ public VerifyXMLSignatureResponseType createVerifyXMLSignatureResponseType() { return new VerifyXMLSignatureResponseType(); @@ -283,6 +339,8 @@ public class ObjectFactory { /** * Create an instance of {@link ErrorResponseType } * + * @return + * the new instance of {@link ErrorResponseType } */ public ErrorResponseType createErrorResponseType() { return new ErrorResponseType(); @@ -291,6 +349,8 @@ public class ObjectFactory { /** * Create an instance of {@link QualifiedCertificate } * + * @return + * the new instance of {@link QualifiedCertificate } */ public QualifiedCertificate createQualifiedCertificate() { return new QualifiedCertificate(); @@ -299,6 +359,8 @@ public class ObjectFactory { /** * Create an instance of {@link SecureSignatureCreationDevice } * + * @return + * the new instance of {@link SecureSignatureCreationDevice } */ public SecureSignatureCreationDevice createSecureSignatureCreationDevice() { return new SecureSignatureCreationDevice(); @@ -307,6 +369,8 @@ public class ObjectFactory { /** * Create an instance of {@link PublicAuthorityType } * + * @return + * the new instance of {@link PublicAuthorityType } */ public PublicAuthorityType createPublicAuthorityType() { return new PublicAuthorityType(); @@ -315,6 +379,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateSignatureEnvironmentProfile } * + * @return + * the new instance of {@link CreateSignatureEnvironmentProfile } */ public CreateSignatureEnvironmentProfile createCreateSignatureEnvironmentProfile() { return new CreateSignatureEnvironmentProfile(); @@ -323,6 +389,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateSignatureLocationType } * + * @return + * the new instance of {@link CreateSignatureLocationType } */ public CreateSignatureLocationType createCreateSignatureLocationType() { return new CreateSignatureLocationType(); @@ -331,6 +399,8 @@ public class ObjectFactory { /** * Create an instance of {@link XMLDataObjectAssociationType } * + * @return + * the new instance of {@link XMLDataObjectAssociationType } */ public XMLDataObjectAssociationType createXMLDataObjectAssociationType() { return new XMLDataObjectAssociationType(); @@ -339,6 +409,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyTransformsInfoProfile } * + * @return + * the new instance of {@link VerifyTransformsInfoProfile } */ public VerifyTransformsInfoProfile createVerifyTransformsInfoProfile() { return new VerifyTransformsInfoProfile(); @@ -347,6 +419,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateTransformsInfoProfile } * + * @return + * the new instance of {@link CreateTransformsInfoProfile } */ public CreateTransformsInfoProfile createCreateTransformsInfoProfile() { return new CreateTransformsInfoProfile(); @@ -355,6 +429,8 @@ public class ObjectFactory { /** * Create an instance of {@link TransformsInfoType } * + * @return + * the new instance of {@link TransformsInfoType } */ public TransformsInfoType createTransformsInfoType() { return new TransformsInfoType(); @@ -363,6 +439,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyASICCMSSignatureResponseType } * + * @return + * the new instance of {@link VerifyASICCMSSignatureResponseType } */ public VerifyASICCMSSignatureResponseType createVerifyASICCMSSignatureResponseType() { return new VerifyASICCMSSignatureResponseType(); @@ -371,6 +449,8 @@ public class ObjectFactory { /** * Create an instance of {@link PDFSignatureResultType } * + * @return + * the new instance of {@link PDFSignatureResultType } */ public PDFSignatureResultType createPDFSignatureResultType() { return new PDFSignatureResultType(); @@ -379,6 +459,8 @@ public class ObjectFactory { /** * Create an instance of {@link PDFSignatureProperties } * + * @return + * the new instance of {@link PDFSignatureProperties } */ public PDFSignatureProperties createPDFSignatureProperties() { return new PDFSignatureProperties(); @@ -387,6 +469,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyASICXMLSignatureResponseType } * + * @return + * the new instance of {@link VerifyASICXMLSignatureResponseType } */ public VerifyASICXMLSignatureResponseType createVerifyASICXMLSignatureResponseType() { return new VerifyASICXMLSignatureResponseType(); @@ -395,6 +479,8 @@ public class ObjectFactory { /** * Create an instance of {@link InputDataType } * + * @return + * the new instance of {@link InputDataType } */ public InputDataType createInputDataType() { return new InputDataType(); @@ -403,6 +489,8 @@ public class ObjectFactory { /** * Create an instance of {@link MetaInfoType } * + * @return + * the new instance of {@link MetaInfoType } */ public MetaInfoType createMetaInfoType() { return new MetaInfoType(); @@ -411,6 +499,8 @@ public class ObjectFactory { /** * Create an instance of {@link FinalDataMetaInfoType } * + * @return + * the new instance of {@link FinalDataMetaInfoType } */ public FinalDataMetaInfoType createFinalDataMetaInfoType() { return new FinalDataMetaInfoType(); @@ -419,6 +509,8 @@ public class ObjectFactory { /** * Create an instance of {@link PDFSignedRepsonse } * + * @return + * the new instance of {@link PDFSignedRepsonse } */ public PDFSignedRepsonse createPDFSignedRepsonse() { return new PDFSignedRepsonse(); @@ -427,6 +519,8 @@ public class ObjectFactory { /** * Create an instance of {@link CMSDataObjectRequiredMetaType } * + * @return + * the new instance of {@link CMSDataObjectRequiredMetaType } */ public CMSDataObjectRequiredMetaType createCMSDataObjectRequiredMetaType() { return new CMSDataObjectRequiredMetaType(); @@ -435,6 +529,8 @@ public class ObjectFactory { /** * Create an instance of {@link CMSContentBaseType } * + * @return + * the new instance of {@link CMSContentBaseType } */ public CMSContentBaseType createCMSContentBaseType() { return new CMSContentBaseType(); @@ -443,6 +539,8 @@ public class ObjectFactory { /** * Create an instance of {@link CheckResultType } * + * @return + * the new instance of {@link CheckResultType } */ public CheckResultType createCheckResultType() { return new CheckResultType(); @@ -451,6 +549,8 @@ public class ObjectFactory { /** * Create an instance of {@link FormResultType } * + * @return + * the new instance of {@link FormResultType } */ public FormResultType createFormResultType() { return new FormResultType(); @@ -459,6 +559,8 @@ public class ObjectFactory { /** * Create an instance of {@link IndicationResultType } * + * @return + * the new instance of {@link IndicationResultType } */ public IndicationResultType createIndicationResultType() { return new IndicationResultType(); @@ -467,6 +569,8 @@ public class ObjectFactory { /** * Create an instance of {@link ExtendedCertificateCheckResultType } * + * @return + * the new instance of {@link ExtendedCertificateCheckResultType } */ public ExtendedCertificateCheckResultType createExtendedCertificateCheckResultType() { return new ExtendedCertificateCheckResultType(); @@ -475,6 +579,8 @@ public class ObjectFactory { /** * Create an instance of {@link ReferencesCheckResultType } * + * @return + * the new instance of {@link ReferencesCheckResultType } */ public ReferencesCheckResultType createReferencesCheckResultType() { return new ReferencesCheckResultType(); @@ -483,6 +589,8 @@ public class ObjectFactory { /** * Create an instance of {@link ReferencesCheckResultInfoType } * + * @return + * the new instance of {@link ReferencesCheckResultInfoType } */ public ReferencesCheckResultInfoType createReferencesCheckResultInfoType() { return new ReferencesCheckResultInfoType(); @@ -491,6 +599,8 @@ public class ObjectFactory { /** * Create an instance of {@link ManifestRefsCheckResultType } * + * @return + * the new instance of {@link ManifestRefsCheckResultType } */ public ManifestRefsCheckResultType createManifestRefsCheckResultType() { return new ManifestRefsCheckResultType(); @@ -499,6 +609,8 @@ public class ObjectFactory { /** * Create an instance of {@link ManifestRefsCheckResultInfoType } * + * @return + * the new instance of {@link ManifestRefsCheckResultInfoType } */ public ManifestRefsCheckResultInfoType createManifestRefsCheckResultInfoType() { return new ManifestRefsCheckResultInfoType(); @@ -507,6 +619,8 @@ public class ObjectFactory { /** * Create an instance of {@link AnyChildrenType } * + * @return + * the new instance of {@link AnyChildrenType } */ public AnyChildrenType createAnyChildrenType() { return new AnyChildrenType(); @@ -515,6 +629,8 @@ public class ObjectFactory { /** * Create an instance of {@link XMLContentType } * + * @return + * the new instance of {@link XMLContentType } */ public XMLContentType createXMLContentType() { return new XMLContentType(); @@ -523,6 +639,8 @@ public class ObjectFactory { /** * Create an instance of {@link ContentBaseType } * + * @return + * the new instance of {@link ContentBaseType } */ public ContentBaseType createContentBaseType() { return new ContentBaseType(); @@ -531,6 +649,8 @@ public class ObjectFactory { /** * Create an instance of {@link ContentExLocRefBaseType } * + * @return + * the new instance of {@link ContentExLocRefBaseType } */ public ContentExLocRefBaseType createContentExLocRefBaseType() { return new ContentExLocRefBaseType(); @@ -539,6 +659,8 @@ public class ObjectFactory { /** * Create an instance of {@link ContentOptionalRefType } * + * @return + * the new instance of {@link ContentOptionalRefType } */ public ContentOptionalRefType createContentOptionalRefType() { return new ContentOptionalRefType(); @@ -547,6 +669,8 @@ public class ObjectFactory { /** * Create an instance of {@link ContentRequiredRefType } * + * @return + * the new instance of {@link ContentRequiredRefType } */ public ContentRequiredRefType createContentRequiredRefType() { return new ContentRequiredRefType(); @@ -555,6 +679,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyTransformsDataType } * + * @return + * the new instance of {@link VerifyTransformsDataType } */ public VerifyTransformsDataType createVerifyTransformsDataType() { return new VerifyTransformsDataType(); @@ -563,6 +689,8 @@ public class ObjectFactory { /** * Create an instance of {@link CMSDataObjectInfoType.DataObject } * + * @return + * the new instance of {@link CMSDataObjectInfoType.DataObject } */ public CMSDataObjectInfoType.DataObject createCMSDataObjectInfoTypeDataObject() { return new CMSDataObjectInfoType.DataObject(); @@ -571,6 +699,8 @@ public class ObjectFactory { /** * Create an instance of {@link DataObjectInfoType.DataObject } * + * @return + * the new instance of {@link DataObjectInfoType.DataObject } */ public DataObjectInfoType.DataObject createDataObjectInfoTypeDataObject() { return new DataObjectInfoType.DataObject(); @@ -579,6 +709,8 @@ public class ObjectFactory { /** * Create an instance of {@link ASICResultType.SignedFiles } * + * @return + * the new instance of {@link ASICResultType.SignedFiles } */ public ASICResultType.SignedFiles createASICResultTypeSignedFiles() { return new ASICResultType.SignedFiles(); @@ -587,6 +719,8 @@ public class ObjectFactory { /** * Create an instance of {@link TransformParameterType.Hash } * + * @return + * the new instance of {@link TransformParameterType.Hash } */ public TransformParameterType.Hash createTransformParameterTypeHash() { return new TransformParameterType.Hash(); @@ -595,6 +729,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyXMLSignatureRequestType.VerifySignatureInfo } * + * @return + * the new instance of {@link VerifyXMLSignatureRequestType.VerifySignatureInfo } */ public VerifyXMLSignatureRequestType.VerifySignatureInfo createVerifyXMLSignatureRequestTypeVerifySignatureInfo() { return new VerifyXMLSignatureRequestType.VerifySignatureInfo(); @@ -603,6 +739,8 @@ public class ObjectFactory { /** * Create an instance of {@link VerifyXMLSignatureRequestType.SignatureManifestCheckParams } * + * @return + * the new instance of {@link VerifyXMLSignatureRequestType.SignatureManifestCheckParams } */ public VerifyXMLSignatureRequestType.SignatureManifestCheckParams createVerifyXMLSignatureRequestTypeSignatureManifestCheckParams() { return new VerifyXMLSignatureRequestType.SignatureManifestCheckParams(); @@ -611,6 +749,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateXMLSignatureResponseType.SignatureEnvironment } * + * @return + * the new instance of {@link CreateXMLSignatureResponseType.SignatureEnvironment } */ public CreateXMLSignatureResponseType.SignatureEnvironment createCreateXMLSignatureResponseTypeSignatureEnvironment() { return new CreateXMLSignatureResponseType.SignatureEnvironment(); @@ -619,6 +759,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo } * + * @return + * the new instance of {@link CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo } */ public CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo createCreateXMLSignatureRequestTypeSingleSignatureInfoDataObjectInfo() { return new CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo(); @@ -627,6 +769,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateXMLSignatureRequestType.SingleSignatureInfo.CreateSignatureInfo } * + * @return + * the new instance of {@link CreateXMLSignatureRequestType.SingleSignatureInfo.CreateSignatureInfo } */ public CreateXMLSignatureRequestType.SingleSignatureInfo.CreateSignatureInfo createCreateXMLSignatureRequestTypeSingleSignatureInfoCreateSignatureInfo() { return new CreateXMLSignatureRequestType.SingleSignatureInfo.CreateSignatureInfo(); @@ -635,6 +779,8 @@ public class ObjectFactory { /** * Create an instance of {@link CreateCMSSignatureRequestType.SingleSignatureInfo.DataObjectInfo } * + * @return + * the new instance of {@link CreateCMSSignatureRequestType.SingleSignatureInfo.DataObjectInfo } */ public CreateCMSSignatureRequestType.SingleSignatureInfo.DataObjectInfo createCreateCMSSignatureRequestTypeSingleSignatureInfoDataObjectInfo() { return new CreateCMSSignatureRequestType.SingleSignatureInfo.DataObjectInfo(); @@ -650,7 +796,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "CreateCMSSignatureResponse") public JAXBElement<CreateCMSSignatureResponseType> createCreateCMSSignatureResponse(CreateCMSSignatureResponseType value) { - return new JAXBElement<CreateCMSSignatureResponseType>(_CreateCMSSignatureResponse_QNAME, CreateCMSSignatureResponseType.class, null, value); + return new JAXBElement<>(_CreateCMSSignatureResponse_QNAME, CreateCMSSignatureResponseType.class, null, value); } /** @@ -663,7 +809,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "CreateXMLSignatureResponse") public JAXBElement<CreateXMLSignatureResponseType> createCreateXMLSignatureResponse(CreateXMLSignatureResponseType value) { - return new JAXBElement<CreateXMLSignatureResponseType>(_CreateXMLSignatureResponse_QNAME, CreateXMLSignatureResponseType.class, null, value); + return new JAXBElement<>(_CreateXMLSignatureResponse_QNAME, CreateXMLSignatureResponseType.class, null, value); } /** @@ -676,7 +822,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "CreatePDFSignatureResponse") public JAXBElement<CreatePDFSignatureResponseType> createCreatePDFSignatureResponse(CreatePDFSignatureResponseType value) { - return new JAXBElement<CreatePDFSignatureResponseType>(_CreatePDFSignatureResponse_QNAME, CreatePDFSignatureResponseType.class, null, value); + return new JAXBElement<>(_CreatePDFSignatureResponse_QNAME, CreatePDFSignatureResponseType.class, null, value); } /** @@ -689,7 +835,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "VerifyCMSSignatureResponse") public JAXBElement<VerifyCMSSignatureResponseType> createVerifyCMSSignatureResponse(VerifyCMSSignatureResponseType value) { - return new JAXBElement<VerifyCMSSignatureResponseType>(_VerifyCMSSignatureResponse_QNAME, VerifyCMSSignatureResponseType.class, null, value); + return new JAXBElement<>(_VerifyCMSSignatureResponse_QNAME, VerifyCMSSignatureResponseType.class, null, value); } /** @@ -702,7 +848,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "VerifyASICSignatureResponse") public JAXBElement<VerifyASICSignatureResponseType> createVerifyASICSignatureResponse(VerifyASICSignatureResponseType value) { - return new JAXBElement<VerifyASICSignatureResponseType>(_VerifyASICSignatureResponse_QNAME, VerifyASICSignatureResponseType.class, null, value); + return new JAXBElement<>(_VerifyASICSignatureResponse_QNAME, VerifyASICSignatureResponseType.class, null, value); } /** @@ -715,7 +861,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "VerifyPDFSignatureResponse") public JAXBElement<VerifyPDFSignatureResponseType> createVerifyPDFSignatureResponse(VerifyPDFSignatureResponseType value) { - return new JAXBElement<VerifyPDFSignatureResponseType>(_VerifyPDFSignatureResponse_QNAME, VerifyPDFSignatureResponseType.class, null, value); + return new JAXBElement<>(_VerifyPDFSignatureResponse_QNAME, VerifyPDFSignatureResponseType.class, null, value); } /** @@ -728,7 +874,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "VerifyXMLSignatureRequest") public JAXBElement<VerifyXMLSignatureRequestType> createVerifyXMLSignatureRequest(VerifyXMLSignatureRequestType value) { - return new JAXBElement<VerifyXMLSignatureRequestType>(_VerifyXMLSignatureRequest_QNAME, VerifyXMLSignatureRequestType.class, null, value); + return new JAXBElement<>(_VerifyXMLSignatureRequest_QNAME, VerifyXMLSignatureRequestType.class, null, value); } /** @@ -741,7 +887,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "VerifyXMLSignatureResponse") public JAXBElement<VerifyXMLSignatureResponseType> createVerifyXMLSignatureResponse(VerifyXMLSignatureResponseType value) { - return new JAXBElement<VerifyXMLSignatureResponseType>(_VerifyXMLSignatureResponse_QNAME, VerifyXMLSignatureResponseType.class, null, value); + return new JAXBElement<>(_VerifyXMLSignatureResponse_QNAME, VerifyXMLSignatureResponseType.class, null, value); } /** @@ -754,7 +900,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "ErrorResponse") public JAXBElement<ErrorResponseType> createErrorResponse(ErrorResponseType value) { - return new JAXBElement<ErrorResponseType>(_ErrorResponse_QNAME, ErrorResponseType.class, null, value); + return new JAXBElement<>(_ErrorResponse_QNAME, ErrorResponseType.class, null, value); } /** @@ -768,7 +914,7 @@ public class ObjectFactory { @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "IssuingCountry") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) public JAXBElement<String> createIssuingCountry(String value) { - return new JAXBElement<String>(_IssuingCountry_QNAME, String.class, null, value); + return new JAXBElement<>(_IssuingCountry_QNAME, String.class, null, value); } /** @@ -781,7 +927,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "PublicAuthority") public JAXBElement<PublicAuthorityType> createPublicAuthority(PublicAuthorityType value) { - return new JAXBElement<PublicAuthorityType>(_PublicAuthority_QNAME, PublicAuthorityType.class, null, value); + return new JAXBElement<>(_PublicAuthority_QNAME, PublicAuthorityType.class, null, value); } /** @@ -794,7 +940,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "Supplement") public JAXBElement<XMLDataObjectAssociationType> createSupplement(XMLDataObjectAssociationType value) { - return new JAXBElement<XMLDataObjectAssociationType>(_Supplement_QNAME, XMLDataObjectAssociationType.class, null, value); + return new JAXBElement<>(_Supplement_QNAME, XMLDataObjectAssociationType.class, null, value); } /** @@ -807,7 +953,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "SupplementProfile") public JAXBElement<XMLDataObjectAssociationType> createSupplementProfile(XMLDataObjectAssociationType value) { - return new JAXBElement<XMLDataObjectAssociationType>(_SupplementProfile_QNAME, XMLDataObjectAssociationType.class, null, value); + return new JAXBElement<>(_SupplementProfile_QNAME, XMLDataObjectAssociationType.class, null, value); } /** @@ -820,7 +966,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "SignerInfo", scope = VerifyASICCMSSignatureResponseType.class) public JAXBElement<KeyInfoType> createVerifyASICCMSSignatureResponseTypeSignerInfo(KeyInfoType value) { - return new JAXBElement<KeyInfoType>(_VerifyASICCMSSignatureResponseTypeSignerInfo_QNAME, KeyInfoType.class, VerifyASICCMSSignatureResponseType.class, value); + return new JAXBElement<>(_VerifyASICCMSSignatureResponseTypeSignerInfo_QNAME, KeyInfoType.class, VerifyASICCMSSignatureResponseType.class, value); } /** @@ -833,7 +979,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "SigningTime", scope = VerifyASICCMSSignatureResponseType.class) public JAXBElement<XMLGregorianCalendar> createVerifyASICCMSSignatureResponseTypeSigningTime(XMLGregorianCalendar value) { - return new JAXBElement<XMLGregorianCalendar>(_VerifyASICCMSSignatureResponseTypeSigningTime_QNAME, XMLGregorianCalendar.class, VerifyASICCMSSignatureResponseType.class, value); + return new JAXBElement<>(_VerifyASICCMSSignatureResponseTypeSigningTime_QNAME, XMLGregorianCalendar.class, VerifyASICCMSSignatureResponseType.class, value); } /** @@ -846,7 +992,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "SignatureCheck", scope = VerifyASICCMSSignatureResponseType.class) public JAXBElement<CheckResultType> createVerifyASICCMSSignatureResponseTypeSignatureCheck(CheckResultType value) { - return new JAXBElement<CheckResultType>(_VerifyASICCMSSignatureResponseTypeSignatureCheck_QNAME, CheckResultType.class, VerifyASICCMSSignatureResponseType.class, value); + return new JAXBElement<>(_VerifyASICCMSSignatureResponseTypeSignatureCheck_QNAME, CheckResultType.class, VerifyASICCMSSignatureResponseType.class, value); } /** @@ -859,7 +1005,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "CertificateCheck", scope = VerifyASICCMSSignatureResponseType.class) public JAXBElement<CheckResultType> createVerifyASICCMSSignatureResponseTypeCertificateCheck(CheckResultType value) { - return new JAXBElement<CheckResultType>(_VerifyASICCMSSignatureResponseTypeCertificateCheck_QNAME, CheckResultType.class, VerifyASICCMSSignatureResponseType.class, value); + return new JAXBElement<>(_VerifyASICCMSSignatureResponseTypeCertificateCheck_QNAME, CheckResultType.class, VerifyASICCMSSignatureResponseType.class, value); } /** @@ -872,7 +1018,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "FormCheckResult", scope = VerifyASICCMSSignatureResponseType.class) public JAXBElement<FormResultType> createVerifyASICCMSSignatureResponseTypeFormCheckResult(FormResultType value) { - return new JAXBElement<FormResultType>(_VerifyASICCMSSignatureResponseTypeFormCheckResult_QNAME, FormResultType.class, VerifyASICCMSSignatureResponseType.class, value); + return new JAXBElement<>(_VerifyASICCMSSignatureResponseTypeFormCheckResult_QNAME, FormResultType.class, VerifyASICCMSSignatureResponseType.class, value); } /** @@ -885,7 +1031,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "ExtendedCertificateCheck", scope = VerifyASICCMSSignatureResponseType.class) public JAXBElement<ExtendedCertificateCheckResultType> createVerifyASICCMSSignatureResponseTypeExtendedCertificateCheck(ExtendedCertificateCheckResultType value) { - return new JAXBElement<ExtendedCertificateCheckResultType>(_VerifyASICCMSSignatureResponseTypeExtendedCertificateCheck_QNAME, ExtendedCertificateCheckResultType.class, VerifyASICCMSSignatureResponseType.class, value); + return new JAXBElement<>(_VerifyASICCMSSignatureResponseTypeExtendedCertificateCheck_QNAME, ExtendedCertificateCheckResultType.class, VerifyASICCMSSignatureResponseType.class, value); } /** @@ -898,7 +1044,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "SignerInfo", scope = VerifyCMSSignatureResponseType.class) public JAXBElement<KeyInfoType> createVerifyCMSSignatureResponseTypeSignerInfo(KeyInfoType value) { - return new JAXBElement<KeyInfoType>(_VerifyASICCMSSignatureResponseTypeSignerInfo_QNAME, KeyInfoType.class, VerifyCMSSignatureResponseType.class, value); + return new JAXBElement<>(_VerifyASICCMSSignatureResponseTypeSignerInfo_QNAME, KeyInfoType.class, VerifyCMSSignatureResponseType.class, value); } /** @@ -911,7 +1057,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "SignatureAlgorithm", scope = VerifyCMSSignatureResponseType.class) public JAXBElement<String> createVerifyCMSSignatureResponseTypeSignatureAlgorithm(String value) { - return new JAXBElement<String>(_VerifyCMSSignatureResponseTypeSignatureAlgorithm_QNAME, String.class, VerifyCMSSignatureResponseType.class, value); + return new JAXBElement<>(_VerifyCMSSignatureResponseTypeSignatureAlgorithm_QNAME, String.class, VerifyCMSSignatureResponseType.class, value); } /** @@ -924,7 +1070,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "SignatureCheck", scope = VerifyCMSSignatureResponseType.class) public JAXBElement<CheckResultType> createVerifyCMSSignatureResponseTypeSignatureCheck(CheckResultType value) { - return new JAXBElement<CheckResultType>(_VerifyASICCMSSignatureResponseTypeSignatureCheck_QNAME, CheckResultType.class, VerifyCMSSignatureResponseType.class, value); + return new JAXBElement<>(_VerifyASICCMSSignatureResponseTypeSignatureCheck_QNAME, CheckResultType.class, VerifyCMSSignatureResponseType.class, value); } /** @@ -937,7 +1083,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "CertificateCheck", scope = VerifyCMSSignatureResponseType.class) public JAXBElement<CheckResultType> createVerifyCMSSignatureResponseTypeCertificateCheck(CheckResultType value) { - return new JAXBElement<CheckResultType>(_VerifyASICCMSSignatureResponseTypeCertificateCheck_QNAME, CheckResultType.class, VerifyCMSSignatureResponseType.class, value); + return new JAXBElement<>(_VerifyASICCMSSignatureResponseTypeCertificateCheck_QNAME, CheckResultType.class, VerifyCMSSignatureResponseType.class, value); } /** @@ -950,7 +1096,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "FormCheckResult", scope = VerifyCMSSignatureResponseType.class) public JAXBElement<FormResultType> createVerifyCMSSignatureResponseTypeFormCheckResult(FormResultType value) { - return new JAXBElement<FormResultType>(_VerifyASICCMSSignatureResponseTypeFormCheckResult_QNAME, FormResultType.class, VerifyCMSSignatureResponseType.class, value); + return new JAXBElement<>(_VerifyASICCMSSignatureResponseTypeFormCheckResult_QNAME, FormResultType.class, VerifyCMSSignatureResponseType.class, value); } /** @@ -963,7 +1109,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "ExtendedCertificateCheck", scope = VerifyCMSSignatureResponseType.class) public JAXBElement<ExtendedCertificateCheckResultType> createVerifyCMSSignatureResponseTypeExtendedCertificateCheck(ExtendedCertificateCheckResultType value) { - return new JAXBElement<ExtendedCertificateCheckResultType>(_VerifyASICCMSSignatureResponseTypeExtendedCertificateCheck_QNAME, ExtendedCertificateCheckResultType.class, VerifyCMSSignatureResponseType.class, value); + return new JAXBElement<>(_VerifyASICCMSSignatureResponseTypeExtendedCertificateCheck_QNAME, ExtendedCertificateCheckResultType.class, VerifyCMSSignatureResponseType.class, value); } } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PDFSignatureProperties.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PDFSignatureProperties.java index 18143994..8bf8c5a9 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PDFSignatureProperties.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PDFSignatureProperties.java @@ -1,29 +1,29 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für PDFSignatureProperties complex type. + * <p>Java class for PDFSignatureProperties complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="PDFSignatureProperties"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="SignatureCoversFullPDF" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> - * <element name="SignatureByteRange" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="PDFSignatureProperties"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="SignatureCoversFullPDF" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> + * <element name="SignatureByteRange" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -40,7 +40,7 @@ public class PDFSignatureProperties { protected String signatureByteRange; /** - * Ruft den Wert der signatureCoversFullPDF-Eigenschaft ab. + * Gets the value of the signatureCoversFullPDF property. * * @return * possible object is @@ -52,7 +52,7 @@ public class PDFSignatureProperties { } /** - * Legt den Wert der signatureCoversFullPDF-Eigenschaft fest. + * Sets the value of the signatureCoversFullPDF property. * * @param value * allowed object is @@ -64,7 +64,7 @@ public class PDFSignatureProperties { } /** - * Ruft den Wert der signatureByteRange-Eigenschaft ab. + * Gets the value of the signatureByteRange property. * * @return * possible object is @@ -76,7 +76,7 @@ public class PDFSignatureProperties { } /** - * Legt den Wert der signatureByteRange-Eigenschaft fest. + * Sets the value of the signatureByteRange property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PDFSignatureResultType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PDFSignatureResultType.java index 17d643b9..07d5a5e0 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PDFSignatureResultType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PDFSignatureResultType.java @@ -3,38 +3,38 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import org.w3._2000._09.xmldsig_.KeyInfoType; /** - * <p>Java-Klasse für PDFSignatureResultType complex type. + * <p>Java class for PDFSignatureResultType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="PDFSignatureResultType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType" minOccurs="0"/> - * <element name="SigningTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> - * <element name="SignatureAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> - * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> - * <element name="FormCheckResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FormResultType" maxOccurs="unbounded" minOccurs="0"/> - * <element name="ExtendedCertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ExtendedCertificateCheckResultType" minOccurs="0"/> - * <element name="SignatureProperties" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}PDFSignatureProperties" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="PDFSignatureResultType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType" minOccurs="0"/> + * <element name="SigningTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> + * <element name="SignatureAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> + * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> + * <element name="FormCheckResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FormResultType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="ExtendedCertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ExtendedCertificateCheckResultType" minOccurs="0"/> + * <element name="SignatureProperties" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}PDFSignatureProperties" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -51,6 +51,14 @@ import org.w3._2000._09.xmldsig_.KeyInfoType; }) public class PDFSignatureResultType { + /** + * only ds:X509Data and RetrievalMethod is + * supported; QualifiedCertificate is included as + * X509Data/any;publicAuthority is included as X509Data/any; + * SecureSignatureCreationDevice is included as X509Data/any, + * IssuingCountry is included as X509Data/any + * + */ @XmlElement(name = "SignerInfo") protected KeyInfoType signerInfo; @XmlElement(name = "SigningTime") @@ -70,7 +78,11 @@ public class PDFSignatureResultType { protected PDFSignatureProperties signatureProperties; /** - * Ruft den Wert der signerInfo-Eigenschaft ab. + * only ds:X509Data and RetrievalMethod is + * supported; QualifiedCertificate is included as + * X509Data/any;publicAuthority is included as X509Data/any; + * SecureSignatureCreationDevice is included as X509Data/any, + * IssuingCountry is included as X509Data/any * * @return * possible object is @@ -82,19 +94,20 @@ public class PDFSignatureResultType { } /** - * Legt den Wert der signerInfo-Eigenschaft fest. + * Sets the value of the signerInfo property. * * @param value * allowed object is * {@link KeyInfoType } * + * @see #getSignerInfo() */ public void setSignerInfo(KeyInfoType value) { this.signerInfo = value; } /** - * Ruft den Wert der signingTime-Eigenschaft ab. + * Gets the value of the signingTime property. * * @return * possible object is @@ -106,7 +119,7 @@ public class PDFSignatureResultType { } /** - * Legt den Wert der signingTime-Eigenschaft fest. + * Sets the value of the signingTime property. * * @param value * allowed object is @@ -118,7 +131,7 @@ public class PDFSignatureResultType { } /** - * Ruft den Wert der signatureAlgorithm-Eigenschaft ab. + * Gets the value of the signatureAlgorithm property. * * @return * possible object is @@ -130,7 +143,7 @@ public class PDFSignatureResultType { } /** - * Legt den Wert der signatureAlgorithm-Eigenschaft fest. + * Sets the value of the signatureAlgorithm property. * * @param value * allowed object is @@ -142,7 +155,7 @@ public class PDFSignatureResultType { } /** - * Ruft den Wert der signatureCheck-Eigenschaft ab. + * Gets the value of the signatureCheck property. * * @return * possible object is @@ -154,7 +167,7 @@ public class PDFSignatureResultType { } /** - * Legt den Wert der signatureCheck-Eigenschaft fest. + * Sets the value of the signatureCheck property. * * @param value * allowed object is @@ -166,7 +179,7 @@ public class PDFSignatureResultType { } /** - * Ruft den Wert der certificateCheck-Eigenschaft ab. + * Gets the value of the certificateCheck property. * * @return * possible object is @@ -178,7 +191,7 @@ public class PDFSignatureResultType { } /** - * Legt den Wert der certificateCheck-Eigenschaft fest. + * Sets the value of the certificateCheck property. * * @param value * allowed object is @@ -192,34 +205,37 @@ public class PDFSignatureResultType { /** * Gets the value of the formCheckResult property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the formCheckResult property. + * This is why there is not a <CODE>set</CODE> method for the formCheckResult property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getFormCheckResult().add(newItem); + * getFormCheckResult().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link FormResultType } + * </p> * * + * @return + * The value of the formCheckResult property. */ public List<FormResultType> getFormCheckResult() { if (formCheckResult == null) { - formCheckResult = new ArrayList<FormResultType>(); + formCheckResult = new ArrayList<>(); } return this.formCheckResult; } /** - * Ruft den Wert der extendedCertificateCheck-Eigenschaft ab. + * Gets the value of the extendedCertificateCheck property. * * @return * possible object is @@ -231,7 +247,7 @@ public class PDFSignatureResultType { } /** - * Legt den Wert der extendedCertificateCheck-Eigenschaft fest. + * Sets the value of the extendedCertificateCheck property. * * @param value * allowed object is @@ -243,7 +259,7 @@ public class PDFSignatureResultType { } /** - * Ruft den Wert der signatureProperties-Eigenschaft ab. + * Gets the value of the signatureProperties property. * * @return * possible object is @@ -255,7 +271,7 @@ public class PDFSignatureResultType { } /** - * Legt den Wert der signatureProperties-Eigenschaft fest. + * Sets the value of the signatureProperties property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PDFSignedRepsonse.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PDFSignedRepsonse.java index 5c47371c..66d91951 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PDFSignedRepsonse.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PDFSignedRepsonse.java @@ -1,32 +1,32 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für PDFSignedRepsonse complex type. + * <p>Java class for PDFSignedRepsonse complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="PDFSignedRepsonse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="SignatureID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <choice> - * <element name="PDFSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}ErrorResponse"/> - * </choice> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="PDFSignedRepsonse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="SignatureID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <choice> + * <element name="PDFSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> + * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}ErrorResponse"/> + * </choice> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -40,13 +40,23 @@ public class PDFSignedRepsonse { @XmlElement(name = "SignatureID") protected String signatureID; + /** + * Resultat, falls die Signaturerstellung + * erfolgreich war + * + */ @XmlElement(name = "PDFSignature") protected byte[] pdfSignature; + /** + * Resultat, falls die Signaturerstellung gescheitert + * ist + * + */ @XmlElement(name = "ErrorResponse") protected ErrorResponseType errorResponse; /** - * Ruft den Wert der signatureID-Eigenschaft ab. + * Gets the value of the signatureID property. * * @return * possible object is @@ -58,7 +68,7 @@ public class PDFSignedRepsonse { } /** - * Legt den Wert der signatureID-Eigenschaft fest. + * Sets the value of the signatureID property. * * @param value * allowed object is @@ -70,7 +80,8 @@ public class PDFSignedRepsonse { } /** - * Ruft den Wert der pdfSignature-Eigenschaft ab. + * Resultat, falls die Signaturerstellung + * erfolgreich war * * @return * possible object is @@ -81,18 +92,20 @@ public class PDFSignedRepsonse { } /** - * Legt den Wert der pdfSignature-Eigenschaft fest. + * Sets the value of the pdfSignature property. * * @param value * allowed object is * byte[] + * @see #getPDFSignature() */ public void setPDFSignature(byte[] value) { this.pdfSignature = value; } /** - * Ruft den Wert der errorResponse-Eigenschaft ab. + * Resultat, falls die Signaturerstellung gescheitert + * ist * * @return * possible object is @@ -104,12 +117,13 @@ public class PDFSignedRepsonse { } /** - * Legt den Wert der errorResponse-Eigenschaft fest. + * Sets the value of the errorResponse property. * * @param value * allowed object is * {@link ErrorResponseType } * + * @see #getErrorResponse() */ public void setErrorResponse(ErrorResponseType value) { this.errorResponse = value; diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PublicAuthorityType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PublicAuthorityType.java index d157035c..ec06bcf2 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PublicAuthorityType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/PublicAuthorityType.java @@ -1,28 +1,28 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für PublicAuthorityType complex type. + * <p>Java class for PublicAuthorityType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="PublicAuthorityType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="PublicAuthorityType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -36,7 +36,7 @@ public class PublicAuthorityType { protected String code; /** - * Ruft den Wert der code-Eigenschaft ab. + * Gets the value of the code property. * * @return * possible object is @@ -48,7 +48,7 @@ public class PublicAuthorityType { } /** - * Legt den Wert der code-Eigenschaft fest. + * Sets the value of the code property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/QualifiedCertificate.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/QualifiedCertificate.java index dc15a228..d0a4751e 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/QualifiedCertificate.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/QualifiedCertificate.java @@ -1,36 +1,36 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <attribute name="source"> - * <simpleType> - * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> - * <enumeration value="TSL"/> - * <enumeration value="Certificate"/> - * </restriction> - * </simpleType> - * </attribute> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <attribute name="source"> + * <simpleType> + * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> + * <enumeration value="TSL"/> + * <enumeration value="Certificate"/> + * </restriction> + * </simpleType> + * </attribute> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -44,7 +44,7 @@ public class QualifiedCertificate { protected String source; /** - * Ruft den Wert der source-Eigenschaft ab. + * Gets the value of the source property. * * @return * possible object is @@ -56,7 +56,7 @@ public class QualifiedCertificate { } /** - * Legt den Wert der source-Eigenschaft fest. + * Sets the value of the source property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ReferencesCheckResultInfoType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ReferencesCheckResultInfoType.java index b0290384..1f60c44d 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ReferencesCheckResultInfoType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ReferencesCheckResultInfoType.java @@ -1,28 +1,28 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für ReferencesCheckResultInfoType complex type. + * <p>Java class for ReferencesCheckResultInfoType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ReferencesCheckResultInfoType"> - * <complexContent> - * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType"> - * <sequence> - * <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> - * <element name="FailedReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ReferencesCheckResultInfoType"> + * <complexContent> + * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType"> + * <sequence> + * <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> + * <element name="FailedReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ReferencesCheckResultType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ReferencesCheckResultType.java index 953705a8..16a02cc9 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ReferencesCheckResultType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/ReferencesCheckResultType.java @@ -1,28 +1,28 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für ReferencesCheckResultType complex type. + * <p>Java class for ReferencesCheckResultType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ReferencesCheckResultType"> - * <complexContent> - * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"> - * <sequence> - * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> - * <element name="Info" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultInfoType" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ReferencesCheckResultType"> + * <complexContent> + * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"> + * <sequence> + * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> + * <element name="Info" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultInfoType" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SecureSignatureCreationDevice.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SecureSignatureCreationDevice.java index 1b370cc2..455c82db 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SecureSignatureCreationDevice.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SecureSignatureCreationDevice.java @@ -1,36 +1,36 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <attribute name="source"> - * <simpleType> - * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> - * <enumeration value="TSL"/> - * <enumeration value="Certificate"/> - * </restriction> - * </simpleType> - * </attribute> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <attribute name="source"> + * <simpleType> + * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> + * <enumeration value="TSL"/> + * <enumeration value="Certificate"/> + * </restriction> + * </simpleType> + * </attribute> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -44,7 +44,7 @@ public class SecureSignatureCreationDevice { protected String source; /** - * Ruft den Wert der source-Eigenschaft ab. + * Gets the value of the source property. * * @return * possible object is @@ -56,7 +56,7 @@ public class SecureSignatureCreationDevice { } /** - * Legt den Wert der source-Eigenschaft fest. + * Sets the value of the source property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureCreationPortType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureCreationPortType.java index a6953bc2..c8071f5b 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureCreationPortType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureCreationPortType.java @@ -1,16 +1,16 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.jws.WebMethod; -import javax.jws.WebParam; -import javax.jws.WebResult; -import javax.jws.WebService; -import javax.jws.soap.SOAPBinding; -import javax.xml.bind.annotation.XmlSeeAlso; +import jakarta.jws.WebMethod; +import jakarta.jws.WebParam; +import jakarta.jws.WebResult; +import jakarta.jws.WebService; +import jakarta.jws.soap.SOAPBinding; +import jakarta.xml.bind.annotation.XmlSeeAlso; /** - * This class was generated by Apache CXF 3.5.8 - * 2024-07-22T14:45:18.261+02:00 - * Generated source version: 3.5.8 + * This class was generated by Apache CXF 4.1.0 + * 2025-07-16T16:47:50.603+02:00 + * Generated source version: 4.1.0 * */ @WebService(targetNamespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "SignatureCreationPortType") diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureCreationService.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureCreationService.java index 7317f145..e3701ef9 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureCreationService.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureCreationService.java @@ -2,15 +2,15 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.net.URL; import javax.xml.namespace.QName; -import javax.xml.ws.WebEndpoint; -import javax.xml.ws.WebServiceClient; -import javax.xml.ws.WebServiceFeature; -import javax.xml.ws.Service; +import jakarta.xml.ws.WebEndpoint; +import jakarta.xml.ws.WebServiceClient; +import jakarta.xml.ws.WebServiceFeature; +import jakarta.xml.ws.Service; /** - * This class was generated by Apache CXF 3.5.8 - * 2024-07-22T14:45:18.281+02:00 - * Generated source version: 3.5.8 + * This class was generated by Apache CXF 4.1.0 + * 2025-07-16T16:47:50.614+02:00 + * Generated source version: 4.1.0 * */ @WebServiceClient(name = "SignatureCreationService", @@ -75,7 +75,7 @@ public class SignatureCreationService extends Service { /** * * @param features - * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values. + * A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values. * @return * returns SignatureCreationPortType */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureVerificationPortType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureVerificationPortType.java index 15119f0e..7672fc4c 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureVerificationPortType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureVerificationPortType.java @@ -1,16 +1,16 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.jws.WebMethod; -import javax.jws.WebParam; -import javax.jws.WebResult; -import javax.jws.WebService; -import javax.jws.soap.SOAPBinding; -import javax.xml.bind.annotation.XmlSeeAlso; +import jakarta.jws.WebMethod; +import jakarta.jws.WebParam; +import jakarta.jws.WebResult; +import jakarta.jws.WebService; +import jakarta.jws.soap.SOAPBinding; +import jakarta.xml.bind.annotation.XmlSeeAlso; /** - * This class was generated by Apache CXF 3.5.8 - * 2024-07-22T14:45:18.275+02:00 - * Generated source version: 3.5.8 + * This class was generated by Apache CXF 4.1.0 + * 2025-07-16T16:47:50.610+02:00 + * Generated source version: 4.1.0 * */ @WebService(targetNamespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "SignatureVerificationPortType") diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureVerificationService.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureVerificationService.java index 11ff29e7..9e9200bd 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureVerificationService.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/SignatureVerificationService.java @@ -2,15 +2,15 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.net.URL; import javax.xml.namespace.QName; -import javax.xml.ws.WebEndpoint; -import javax.xml.ws.WebServiceClient; -import javax.xml.ws.WebServiceFeature; -import javax.xml.ws.Service; +import jakarta.xml.ws.WebEndpoint; +import jakarta.xml.ws.WebServiceClient; +import jakarta.xml.ws.WebServiceFeature; +import jakarta.xml.ws.Service; /** - * This class was generated by Apache CXF 3.5.8 - * 2024-07-22T14:45:18.301+02:00 - * Generated source version: 3.5.8 + * This class was generated by Apache CXF 4.1.0 + * 2025-07-16T16:47:50.624+02:00 + * Generated source version: 4.1.0 * */ @WebServiceClient(name = "SignatureVerificationService", @@ -75,7 +75,7 @@ public class SignatureVerificationService extends Service { /** * * @param features - * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values. + * A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values. * @return * returns SignatureVerificationPortType */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/TransformParameterType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/TransformParameterType.java index 67cad009..23eebf92 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/TransformParameterType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/TransformParameterType.java @@ -1,44 +1,44 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import org.w3._2000._09.xmldsig_.DigestMethodType; /** - * <p>Java-Klasse für TransformParameterType complex type. + * <p>Java class for TransformParameterType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="TransformParameterType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <choice minOccurs="0"> - * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - * <element name="Hash"> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </element> - * </choice> - * <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="TransformParameterType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice minOccurs="0"> + * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> + * <element name="Hash"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * </choice> + * <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -49,8 +49,16 @@ import org.w3._2000._09.xmldsig_.DigestMethodType; }) public class TransformParameterType { + /** + * Der Transformationsparameter explizit angegeben. + * + */ @XmlElement(name = "Base64Content") protected byte[] base64Content; + /** + * Der Hashwert des Transformationsparameters. + * + */ @XmlElement(name = "Hash") protected TransformParameterType.Hash hash; @XmlAttribute(name = "URI", required = true) @@ -58,7 +66,7 @@ public class TransformParameterType { protected String uri; /** - * Ruft den Wert der base64Content-Eigenschaft ab. + * Der Transformationsparameter explizit angegeben. * * @return * possible object is @@ -69,18 +77,19 @@ public class TransformParameterType { } /** - * Legt den Wert der base64Content-Eigenschaft fest. + * Sets the value of the base64Content property. * * @param value * allowed object is * byte[] + * @see #getBase64Content() */ public void setBase64Content(byte[] value) { this.base64Content = value; } /** - * Ruft den Wert der hash-Eigenschaft ab. + * Der Hashwert des Transformationsparameters. * * @return * possible object is @@ -92,19 +101,20 @@ public class TransformParameterType { } /** - * Legt den Wert der hash-Eigenschaft fest. + * Sets the value of the hash property. * * @param value * allowed object is * {@link TransformParameterType.Hash } * + * @see #getHash() */ public void setHash(TransformParameterType.Hash value) { this.hash = value; } /** - * Ruft den Wert der uri-Eigenschaft ab. + * Gets the value of the uri property. * * @return * possible object is @@ -116,7 +126,7 @@ public class TransformParameterType { } /** - * Legt den Wert der uri-Eigenschaft fest. + * Sets the value of the uri property. * * @param value * allowed object is @@ -129,22 +139,22 @@ public class TransformParameterType { /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -161,7 +171,7 @@ public class TransformParameterType { protected String digestValue; /** - * Ruft den Wert der digestMethod-Eigenschaft ab. + * Gets the value of the digestMethod property. * * @return * possible object is @@ -173,7 +183,7 @@ public class TransformParameterType { } /** - * Legt den Wert der digestMethod-Eigenschaft fest. + * Sets the value of the digestMethod property. * * @param value * allowed object is @@ -185,7 +195,7 @@ public class TransformParameterType { } /** - * Ruft den Wert der digestValue-Eigenschaft ab. + * Gets the value of the digestValue property. * * @return * possible object is @@ -197,7 +207,7 @@ public class TransformParameterType { } /** - * Legt den Wert der digestValue-Eigenschaft fest. + * Sets the value of the digestValue property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/TransformsInfoType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/TransformsInfoType.java index 3c40039d..3504c468 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/TransformsInfoType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/TransformsInfoType.java @@ -1,30 +1,30 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; import org.w3._2000._09.xmldsig_.TransformsType; /** - * <p>Java-Klasse für TransformsInfoType complex type. + * <p>Java class for TransformsInfoType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="TransformsInfoType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/> - * <element name="FinalDataMetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FinalDataMetaInfoType"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="TransformsInfoType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/> + * <element name="FinalDataMetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FinalDataMetaInfoType"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -41,7 +41,7 @@ public class TransformsInfoType { protected FinalDataMetaInfoType finalDataMetaInfo; /** - * Ruft den Wert der transforms-Eigenschaft ab. + * Gets the value of the transforms property. * * @return * possible object is @@ -53,7 +53,7 @@ public class TransformsInfoType { } /** - * Legt den Wert der transforms-Eigenschaft fest. + * Sets the value of the transforms property. * * @param value * allowed object is @@ -65,7 +65,7 @@ public class TransformsInfoType { } /** - * Ruft den Wert der finalDataMetaInfo-Eigenschaft ab. + * Gets the value of the finalDataMetaInfo property. * * @return * possible object is @@ -77,7 +77,7 @@ public class TransformsInfoType { } /** - * Legt den Wert der finalDataMetaInfo-Eigenschaft fest. + * Sets the value of the finalDataMetaInfo property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICCMSSignatureResponseType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICCMSSignatureResponseType.java index 6d74e9c8..f1580d11 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICCMSSignatureResponseType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICCMSSignatureResponseType.java @@ -3,37 +3,37 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElementRef; +import jakarta.xml.bind.annotation.XmlElementRefs; +import jakarta.xml.bind.annotation.XmlType; import org.w3._2000._09.xmldsig_.KeyInfoType; /** - * <p>Java-Klasse für VerifyASICCMSSignatureResponseType complex type. + * <p>Java class for VerifyASICCMSSignatureResponseType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="VerifyASICCMSSignatureResponseType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence maxOccurs="unbounded"> - * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/> - * <element name="SigningTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> - * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> - * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> - * <element name="FormCheckResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FormResultType" maxOccurs="unbounded" minOccurs="0"/> - * <element name="ExtendedCertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ExtendedCertificateCheckResultType" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="VerifyASICCMSSignatureResponseType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence maxOccurs="unbounded"> + * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/> + * <element name="SigningTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> + * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> + * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> + * <element name="FormCheckResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FormResultType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="ExtendedCertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ExtendedCertificateCheckResultType" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -56,16 +56,16 @@ public class VerifyASICCMSSignatureResponseType { /** * Gets the value of the signerInfoAndSigningTimeAndSignatureCheck property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the signerInfoAndSigningTimeAndSignatureCheck property. + * This is why there is not a <CODE>set</CODE> method for the signerInfoAndSigningTimeAndSignatureCheck property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSignerInfoAndSigningTimeAndSignatureCheck().add(newItem); + * getSignerInfoAndSigningTimeAndSignatureCheck().add(newItem); * </pre> * * @@ -77,12 +77,15 @@ public class VerifyASICCMSSignatureResponseType { * {@link JAXBElement }{@code <}{@link FormResultType }{@code >} * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} * {@link JAXBElement }{@code <}{@link KeyInfoType }{@code >} + * </p> * * + * @return + * The value of the signerInfoAndSigningTimeAndSignatureCheck property. */ public List<JAXBElement<?>> getSignerInfoAndSigningTimeAndSignatureCheck() { if (signerInfoAndSigningTimeAndSignatureCheck == null) { - signerInfoAndSigningTimeAndSignatureCheck = new ArrayList<JAXBElement<?>>(); + signerInfoAndSigningTimeAndSignatureCheck = new ArrayList<>(); } return this.signerInfoAndSigningTimeAndSignatureCheck; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICSignatureRequest.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICSignatureRequest.java index 4ba31ac2..6430aec3 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICSignatureRequest.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICSignatureRequest.java @@ -1,25 +1,25 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyASICSignatureRequestType"> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyASICSignatureRequestType"> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICSignatureRequestType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICSignatureRequestType.java index 1870dbc5..f3ffa427 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICSignatureRequestType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICSignatureRequestType.java @@ -1,37 +1,37 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import javax.xml.datatype.XMLGregorianCalendar; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für VerifyASICSignatureRequestType complex type. + * <p>Java class for VerifyASICSignatureRequestType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="VerifyASICSignatureRequestType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> - * <element name="ExtendedValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> - * <element name="ASICSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - * <element name="ASICExtension" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="VerifyASICSignatureRequestType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> + * <element name="ExtendedValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> + * <element name="ASICSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> + * <element name="ASICExtension" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -55,15 +55,24 @@ public class VerifyASICSignatureRequestType { protected Boolean extendedValidation; @XmlElement(name = "ASICSignature", required = true) protected byte[] asicSignature; + /** + * asics or asice + * + */ @XmlElement(name = "ASICExtension", required = true) protected String asicExtension; + /** + * mit diesem Profil wird eine Menge von + * vertrauenswürdigen Wurzelzertifikaten spezifiziert + * + */ @XmlElement(name = "TrustProfileID", required = true) @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "token") protected String trustProfileID; /** - * Ruft den Wert der dateTime-Eigenschaft ab. + * Gets the value of the dateTime property. * * @return * possible object is @@ -75,7 +84,7 @@ public class VerifyASICSignatureRequestType { } /** - * Legt den Wert der dateTime-Eigenschaft fest. + * Sets the value of the dateTime property. * * @param value * allowed object is @@ -87,7 +96,7 @@ public class VerifyASICSignatureRequestType { } /** - * Ruft den Wert der extendedValidation-Eigenschaft ab. + * Gets the value of the extendedValidation property. * * @return * possible object is @@ -99,7 +108,7 @@ public class VerifyASICSignatureRequestType { } /** - * Legt den Wert der extendedValidation-Eigenschaft fest. + * Sets the value of the extendedValidation property. * * @param value * allowed object is @@ -111,7 +120,7 @@ public class VerifyASICSignatureRequestType { } /** - * Ruft den Wert der asicSignature-Eigenschaft ab. + * Gets the value of the asicSignature property. * * @return * possible object is @@ -122,7 +131,7 @@ public class VerifyASICSignatureRequestType { } /** - * Legt den Wert der asicSignature-Eigenschaft fest. + * Sets the value of the asicSignature property. * * @param value * allowed object is @@ -133,7 +142,7 @@ public class VerifyASICSignatureRequestType { } /** - * Ruft den Wert der asicExtension-Eigenschaft ab. + * asics or asice * * @return * possible object is @@ -145,19 +154,21 @@ public class VerifyASICSignatureRequestType { } /** - * Legt den Wert der asicExtension-Eigenschaft fest. + * Sets the value of the asicExtension property. * * @param value * allowed object is * {@link String } * + * @see #getASICExtension() */ public void setASICExtension(String value) { this.asicExtension = value; } /** - * Ruft den Wert der trustProfileID-Eigenschaft ab. + * mit diesem Profil wird eine Menge von + * vertrauenswürdigen Wurzelzertifikaten spezifiziert * * @return * possible object is @@ -169,12 +180,13 @@ public class VerifyASICSignatureRequestType { } /** - * Legt den Wert der trustProfileID-Eigenschaft fest. + * Sets the value of the trustProfileID property. * * @param value * allowed object is * {@link String } * + * @see #getTrustProfileID() */ public void setTrustProfileID(String value) { this.trustProfileID = value; diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICSignatureResponseType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICSignatureResponseType.java index 063f2eaf..cf9f2387 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICSignatureResponseType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICSignatureResponseType.java @@ -3,28 +3,28 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für VerifyASICSignatureResponseType complex type. + * <p>Java class for VerifyASICSignatureResponseType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="VerifyASICSignatureResponseType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="ASiCSignatureResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ASICResultType" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="VerifyASICSignatureResponseType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="ASiCSignatureResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ASICResultType" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -40,28 +40,31 @@ public class VerifyASICSignatureResponseType { /** * Gets the value of the aSiCSignatureResult property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the aSiCSignatureResult property. + * This is why there is not a <CODE>set</CODE> method for the aSiCSignatureResult property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getASiCSignatureResult().add(newItem); + * getASiCSignatureResult().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ASICResultType } + * </p> * * + * @return + * The value of the aSiCSignatureResult property. */ public List<ASICResultType> getASiCSignatureResult() { if (aSiCSignatureResult == null) { - aSiCSignatureResult = new ArrayList<ASICResultType>(); + aSiCSignatureResult = new ArrayList<>(); } return this.aSiCSignatureResult; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICXMLSignatureResponseType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICXMLSignatureResponseType.java index 09fc9be9..97ad57d5 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICXMLSignatureResponseType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyASICXMLSignatureResponseType.java @@ -3,40 +3,40 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import org.w3._2000._09.xmldsig_.KeyInfoType; /** - * <p>Java-Klasse für VerifyASICXMLSignatureResponseType complex type. + * <p>Java class for VerifyASICXMLSignatureResponseType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="VerifyASICXMLSignatureResponseType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/> - * <element name="SigningTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> - * <element name="HashInputData" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}InputDataType" maxOccurs="unbounded" minOccurs="0"/> - * <element name="ReferenceInputData" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}InputDataType" maxOccurs="unbounded" minOccurs="0"/> - * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultType"/> - * <element name="SignatureManifestCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultType" minOccurs="0"/> - * <element name="XMLDSIGManifestCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ManifestRefsCheckResultType" maxOccurs="unbounded" minOccurs="0"/> - * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> - * <element name="FormCheckResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FormResultType" maxOccurs="unbounded" minOccurs="0"/> - * <element name="ExtendedCertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ExtendedCertificateCheckResultType" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="VerifyASICXMLSignatureResponseType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/> + * <element name="SigningTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> + * <element name="HashInputData" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}InputDataType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="ReferenceInputData" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}InputDataType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultType"/> + * <element name="SignatureManifestCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultType" minOccurs="0"/> + * <element name="XMLDSIGManifestCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ManifestRefsCheckResultType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> + * <element name="FormCheckResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FormResultType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="ExtendedCertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ExtendedCertificateCheckResultType" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -55,6 +55,14 @@ import org.w3._2000._09.xmldsig_.KeyInfoType; }) public class VerifyASICXMLSignatureResponseType { + /** + * only ds:X509Data and ds:RetrievalMethod is + * supported; QualifiedCertificate is included as X509Data/any; + * PublicAuthority is included as X509Data/any; + * SecureSignatureCreationDevice is included as X509Data/any, + * IssuingCountry is included as X509Data/any + * + */ @XmlElement(name = "SignerInfo", required = true) protected KeyInfoType signerInfo; @XmlElement(name = "SigningTime") @@ -78,7 +86,11 @@ public class VerifyASICXMLSignatureResponseType { protected ExtendedCertificateCheckResultType extendedCertificateCheck; /** - * Ruft den Wert der signerInfo-Eigenschaft ab. + * only ds:X509Data and ds:RetrievalMethod is + * supported; QualifiedCertificate is included as X509Data/any; + * PublicAuthority is included as X509Data/any; + * SecureSignatureCreationDevice is included as X509Data/any, + * IssuingCountry is included as X509Data/any * * @return * possible object is @@ -90,19 +102,20 @@ public class VerifyASICXMLSignatureResponseType { } /** - * Legt den Wert der signerInfo-Eigenschaft fest. + * Sets the value of the signerInfo property. * * @param value * allowed object is * {@link KeyInfoType } * + * @see #getSignerInfo() */ public void setSignerInfo(KeyInfoType value) { this.signerInfo = value; } /** - * Ruft den Wert der signingTime-Eigenschaft ab. + * Gets the value of the signingTime property. * * @return * possible object is @@ -114,7 +127,7 @@ public class VerifyASICXMLSignatureResponseType { } /** - * Legt den Wert der signingTime-Eigenschaft fest. + * Sets the value of the signingTime property. * * @param value * allowed object is @@ -128,28 +141,31 @@ public class VerifyASICXMLSignatureResponseType { /** * Gets the value of the hashInputData property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the hashInputData property. + * This is why there is not a <CODE>set</CODE> method for the hashInputData property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getHashInputData().add(newItem); + * getHashInputData().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link InputDataType } + * </p> * * + * @return + * The value of the hashInputData property. */ public List<InputDataType> getHashInputData() { if (hashInputData == null) { - hashInputData = new ArrayList<InputDataType>(); + hashInputData = new ArrayList<>(); } return this.hashInputData; } @@ -157,34 +173,37 @@ public class VerifyASICXMLSignatureResponseType { /** * Gets the value of the referenceInputData property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the referenceInputData property. + * This is why there is not a <CODE>set</CODE> method for the referenceInputData property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getReferenceInputData().add(newItem); + * getReferenceInputData().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link InputDataType } + * </p> * * + * @return + * The value of the referenceInputData property. */ public List<InputDataType> getReferenceInputData() { if (referenceInputData == null) { - referenceInputData = new ArrayList<InputDataType>(); + referenceInputData = new ArrayList<>(); } return this.referenceInputData; } /** - * Ruft den Wert der signatureCheck-Eigenschaft ab. + * Gets the value of the signatureCheck property. * * @return * possible object is @@ -196,7 +215,7 @@ public class VerifyASICXMLSignatureResponseType { } /** - * Legt den Wert der signatureCheck-Eigenschaft fest. + * Sets the value of the signatureCheck property. * * @param value * allowed object is @@ -208,7 +227,7 @@ public class VerifyASICXMLSignatureResponseType { } /** - * Ruft den Wert der signatureManifestCheck-Eigenschaft ab. + * Gets the value of the signatureManifestCheck property. * * @return * possible object is @@ -220,7 +239,7 @@ public class VerifyASICXMLSignatureResponseType { } /** - * Legt den Wert der signatureManifestCheck-Eigenschaft fest. + * Sets the value of the signatureManifestCheck property. * * @param value * allowed object is @@ -234,34 +253,37 @@ public class VerifyASICXMLSignatureResponseType { /** * Gets the value of the xmldsigManifestCheck property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the xmldsigManifestCheck property. + * This is why there is not a <CODE>set</CODE> method for the xmldsigManifestCheck property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getXMLDSIGManifestCheck().add(newItem); + * getXMLDSIGManifestCheck().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ManifestRefsCheckResultType } + * </p> * * + * @return + * The value of the xmldsigManifestCheck property. */ public List<ManifestRefsCheckResultType> getXMLDSIGManifestCheck() { if (xmldsigManifestCheck == null) { - xmldsigManifestCheck = new ArrayList<ManifestRefsCheckResultType>(); + xmldsigManifestCheck = new ArrayList<>(); } return this.xmldsigManifestCheck; } /** - * Ruft den Wert der certificateCheck-Eigenschaft ab. + * Gets the value of the certificateCheck property. * * @return * possible object is @@ -273,7 +295,7 @@ public class VerifyASICXMLSignatureResponseType { } /** - * Legt den Wert der certificateCheck-Eigenschaft fest. + * Sets the value of the certificateCheck property. * * @param value * allowed object is @@ -287,34 +309,37 @@ public class VerifyASICXMLSignatureResponseType { /** * Gets the value of the formCheckResult property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the formCheckResult property. + * This is why there is not a <CODE>set</CODE> method for the formCheckResult property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getFormCheckResult().add(newItem); + * getFormCheckResult().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link FormResultType } + * </p> * * + * @return + * The value of the formCheckResult property. */ public List<FormResultType> getFormCheckResult() { if (formCheckResult == null) { - formCheckResult = new ArrayList<FormResultType>(); + formCheckResult = new ArrayList<>(); } return this.formCheckResult; } /** - * Ruft den Wert der extendedCertificateCheck-Eigenschaft ab. + * Gets the value of the extendedCertificateCheck property. * * @return * possible object is @@ -326,7 +351,7 @@ public class VerifyASICXMLSignatureResponseType { } /** - * Legt den Wert der extendedCertificateCheck-Eigenschaft fest. + * Sets the value of the extendedCertificateCheck property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyCMSSignatureRequest.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyCMSSignatureRequest.java index b323873a..2b7b8ea4 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyCMSSignatureRequest.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyCMSSignatureRequest.java @@ -3,27 +3,27 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyCMSSignatureRequestType"> - * <attribute name="Signatories" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}SignatoriesType" default="1" /> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyCMSSignatureRequestType"> + * <attribute name="Signatories" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}SignatoriesType" default="1" /> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -40,28 +40,31 @@ public class VerifyCMSSignatureRequest /** * Gets the value of the signatories property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the signatories property. + * This is why there is not a <CODE>set</CODE> method for the signatories property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSignatories().add(newItem); + * getSignatories().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link String } + * </p> * * + * @return + * The value of the signatories property. */ public List<String> getSignatories() { if (signatories == null) { - signatories = new ArrayList<String>(); + signatories = new ArrayList<>(); } return this.signatories; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyCMSSignatureRequestType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyCMSSignatureRequestType.java index 327ff846..468b8e9c 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyCMSSignatureRequestType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyCMSSignatureRequestType.java @@ -1,37 +1,37 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import javax.xml.datatype.XMLGregorianCalendar; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für VerifyCMSSignatureRequestType complex type. + * <p>Java class for VerifyCMSSignatureRequestType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="VerifyCMSSignatureRequestType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> - * <element name="ExtendedValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> - * <element name="CMSSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - * <element name="DataObject" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectOptionalMetaType" minOccurs="0"/> - * <element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="VerifyCMSSignatureRequestType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> + * <element name="ExtendedValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> + * <element name="CMSSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> + * <element name="DataObject" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectOptionalMetaType" minOccurs="0"/> + * <element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -57,13 +57,18 @@ public class VerifyCMSSignatureRequestType { protected byte[] cmsSignature; @XmlElement(name = "DataObject") protected CMSDataObjectOptionalMetaType dataObject; + /** + * mit diesem Profil wird eine Menge von + * vertrauenswürdigen Wurzelzertifikaten spezifiziert + * + */ @XmlElement(name = "TrustProfileID", required = true) @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "token") protected String trustProfileID; /** - * Ruft den Wert der dateTime-Eigenschaft ab. + * Gets the value of the dateTime property. * * @return * possible object is @@ -75,7 +80,7 @@ public class VerifyCMSSignatureRequestType { } /** - * Legt den Wert der dateTime-Eigenschaft fest. + * Sets the value of the dateTime property. * * @param value * allowed object is @@ -87,7 +92,7 @@ public class VerifyCMSSignatureRequestType { } /** - * Ruft den Wert der extendedValidation-Eigenschaft ab. + * Gets the value of the extendedValidation property. * * @return * possible object is @@ -99,7 +104,7 @@ public class VerifyCMSSignatureRequestType { } /** - * Legt den Wert der extendedValidation-Eigenschaft fest. + * Sets the value of the extendedValidation property. * * @param value * allowed object is @@ -111,7 +116,7 @@ public class VerifyCMSSignatureRequestType { } /** - * Ruft den Wert der cmsSignature-Eigenschaft ab. + * Gets the value of the cmsSignature property. * * @return * possible object is @@ -122,7 +127,7 @@ public class VerifyCMSSignatureRequestType { } /** - * Legt den Wert der cmsSignature-Eigenschaft fest. + * Sets the value of the cmsSignature property. * * @param value * allowed object is @@ -133,7 +138,7 @@ public class VerifyCMSSignatureRequestType { } /** - * Ruft den Wert der dataObject-Eigenschaft ab. + * Gets the value of the dataObject property. * * @return * possible object is @@ -145,7 +150,7 @@ public class VerifyCMSSignatureRequestType { } /** - * Legt den Wert der dataObject-Eigenschaft fest. + * Sets the value of the dataObject property. * * @param value * allowed object is @@ -157,7 +162,8 @@ public class VerifyCMSSignatureRequestType { } /** - * Ruft den Wert der trustProfileID-Eigenschaft ab. + * mit diesem Profil wird eine Menge von + * vertrauenswürdigen Wurzelzertifikaten spezifiziert * * @return * possible object is @@ -169,12 +175,13 @@ public class VerifyCMSSignatureRequestType { } /** - * Legt den Wert der trustProfileID-Eigenschaft fest. + * Sets the value of the trustProfileID property. * * @param value * allowed object is * {@link String } * + * @see #getTrustProfileID() */ public void setTrustProfileID(String value) { this.trustProfileID = value; diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyCMSSignatureResponseType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyCMSSignatureResponseType.java index 16c5fa22..5f1f7354 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyCMSSignatureResponseType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyCMSSignatureResponseType.java @@ -3,36 +3,36 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElementRef; +import jakarta.xml.bind.annotation.XmlElementRefs; +import jakarta.xml.bind.annotation.XmlType; import org.w3._2000._09.xmldsig_.KeyInfoType; /** - * <p>Java-Klasse für VerifyCMSSignatureResponseType complex type. + * <p>Java class for VerifyCMSSignatureResponseType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="VerifyCMSSignatureResponseType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence maxOccurs="unbounded"> - * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/> - * <element name="SignatureAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> - * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> - * <element name="FormCheckResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FormResultType" maxOccurs="unbounded" minOccurs="0"/> - * <element name="ExtendedCertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ExtendedCertificateCheckResultType" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="VerifyCMSSignatureResponseType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence maxOccurs="unbounded"> + * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/> + * <element name="SignatureAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> + * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> + * <element name="FormCheckResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FormResultType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="ExtendedCertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ExtendedCertificateCheckResultType" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -55,16 +55,16 @@ public class VerifyCMSSignatureResponseType { /** * Gets the value of the signerInfoAndSignatureAlgorithmAndSignatureCheck property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the signerInfoAndSignatureAlgorithmAndSignatureCheck property. + * This is why there is not a <CODE>set</CODE> method for the signerInfoAndSignatureAlgorithmAndSignatureCheck property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSignerInfoAndSignatureAlgorithmAndSignatureCheck().add(newItem); + * getSignerInfoAndSignatureAlgorithmAndSignatureCheck().add(newItem); * </pre> * * @@ -76,12 +76,15 @@ public class VerifyCMSSignatureResponseType { * {@link JAXBElement }{@code <}{@link FormResultType }{@code >} * {@link JAXBElement }{@code <}{@link String }{@code >} * {@link JAXBElement }{@code <}{@link KeyInfoType }{@code >} + * </p> * * + * @return + * The value of the signerInfoAndSignatureAlgorithmAndSignatureCheck property. */ public List<JAXBElement<?>> getSignerInfoAndSignatureAlgorithmAndSignatureCheck() { if (signerInfoAndSignatureAlgorithmAndSignatureCheck == null) { - signerInfoAndSignatureAlgorithmAndSignatureCheck = new ArrayList<JAXBElement<?>>(); + signerInfoAndSignatureAlgorithmAndSignatureCheck = new ArrayList<>(); } return this.signerInfoAndSignatureAlgorithmAndSignatureCheck; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyPDFSignatureRequest.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyPDFSignatureRequest.java index 656ea240..7f458f9a 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyPDFSignatureRequest.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyPDFSignatureRequest.java @@ -3,27 +3,27 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyPDFSignatureRequestType"> - * <attribute name="Signatories" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}SignatoriesType" default="1" /> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyPDFSignatureRequestType"> + * <attribute name="Signatories" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}SignatoriesType" default="1" /> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -40,28 +40,31 @@ public class VerifyPDFSignatureRequest /** * Gets the value of the signatories property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the signatories property. + * This is why there is not a <CODE>set</CODE> method for the signatories property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSignatories().add(newItem); + * getSignatories().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link String } + * </p> * * + * @return + * The value of the signatories property. */ public List<String> getSignatories() { if (signatories == null) { - signatories = new ArrayList<String>(); + signatories = new ArrayList<>(); } return this.signatories; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyPDFSignatureRequestType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyPDFSignatureRequestType.java index 4536ac2e..ee8eb400 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyPDFSignatureRequestType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyPDFSignatureRequestType.java @@ -1,36 +1,36 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import javax.xml.datatype.XMLGregorianCalendar; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für VerifyPDFSignatureRequestType complex type. + * <p>Java class for VerifyPDFSignatureRequestType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="VerifyPDFSignatureRequestType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> - * <element name="ExtendedValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> - * <element name="PDFSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - * <element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="VerifyPDFSignatureRequestType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> + * <element name="ExtendedValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> + * <element name="PDFSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> + * <element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -53,13 +53,18 @@ public class VerifyPDFSignatureRequestType { protected Boolean extendedValidation; @XmlElement(name = "PDFSignature", required = true) protected byte[] pdfSignature; + /** + * mit diesem Profil wird eine Menge von + * vertrauenswürdigen Wurzelzertifikaten spezifiziert + * + */ @XmlElement(name = "TrustProfileID", required = true) @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "token") protected String trustProfileID; /** - * Ruft den Wert der dateTime-Eigenschaft ab. + * Gets the value of the dateTime property. * * @return * possible object is @@ -71,7 +76,7 @@ public class VerifyPDFSignatureRequestType { } /** - * Legt den Wert der dateTime-Eigenschaft fest. + * Sets the value of the dateTime property. * * @param value * allowed object is @@ -83,7 +88,7 @@ public class VerifyPDFSignatureRequestType { } /** - * Ruft den Wert der extendedValidation-Eigenschaft ab. + * Gets the value of the extendedValidation property. * * @return * possible object is @@ -95,7 +100,7 @@ public class VerifyPDFSignatureRequestType { } /** - * Legt den Wert der extendedValidation-Eigenschaft fest. + * Sets the value of the extendedValidation property. * * @param value * allowed object is @@ -107,7 +112,7 @@ public class VerifyPDFSignatureRequestType { } /** - * Ruft den Wert der pdfSignature-Eigenschaft ab. + * Gets the value of the pdfSignature property. * * @return * possible object is @@ -118,7 +123,7 @@ public class VerifyPDFSignatureRequestType { } /** - * Legt den Wert der pdfSignature-Eigenschaft fest. + * Sets the value of the pdfSignature property. * * @param value * allowed object is @@ -129,7 +134,8 @@ public class VerifyPDFSignatureRequestType { } /** - * Ruft den Wert der trustProfileID-Eigenschaft ab. + * mit diesem Profil wird eine Menge von + * vertrauenswürdigen Wurzelzertifikaten spezifiziert * * @return * possible object is @@ -141,12 +147,13 @@ public class VerifyPDFSignatureRequestType { } /** - * Legt den Wert der trustProfileID-Eigenschaft fest. + * Sets the value of the trustProfileID property. * * @param value * allowed object is * {@link String } * + * @see #getTrustProfileID() */ public void setTrustProfileID(String value) { this.trustProfileID = value; diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyPDFSignatureResponseType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyPDFSignatureResponseType.java index 151c6f97..de36f998 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyPDFSignatureResponseType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyPDFSignatureResponseType.java @@ -3,28 +3,28 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für VerifyPDFSignatureResponseType complex type. + * <p>Java class for VerifyPDFSignatureResponseType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="VerifyPDFSignatureResponseType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence maxOccurs="unbounded"> - * <element name="SignatureResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}PDFSignatureResultType"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="VerifyPDFSignatureResponseType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence maxOccurs="unbounded"> + * <element name="SignatureResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}PDFSignatureResultType"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -40,28 +40,31 @@ public class VerifyPDFSignatureResponseType { /** * Gets the value of the signatureResult property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the signatureResult property. + * This is why there is not a <CODE>set</CODE> method for the signatureResult property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSignatureResult().add(newItem); + * getSignatureResult().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link PDFSignatureResultType } + * </p> * * + * @return + * The value of the signatureResult property. */ public List<PDFSignatureResultType> getSignatureResult() { if (signatureResult == null) { - signatureResult = new ArrayList<PDFSignatureResultType>(); + signatureResult = new ArrayList<>(); } return this.signatureResult; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyTransformsDataType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyTransformsDataType.java index 3a057075..4c4fe239 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyTransformsDataType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyTransformsDataType.java @@ -3,30 +3,30 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlElements; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für VerifyTransformsDataType complex type. + * <p>Java class for VerifyTransformsDataType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="VerifyTransformsDataType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <choice maxOccurs="unbounded"> - * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyTransformsInfoProfile"/> - * <element name="VerifyTransformsInfoProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </choice> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="VerifyTransformsDataType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice maxOccurs="unbounded"> + * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyTransformsInfoProfile"/> + * <element name="VerifyTransformsInfoProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </choice> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -36,6 +36,13 @@ import javax.xml.bind.annotation.XmlType; }) public class VerifyTransformsDataType { + /** + * Ein oder mehrere Transformationswege können von + * der Applikation an MOA mitgeteilt werden. Die zu prüfende Signatur + * hat zumindest einem dieser Transformationswege zu entsprechen. Die + * Angabe kann explizit oder als Profilbezeichner erfolgen. + * + */ @XmlElements({ @XmlElement(name = "VerifyTransformsInfoProfile", type = VerifyTransformsInfoProfile.class), @XmlElement(name = "VerifyTransformsInfoProfileID", type = String.class) @@ -43,18 +50,23 @@ public class VerifyTransformsDataType { protected List<Object> verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID; /** + * Ein oder mehrere Transformationswege können von + * der Applikation an MOA mitgeteilt werden. Die zu prüfende Signatur + * hat zumindest einem dieser Transformationswege zu entsprechen. Die + * Angabe kann explizit oder als Profilbezeichner erfolgen. + * * Gets the value of the verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID property. + * This is why there is not a <CODE>set</CODE> method for the verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getVerifyTransformsInfoProfileOrVerifyTransformsInfoProfileID().add(newItem); + * getVerifyTransformsInfoProfileOrVerifyTransformsInfoProfileID().add(newItem); * </pre> * * @@ -62,12 +74,15 @@ public class VerifyTransformsDataType { * Objects of the following type(s) are allowed in the list * {@link VerifyTransformsInfoProfile } * {@link String } + * </p> * * + * @return + * The value of the verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID property. */ public List<Object> getVerifyTransformsInfoProfileOrVerifyTransformsInfoProfileID() { if (verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID == null) { - verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID = new ArrayList<Object>(); + verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID = new ArrayList<>(); } return this.verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyTransformsInfoProfile.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyTransformsInfoProfile.java index 0aea66a2..29da7bd8 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyTransformsInfoProfile.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyTransformsInfoProfile.java @@ -3,31 +3,31 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; import org.w3._2000._09.xmldsig_.TransformsType; /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/> - * <element name="TransformParameter" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}TransformParameterType" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/> + * <element name="TransformParameter" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}TransformParameterType" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -41,11 +41,20 @@ public class VerifyTransformsInfoProfile { @XmlElement(name = "Transforms", namespace = "http://www.w3.org/2000/09/xmldsig#") protected TransformsType transforms; + /** + * Alle impliziten Transformationsparameter, die + * zum Durchlaufen der oben angeführten Transformationskette + * bekannt sein müssen, müssen hier angeführt werden. Das + * Attribut "URI" bezeichnet den Transformationsparameter in exakt + * jener Weise, wie er in der zu überprüfenden Signatur gebraucht + * wird. + * + */ @XmlElement(name = "TransformParameter") protected List<TransformParameterType> transformParameter; /** - * Ruft den Wert der transforms-Eigenschaft ab. + * Gets the value of the transforms property. * * @return * possible object is @@ -57,7 +66,7 @@ public class VerifyTransformsInfoProfile { } /** - * Legt den Wert der transforms-Eigenschaft fest. + * Sets the value of the transforms property. * * @param value * allowed object is @@ -69,30 +78,40 @@ public class VerifyTransformsInfoProfile { } /** + * Alle impliziten Transformationsparameter, die + * zum Durchlaufen der oben angeführten Transformationskette + * bekannt sein müssen, müssen hier angeführt werden. Das + * Attribut "URI" bezeichnet den Transformationsparameter in exakt + * jener Weise, wie er in der zu überprüfenden Signatur gebraucht + * wird. + * * Gets the value of the transformParameter property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the transformParameter property. + * This is why there is not a <CODE>set</CODE> method for the transformParameter property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getTransformParameter().add(newItem); + * getTransformParameter().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link TransformParameterType } + * </p> * * + * @return + * The value of the transformParameter property. */ public List<TransformParameterType> getTransformParameter() { if (transformParameter == null) { - transformParameter = new ArrayList<TransformParameterType>(); + transformParameter = new ArrayList<>(); } return this.transformParameter; } diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyXMLSignatureRequestType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyXMLSignatureRequestType.java index c675387d..79db9405 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyXMLSignatureRequestType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyXMLSignatureRequestType.java @@ -3,65 +3,65 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import javax.xml.datatype.XMLGregorianCalendar; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlElements; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für VerifyXMLSignatureRequestType complex type. + * <p>Java class for VerifyXMLSignatureRequestType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="VerifyXMLSignatureRequestType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> - * <element name="ExtendedValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> - * <element name="VerifySignatureInfo"> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="VerifySignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/> - * <element name="VerifySignatureLocation" type="{http://www.w3.org/2001/XMLSchema}token"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </element> - * <choice maxOccurs="unbounded" minOccurs="0"> - * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}SupplementProfile"/> - * <element name="SupplementProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </choice> - * <element name="SignatureManifestCheckParams" minOccurs="0"> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="ReferenceInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyTransformsDataType" maxOccurs="unbounded"/> - * </sequence> - * <attribute name="ReturnReferenceInputData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> - * </restriction> - * </complexContent> - * </complexType> - * </element> - * <element name="ReturnHashInputData" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> - * <element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="VerifyXMLSignatureRequestType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> + * <element name="ExtendedValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> + * <element name="VerifySignatureInfo"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="VerifySignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/> + * <element name="VerifySignatureLocation" type="{http://www.w3.org/2001/XMLSchema}token"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * <choice maxOccurs="unbounded" minOccurs="0"> + * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}SupplementProfile"/> + * <element name="SupplementProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </choice> + * <element name="SignatureManifestCheckParams" minOccurs="0"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="ReferenceInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyTransformsDataType" maxOccurs="unbounded"/> + * </sequence> + * <attribute name="ReturnReferenceInputData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * <element name="ReturnHashInputData" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> + * <element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -93,13 +93,18 @@ public class VerifyXMLSignatureRequestType { protected VerifyXMLSignatureRequestType.SignatureManifestCheckParams signatureManifestCheckParams; @XmlElement(name = "ReturnHashInputData") protected Object returnHashInputData; + /** + * mit diesem Profil wird eine Menge von + * vertrauenswürdigen Wurzelzertifikaten spezifiziert + * + */ @XmlElement(name = "TrustProfileID", required = true) @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "token") protected String trustProfileID; /** - * Ruft den Wert der dateTime-Eigenschaft ab. + * Gets the value of the dateTime property. * * @return * possible object is @@ -111,7 +116,7 @@ public class VerifyXMLSignatureRequestType { } /** - * Legt den Wert der dateTime-Eigenschaft fest. + * Sets the value of the dateTime property. * * @param value * allowed object is @@ -123,7 +128,7 @@ public class VerifyXMLSignatureRequestType { } /** - * Ruft den Wert der extendedValidation-Eigenschaft ab. + * Gets the value of the extendedValidation property. * * @return * possible object is @@ -135,7 +140,7 @@ public class VerifyXMLSignatureRequestType { } /** - * Legt den Wert der extendedValidation-Eigenschaft fest. + * Sets the value of the extendedValidation property. * * @param value * allowed object is @@ -147,7 +152,7 @@ public class VerifyXMLSignatureRequestType { } /** - * Ruft den Wert der verifySignatureInfo-Eigenschaft ab. + * Gets the value of the verifySignatureInfo property. * * @return * possible object is @@ -159,7 +164,7 @@ public class VerifyXMLSignatureRequestType { } /** - * Legt den Wert der verifySignatureInfo-Eigenschaft fest. + * Sets the value of the verifySignatureInfo property. * * @param value * allowed object is @@ -173,16 +178,16 @@ public class VerifyXMLSignatureRequestType { /** * Gets the value of the supplementProfileOrSupplementProfileID property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the supplementProfileOrSupplementProfileID property. + * This is why there is not a <CODE>set</CODE> method for the supplementProfileOrSupplementProfileID property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSupplementProfileOrSupplementProfileID().add(newItem); + * getSupplementProfileOrSupplementProfileID().add(newItem); * </pre> * * @@ -190,18 +195,21 @@ public class VerifyXMLSignatureRequestType { * Objects of the following type(s) are allowed in the list * {@link XMLDataObjectAssociationType } * {@link String } + * </p> * * + * @return + * The value of the supplementProfileOrSupplementProfileID property. */ public List<Object> getSupplementProfileOrSupplementProfileID() { if (supplementProfileOrSupplementProfileID == null) { - supplementProfileOrSupplementProfileID = new ArrayList<Object>(); + supplementProfileOrSupplementProfileID = new ArrayList<>(); } return this.supplementProfileOrSupplementProfileID; } /** - * Ruft den Wert der signatureManifestCheckParams-Eigenschaft ab. + * Gets the value of the signatureManifestCheckParams property. * * @return * possible object is @@ -213,7 +221,7 @@ public class VerifyXMLSignatureRequestType { } /** - * Legt den Wert der signatureManifestCheckParams-Eigenschaft fest. + * Sets the value of the signatureManifestCheckParams property. * * @param value * allowed object is @@ -225,7 +233,7 @@ public class VerifyXMLSignatureRequestType { } /** - * Ruft den Wert der returnHashInputData-Eigenschaft ab. + * Gets the value of the returnHashInputData property. * * @return * possible object is @@ -237,7 +245,7 @@ public class VerifyXMLSignatureRequestType { } /** - * Legt den Wert der returnHashInputData-Eigenschaft fest. + * Sets the value of the returnHashInputData property. * * @param value * allowed object is @@ -249,7 +257,8 @@ public class VerifyXMLSignatureRequestType { } /** - * Ruft den Wert der trustProfileID-Eigenschaft ab. + * mit diesem Profil wird eine Menge von + * vertrauenswürdigen Wurzelzertifikaten spezifiziert * * @return * possible object is @@ -261,12 +270,13 @@ public class VerifyXMLSignatureRequestType { } /** - * Legt den Wert der trustProfileID-Eigenschaft fest. + * Sets the value of the trustProfileID property. * * @param value * allowed object is * {@link String } * + * @see #getTrustProfileID() */ public void setTrustProfileID(String value) { this.trustProfileID = value; @@ -274,22 +284,22 @@ public class VerifyXMLSignatureRequestType { /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="ReferenceInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyTransformsDataType" maxOccurs="unbounded"/> - * </sequence> - * <attribute name="ReturnReferenceInputData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="ReferenceInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyTransformsDataType" maxOccurs="unbounded"/> + * </sequence> + * <attribute name="ReturnReferenceInputData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -299,42 +309,59 @@ public class VerifyXMLSignatureRequestType { }) public static class SignatureManifestCheckParams { + /** + * Pro dsig:Reference-Element in der zu + * überprüfenden XML-Signatur muss hier ein + * ReferenceInfo-Element erscheinen. Die Reihenfolge der einzelnen + * ReferenceInfo Elemente entspricht jener der dsig:Reference + * Elemente in der XML-Signatur. + * + */ @XmlElement(name = "ReferenceInfo", required = true) protected List<VerifyTransformsDataType> referenceInfo; @XmlAttribute(name = "ReturnReferenceInputData") protected Boolean returnReferenceInputData; /** + * Pro dsig:Reference-Element in der zu + * überprüfenden XML-Signatur muss hier ein + * ReferenceInfo-Element erscheinen. Die Reihenfolge der einzelnen + * ReferenceInfo Elemente entspricht jener der dsig:Reference + * Elemente in der XML-Signatur. + * * Gets the value of the referenceInfo property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the referenceInfo property. + * This is why there is not a <CODE>set</CODE> method for the referenceInfo property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getReferenceInfo().add(newItem); + * getReferenceInfo().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link VerifyTransformsDataType } + * </p> * * + * @return + * The value of the referenceInfo property. */ public List<VerifyTransformsDataType> getReferenceInfo() { if (referenceInfo == null) { - referenceInfo = new ArrayList<VerifyTransformsDataType>(); + referenceInfo = new ArrayList<>(); } return this.referenceInfo; } /** - * Ruft den Wert der returnReferenceInputData-Eigenschaft ab. + * Gets the value of the returnReferenceInputData property. * * @return * possible object is @@ -350,7 +377,7 @@ public class VerifyXMLSignatureRequestType { } /** - * Legt den Wert der returnReferenceInputData-Eigenschaft fest. + * Sets the value of the returnReferenceInputData property. * * @param value * allowed object is @@ -365,22 +392,22 @@ public class VerifyXMLSignatureRequestType { /** - * <p>Java-Klasse für anonymous complex type. + * <p>Java class for anonymous complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="VerifySignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/> - * <element name="VerifySignatureLocation" type="{http://www.w3.org/2001/XMLSchema}token"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="VerifySignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/> + * <element name="VerifySignatureLocation" type="{http://www.w3.org/2001/XMLSchema}token"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -399,7 +426,7 @@ public class VerifyXMLSignatureRequestType { protected String verifySignatureLocation; /** - * Ruft den Wert der verifySignatureEnvironment-Eigenschaft ab. + * Gets the value of the verifySignatureEnvironment property. * * @return * possible object is @@ -411,7 +438,7 @@ public class VerifyXMLSignatureRequestType { } /** - * Legt den Wert der verifySignatureEnvironment-Eigenschaft fest. + * Sets the value of the verifySignatureEnvironment property. * * @param value * allowed object is @@ -423,7 +450,7 @@ public class VerifyXMLSignatureRequestType { } /** - * Ruft den Wert der verifySignatureLocation-Eigenschaft ab. + * Gets the value of the verifySignatureLocation property. * * @return * possible object is @@ -435,7 +462,7 @@ public class VerifyXMLSignatureRequestType { } /** - * Legt den Wert der verifySignatureLocation-Eigenschaft fest. + * Sets the value of the verifySignatureLocation property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyXMLSignatureResponseType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyXMLSignatureResponseType.java index 967c567a..26beffa1 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyXMLSignatureResponseType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/VerifyXMLSignatureResponseType.java @@ -3,38 +3,38 @@ package at.gv.e_government.reference.namespace.moa._20020822_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; import org.w3._2000._09.xmldsig_.KeyInfoType; /** - * <p>Java-Klasse für VerifyXMLSignatureResponseType complex type. + * <p>Java class for VerifyXMLSignatureResponseType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="VerifyXMLSignatureResponseType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/> - * <element name="HashInputData" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}InputDataType" maxOccurs="unbounded" minOccurs="0"/> - * <element name="ReferenceInputData" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}InputDataType" maxOccurs="unbounded" minOccurs="0"/> - * <element name="SignatureAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultType"/> - * <element name="SignatureManifestCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultType" minOccurs="0"/> - * <element name="XMLDSIGManifestCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ManifestRefsCheckResultType" maxOccurs="unbounded" minOccurs="0"/> - * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> - * <element name="FormCheckResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FormResultType" maxOccurs="unbounded" minOccurs="0"/> - * <element name="ExtendedCertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ExtendedCertificateCheckResultType" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="VerifyXMLSignatureResponseType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/> + * <element name="HashInputData" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}InputDataType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="ReferenceInputData" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}InputDataType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="SignatureAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultType"/> + * <element name="SignatureManifestCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultType" minOccurs="0"/> + * <element name="XMLDSIGManifestCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ManifestRefsCheckResultType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/> + * <element name="FormCheckResult" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FormResultType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="ExtendedCertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ExtendedCertificateCheckResultType" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -53,6 +53,14 @@ import org.w3._2000._09.xmldsig_.KeyInfoType; }) public class VerifyXMLSignatureResponseType { + /** + * only ds:X509Data and ds:RetrievalMethod is + * supported; QualifiedCertificate is included as X509Data/any; + * PublicAuthority is included as X509Data/any; + * SecureSignatureCreationDevice is included as X509Data/any, + * IssuingCountry is included as X509Data/any + * + */ @XmlElement(name = "SignerInfo", required = true) protected KeyInfoType signerInfo; @XmlElement(name = "HashInputData") @@ -75,7 +83,11 @@ public class VerifyXMLSignatureResponseType { protected ExtendedCertificateCheckResultType extendedCertificateCheck; /** - * Ruft den Wert der signerInfo-Eigenschaft ab. + * only ds:X509Data and ds:RetrievalMethod is + * supported; QualifiedCertificate is included as X509Data/any; + * PublicAuthority is included as X509Data/any; + * SecureSignatureCreationDevice is included as X509Data/any, + * IssuingCountry is included as X509Data/any * * @return * possible object is @@ -87,12 +99,13 @@ public class VerifyXMLSignatureResponseType { } /** - * Legt den Wert der signerInfo-Eigenschaft fest. + * Sets the value of the signerInfo property. * * @param value * allowed object is * {@link KeyInfoType } * + * @see #getSignerInfo() */ public void setSignerInfo(KeyInfoType value) { this.signerInfo = value; @@ -101,28 +114,31 @@ public class VerifyXMLSignatureResponseType { /** * Gets the value of the hashInputData property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the hashInputData property. + * This is why there is not a <CODE>set</CODE> method for the hashInputData property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getHashInputData().add(newItem); + * getHashInputData().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link InputDataType } + * </p> * * + * @return + * The value of the hashInputData property. */ public List<InputDataType> getHashInputData() { if (hashInputData == null) { - hashInputData = new ArrayList<InputDataType>(); + hashInputData = new ArrayList<>(); } return this.hashInputData; } @@ -130,34 +146,37 @@ public class VerifyXMLSignatureResponseType { /** * Gets the value of the referenceInputData property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the referenceInputData property. + * This is why there is not a <CODE>set</CODE> method for the referenceInputData property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getReferenceInputData().add(newItem); + * getReferenceInputData().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link InputDataType } + * </p> * * + * @return + * The value of the referenceInputData property. */ public List<InputDataType> getReferenceInputData() { if (referenceInputData == null) { - referenceInputData = new ArrayList<InputDataType>(); + referenceInputData = new ArrayList<>(); } return this.referenceInputData; } /** - * Ruft den Wert der signatureAlgorithm-Eigenschaft ab. + * Gets the value of the signatureAlgorithm property. * * @return * possible object is @@ -169,7 +188,7 @@ public class VerifyXMLSignatureResponseType { } /** - * Legt den Wert der signatureAlgorithm-Eigenschaft fest. + * Sets the value of the signatureAlgorithm property. * * @param value * allowed object is @@ -181,7 +200,7 @@ public class VerifyXMLSignatureResponseType { } /** - * Ruft den Wert der signatureCheck-Eigenschaft ab. + * Gets the value of the signatureCheck property. * * @return * possible object is @@ -193,7 +212,7 @@ public class VerifyXMLSignatureResponseType { } /** - * Legt den Wert der signatureCheck-Eigenschaft fest. + * Sets the value of the signatureCheck property. * * @param value * allowed object is @@ -205,7 +224,7 @@ public class VerifyXMLSignatureResponseType { } /** - * Ruft den Wert der signatureManifestCheck-Eigenschaft ab. + * Gets the value of the signatureManifestCheck property. * * @return * possible object is @@ -217,7 +236,7 @@ public class VerifyXMLSignatureResponseType { } /** - * Legt den Wert der signatureManifestCheck-Eigenschaft fest. + * Sets the value of the signatureManifestCheck property. * * @param value * allowed object is @@ -231,34 +250,37 @@ public class VerifyXMLSignatureResponseType { /** * Gets the value of the xmldsigManifestCheck property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the xmldsigManifestCheck property. + * This is why there is not a <CODE>set</CODE> method for the xmldsigManifestCheck property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getXMLDSIGManifestCheck().add(newItem); + * getXMLDSIGManifestCheck().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ManifestRefsCheckResultType } + * </p> * * + * @return + * The value of the xmldsigManifestCheck property. */ public List<ManifestRefsCheckResultType> getXMLDSIGManifestCheck() { if (xmldsigManifestCheck == null) { - xmldsigManifestCheck = new ArrayList<ManifestRefsCheckResultType>(); + xmldsigManifestCheck = new ArrayList<>(); } return this.xmldsigManifestCheck; } /** - * Ruft den Wert der certificateCheck-Eigenschaft ab. + * Gets the value of the certificateCheck property. * * @return * possible object is @@ -270,7 +292,7 @@ public class VerifyXMLSignatureResponseType { } /** - * Legt den Wert der certificateCheck-Eigenschaft fest. + * Sets the value of the certificateCheck property. * * @param value * allowed object is @@ -284,34 +306,37 @@ public class VerifyXMLSignatureResponseType { /** * Gets the value of the formCheckResult property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the formCheckResult property. + * This is why there is not a <CODE>set</CODE> method for the formCheckResult property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getFormCheckResult().add(newItem); + * getFormCheckResult().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link FormResultType } + * </p> * * + * @return + * The value of the formCheckResult property. */ public List<FormResultType> getFormCheckResult() { if (formCheckResult == null) { - formCheckResult = new ArrayList<FormResultType>(); + formCheckResult = new ArrayList<>(); } return this.formCheckResult; } /** - * Ruft den Wert der extendedCertificateCheck-Eigenschaft ab. + * Gets the value of the extendedCertificateCheck property. * * @return * possible object is @@ -323,7 +348,7 @@ public class VerifyXMLSignatureResponseType { } /** - * Legt den Wert der extendedCertificateCheck-Eigenschaft fest. + * Sets the value of the extendedCertificateCheck property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/XMLContentType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/XMLContentType.java index 3bf5c17b..ec836e83 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/XMLContentType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/XMLContentType.java @@ -1,28 +1,28 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für XMLContentType complex type. + * <p>Java class for XMLContentType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="XMLContentType"> - * <complexContent> - * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType"> - * <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/> - * </extension> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="XMLContentType"> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType"> + * <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/> + * </extension> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -37,7 +37,7 @@ public class XMLContentType protected String space; /** - * Ruft den Wert der space-Eigenschaft ab. + * Gets the value of the space property. * * @return * possible object is @@ -49,7 +49,7 @@ public class XMLContentType } /** - * Legt den Wert der space-Eigenschaft fest. + * Sets the value of the space property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/XMLDataObjectAssociationType.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/XMLDataObjectAssociationType.java index 6f79f9c3..4d928b9d 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/XMLDataObjectAssociationType.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/XMLDataObjectAssociationType.java @@ -1,29 +1,29 @@ package at.gv.e_government.reference.namespace.moa._20020822_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für XMLDataObjectAssociationType complex type. + * <p>Java class for XMLDataObjectAssociationType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="XMLDataObjectAssociationType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="MetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType" minOccurs="0"/> - * <element name="Content" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentRequiredRefType"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="XMLDataObjectAssociationType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="MetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType" minOccurs="0"/> + * <element name="Content" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentRequiredRefType"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -40,7 +40,7 @@ public class XMLDataObjectAssociationType { protected ContentRequiredRefType content; /** - * Ruft den Wert der metaInfo-Eigenschaft ab. + * Gets the value of the metaInfo property. * * @return * possible object is @@ -52,7 +52,7 @@ public class XMLDataObjectAssociationType { } /** - * Legt den Wert der metaInfo-Eigenschaft fest. + * Sets the value of the metaInfo property. * * @param value * allowed object is @@ -64,7 +64,7 @@ public class XMLDataObjectAssociationType { } /** - * Ruft den Wert der content-Eigenschaft ab. + * Gets the value of the content property. * * @return * possible object is @@ -76,7 +76,7 @@ public class XMLDataObjectAssociationType { } /** - * Legt den Wert der content-Eigenschaft fest. + * Sets the value of the content property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/package-info.java b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/package-info.java index 23cceed7..c2022565 100644 --- a/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/package-info.java +++ b/pdf-as-moa/src/generated/java/at/gv/e_government/reference/namespace/moa/_20020822_/package-info.java @@ -1,2 +1,2 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) +@jakarta.xml.bind.annotation.XmlSchema(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) package at.gv.e_government.reference.namespace.moa._20020822_; diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/CanonicalizationMethodType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/CanonicalizationMethodType.java index 9ac3752e..e3f5ea1b 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/CanonicalizationMethodType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/CanonicalizationMethodType.java @@ -3,32 +3,32 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlMixed; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für CanonicalizationMethodType complex type. + * <p>Java class for CanonicalizationMethodType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="CanonicalizationMethodType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <any maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="CanonicalizationMethodType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <any maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -48,16 +48,16 @@ public class CanonicalizationMethodType { /** * Gets the value of the content property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the content property. + * This is why there is not a <CODE>set</CODE> method for the content property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getContent().add(newItem); + * getContent().add(newItem); * </pre> * * @@ -65,18 +65,21 @@ public class CanonicalizationMethodType { * Objects of the following type(s) are allowed in the list * {@link Object } * {@link String } + * </p> * * + * @return + * The value of the content property. */ public List<Object> getContent() { if (content == null) { - content = new ArrayList<Object>(); + content = new ArrayList<>(); } return this.content; } /** - * Ruft den Wert der algorithm-Eigenschaft ab. + * Gets the value of the algorithm property. * * @return * possible object is @@ -88,7 +91,7 @@ public class CanonicalizationMethodType { } /** - * Legt den Wert der algorithm-Eigenschaft fest. + * Sets the value of the algorithm property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/DSAKeyValueType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/DSAKeyValueType.java index d0654919..03d07147 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/DSAKeyValueType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/DSAKeyValueType.java @@ -1,38 +1,38 @@ package org.w3._2000._09.xmldsig_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für DSAKeyValueType complex type. + * <p>Java class for DSAKeyValueType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="DSAKeyValueType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <sequence minOccurs="0"> - * <element name="P" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> - * <element name="Q" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> - * </sequence> - * <element name="J" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/> - * <element name="G" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/> - * <element name="Y" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> - * <sequence minOccurs="0"> - * <element name="Seed" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> - * <element name="PgenCounter" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> - * </sequence> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="DSAKeyValueType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <sequence minOccurs="0"> + * <element name="P" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> + * <element name="Q" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> + * </sequence> + * <element name="J" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/> + * <element name="G" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/> + * <element name="Y" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> + * <sequence minOccurs="0"> + * <element name="Seed" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> + * <element name="PgenCounter" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> + * </sequence> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -64,7 +64,7 @@ public class DSAKeyValueType { protected String pgenCounter; /** - * Ruft den Wert der p-Eigenschaft ab. + * Gets the value of the p property. * * @return * possible object is @@ -76,7 +76,7 @@ public class DSAKeyValueType { } /** - * Legt den Wert der p-Eigenschaft fest. + * Sets the value of the p property. * * @param value * allowed object is @@ -88,7 +88,7 @@ public class DSAKeyValueType { } /** - * Ruft den Wert der q-Eigenschaft ab. + * Gets the value of the q property. * * @return * possible object is @@ -100,7 +100,7 @@ public class DSAKeyValueType { } /** - * Legt den Wert der q-Eigenschaft fest. + * Sets the value of the q property. * * @param value * allowed object is @@ -112,7 +112,7 @@ public class DSAKeyValueType { } /** - * Ruft den Wert der j-Eigenschaft ab. + * Gets the value of the j property. * * @return * possible object is @@ -124,7 +124,7 @@ public class DSAKeyValueType { } /** - * Legt den Wert der j-Eigenschaft fest. + * Sets the value of the j property. * * @param value * allowed object is @@ -136,7 +136,7 @@ public class DSAKeyValueType { } /** - * Ruft den Wert der g-Eigenschaft ab. + * Gets the value of the g property. * * @return * possible object is @@ -148,7 +148,7 @@ public class DSAKeyValueType { } /** - * Legt den Wert der g-Eigenschaft fest. + * Sets the value of the g property. * * @param value * allowed object is @@ -160,7 +160,7 @@ public class DSAKeyValueType { } /** - * Ruft den Wert der y-Eigenschaft ab. + * Gets the value of the y property. * * @return * possible object is @@ -172,7 +172,7 @@ public class DSAKeyValueType { } /** - * Legt den Wert der y-Eigenschaft fest. + * Sets the value of the y property. * * @param value * allowed object is @@ -184,7 +184,7 @@ public class DSAKeyValueType { } /** - * Ruft den Wert der seed-Eigenschaft ab. + * Gets the value of the seed property. * * @return * possible object is @@ -196,7 +196,7 @@ public class DSAKeyValueType { } /** - * Legt den Wert der seed-Eigenschaft fest. + * Sets the value of the seed property. * * @param value * allowed object is @@ -208,7 +208,7 @@ public class DSAKeyValueType { } /** - * Ruft den Wert der pgenCounter-Eigenschaft ab. + * Gets the value of the pgenCounter property. * * @return * possible object is @@ -220,7 +220,7 @@ public class DSAKeyValueType { } /** - * Legt den Wert der pgenCounter-Eigenschaft fest. + * Sets the value of the pgenCounter property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/DigestMethodType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/DigestMethodType.java index 6d06d201..1f0297fb 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/DigestMethodType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/DigestMethodType.java @@ -3,33 +3,33 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlMixed; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import org.w3c.dom.Element; /** - * <p>Java-Klasse für DigestMethodType complex type. + * <p>Java class for DigestMethodType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="DigestMethodType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="DigestMethodType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -49,16 +49,16 @@ public class DigestMethodType { /** * Gets the value of the content property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the content property. + * This is why there is not a <CODE>set</CODE> method for the content property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getContent().add(newItem); + * getContent().add(newItem); * </pre> * * @@ -67,18 +67,21 @@ public class DigestMethodType { * {@link Object } * {@link String } * {@link Element } + * </p> * * + * @return + * The value of the content property. */ public List<Object> getContent() { if (content == null) { - content = new ArrayList<Object>(); + content = new ArrayList<>(); } return this.content; } /** - * Ruft den Wert der algorithm-Eigenschaft ab. + * Gets the value of the algorithm property. * * @return * possible object is @@ -90,7 +93,7 @@ public class DigestMethodType { } /** - * Legt den Wert der algorithm-Eigenschaft fest. + * Sets the value of the algorithm property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/KeyInfoType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/KeyInfoType.java index b89025eb..f99460c0 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/KeyInfoType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/KeyInfoType.java @@ -3,46 +3,46 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElementRef; +import jakarta.xml.bind.annotation.XmlElementRefs; +import jakarta.xml.bind.annotation.XmlID; +import jakarta.xml.bind.annotation.XmlMixed; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import org.w3c.dom.Element; /** - * <p>Java-Klasse für KeyInfoType complex type. + * <p>Java class for KeyInfoType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="KeyInfoType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <choice maxOccurs="unbounded"> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyName"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyValue"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}RetrievalMethod"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}X509Data"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}PGPData"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}SPKIData"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}MgmtData"/> - * <any processContents='lax' namespace='##other'/> - * </choice> - * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="KeyInfoType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice maxOccurs="unbounded"> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyName"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyValue"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}RetrievalMethod"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}X509Data"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}PGPData"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}SPKIData"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}MgmtData"/> + * <any processContents='lax' namespace='##other'/> + * </choice> + * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -73,23 +73,21 @@ public class KeyInfoType { /** * Gets the value of the content property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the content property. + * This is why there is not a <CODE>set</CODE> method for the content property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getContent().add(newItem); + * getContent().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link String } * {@link JAXBElement }{@code <}{@link String }{@code >} * {@link JAXBElement }{@code <}{@link String }{@code >} * {@link JAXBElement }{@code <}{@link KeyValueType }{@code >} @@ -97,19 +95,24 @@ public class KeyInfoType { * {@link JAXBElement }{@code <}{@link RetrievalMethodType }{@code >} * {@link JAXBElement }{@code <}{@link SPKIDataType }{@code >} * {@link JAXBElement }{@code <}{@link X509DataType }{@code >} + * {@link Object } + * {@link String } * {@link Element } + * </p> * * + * @return + * The value of the content property. */ public List<Object> getContent() { if (content == null) { - content = new ArrayList<Object>(); + content = new ArrayList<>(); } return this.content; } /** - * Ruft den Wert der id-Eigenschaft ab. + * Gets the value of the id property. * * @return * possible object is @@ -121,7 +124,7 @@ public class KeyInfoType { } /** - * Legt den Wert der id-Eigenschaft fest. + * Sets the value of the id property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/KeyValueType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/KeyValueType.java index b7c4b943..205093e6 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/KeyValueType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/KeyValueType.java @@ -3,35 +3,35 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlElementRef; +import jakarta.xml.bind.annotation.XmlElementRefs; +import jakarta.xml.bind.annotation.XmlMixed; +import jakarta.xml.bind.annotation.XmlType; import org.w3c.dom.Element; /** - * <p>Java-Klasse für KeyValueType complex type. + * <p>Java class for KeyValueType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="KeyValueType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <choice> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}DSAKeyValue"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}RSAKeyValue"/> - * <any processContents='lax' namespace='##other'/> - * </choice> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="KeyValueType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}DSAKeyValue"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}RSAKeyValue"/> + * <any processContents='lax' namespace='##other'/> + * </choice> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -52,32 +52,35 @@ public class KeyValueType { /** * Gets the value of the content property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the content property. + * This is why there is not a <CODE>set</CODE> method for the content property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getContent().add(newItem); + * getContent().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list - * {@link Object } - * {@link String } * {@link JAXBElement }{@code <}{@link DSAKeyValueType }{@code >} * {@link JAXBElement }{@code <}{@link RSAKeyValueType }{@code >} + * {@link Object } + * {@link String } * {@link Element } + * </p> * * + * @return + * The value of the content property. */ public List<Object> getContent() { if (content == null) { - content = new ArrayList<Object>(); + content = new ArrayList<>(); } return this.content; } diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ManifestType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ManifestType.java index 6e9c4303..ada8be59 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ManifestType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ManifestType.java @@ -3,34 +3,34 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlID; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für ManifestType complex type. + * <p>Java class for ManifestType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ManifestType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}Reference" maxOccurs="unbounded"/> - * </sequence> - * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ManifestType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}Reference" maxOccurs="unbounded"/> + * </sequence> + * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -51,34 +51,37 @@ public class ManifestType { /** * Gets the value of the reference property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the reference property. + * This is why there is not a <CODE>set</CODE> method for the reference property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getReference().add(newItem); + * getReference().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ReferenceType } + * </p> * * + * @return + * The value of the reference property. */ public List<ReferenceType> getReference() { if (reference == null) { - reference = new ArrayList<ReferenceType>(); + reference = new ArrayList<>(); } return this.reference; } /** - * Ruft den Wert der id-Eigenschaft ab. + * Gets the value of the id property. * * @return * possible object is @@ -90,7 +93,7 @@ public class ManifestType { } /** - * Legt den Wert der id-Eigenschaft fest. + * Sets the value of the id property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ObjectFactory.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ObjectFactory.java index f30be5f9..d3aa8b06 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ObjectFactory.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ObjectFactory.java @@ -2,17 +2,17 @@ package org.w3._2000._09.xmldsig_; import java.math.BigInteger; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.annotation.XmlElementDecl; +import jakarta.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the org.w3._2000._09.xmldsig_ package. - * <p>An ObjectFactory allows you to programatically + * <p>An ObjectFactory allows you to programmatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces @@ -25,40 +25,40 @@ import javax.xml.namespace.QName; @XmlRegistry public class ObjectFactory { - private final static QName _Signature_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Signature"); - private final static QName _SignatureValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignatureValue"); - private final static QName _SignedInfo_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignedInfo"); - private final static QName _CanonicalizationMethod_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "CanonicalizationMethod"); - private final static QName _SignatureMethod_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignatureMethod"); - private final static QName _Reference_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Reference"); - private final static QName _Transforms_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Transforms"); - private final static QName _Transform_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Transform"); - private final static QName _DigestMethod_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "DigestMethod"); - private final static QName _DigestValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "DigestValue"); - private final static QName _KeyInfo_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "KeyInfo"); - private final static QName _KeyName_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "KeyName"); - private final static QName _MgmtData_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "MgmtData"); - private final static QName _KeyValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "KeyValue"); - private final static QName _RetrievalMethod_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "RetrievalMethod"); - private final static QName _X509Data_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509Data"); - private final static QName _PGPData_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "PGPData"); - private final static QName _SPKIData_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SPKIData"); - private final static QName _Object_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Object"); - private final static QName _Manifest_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Manifest"); - private final static QName _SignatureProperties_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignatureProperties"); - private final static QName _SignatureProperty_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignatureProperty"); - private final static QName _DSAKeyValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "DSAKeyValue"); - private final static QName _RSAKeyValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "RSAKeyValue"); - private final static QName _SPKIDataTypeSPKISexp_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SPKISexp"); - private final static QName _PGPDataTypePGPKeyID_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "PGPKeyID"); - private final static QName _PGPDataTypePGPKeyPacket_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "PGPKeyPacket"); - private final static QName _X509DataTypeX509IssuerSerial_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509IssuerSerial"); - private final static QName _X509DataTypeX509SKI_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509SKI"); - private final static QName _X509DataTypeX509SubjectName_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509SubjectName"); - private final static QName _X509DataTypeX509Certificate_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509Certificate"); - private final static QName _X509DataTypeX509CRL_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509CRL"); - private final static QName _TransformTypeXPath_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "XPath"); - private final static QName _SignatureMethodTypeHMACOutputLength_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "HMACOutputLength"); + private static final QName _Signature_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Signature"); + private static final QName _SignatureValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignatureValue"); + private static final QName _SignedInfo_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignedInfo"); + private static final QName _CanonicalizationMethod_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "CanonicalizationMethod"); + private static final QName _SignatureMethod_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignatureMethod"); + private static final QName _Reference_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Reference"); + private static final QName _Transforms_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Transforms"); + private static final QName _Transform_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Transform"); + private static final QName _DigestMethod_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "DigestMethod"); + private static final QName _DigestValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "DigestValue"); + private static final QName _KeyInfo_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "KeyInfo"); + private static final QName _KeyName_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "KeyName"); + private static final QName _MgmtData_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "MgmtData"); + private static final QName _KeyValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "KeyValue"); + private static final QName _RetrievalMethod_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "RetrievalMethod"); + private static final QName _X509Data_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509Data"); + private static final QName _PGPData_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "PGPData"); + private static final QName _SPKIData_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SPKIData"); + private static final QName _Object_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Object"); + private static final QName _Manifest_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Manifest"); + private static final QName _SignatureProperties_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignatureProperties"); + private static final QName _SignatureProperty_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignatureProperty"); + private static final QName _DSAKeyValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "DSAKeyValue"); + private static final QName _RSAKeyValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "RSAKeyValue"); + private static final QName _SPKIDataTypeSPKISexp_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SPKISexp"); + private static final QName _PGPDataTypePGPKeyID_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "PGPKeyID"); + private static final QName _PGPDataTypePGPKeyPacket_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "PGPKeyPacket"); + private static final QName _X509DataTypeX509IssuerSerial_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509IssuerSerial"); + private static final QName _X509DataTypeX509SKI_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509SKI"); + private static final QName _X509DataTypeX509SubjectName_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509SubjectName"); + private static final QName _X509DataTypeX509Certificate_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509Certificate"); + private static final QName _X509DataTypeX509CRL_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509CRL"); + private static final QName _TransformTypeXPath_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "XPath"); + private static final QName _SignatureMethodTypeHMACOutputLength_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "HMACOutputLength"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._2000._09.xmldsig_ @@ -70,6 +70,8 @@ public class ObjectFactory { /** * Create an instance of {@link SignatureType } * + * @return + * the new instance of {@link SignatureType } */ public SignatureType createSignatureType() { return new SignatureType(); @@ -78,6 +80,8 @@ public class ObjectFactory { /** * Create an instance of {@link SignatureValueType } * + * @return + * the new instance of {@link SignatureValueType } */ public SignatureValueType createSignatureValueType() { return new SignatureValueType(); @@ -86,6 +90,8 @@ public class ObjectFactory { /** * Create an instance of {@link SignedInfoType } * + * @return + * the new instance of {@link SignedInfoType } */ public SignedInfoType createSignedInfoType() { return new SignedInfoType(); @@ -94,6 +100,8 @@ public class ObjectFactory { /** * Create an instance of {@link CanonicalizationMethodType } * + * @return + * the new instance of {@link CanonicalizationMethodType } */ public CanonicalizationMethodType createCanonicalizationMethodType() { return new CanonicalizationMethodType(); @@ -102,6 +110,8 @@ public class ObjectFactory { /** * Create an instance of {@link SignatureMethodType } * + * @return + * the new instance of {@link SignatureMethodType } */ public SignatureMethodType createSignatureMethodType() { return new SignatureMethodType(); @@ -110,6 +120,8 @@ public class ObjectFactory { /** * Create an instance of {@link ReferenceType } * + * @return + * the new instance of {@link ReferenceType } */ public ReferenceType createReferenceType() { return new ReferenceType(); @@ -118,6 +130,8 @@ public class ObjectFactory { /** * Create an instance of {@link TransformsType } * + * @return + * the new instance of {@link TransformsType } */ public TransformsType createTransformsType() { return new TransformsType(); @@ -126,6 +140,8 @@ public class ObjectFactory { /** * Create an instance of {@link TransformType } * + * @return + * the new instance of {@link TransformType } */ public TransformType createTransformType() { return new TransformType(); @@ -134,6 +150,8 @@ public class ObjectFactory { /** * Create an instance of {@link DigestMethodType } * + * @return + * the new instance of {@link DigestMethodType } */ public DigestMethodType createDigestMethodType() { return new DigestMethodType(); @@ -142,6 +160,8 @@ public class ObjectFactory { /** * Create an instance of {@link KeyInfoType } * + * @return + * the new instance of {@link KeyInfoType } */ public KeyInfoType createKeyInfoType() { return new KeyInfoType(); @@ -150,6 +170,8 @@ public class ObjectFactory { /** * Create an instance of {@link KeyValueType } * + * @return + * the new instance of {@link KeyValueType } */ public KeyValueType createKeyValueType() { return new KeyValueType(); @@ -158,6 +180,8 @@ public class ObjectFactory { /** * Create an instance of {@link RetrievalMethodType } * + * @return + * the new instance of {@link RetrievalMethodType } */ public RetrievalMethodType createRetrievalMethodType() { return new RetrievalMethodType(); @@ -166,6 +190,8 @@ public class ObjectFactory { /** * Create an instance of {@link X509DataType } * + * @return + * the new instance of {@link X509DataType } */ public X509DataType createX509DataType() { return new X509DataType(); @@ -174,6 +200,8 @@ public class ObjectFactory { /** * Create an instance of {@link PGPDataType } * + * @return + * the new instance of {@link PGPDataType } */ public PGPDataType createPGPDataType() { return new PGPDataType(); @@ -182,6 +210,8 @@ public class ObjectFactory { /** * Create an instance of {@link SPKIDataType } * + * @return + * the new instance of {@link SPKIDataType } */ public SPKIDataType createSPKIDataType() { return new SPKIDataType(); @@ -190,6 +220,8 @@ public class ObjectFactory { /** * Create an instance of {@link ObjectType } * + * @return + * the new instance of {@link ObjectType } */ public ObjectType createObjectType() { return new ObjectType(); @@ -198,6 +230,8 @@ public class ObjectFactory { /** * Create an instance of {@link ManifestType } * + * @return + * the new instance of {@link ManifestType } */ public ManifestType createManifestType() { return new ManifestType(); @@ -206,6 +240,8 @@ public class ObjectFactory { /** * Create an instance of {@link SignaturePropertiesType } * + * @return + * the new instance of {@link SignaturePropertiesType } */ public SignaturePropertiesType createSignaturePropertiesType() { return new SignaturePropertiesType(); @@ -214,6 +250,8 @@ public class ObjectFactory { /** * Create an instance of {@link SignaturePropertyType } * + * @return + * the new instance of {@link SignaturePropertyType } */ public SignaturePropertyType createSignaturePropertyType() { return new SignaturePropertyType(); @@ -222,6 +260,8 @@ public class ObjectFactory { /** * Create an instance of {@link DSAKeyValueType } * + * @return + * the new instance of {@link DSAKeyValueType } */ public DSAKeyValueType createDSAKeyValueType() { return new DSAKeyValueType(); @@ -230,6 +270,8 @@ public class ObjectFactory { /** * Create an instance of {@link RSAKeyValueType } * + * @return + * the new instance of {@link RSAKeyValueType } */ public RSAKeyValueType createRSAKeyValueType() { return new RSAKeyValueType(); @@ -238,6 +280,8 @@ public class ObjectFactory { /** * Create an instance of {@link X509IssuerSerialType } * + * @return + * the new instance of {@link X509IssuerSerialType } */ public X509IssuerSerialType createX509IssuerSerialType() { return new X509IssuerSerialType(); @@ -253,7 +297,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Signature") public JAXBElement<SignatureType> createSignature(SignatureType value) { - return new JAXBElement<SignatureType>(_Signature_QNAME, SignatureType.class, null, value); + return new JAXBElement<>(_Signature_QNAME, SignatureType.class, null, value); } /** @@ -266,7 +310,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignatureValue") public JAXBElement<SignatureValueType> createSignatureValue(SignatureValueType value) { - return new JAXBElement<SignatureValueType>(_SignatureValue_QNAME, SignatureValueType.class, null, value); + return new JAXBElement<>(_SignatureValue_QNAME, SignatureValueType.class, null, value); } /** @@ -279,7 +323,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignedInfo") public JAXBElement<SignedInfoType> createSignedInfo(SignedInfoType value) { - return new JAXBElement<SignedInfoType>(_SignedInfo_QNAME, SignedInfoType.class, null, value); + return new JAXBElement<>(_SignedInfo_QNAME, SignedInfoType.class, null, value); } /** @@ -292,7 +336,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "CanonicalizationMethod") public JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value) { - return new JAXBElement<CanonicalizationMethodType>(_CanonicalizationMethod_QNAME, CanonicalizationMethodType.class, null, value); + return new JAXBElement<>(_CanonicalizationMethod_QNAME, CanonicalizationMethodType.class, null, value); } /** @@ -305,7 +349,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignatureMethod") public JAXBElement<SignatureMethodType> createSignatureMethod(SignatureMethodType value) { - return new JAXBElement<SignatureMethodType>(_SignatureMethod_QNAME, SignatureMethodType.class, null, value); + return new JAXBElement<>(_SignatureMethod_QNAME, SignatureMethodType.class, null, value); } /** @@ -318,7 +362,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Reference") public JAXBElement<ReferenceType> createReference(ReferenceType value) { - return new JAXBElement<ReferenceType>(_Reference_QNAME, ReferenceType.class, null, value); + return new JAXBElement<>(_Reference_QNAME, ReferenceType.class, null, value); } /** @@ -331,7 +375,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Transforms") public JAXBElement<TransformsType> createTransforms(TransformsType value) { - return new JAXBElement<TransformsType>(_Transforms_QNAME, TransformsType.class, null, value); + return new JAXBElement<>(_Transforms_QNAME, TransformsType.class, null, value); } /** @@ -344,7 +388,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Transform") public JAXBElement<TransformType> createTransform(TransformType value) { - return new JAXBElement<TransformType>(_Transform_QNAME, TransformType.class, null, value); + return new JAXBElement<>(_Transform_QNAME, TransformType.class, null, value); } /** @@ -357,7 +401,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "DigestMethod") public JAXBElement<DigestMethodType> createDigestMethod(DigestMethodType value) { - return new JAXBElement<DigestMethodType>(_DigestMethod_QNAME, DigestMethodType.class, null, value); + return new JAXBElement<>(_DigestMethod_QNAME, DigestMethodType.class, null, value); } /** @@ -370,7 +414,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "DigestValue") public JAXBElement<String> createDigestValue(String value) { - return new JAXBElement<String>(_DigestValue_QNAME, String.class, null, value); + return new JAXBElement<>(_DigestValue_QNAME, String.class, null, value); } /** @@ -383,7 +427,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "KeyInfo") public JAXBElement<KeyInfoType> createKeyInfo(KeyInfoType value) { - return new JAXBElement<KeyInfoType>(_KeyInfo_QNAME, KeyInfoType.class, null, value); + return new JAXBElement<>(_KeyInfo_QNAME, KeyInfoType.class, null, value); } /** @@ -396,7 +440,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "KeyName") public JAXBElement<String> createKeyName(String value) { - return new JAXBElement<String>(_KeyName_QNAME, String.class, null, value); + return new JAXBElement<>(_KeyName_QNAME, String.class, null, value); } /** @@ -409,7 +453,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "MgmtData") public JAXBElement<String> createMgmtData(String value) { - return new JAXBElement<String>(_MgmtData_QNAME, String.class, null, value); + return new JAXBElement<>(_MgmtData_QNAME, String.class, null, value); } /** @@ -422,7 +466,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "KeyValue") public JAXBElement<KeyValueType> createKeyValue(KeyValueType value) { - return new JAXBElement<KeyValueType>(_KeyValue_QNAME, KeyValueType.class, null, value); + return new JAXBElement<>(_KeyValue_QNAME, KeyValueType.class, null, value); } /** @@ -435,7 +479,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "RetrievalMethod") public JAXBElement<RetrievalMethodType> createRetrievalMethod(RetrievalMethodType value) { - return new JAXBElement<RetrievalMethodType>(_RetrievalMethod_QNAME, RetrievalMethodType.class, null, value); + return new JAXBElement<>(_RetrievalMethod_QNAME, RetrievalMethodType.class, null, value); } /** @@ -448,7 +492,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509Data") public JAXBElement<X509DataType> createX509Data(X509DataType value) { - return new JAXBElement<X509DataType>(_X509Data_QNAME, X509DataType.class, null, value); + return new JAXBElement<>(_X509Data_QNAME, X509DataType.class, null, value); } /** @@ -461,7 +505,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "PGPData") public JAXBElement<PGPDataType> createPGPData(PGPDataType value) { - return new JAXBElement<PGPDataType>(_PGPData_QNAME, PGPDataType.class, null, value); + return new JAXBElement<>(_PGPData_QNAME, PGPDataType.class, null, value); } /** @@ -474,7 +518,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SPKIData") public JAXBElement<SPKIDataType> createSPKIData(SPKIDataType value) { - return new JAXBElement<SPKIDataType>(_SPKIData_QNAME, SPKIDataType.class, null, value); + return new JAXBElement<>(_SPKIData_QNAME, SPKIDataType.class, null, value); } /** @@ -487,7 +531,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Object") public JAXBElement<ObjectType> createObject(ObjectType value) { - return new JAXBElement<ObjectType>(_Object_QNAME, ObjectType.class, null, value); + return new JAXBElement<>(_Object_QNAME, ObjectType.class, null, value); } /** @@ -500,7 +544,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Manifest") public JAXBElement<ManifestType> createManifest(ManifestType value) { - return new JAXBElement<ManifestType>(_Manifest_QNAME, ManifestType.class, null, value); + return new JAXBElement<>(_Manifest_QNAME, ManifestType.class, null, value); } /** @@ -513,7 +557,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignatureProperties") public JAXBElement<SignaturePropertiesType> createSignatureProperties(SignaturePropertiesType value) { - return new JAXBElement<SignaturePropertiesType>(_SignatureProperties_QNAME, SignaturePropertiesType.class, null, value); + return new JAXBElement<>(_SignatureProperties_QNAME, SignaturePropertiesType.class, null, value); } /** @@ -526,7 +570,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignatureProperty") public JAXBElement<SignaturePropertyType> createSignatureProperty(SignaturePropertyType value) { - return new JAXBElement<SignaturePropertyType>(_SignatureProperty_QNAME, SignaturePropertyType.class, null, value); + return new JAXBElement<>(_SignatureProperty_QNAME, SignaturePropertyType.class, null, value); } /** @@ -539,7 +583,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "DSAKeyValue") public JAXBElement<DSAKeyValueType> createDSAKeyValue(DSAKeyValueType value) { - return new JAXBElement<DSAKeyValueType>(_DSAKeyValue_QNAME, DSAKeyValueType.class, null, value); + return new JAXBElement<>(_DSAKeyValue_QNAME, DSAKeyValueType.class, null, value); } /** @@ -552,7 +596,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "RSAKeyValue") public JAXBElement<RSAKeyValueType> createRSAKeyValue(RSAKeyValueType value) { - return new JAXBElement<RSAKeyValueType>(_RSAKeyValue_QNAME, RSAKeyValueType.class, null, value); + return new JAXBElement<>(_RSAKeyValue_QNAME, RSAKeyValueType.class, null, value); } /** @@ -565,7 +609,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SPKISexp", scope = SPKIDataType.class) public JAXBElement<String> createSPKIDataTypeSPKISexp(String value) { - return new JAXBElement<String>(_SPKIDataTypeSPKISexp_QNAME, String.class, SPKIDataType.class, value); + return new JAXBElement<>(_SPKIDataTypeSPKISexp_QNAME, String.class, SPKIDataType.class, value); } /** @@ -578,7 +622,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "PGPKeyID", scope = PGPDataType.class) public JAXBElement<String> createPGPDataTypePGPKeyID(String value) { - return new JAXBElement<String>(_PGPDataTypePGPKeyID_QNAME, String.class, PGPDataType.class, value); + return new JAXBElement<>(_PGPDataTypePGPKeyID_QNAME, String.class, PGPDataType.class, value); } /** @@ -591,7 +635,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "PGPKeyPacket", scope = PGPDataType.class) public JAXBElement<String> createPGPDataTypePGPKeyPacket(String value) { - return new JAXBElement<String>(_PGPDataTypePGPKeyPacket_QNAME, String.class, PGPDataType.class, value); + return new JAXBElement<>(_PGPDataTypePGPKeyPacket_QNAME, String.class, PGPDataType.class, value); } /** @@ -604,7 +648,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509IssuerSerial", scope = X509DataType.class) public JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value) { - return new JAXBElement<X509IssuerSerialType>(_X509DataTypeX509IssuerSerial_QNAME, X509IssuerSerialType.class, X509DataType.class, value); + return new JAXBElement<>(_X509DataTypeX509IssuerSerial_QNAME, X509IssuerSerialType.class, X509DataType.class, value); } /** @@ -617,7 +661,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509SKI", scope = X509DataType.class) public JAXBElement<String> createX509DataTypeX509SKI(String value) { - return new JAXBElement<String>(_X509DataTypeX509SKI_QNAME, String.class, X509DataType.class, value); + return new JAXBElement<>(_X509DataTypeX509SKI_QNAME, String.class, X509DataType.class, value); } /** @@ -630,7 +674,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509SubjectName", scope = X509DataType.class) public JAXBElement<String> createX509DataTypeX509SubjectName(String value) { - return new JAXBElement<String>(_X509DataTypeX509SubjectName_QNAME, String.class, X509DataType.class, value); + return new JAXBElement<>(_X509DataTypeX509SubjectName_QNAME, String.class, X509DataType.class, value); } /** @@ -643,7 +687,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509Certificate", scope = X509DataType.class) public JAXBElement<String> createX509DataTypeX509Certificate(String value) { - return new JAXBElement<String>(_X509DataTypeX509Certificate_QNAME, String.class, X509DataType.class, value); + return new JAXBElement<>(_X509DataTypeX509Certificate_QNAME, String.class, X509DataType.class, value); } /** @@ -656,7 +700,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509CRL", scope = X509DataType.class) public JAXBElement<String> createX509DataTypeX509CRL(String value) { - return new JAXBElement<String>(_X509DataTypeX509CRL_QNAME, String.class, X509DataType.class, value); + return new JAXBElement<>(_X509DataTypeX509CRL_QNAME, String.class, X509DataType.class, value); } /** @@ -669,7 +713,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "XPath", scope = TransformType.class) public JAXBElement<String> createTransformTypeXPath(String value) { - return new JAXBElement<String>(_TransformTypeXPath_QNAME, String.class, TransformType.class, value); + return new JAXBElement<>(_TransformTypeXPath_QNAME, String.class, TransformType.class, value); } /** @@ -682,7 +726,7 @@ public class ObjectFactory { */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "HMACOutputLength", scope = SignatureMethodType.class) public JAXBElement<BigInteger> createSignatureMethodTypeHMACOutputLength(BigInteger value) { - return new JAXBElement<BigInteger>(_SignatureMethodTypeHMACOutputLength_QNAME, BigInteger.class, SignatureMethodType.class, value); + return new JAXBElement<>(_SignatureMethodTypeHMACOutputLength_QNAME, BigInteger.class, SignatureMethodType.class, value); } } diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ObjectType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ObjectType.java index eee62207..c0741683 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ObjectType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ObjectType.java @@ -3,38 +3,38 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlID; +import jakarta.xml.bind.annotation.XmlMixed; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import org.w3c.dom.Element; /** - * <p>Java-Klasse für ObjectType complex type. + * <p>Java class for ObjectType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ObjectType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence maxOccurs="unbounded" minOccurs="0"> - * <any processContents='lax'/> - * </sequence> - * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> - * <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ObjectType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence maxOccurs="unbounded" minOccurs="0"> + * <any processContents='lax'/> + * </sequence> + * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + * <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -61,16 +61,16 @@ public class ObjectType { /** * Gets the value of the content property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the content property. + * This is why there is not a <CODE>set</CODE> method for the content property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getContent().add(newItem); + * getContent().add(newItem); * </pre> * * @@ -79,18 +79,21 @@ public class ObjectType { * {@link Object } * {@link String } * {@link Element } + * </p> * * + * @return + * The value of the content property. */ public List<Object> getContent() { if (content == null) { - content = new ArrayList<Object>(); + content = new ArrayList<>(); } return this.content; } /** - * Ruft den Wert der id-Eigenschaft ab. + * Gets the value of the id property. * * @return * possible object is @@ -102,7 +105,7 @@ public class ObjectType { } /** - * Legt den Wert der id-Eigenschaft fest. + * Sets the value of the id property. * * @param value * allowed object is @@ -114,7 +117,7 @@ public class ObjectType { } /** - * Ruft den Wert der mimeType-Eigenschaft ab. + * Gets the value of the mimeType property. * * @return * possible object is @@ -126,7 +129,7 @@ public class ObjectType { } /** - * Legt den Wert der mimeType-Eigenschaft fest. + * Sets the value of the mimeType property. * * @param value * allowed object is @@ -138,7 +141,7 @@ public class ObjectType { } /** - * Ruft den Wert der encoding-Eigenschaft ab. + * Gets the value of the encoding property. * * @return * possible object is @@ -150,7 +153,7 @@ public class ObjectType { } /** - * Legt den Wert der encoding-Eigenschaft fest. + * Sets the value of the encoding property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/PGPDataType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/PGPDataType.java index 10718f18..12c4d7db 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/PGPDataType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/PGPDataType.java @@ -3,40 +3,40 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlElementRef; +import jakarta.xml.bind.annotation.XmlElementRefs; +import jakarta.xml.bind.annotation.XmlType; import org.w3c.dom.Element; /** - * <p>Java-Klasse für PGPDataType complex type. + * <p>Java class for PGPDataType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="PGPDataType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <choice> - * <sequence> - * <element name="PGPKeyID" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> - * <element name="PGPKeyPacket" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/> - * <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * <sequence> - * <element name="PGPKeyPacket" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> - * <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </choice> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="PGPDataType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice> + * <sequence> + * <element name="PGPKeyID" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> + * <element name="PGPKeyPacket" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/> + * <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * <sequence> + * <element name="PGPKeyPacket" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> + * <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </choice> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -46,6 +46,19 @@ import org.w3c.dom.Element; }) public class PGPDataType { + /** + * Gets the rest of the content model. + * + * <p> + * You are getting this "catch-all" property because of the following reason: + * The field name "PGPKeyPacket" is used by two different parts of a schema. See: + * line 184 of file:/home/gpalfinger/Documents/pdf-as-4-kiro/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd + * line 180 of file:/home/gpalfinger/Documents/pdf-as-4-kiro/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd + * <p> + * To get rid of this property, apply a property customization to one + * of both of the following declarations to change their names: + * + */ @XmlElementRefs({ @XmlElementRef(name = "PGPKeyID", namespace = "http://www.w3.org/2000/09/xmldsig#", type = JAXBElement.class, required = false), @XmlElementRef(name = "PGPKeyPacket", namespace = "http://www.w3.org/2000/09/xmldsig#", type = JAXBElement.class, required = false) @@ -54,43 +67,47 @@ public class PGPDataType { protected List<Object> content; /** - * Ruft das restliche Contentmodell ab. + * Gets the rest of the content model. * * <p> - * Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab: - * Der Feldname "PGPKeyPacket" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe: - * Zeile 184 von file:/home/tlenz/Projekte/pdfas4/source/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd - * Zeile 180 von file:/home/tlenz/Projekte/pdfas4/source/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd + * You are getting this "catch-all" property because of the following reason: + * The field name "PGPKeyPacket" is used by two different parts of a schema. See: + * line 184 of file:/home/gpalfinger/Documents/pdf-as-4-kiro/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd + * line 180 of file:/home/gpalfinger/Documents/pdf-as-4-kiro/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd * <p> - * Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine - * der beiden folgenden Deklarationen an, um deren Namen zu ändern: + * To get rid of this property, apply a property customization to one + * of both of the following declarations to change their names: + * * Gets the value of the content property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the content property. + * This is why there is not a <CODE>set</CODE> method for the content property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getContent().add(newItem); + * getContent().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list - * {@link Object } * {@link JAXBElement }{@code <}{@link String }{@code >} * {@link JAXBElement }{@code <}{@link String }{@code >} + * {@link Object } * {@link Element } + * </p> * * + * @return + * The value of the content property. */ public List<Object> getContent() { if (content == null) { - content = new ArrayList<Object>(); + content = new ArrayList<>(); } return this.content; } diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/RSAKeyValueType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/RSAKeyValueType.java index 11468613..6547431e 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/RSAKeyValueType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/RSAKeyValueType.java @@ -1,29 +1,29 @@ package org.w3._2000._09.xmldsig_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für RSAKeyValueType complex type. + * <p>Java class for RSAKeyValueType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="RSAKeyValueType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Modulus" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> - * <element name="Exponent" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="RSAKeyValueType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Modulus" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> + * <element name="Exponent" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -40,7 +40,7 @@ public class RSAKeyValueType { protected String exponent; /** - * Ruft den Wert der modulus-Eigenschaft ab. + * Gets the value of the modulus property. * * @return * possible object is @@ -52,7 +52,7 @@ public class RSAKeyValueType { } /** - * Legt den Wert der modulus-Eigenschaft fest. + * Sets the value of the modulus property. * * @param value * allowed object is @@ -64,7 +64,7 @@ public class RSAKeyValueType { } /** - * Ruft den Wert der exponent-Eigenschaft ab. + * Gets the value of the exponent property. * * @return * possible object is @@ -76,7 +76,7 @@ public class RSAKeyValueType { } /** - * Legt den Wert der exponent-Eigenschaft fest. + * Sets the value of the exponent property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ReferenceType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ReferenceType.java index bba2a97a..f66a94dc 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ReferenceType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/ReferenceType.java @@ -1,38 +1,38 @@ package org.w3._2000._09.xmldsig_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlID; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für ReferenceType complex type. + * <p>Java class for ReferenceType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="ReferenceType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/> - * </sequence> - * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> - * <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="ReferenceType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/> + * </sequence> + * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + * <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> + * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -63,7 +63,7 @@ public class ReferenceType { protected String type; /** - * Ruft den Wert der transforms-Eigenschaft ab. + * Gets the value of the transforms property. * * @return * possible object is @@ -75,7 +75,7 @@ public class ReferenceType { } /** - * Legt den Wert der transforms-Eigenschaft fest. + * Sets the value of the transforms property. * * @param value * allowed object is @@ -87,7 +87,7 @@ public class ReferenceType { } /** - * Ruft den Wert der digestMethod-Eigenschaft ab. + * Gets the value of the digestMethod property. * * @return * possible object is @@ -99,7 +99,7 @@ public class ReferenceType { } /** - * Legt den Wert der digestMethod-Eigenschaft fest. + * Sets the value of the digestMethod property. * * @param value * allowed object is @@ -111,7 +111,7 @@ public class ReferenceType { } /** - * Ruft den Wert der digestValue-Eigenschaft ab. + * Gets the value of the digestValue property. * * @return * possible object is @@ -123,7 +123,7 @@ public class ReferenceType { } /** - * Legt den Wert der digestValue-Eigenschaft fest. + * Sets the value of the digestValue property. * * @param value * allowed object is @@ -135,7 +135,7 @@ public class ReferenceType { } /** - * Ruft den Wert der id-Eigenschaft ab. + * Gets the value of the id property. * * @return * possible object is @@ -147,7 +147,7 @@ public class ReferenceType { } /** - * Legt den Wert der id-Eigenschaft fest. + * Sets the value of the id property. * * @param value * allowed object is @@ -159,7 +159,7 @@ public class ReferenceType { } /** - * Ruft den Wert der uri-Eigenschaft ab. + * Gets the value of the uri property. * * @return * possible object is @@ -171,7 +171,7 @@ public class ReferenceType { } /** - * Legt den Wert der uri-Eigenschaft fest. + * Sets the value of the uri property. * * @param value * allowed object is @@ -183,7 +183,7 @@ public class ReferenceType { } /** - * Ruft den Wert der type-Eigenschaft ab. + * Gets the value of the type property. * * @return * possible object is @@ -195,7 +195,7 @@ public class ReferenceType { } /** - * Legt den Wert der type-Eigenschaft fest. + * Sets the value of the type property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/RetrievalMethodType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/RetrievalMethodType.java index 59a3febc..46d11039 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/RetrievalMethodType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/RetrievalMethodType.java @@ -1,32 +1,32 @@ package org.w3._2000._09.xmldsig_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für RetrievalMethodType complex type. + * <p>Java class for RetrievalMethodType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="RetrievalMethodType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Transforms" type="{http://www.w3.org/2000/09/xmldsig#}TransformsType" minOccurs="0"/> - * </sequence> - * <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="RetrievalMethodType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Transforms" type="{http://www.w3.org/2000/09/xmldsig#}TransformsType" minOccurs="0"/> + * </sequence> + * <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> + * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -46,7 +46,7 @@ public class RetrievalMethodType { protected String type; /** - * Ruft den Wert der transforms-Eigenschaft ab. + * Gets the value of the transforms property. * * @return * possible object is @@ -58,7 +58,7 @@ public class RetrievalMethodType { } /** - * Legt den Wert der transforms-Eigenschaft fest. + * Sets the value of the transforms property. * * @param value * allowed object is @@ -70,7 +70,7 @@ public class RetrievalMethodType { } /** - * Ruft den Wert der uri-Eigenschaft ab. + * Gets the value of the uri property. * * @return * possible object is @@ -82,7 +82,7 @@ public class RetrievalMethodType { } /** - * Legt den Wert der uri-Eigenschaft fest. + * Sets the value of the uri property. * * @param value * allowed object is @@ -94,7 +94,7 @@ public class RetrievalMethodType { } /** - * Ruft den Wert der type-Eigenschaft ab. + * Gets the value of the type property. * * @return * possible object is @@ -106,7 +106,7 @@ public class RetrievalMethodType { } /** - * Legt den Wert der type-Eigenschaft fest. + * Sets the value of the type property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SPKIDataType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SPKIDataType.java index 34264510..77efcc79 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SPKIDataType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SPKIDataType.java @@ -3,32 +3,32 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlElementRef; +import jakarta.xml.bind.annotation.XmlType; import org.w3c.dom.Element; /** - * <p>Java-Klasse für SPKIDataType complex type. + * <p>Java class for SPKIDataType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="SPKIDataType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence maxOccurs="unbounded"> - * <element name="SPKISexp" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> - * <any processContents='lax' namespace='##other' minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="SPKIDataType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence maxOccurs="unbounded"> + * <element name="SPKISexp" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> + * <any processContents='lax' namespace='##other' minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -45,30 +45,33 @@ public class SPKIDataType { /** * Gets the value of the spkiSexpAndAny property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the spkiSexpAndAny property. + * This is why there is not a <CODE>set</CODE> method for the spkiSexpAndAny property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSPKISexpAndAny().add(newItem); + * getSPKISexpAndAny().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list - * {@link Object } * {@link JAXBElement }{@code <}{@link String }{@code >} + * {@link Object } * {@link Element } + * </p> * * + * @return + * The value of the spkiSexpAndAny property. */ public List<Object> getSPKISexpAndAny() { if (spkiSexpAndAny == null) { - spkiSexpAndAny = new ArrayList<Object>(); + spkiSexpAndAny = new ArrayList<>(); } return this.spkiSexpAndAny; } diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignatureMethodType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignatureMethodType.java index 268deb8a..079717a9 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignatureMethodType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignatureMethodType.java @@ -4,35 +4,35 @@ package org.w3._2000._09.xmldsig_; import java.math.BigInteger; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElementRef; +import jakarta.xml.bind.annotation.XmlMixed; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für SignatureMethodType complex type. + * <p>Java class for SignatureMethodType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="SignatureMethodType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="HMACOutputLength" type="{http://www.w3.org/2000/09/xmldsig#}HMACOutputLengthType" minOccurs="0"/> - * <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="SignatureMethodType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="HMACOutputLength" type="{http://www.w3.org/2000/09/xmldsig#}HMACOutputLengthType" minOccurs="0"/> + * <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -53,36 +53,39 @@ public class SignatureMethodType { /** * Gets the value of the content property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the content property. + * This is why there is not a <CODE>set</CODE> method for the content property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getContent().add(newItem); + * getContent().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list + * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} * {@link Object } * {@link String } - * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} + * </p> * * + * @return + * The value of the content property. */ public List<Object> getContent() { if (content == null) { - content = new ArrayList<Object>(); + content = new ArrayList<>(); } return this.content; } /** - * Ruft den Wert der algorithm-Eigenschaft ab. + * Gets the value of the algorithm property. * * @return * possible object is @@ -94,7 +97,7 @@ public class SignatureMethodType { } /** - * Legt den Wert der algorithm-Eigenschaft fest. + * Sets the value of the algorithm property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignaturePropertiesType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignaturePropertiesType.java index 850af98e..5f920450 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignaturePropertiesType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignaturePropertiesType.java @@ -3,34 +3,34 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlID; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für SignaturePropertiesType complex type. + * <p>Java class for SignaturePropertiesType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="SignaturePropertiesType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureProperty" maxOccurs="unbounded"/> - * </sequence> - * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="SignaturePropertiesType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureProperty" maxOccurs="unbounded"/> + * </sequence> + * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -51,34 +51,37 @@ public class SignaturePropertiesType { /** * Gets the value of the signatureProperty property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the signatureProperty property. + * This is why there is not a <CODE>set</CODE> method for the signatureProperty property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getSignatureProperty().add(newItem); + * getSignatureProperty().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link SignaturePropertyType } + * </p> * * + * @return + * The value of the signatureProperty property. */ public List<SignaturePropertyType> getSignatureProperty() { if (signatureProperty == null) { - signatureProperty = new ArrayList<SignaturePropertyType>(); + signatureProperty = new ArrayList<>(); } return this.signatureProperty; } /** - * Ruft den Wert der id-Eigenschaft ab. + * Gets the value of the id property. * * @return * possible object is @@ -90,7 +93,7 @@ public class SignaturePropertiesType { } /** - * Legt den Wert der id-Eigenschaft fest. + * Sets the value of the id property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignaturePropertyType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignaturePropertyType.java index f7f0317b..4a89ae76 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignaturePropertyType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignaturePropertyType.java @@ -3,37 +3,37 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlID; +import jakarta.xml.bind.annotation.XmlMixed; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import org.w3c.dom.Element; /** - * <p>Java-Klasse für SignaturePropertyType complex type. + * <p>Java class for SignaturePropertyType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="SignaturePropertyType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <choice maxOccurs="unbounded"> - * <any processContents='lax' namespace='##other'/> - * </choice> - * <attribute name="Target" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="SignaturePropertyType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice maxOccurs="unbounded"> + * <any processContents='lax' namespace='##other'/> + * </choice> + * <attribute name="Target" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> + * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -58,16 +58,16 @@ public class SignaturePropertyType { /** * Gets the value of the content property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the content property. + * This is why there is not a <CODE>set</CODE> method for the content property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getContent().add(newItem); + * getContent().add(newItem); * </pre> * * @@ -76,18 +76,21 @@ public class SignaturePropertyType { * {@link Object } * {@link String } * {@link Element } + * </p> * * + * @return + * The value of the content property. */ public List<Object> getContent() { if (content == null) { - content = new ArrayList<Object>(); + content = new ArrayList<>(); } return this.content; } /** - * Ruft den Wert der target-Eigenschaft ab. + * Gets the value of the target property. * * @return * possible object is @@ -99,7 +102,7 @@ public class SignaturePropertyType { } /** - * Legt den Wert der target-Eigenschaft fest. + * Sets the value of the target property. * * @param value * allowed object is @@ -111,7 +114,7 @@ public class SignaturePropertyType { } /** - * Ruft den Wert der id-Eigenschaft ab. + * Gets the value of the id property. * * @return * possible object is @@ -123,7 +126,7 @@ public class SignaturePropertyType { } /** - * Legt den Wert der id-Eigenschaft fest. + * Sets the value of the id property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignatureType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignatureType.java index cb841082..f18bfcc1 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignatureType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignatureType.java @@ -3,37 +3,37 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlID; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für SignatureType complex type. + * <p>Java class for SignatureType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="SignatureType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignedInfo"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureValue"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}Object" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="SignatureType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignedInfo"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureValue"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}Object" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -61,7 +61,7 @@ public class SignatureType { protected String id; /** - * Ruft den Wert der signedInfo-Eigenschaft ab. + * Gets the value of the signedInfo property. * * @return * possible object is @@ -73,7 +73,7 @@ public class SignatureType { } /** - * Legt den Wert der signedInfo-Eigenschaft fest. + * Sets the value of the signedInfo property. * * @param value * allowed object is @@ -85,7 +85,7 @@ public class SignatureType { } /** - * Ruft den Wert der signatureValue-Eigenschaft ab. + * Gets the value of the signatureValue property. * * @return * possible object is @@ -97,7 +97,7 @@ public class SignatureType { } /** - * Legt den Wert der signatureValue-Eigenschaft fest. + * Sets the value of the signatureValue property. * * @param value * allowed object is @@ -109,7 +109,7 @@ public class SignatureType { } /** - * Ruft den Wert der keyInfo-Eigenschaft ab. + * Gets the value of the keyInfo property. * * @return * possible object is @@ -121,7 +121,7 @@ public class SignatureType { } /** - * Legt den Wert der keyInfo-Eigenschaft fest. + * Sets the value of the keyInfo property. * * @param value * allowed object is @@ -135,34 +135,37 @@ public class SignatureType { /** * Gets the value of the object property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the object property. + * This is why there is not a <CODE>set</CODE> method for the object property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getObject().add(newItem); + * getObject().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ObjectType } + * </p> * * + * @return + * The value of the object property. */ public List<ObjectType> getObject() { if (object == null) { - object = new ArrayList<ObjectType>(); + object = new ArrayList<>(); } return this.object; } /** - * Ruft den Wert der id-Eigenschaft ab. + * Gets the value of the id property. * * @return * possible object is @@ -174,7 +177,7 @@ public class SignatureType { } /** - * Legt den Wert der id-Eigenschaft fest. + * Sets the value of the id property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignatureValueType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignatureValueType.java index 989a950b..d3df4969 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignatureValueType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignatureValueType.java @@ -1,31 +1,31 @@ package org.w3._2000._09.xmldsig_; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlID; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlValue; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für SignatureValueType complex type. + * <p>Java class for SignatureValueType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="SignatureValueType"> - * <simpleContent> - * <extension base="<http://www.w3.org/2000/09/xmldsig#>CryptoBinary"> - * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> - * </extension> - * </simpleContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="SignatureValueType"> + * <simpleContent> + * <extension base="<http://www.w3.org/2000/09/xmldsig#>CryptoBinary"> + * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + * </extension> + * </simpleContent> + * </complexType> + * }</pre> * * */ @@ -44,7 +44,7 @@ public class SignatureValueType { protected String id; /** - * Ruft den Wert der value-Eigenschaft ab. + * Gets the value of the value property. * * @return * possible object is @@ -56,7 +56,7 @@ public class SignatureValueType { } /** - * Legt den Wert der value-Eigenschaft fest. + * Sets the value of the value property. * * @param value * allowed object is @@ -68,7 +68,7 @@ public class SignatureValueType { } /** - * Ruft den Wert der id-Eigenschaft ab. + * Gets the value of the id property. * * @return * possible object is @@ -80,7 +80,7 @@ public class SignatureValueType { } /** - * Legt den Wert der id-Eigenschaft fest. + * Sets the value of the id property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignedInfoType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignedInfoType.java index f38b247f..6c1d1e49 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignedInfoType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/SignedInfoType.java @@ -3,36 +3,36 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlID; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** - * <p>Java-Klasse für SignedInfoType complex type. + * <p>Java class for SignedInfoType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="SignedInfoType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}CanonicalizationMethod"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureMethod"/> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}Reference" maxOccurs="unbounded"/> - * </sequence> - * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="SignedInfoType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}CanonicalizationMethod"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureMethod"/> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}Reference" maxOccurs="unbounded"/> + * </sequence> + * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -57,7 +57,7 @@ public class SignedInfoType { protected String id; /** - * Ruft den Wert der canonicalizationMethod-Eigenschaft ab. + * Gets the value of the canonicalizationMethod property. * * @return * possible object is @@ -69,7 +69,7 @@ public class SignedInfoType { } /** - * Legt den Wert der canonicalizationMethod-Eigenschaft fest. + * Sets the value of the canonicalizationMethod property. * * @param value * allowed object is @@ -81,7 +81,7 @@ public class SignedInfoType { } /** - * Ruft den Wert der signatureMethod-Eigenschaft ab. + * Gets the value of the signatureMethod property. * * @return * possible object is @@ -93,7 +93,7 @@ public class SignedInfoType { } /** - * Legt den Wert der signatureMethod-Eigenschaft fest. + * Sets the value of the signatureMethod property. * * @param value * allowed object is @@ -107,34 +107,37 @@ public class SignedInfoType { /** * Gets the value of the reference property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the reference property. + * This is why there is not a <CODE>set</CODE> method for the reference property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getReference().add(newItem); + * getReference().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ReferenceType } + * </p> * * + * @return + * The value of the reference property. */ public List<ReferenceType> getReference() { if (reference == null) { - reference = new ArrayList<ReferenceType>(); + reference = new ArrayList<>(); } return this.reference; } /** - * Ruft den Wert der id-Eigenschaft ab. + * Gets the value of the id property. * * @return * possible object is @@ -146,7 +149,7 @@ public class SignedInfoType { } /** - * Legt den Wert der id-Eigenschaft fest. + * Sets the value of the id property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/TransformType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/TransformType.java index 83d64908..77615614 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/TransformType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/TransformType.java @@ -3,36 +3,36 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlElementRef; +import jakarta.xml.bind.annotation.XmlMixed; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import org.w3c.dom.Element; /** - * <p>Java-Klasse für TransformType complex type. + * <p>Java class for TransformType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="TransformType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <choice maxOccurs="unbounded" minOccurs="0"> - * <any processContents='lax' namespace='##other'/> - * <element name="XPath" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </choice> - * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="TransformType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice maxOccurs="unbounded" minOccurs="0"> + * <any processContents='lax' namespace='##other'/> + * <element name="XPath" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </choice> + * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -53,37 +53,40 @@ public class TransformType { /** * Gets the value of the content property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the content property. + * This is why there is not a <CODE>set</CODE> method for the content property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getContent().add(newItem); + * getContent().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list + * {@link JAXBElement }{@code <}{@link String }{@code >} * {@link Object } * {@link String } - * {@link JAXBElement }{@code <}{@link String }{@code >} * {@link Element } + * </p> * * + * @return + * The value of the content property. */ public List<Object> getContent() { if (content == null) { - content = new ArrayList<Object>(); + content = new ArrayList<>(); } return this.content; } /** - * Ruft den Wert der algorithm-Eigenschaft ab. + * Gets the value of the algorithm property. * * @return * possible object is @@ -95,7 +98,7 @@ public class TransformType { } /** - * Legt den Wert der algorithm-Eigenschaft fest. + * Sets the value of the algorithm property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/TransformsType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/TransformsType.java index 933bc662..dd7c72c2 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/TransformsType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/TransformsType.java @@ -3,28 +3,28 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für TransformsType complex type. + * <p>Java class for TransformsType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="TransformsType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transform" maxOccurs="unbounded"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="TransformsType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transform" maxOccurs="unbounded"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -40,28 +40,31 @@ public class TransformsType { /** * Gets the value of the transform property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the transform property. + * This is why there is not a <CODE>set</CODE> method for the transform property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getTransform().add(newItem); + * getTransform().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link TransformType } + * </p> * * + * @return + * The value of the transform property. */ public List<TransformType> getTransform() { if (transform == null) { - transform = new ArrayList<TransformType>(); + transform = new ArrayList<>(); } return this.transform; } diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/X509DataType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/X509DataType.java index e99a02d6..44a4afdc 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/X509DataType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/X509DataType.java @@ -3,39 +3,39 @@ package org.w3._2000._09.xmldsig_; import java.util.ArrayList; import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAnyElement; +import jakarta.xml.bind.annotation.XmlElementRef; +import jakarta.xml.bind.annotation.XmlElementRefs; +import jakarta.xml.bind.annotation.XmlType; import org.w3c.dom.Element; /** - * <p>Java-Klasse für X509DataType complex type. + * <p>Java class for X509DataType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="X509DataType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence maxOccurs="unbounded"> - * <choice> - * <element name="X509IssuerSerial" type="{http://www.w3.org/2000/09/xmldsig#}X509IssuerSerialType"/> - * <element name="X509SKI" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> - * <element name="X509SubjectName" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="X509Certificate" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> - * <element name="X509CRL" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> - * <any processContents='lax' namespace='##other'/> - * </choice> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="X509DataType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence maxOccurs="unbounded"> + * <choice> + * <element name="X509IssuerSerial" type="{http://www.w3.org/2000/09/xmldsig#}X509IssuerSerialType"/> + * <element name="X509SKI" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> + * <element name="X509SubjectName" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="X509Certificate" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> + * <element name="X509CRL" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> + * <any processContents='lax' namespace='##other'/> + * </choice> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -58,34 +58,37 @@ public class X509DataType { /** * Gets the value of the x509IssuerSerialOrX509SKIOrX509SubjectName property. * - * <p> - * This accessor method returns a reference to the live list, + * <p>This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. - * This is why there is not a <CODE>set</CODE> method for the x509IssuerSerialOrX509SKIOrX509SubjectName property. + * This is why there is not a <CODE>set</CODE> method for the x509IssuerSerialOrX509SKIOrX509SubjectName property.</p> * * <p> * For example, to add a new item, do as follows: + * </p> * <pre> - * getX509IssuerSerialOrX509SKIOrX509SubjectName().add(newItem); + * getX509IssuerSerialOrX509SKIOrX509SubjectName().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list - * {@link Object } * {@link JAXBElement }{@code <}{@link String }{@code >} * {@link JAXBElement }{@code <}{@link String }{@code >} * {@link JAXBElement }{@code <}{@link String }{@code >} * {@link JAXBElement }{@code <}{@link String }{@code >} * {@link JAXBElement }{@code <}{@link X509IssuerSerialType }{@code >} + * {@link Object } * {@link Element } + * </p> * * + * @return + * The value of the x509IssuerSerialOrX509SKIOrX509SubjectName property. */ public List<Object> getX509IssuerSerialOrX509SKIOrX509SubjectName() { if (x509IssuerSerialOrX509SKIOrX509SubjectName == null) { - x509IssuerSerialOrX509SKIOrX509SubjectName = new ArrayList<Object>(); + x509IssuerSerialOrX509SKIOrX509SubjectName = new ArrayList<>(); } return this.x509IssuerSerialOrX509SKIOrX509SubjectName; } diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/X509IssuerSerialType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/X509IssuerSerialType.java index 98e286c7..2f96927b 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/X509IssuerSerialType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/X509IssuerSerialType.java @@ -2,29 +2,29 @@ package org.w3._2000._09.xmldsig_; import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** - * <p>Java-Klasse für X509IssuerSerialType complex type. + * <p>Java class for X509IssuerSerialType complex type</p>. * - * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + * <p>The following schema fragment specifies the expected content contained within this class.</p> * - * <pre> - * <complexType name="X509IssuerSerialType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="X509IssuerName" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="X509SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> - * </pre> + * <pre>{@code + * <complexType name="X509IssuerSerialType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="X509IssuerName" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="X509SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + * }</pre> * * */ @@ -41,7 +41,7 @@ public class X509IssuerSerialType { protected BigInteger x509SerialNumber; /** - * Ruft den Wert der x509IssuerName-Eigenschaft ab. + * Gets the value of the x509IssuerName property. * * @return * possible object is @@ -53,7 +53,7 @@ public class X509IssuerSerialType { } /** - * Legt den Wert der x509IssuerName-Eigenschaft fest. + * Sets the value of the x509IssuerName property. * * @param value * allowed object is @@ -65,7 +65,7 @@ public class X509IssuerSerialType { } /** - * Ruft den Wert der x509SerialNumber-Eigenschaft ab. + * Gets the value of the x509SerialNumber property. * * @return * possible object is @@ -77,7 +77,7 @@ public class X509IssuerSerialType { } /** - * Legt den Wert der x509SerialNumber-Eigenschaft fest. + * Sets the value of the x509SerialNumber property. * * @param value * allowed object is diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/package-info.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/package-info.java index 96d5b4b5..13b13252 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/package-info.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/package-info.java @@ -1,2 +1,2 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.w3.org/2000/09/xmldsig#", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) +@jakarta.xml.bind.annotation.XmlSchema(namespace = "http://www.w3.org/2000/09/xmldsig#", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) package org.w3._2000._09.xmldsig_; |
