From 77dd3fcc4d85088b15ab859c4438521d9cd6ed10 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Wed, 15 Apr 2026 13:49:22 +0200 Subject: 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 Co-authored-by: kathrin.resek --- .../namespace/moa/_20020822_/ASICResultType.java | 127 +++++---- .../moa/_20020822_/AllSignatoriesType.java | 42 ++- .../namespace/moa/_20020822_/AnyChildrenType.java | 51 ++-- .../moa/_20020822_/CMSContentBaseType.java | 32 +-- .../moa/_20020822_/CMSDataObjectInfoType.java | 96 +++---- .../_20020822_/CMSDataObjectOptionalMetaType.java | 44 +-- .../_20020822_/CMSDataObjectRequiredMetaType.java | 46 ++-- .../namespace/moa/_20020822_/CheckResultType.java | 48 ++-- .../namespace/moa/_20020822_/ContentBaseType.java | 54 ++-- .../moa/_20020822_/ContentExLocRefBaseType.java | 36 +-- .../moa/_20020822_/ContentOptionalRefType.java | 38 +-- .../moa/_20020822_/ContentRequiredRefType.java | 38 +-- .../moa/_20020822_/CreateCMSSignatureRequest.java | 28 +- .../_20020822_/CreateCMSSignatureRequestType.java | 179 ++++++------ .../_20020822_/CreateCMSSignatureResponseType.java | 61 ++-- .../moa/_20020822_/CreatePDFSignatureRequest.java | 28 +- .../_20020822_/CreatePDFSignatureRequestType.java | 137 ++++----- .../_20020822_/CreatePDFSignatureResponseType.java | 47 ++-- .../CreateSignatureEnvironmentProfile.java | 55 ++-- .../_20020822_/CreateSignatureLocationType.java | 46 ++-- .../_20020822_/CreateTransformsInfoProfile.java | 55 ++-- .../moa/_20020822_/CreateXMLSignatureRequest.java | 28 +- .../_20020822_/CreateXMLSignatureRequestType.java | 306 +++++++++++---------- .../_20020822_/CreateXMLSignatureResponseType.java | 111 ++++---- .../moa/_20020822_/DataObjectInfoType.java | 118 ++++---- .../moa/_20020822_/ErrorResponseType.java | 44 +-- .../ExtendedCertificateCheckResultType.java | 44 +-- .../moa/_20020822_/FinalDataMetaInfoType.java | 40 +-- .../namespace/moa/_20020822_/FormResultType.java | 46 ++-- .../moa/_20020822_/IndicationResultType.java | 46 ++-- .../namespace/moa/_20020822_/InputDataType.java | 66 ++--- .../namespace/moa/_20020822_/KeyStorageType.java | 44 ++- .../namespace/moa/_20020822_/MOAFault.java | 8 +- .../ManifestRefsCheckResultInfoType.java | 36 +-- .../_20020822_/ManifestRefsCheckResultType.java | 34 +-- .../namespace/moa/_20020822_/MetaInfoType.java | 69 ++--- .../namespace/moa/_20020822_/ObjectFactory.java | 248 +++++++++++++---- .../moa/_20020822_/PDFSignatureProperties.java | 44 +-- .../moa/_20020822_/PDFSignatureResultType.java | 104 ++++--- .../moa/_20020822_/PDFSignedRepsonse.java | 68 +++-- .../moa/_20020822_/PublicAuthorityType.java | 38 +-- .../moa/_20020822_/QualifiedCertificate.java | 54 ++-- .../_20020822_/ReferencesCheckResultInfoType.java | 34 +-- .../moa/_20020822_/ReferencesCheckResultType.java | 34 +-- .../_20020822_/SecureSignatureCreationDevice.java | 54 ++-- .../moa/_20020822_/SignatureCreationPortType.java | 18 +- .../moa/_20020822_/SignatureCreationService.java | 16 +- .../_20020822_/SignatureVerificationPortType.java | 18 +- .../_20020822_/SignatureVerificationService.java | 16 +- .../moa/_20020822_/TransformParameterType.java | 122 ++++---- .../moa/_20020822_/TransformsInfoType.java | 44 +-- .../VerifyASICCMSSignatureResponseType.java | 61 ++-- .../moa/_20020822_/VerifyASICSignatureRequest.java | 28 +- .../_20020822_/VerifyASICSignatureRequestType.java | 82 +++--- .../VerifyASICSignatureResponseType.java | 47 ++-- .../VerifyASICXMLSignatureResponseType.java | 143 ++++++---- .../moa/_20020822_/VerifyCMSSignatureRequest.java | 45 +-- .../_20020822_/VerifyCMSSignatureRequestType.java | 77 +++--- .../_20020822_/VerifyCMSSignatureResponseType.java | 61 ++-- .../moa/_20020822_/VerifyPDFSignatureRequest.java | 45 +-- .../_20020822_/VerifyPDFSignatureRequestType.java | 71 ++--- .../_20020822_/VerifyPDFSignatureResponseType.java | 47 ++-- .../moa/_20020822_/VerifyTransformsDataType.java | 63 +++-- .../_20020822_/VerifyTransformsInfoProfile.java | 71 +++-- .../_20020822_/VerifyXMLSignatureRequestType.java | 245 +++++++++-------- .../_20020822_/VerifyXMLSignatureResponseType.java | 141 ++++++---- .../namespace/moa/_20020822_/XMLContentType.java | 38 +-- .../_20020822_/XMLDataObjectAssociationType.java | 44 +-- .../namespace/moa/_20020822_/package-info.java | 2 +- 69 files changed, 2505 insertions(+), 2046 deletions(-) (limited to 'pdf-as-moa/src/generated/java/at') 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; /** - *

Java-Klasse für ASICResultType complex type. + *

Java class for ASICResultType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *           
+ *             
+ *               
+ *                 
+ *               
+ *             
+ *           
+ *         
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -57,28 +57,31 @@ public class ASICResultType { /** * Gets the value of the signedFiles property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the signedFiles property. + * This is why there is not a set method for the signedFiles property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getSignedFiles().add(newItem);
+     * getSignedFiles().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ASICResultType.SignedFiles } + *

* * + * @return + * The value of the signedFiles property. */ public List getSignedFiles() { if (signedFiles == null) { - signedFiles = new ArrayList(); + signedFiles = new ArrayList<>(); } return this.signedFiles; } @@ -86,28 +89,31 @@ public class ASICResultType { /** * Gets the value of the xmlSignatureResult property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the xmlSignatureResult property. + * This is why there is not a set method for the xmlSignatureResult property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getXMLSignatureResult().add(newItem);
+     * getXMLSignatureResult().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link VerifyASICXMLSignatureResponseType } + *

* * + * @return + * The value of the xmlSignatureResult property. */ public List getXMLSignatureResult() { if (xmlSignatureResult == null) { - xmlSignatureResult = new ArrayList(); + xmlSignatureResult = new ArrayList<>(); } return this.xmlSignatureResult; } @@ -115,47 +121,50 @@ public class ASICResultType { /** * Gets the value of the cmsSignatureResult property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the cmsSignatureResult property. + * This is why there is not a set method for the cmsSignatureResult property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getCMSSignatureResult().add(newItem);
+     * getCMSSignatureResult().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link VerifyASICCMSSignatureResponseType } + *

* * + * @return + * The value of the cmsSignatureResult property. */ public List getCMSSignatureResult() { if (cmsSignatureResult == null) { - cmsSignatureResult = new ArrayList(); + cmsSignatureResult = new ArrayList<>(); } return this.cmsSignatureResult; } /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
-     * <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>
-     * 
+ *
{@code
+     * 
+     *   
+     *     
+     *       
+     *     
+     *   
+     * 
+     * }
* * */ @@ -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; /** - *

Java-Klasse für AllSignatoriesType. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - *

- * <simpleType name="AllSignatoriesType">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="all"/>
- *   </restriction>
- * </simpleType>
- * 
+ * + *

Java class for AllSignatoriesType

. + * + *

The following schema fragment specifies the expected content contained within this class.

+ *
{@code
+ * 
+ *   
+ *     
+ *   
+ * 
+ * }
* */ @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; /** - *

Java-Klasse für AnyChildrenType complex type. + *

Java class for AnyChildrenType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -49,16 +49,16 @@ public class AnyChildrenType { /** * Gets the value of the content property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the content property. + * This is why there is not a set method for the content property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getContent().add(newItem);
+     * getContent().add(newItem);
      * 
* * @@ -67,12 +67,15 @@ public class AnyChildrenType { * {@link Object } * {@link String } * {@link Element } + *

* * + * @return + * The value of the content property. */ public List getContent() { if (content == null) { - content = new ArrayList(); + 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; /** - *

Java-Klasse für CMSContentBaseType complex type. + *

Java class for CMSContentBaseType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ 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; /** - *

Java-Klasse für CMSDataObjectInfoType complex type. + *

Java class for CMSDataObjectInfoType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *           
+ *             
+ *               
+ *               
+ *             
+ *           
+ *         
+ *       
+ *       
+ *         
+ *           
+ *             
+ *             
+ *           
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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 { /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
-     * <complexType>
-     *   <complexContent>
-     *     <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectRequiredMetaType">
-     *     </extension>
-     *   </complexContent>
-     * </complexType>
-     * 
+ *
{@code
+     * 
+     *   
+     *     
+     *     
+     *   
+     * 
+     * }
* * */ 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; /** - *

Java-Klasse für CMSDataObjectOptionalMetaType complex type. + *

Java class for CMSDataObjectOptionalMetaType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für CMSDataObjectRequiredMetaType complex type. + *

Java class for CMSDataObjectRequiredMetaType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für CheckResultType complex type. + *

Java class for CheckResultType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für ContentBaseType complex type. + *

Java class for ContentBaseType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für ContentExLocRefBaseType complex type. + *

Java class for ContentExLocRefBaseType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ 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; /** - *

Java-Klasse für ContentOptionalRefType complex type. + *

Java class for ContentOptionalRefType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für ContentRequiredRefType complex type. + *

Java class for ContentRequiredRefType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *         
+ *       
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ 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; /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <complexType>
- *   <complexContent>
- *     <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateCMSSignatureRequestType">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *     
+ *   
+ * 
+ * }
* * */ 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; /** - *

Java-Klasse für CreateCMSSignatureRequestType complex type. + *

Java class for CreateCMSSignatureRequestType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *           
+ *             
+ *               
+ *                 
+ *                   
+ *                     
+ *                       
+ *                         
+ *                         
+ *                       
+ *                     
+ *                   
+ *                 
+ *                 
+ *                 
+ *               
+ *             
+ *           
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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 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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the singleSignatureInfo property. + * This is why there is not a set method for the singleSignatureInfo property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getSingleSignatureInfo().add(newItem);
+     * getSingleSignatureInfo().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link CreateCMSSignatureRequestType.SingleSignatureInfo } + *

* * + * @return + * The value of the singleSignatureInfo property. */ public List getSingleSignatureInfo() { if (singleSignatureInfo == null) { - singleSignatureInfo = new ArrayList(); + singleSignatureInfo = new ArrayList<>(); } return this.singleSignatureInfo; } /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
-     * <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>
-     * 
+ *
{@code
+     * 
+     *   
+     *     
+     *       
+     *         
+     *           
+     *             
+     *               
+     *               
+     *             
+     *           
+     *         
+     *       
+     *       
+     *       
+     *     
+     *   
+     * 
+     * }
* * */ @@ -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 { /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
-         * <complexType>
-         *   <complexContent>
-         *     <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectInfoType">
-         *     </extension>
-         *   </complexContent>
-         * </complexType>
-         * 
+ *
{@code
+         * 
+         *   
+         *     
+         *     
+         *   
+         * 
+         * }
* * */ 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; /** - *

Java-Klasse für CreateCMSSignatureResponseType complex type. + *

Java class for CreateCMSSignatureResponseType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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 cmsSignatureOrErrorResponse; /** + * Kardinalität 1..oo erlaubt die Antwort auf eine + * Stapelsignatur-Anfrage + * * Gets the value of the cmsSignatureOrErrorResponse property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the cmsSignatureOrErrorResponse property. + * This is why there is not a set method for the cmsSignatureOrErrorResponse property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getCMSSignatureOrErrorResponse().add(newItem);
+     * getCMSSignatureOrErrorResponse().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ErrorResponseType } - * byte[] + * byte[]

+ * * + * @return + * The value of the cmsSignatureOrErrorResponse property. */ public List getCMSSignatureOrErrorResponse() { if (cmsSignatureOrErrorResponse == null) { - cmsSignatureOrErrorResponse = new ArrayList(); + 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; /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <complexType>
- *   <complexContent>
- *     <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreatePDFSignatureRequestType">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *     
+ *   
+ * 
+ * }
* * */ 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; /** - *

Java-Klasse für CreatePDFSignatureRequestType complex type. + *

Java class for CreatePDFSignatureRequestType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *           
+ *             
+ *               
+ *                 
+ *                   
+ *                   
+ *                   
+ *                   
+ *                 
+ *               
+ *             
+ *           
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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 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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the singleSignatureInfo property. + * This is why there is not a set method for the singleSignatureInfo property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getSingleSignatureInfo().add(newItem);
+     * getSingleSignatureInfo().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link CreatePDFSignatureRequestType.SingleSignatureInfo } + *

* * + * @return + * The value of the singleSignatureInfo property. */ public List getSingleSignatureInfo() { if (singleSignatureInfo == null) { - singleSignatureInfo = new ArrayList(); + singleSignatureInfo = new ArrayList<>(); } return this.singleSignatureInfo; } /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
-     * <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>
-     * 
+ *
{@code
+     * 
+     *   
+     *     
+     *       
+     *         
+     *         
+     *         
+     *         
+     *       
+     *     
+     *   
+     * 
+     * }
* * */ @@ -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; /** - *

Java-Klasse für CreatePDFSignatureResponseType complex type. + *

Java class for CreatePDFSignatureResponseType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -40,28 +40,31 @@ public class CreatePDFSignatureResponseType { /** * Gets the value of the pdfSignature property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the pdfSignature property. + * This is why there is not a set method for the pdfSignature property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getPDFSignature().add(newItem);
+     * getPDFSignature().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PDFSignedRepsonse } + *

* * + * @return + * The value of the pdfSignature property. */ public List getPDFSignature() { if (pdfSignature == null) { - pdfSignature = new ArrayList(); + 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; /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -44,7 +44,7 @@ public class CreateSignatureEnvironmentProfile { protected List 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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the supplement property. + * This is why there is not a set method for the supplement property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getSupplement().add(newItem);
+     * getSupplement().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link XMLDataObjectAssociationType } + *

* * + * @return + * The value of the supplement property. */ public List getSupplement() { if (supplement == null) { - supplement = new ArrayList(); + 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; /** - *

Java-Klasse für CreateSignatureLocationType complex type. + *

Java class for CreateSignatureLocationType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -44,7 +44,7 @@ public class CreateTransformsInfoProfile { protected List 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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the supplement property. + * This is why there is not a set method for the supplement property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getSupplement().add(newItem);
+     * getSupplement().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link XMLDataObjectAssociationType } + *

* * + * @return + * The value of the supplement property. */ public List getSupplement() { if (supplement == null) { - supplement = new ArrayList(); + 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; /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <complexType>
- *   <complexContent>
- *     <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateXMLSignatureRequestType">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *     
+ *   
+ * 
+ * }
* * */ 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; /** - *

Java-Klasse für CreateXMLSignatureRequestType complex type. + *

Java class for CreateXMLSignatureRequestType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *           
+ *             
+ *               
+ *                 
+ *                   
+ *                     
+ *                       
+ *                         
+ *                           
+ *                         
+ *                       
+ *                     
+ *                   
+ *                   
+ *                     
+ *                       
+ *                         
+ *                           
+ *                             
+ *                             
+ *                               
+ *                               
+ *                             
+ *                           
+ *                         
+ *                       
+ *                     
+ *                   
+ *                 
+ *                 
+ *               
+ *             
+ *           
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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 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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the singleSignatureInfo property. + * This is why there is not a set method for the singleSignatureInfo property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getSingleSignatureInfo().add(newItem);
+     * getSingleSignatureInfo().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link CreateXMLSignatureRequestType.SingleSignatureInfo } + *

* * + * @return + * The value of the singleSignatureInfo property. */ public List getSingleSignatureInfo() { if (singleSignatureInfo == null) { - singleSignatureInfo = new ArrayList(); + singleSignatureInfo = new ArrayList<>(); } return this.singleSignatureInfo; } /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
-     * <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>
-     * 
+ *
{@code
+     * 
+     *   
+     *     
+     *       
+     *         
+     *           
+     *             
+     *               
+     *                 
+     *               
+     *             
+     *           
+     *         
+     *         
+     *           
+     *             
+     *               
+     *                 
+     *                   
+     *                   
+     *                     
+     *                     
+     *                   
+     *                 
+     *               
+     *             
+     *           
+     *         
+     *       
+     *       
+     *     
+     *   
+     * 
+     * }
* * */ @@ -197,34 +208,37 @@ public class CreateXMLSignatureRequestType { /** * Gets the value of the dataObjectInfo property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the dataObjectInfo property. + * This is why there is not a set method for the dataObjectInfo property.

* *

* For example, to add a new item, do as follows: + *

*
-         *    getDataObjectInfo().add(newItem);
+         * getDataObjectInfo().add(newItem);
          * 
* * *

* Objects of the following type(s) are allowed in the list * {@link CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo } + *

* * + * @return + * The value of the dataObjectInfo property. */ public List getDataObjectInfo() { if (dataObjectInfo == null) { - dataObjectInfo = new ArrayList(); + 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 { /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
-         * <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>
-         * 
+ *
{@code
+         * 
+         *   
+         *     
+         *       
+         *         
+         *         
+         *           
+         *           
+         *         
+         *       
+         *     
+         *   
+         * 
+         * }
* * */ @@ -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 { /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
-         * <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>
-         * 
+ *
{@code
+         * 
+         *   
+         *     
+         *       
+         *     
+         *   
+         * 
+         * }
* * */ @@ -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; /** - *

Java-Klasse für CreateXMLSignatureResponseType complex type. + *

Java class for CreateXMLSignatureResponseType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *           
+ *             
+ *               
+ *                 
+ *                   
+ *                 
+ *               
+ *             
+ *           
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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 signatureEnvironmentOrErrorResponse; /** + * Kardinalität 1..oo erlaubt die Antwort auf eine + * Stapelsignatur-Anfrage + * * Gets the value of the signatureEnvironmentOrErrorResponse property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the signatureEnvironmentOrErrorResponse property. + * This is why there is not a set method for the signatureEnvironmentOrErrorResponse property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getSignatureEnvironmentOrErrorResponse().add(newItem);
+     * getSignatureEnvironmentOrErrorResponse().add(newItem);
      * 
* * @@ -74,33 +82,36 @@ public class CreateXMLSignatureResponseType { * Objects of the following type(s) are allowed in the list * {@link CreateXMLSignatureResponseType.SignatureEnvironment } * {@link ErrorResponseType } + *

* * + * @return + * The value of the signatureEnvironmentOrErrorResponse property. */ public List getSignatureEnvironmentOrErrorResponse() { if (signatureEnvironmentOrErrorResponse == null) { - signatureEnvironmentOrErrorResponse = new ArrayList(); + signatureEnvironmentOrErrorResponse = new ArrayList<>(); } return this.signatureEnvironmentOrErrorResponse; } /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
-     * <complexType>
-     *   <complexContent>
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
-     *       <sequence>
-     *         <any processContents='lax'/>
-     *       </sequence>
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
+ *
{@code
+     * 
+     *   
+     *     
+     *       
+     *         
+     *       
+     *     
+     *   
+     * 
+     * }
* * */ @@ -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; /** - *

Java-Klasse für DataObjectInfoType complex type. + *

Java class for DataObjectInfoType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *           
+ *             
+ *               
+ *               
+ *             
+ *           
+ *         
+ *         
+ *           
+ *           
+ *         
+ *       
+ *       
+ *         
+ *           
+ *             
+ *             
+ *           
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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 { /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
-     * <complexType>
-     *   <complexContent>
-     *     <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType">
-     *     </extension>
-     *   </complexContent>
-     * </complexType>
-     * 
+ *
{@code
+     * 
+     *   
+     *     
+     *     
+     *   
+     * 
+     * }
* * */ 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; /** - *

Java-Klasse für ErrorResponseType complex type. + *

Java class for ErrorResponseType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für ExtendedCertificateCheckResultType complex type. + *

Java class for ExtendedCertificateCheckResultType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für FinalDataMetaInfoType complex type. + *

Java class for FinalDataMetaInfoType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für FormResultType complex type. + *

Java class for FormResultType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für IndicationResultType complex type. + *

Java class for IndicationResultType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für InputDataType complex type. + *

Java class for InputDataType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *           
+ *             
+ *             
+ *           
+ *         
+ *       
+ *       
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für KeyStorageType. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. - *

- * <simpleType name="KeyStorageType">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="Software"/>
- *     <enumeration value="Hardware"/>
- *   </restriction>
- * </simpleType>
- * 
+ * + *

Java class for KeyStorageType

. + * + *

The following schema fragment specifies the expected content contained within this class.

+ *
{@code
+ * 
+ *   
+ *     
+ *     
+ *   
+ * 
+ * }
* */ @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; /** - *

Java-Klasse für ManifestRefsCheckResultInfoType complex type. + *

Java class for ManifestRefsCheckResultInfoType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ 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; /** - *

Java-Klasse für ManifestRefsCheckResultType complex type. + *

Java class for ManifestRefsCheckResultType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ 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; /** - *

Java-Klasse für MetaInfoType complex type. + *

Java class for MetaInfoType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -57,7 +57,7 @@ public class MetaInfoType { protected List 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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the any property. + * This is why there is not a set method for the any property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getAny().add(newItem);
+     * getAny().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Object } + *

* * + * @return + * The value of the any property. */ public List getAny() { if (any == null) { - any = new ArrayList(); + 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. - *

An ObjectFactory allows you to programatically + *

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 createCreateCMSSignatureResponse(CreateCMSSignatureResponseType value) { - return new JAXBElement(_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 createCreateXMLSignatureResponse(CreateXMLSignatureResponseType value) { - return new JAXBElement(_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 createCreatePDFSignatureResponse(CreatePDFSignatureResponseType value) { - return new JAXBElement(_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 createVerifyCMSSignatureResponse(VerifyCMSSignatureResponseType value) { - return new JAXBElement(_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 createVerifyASICSignatureResponse(VerifyASICSignatureResponseType value) { - return new JAXBElement(_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 createVerifyPDFSignatureResponse(VerifyPDFSignatureResponseType value) { - return new JAXBElement(_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 createVerifyXMLSignatureRequest(VerifyXMLSignatureRequestType value) { - return new JAXBElement(_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 createVerifyXMLSignatureResponse(VerifyXMLSignatureResponseType value) { - return new JAXBElement(_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 createErrorResponse(ErrorResponseType value) { - return new JAXBElement(_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 createIssuingCountry(String value) { - return new JAXBElement(_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 createPublicAuthority(PublicAuthorityType value) { - return new JAXBElement(_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 createSupplement(XMLDataObjectAssociationType value) { - return new JAXBElement(_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 createSupplementProfile(XMLDataObjectAssociationType value) { - return new JAXBElement(_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 createVerifyASICCMSSignatureResponseTypeSignerInfo(KeyInfoType value) { - return new JAXBElement(_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 createVerifyASICCMSSignatureResponseTypeSigningTime(XMLGregorianCalendar value) { - return new JAXBElement(_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 createVerifyASICCMSSignatureResponseTypeSignatureCheck(CheckResultType value) { - return new JAXBElement(_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 createVerifyASICCMSSignatureResponseTypeCertificateCheck(CheckResultType value) { - return new JAXBElement(_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 createVerifyASICCMSSignatureResponseTypeFormCheckResult(FormResultType value) { - return new JAXBElement(_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 createVerifyASICCMSSignatureResponseTypeExtendedCertificateCheck(ExtendedCertificateCheckResultType value) { - return new JAXBElement(_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 createVerifyCMSSignatureResponseTypeSignerInfo(KeyInfoType value) { - return new JAXBElement(_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 createVerifyCMSSignatureResponseTypeSignatureAlgorithm(String value) { - return new JAXBElement(_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 createVerifyCMSSignatureResponseTypeSignatureCheck(CheckResultType value) { - return new JAXBElement(_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 createVerifyCMSSignatureResponseTypeCertificateCheck(CheckResultType value) { - return new JAXBElement(_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 createVerifyCMSSignatureResponseTypeFormCheckResult(FormResultType value) { - return new JAXBElement(_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 createVerifyCMSSignatureResponseTypeExtendedCertificateCheck(ExtendedCertificateCheckResultType value) { - return new JAXBElement(_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; /** - *

Java-Klasse für PDFSignatureProperties complex type. + *

Java class for PDFSignatureProperties complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für PDFSignatureResultType complex type. + *

Java class for PDFSignatureResultType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the formCheckResult property. + * This is why there is not a set method for the formCheckResult property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getFormCheckResult().add(newItem);
+     * getFormCheckResult().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link FormResultType } + *

* * + * @return + * The value of the formCheckResult property. */ public List getFormCheckResult() { if (formCheckResult == null) { - formCheckResult = new ArrayList(); + 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; /** - *

Java-Klasse für PDFSignedRepsonse complex type. + *

Java class for PDFSignedRepsonse complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *           
+ *           
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für PublicAuthorityType complex type. + *

Java class for PublicAuthorityType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *           
+ *             
+ *             
+ *           
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für ReferencesCheckResultInfoType complex type. + *

Java class for ReferencesCheckResultInfoType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ 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; /** - *

Java-Klasse für ReferencesCheckResultType complex type. + *

Java class for ReferencesCheckResultType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ 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; /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *           
+ *             
+ *             
+ *           
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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 features parameter will have their default values. + * A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features 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 features parameter will have their default values. + * A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features 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; /** - *

Java-Klasse für TransformParameterType complex type. + *

Java class for TransformParameterType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *           
+ *             
+ *               
+ *                 
+ *                   
+ *                   
+ *                 
+ *               
+ *             
+ *           
+ *         
+ *       
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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 { /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
-     * <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>
-     * 
+ *
{@code
+     * 
+     *   
+     *     
+     *       
+     *         
+     *         
+     *       
+     *     
+     *   
+     * 
+     * }
* * */ @@ -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; /** - *

Java-Klasse für TransformsInfoType complex type. + *

Java class for TransformsInfoType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für VerifyASICCMSSignatureResponseType complex type. + *

Java class for VerifyASICCMSSignatureResponseType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -56,16 +56,16 @@ public class VerifyASICCMSSignatureResponseType { /** * Gets the value of the signerInfoAndSigningTimeAndSignatureCheck property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the signerInfoAndSigningTimeAndSignatureCheck property. + * This is why there is not a set method for the signerInfoAndSigningTimeAndSignatureCheck property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getSignerInfoAndSigningTimeAndSignatureCheck().add(newItem);
+     * getSignerInfoAndSigningTimeAndSignatureCheck().add(newItem);
      * 
* * @@ -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 >} + *

* * + * @return + * The value of the signerInfoAndSigningTimeAndSignatureCheck property. */ public List> getSignerInfoAndSigningTimeAndSignatureCheck() { if (signerInfoAndSigningTimeAndSignatureCheck == null) { - signerInfoAndSigningTimeAndSignatureCheck = new ArrayList>(); + 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; /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <complexType>
- *   <complexContent>
- *     <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyASICSignatureRequestType">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *     
+ *   
+ * 
+ * }
* * */ 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; /** - *

Java-Klasse für VerifyASICSignatureRequestType complex type. + *

Java class for VerifyASICSignatureRequestType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *         
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für VerifyASICSignatureResponseType complex type. + *

Java class for VerifyASICSignatureResponseType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -40,28 +40,31 @@ public class VerifyASICSignatureResponseType { /** * Gets the value of the aSiCSignatureResult property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the aSiCSignatureResult property. + * This is why there is not a set method for the aSiCSignatureResult property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getASiCSignatureResult().add(newItem);
+     * getASiCSignatureResult().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ASICResultType } + *

* * + * @return + * The value of the aSiCSignatureResult property. */ public List getASiCSignatureResult() { if (aSiCSignatureResult == null) { - aSiCSignatureResult = new ArrayList(); + 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; /** - *

Java-Klasse für VerifyASICXMLSignatureResponseType complex type. + *

Java class for VerifyASICXMLSignatureResponseType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the hashInputData property. + * This is why there is not a set method for the hashInputData property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getHashInputData().add(newItem);
+     * getHashInputData().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link InputDataType } + *

* * + * @return + * The value of the hashInputData property. */ public List getHashInputData() { if (hashInputData == null) { - hashInputData = new ArrayList(); + hashInputData = new ArrayList<>(); } return this.hashInputData; } @@ -157,34 +173,37 @@ public class VerifyASICXMLSignatureResponseType { /** * Gets the value of the referenceInputData property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the referenceInputData property. + * This is why there is not a set method for the referenceInputData property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getReferenceInputData().add(newItem);
+     * getReferenceInputData().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link InputDataType } + *

* * + * @return + * The value of the referenceInputData property. */ public List getReferenceInputData() { if (referenceInputData == null) { - referenceInputData = new ArrayList(); + 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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the xmldsigManifestCheck property. + * This is why there is not a set method for the xmldsigManifestCheck property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getXMLDSIGManifestCheck().add(newItem);
+     * getXMLDSIGManifestCheck().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ManifestRefsCheckResultType } + *

* * + * @return + * The value of the xmldsigManifestCheck property. */ public List getXMLDSIGManifestCheck() { if (xmldsigManifestCheck == null) { - xmldsigManifestCheck = new ArrayList(); + 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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the formCheckResult property. + * This is why there is not a set method for the formCheckResult property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getFormCheckResult().add(newItem);
+     * getFormCheckResult().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link FormResultType } + *

* * + * @return + * The value of the formCheckResult property. */ public List getFormCheckResult() { if (formCheckResult == null) { - formCheckResult = new ArrayList(); + 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; /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -40,28 +40,31 @@ public class VerifyCMSSignatureRequest /** * Gets the value of the signatories property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the signatories property. + * This is why there is not a set method for the signatories property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getSignatories().add(newItem);
+     * getSignatories().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } + *

* * + * @return + * The value of the signatories property. */ public List getSignatories() { if (signatories == null) { - signatories = new ArrayList(); + 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; /** - *

Java-Klasse für VerifyCMSSignatureRequestType complex type. + *

Java class for VerifyCMSSignatureRequestType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *         
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für VerifyCMSSignatureResponseType complex type. + *

Java class for VerifyCMSSignatureResponseType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -55,16 +55,16 @@ public class VerifyCMSSignatureResponseType { /** * Gets the value of the signerInfoAndSignatureAlgorithmAndSignatureCheck property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the signerInfoAndSignatureAlgorithmAndSignatureCheck property. + * This is why there is not a set method for the signerInfoAndSignatureAlgorithmAndSignatureCheck property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getSignerInfoAndSignatureAlgorithmAndSignatureCheck().add(newItem);
+     * getSignerInfoAndSignatureAlgorithmAndSignatureCheck().add(newItem);
      * 
* * @@ -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 >} + *

* * + * @return + * The value of the signerInfoAndSignatureAlgorithmAndSignatureCheck property. */ public List> getSignerInfoAndSignatureAlgorithmAndSignatureCheck() { if (signerInfoAndSignatureAlgorithmAndSignatureCheck == null) { - signerInfoAndSignatureAlgorithmAndSignatureCheck = new ArrayList>(); + 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; /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -40,28 +40,31 @@ public class VerifyPDFSignatureRequest /** * Gets the value of the signatories property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the signatories property. + * This is why there is not a set method for the signatories property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getSignatories().add(newItem);
+     * getSignatories().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } + *

* * + * @return + * The value of the signatories property. */ public List getSignatories() { if (signatories == null) { - signatories = new ArrayList(); + 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; /** - *

Java-Klasse für VerifyPDFSignatureRequestType complex type. + *

Java class for VerifyPDFSignatureRequestType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für VerifyPDFSignatureResponseType complex type. + *

Java class for VerifyPDFSignatureResponseType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -40,28 +40,31 @@ public class VerifyPDFSignatureResponseType { /** * Gets the value of the signatureResult property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the signatureResult property. + * This is why there is not a set method for the signatureResult property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getSignatureResult().add(newItem);
+     * getSignatureResult().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PDFSignatureResultType } + *

* * + * @return + * The value of the signatureResult property. */ public List getSignatureResult() { if (signatureResult == null) { - signatureResult = new ArrayList(); + 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; /** - *

Java-Klasse für VerifyTransformsDataType complex type. + *

Java class for VerifyTransformsDataType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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 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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID property. + * This is why there is not a set method for the verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getVerifyTransformsInfoProfileOrVerifyTransformsInfoProfileID().add(newItem);
+     * getVerifyTransformsInfoProfileOrVerifyTransformsInfoProfileID().add(newItem);
      * 
* * @@ -62,12 +74,15 @@ public class VerifyTransformsDataType { * Objects of the following type(s) are allowed in the list * {@link VerifyTransformsInfoProfile } * {@link String } + *

* * + * @return + * The value of the verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID property. */ public List getVerifyTransformsInfoProfileOrVerifyTransformsInfoProfileID() { if (verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID == null) { - verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID = new ArrayList(); + 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; /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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 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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the transformParameter property. + * This is why there is not a set method for the transformParameter property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getTransformParameter().add(newItem);
+     * getTransformParameter().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link TransformParameterType } + *

* * + * @return + * The value of the transformParameter property. */ public List getTransformParameter() { if (transformParameter == null) { - transformParameter = new ArrayList(); + 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; /** - *

Java-Klasse für VerifyXMLSignatureRequestType complex type. + *

Java class for VerifyXMLSignatureRequestType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *         
+ *           
+ *             
+ *               
+ *                 
+ *                   
+ *                   
+ *                 
+ *               
+ *             
+ *           
+ *         
+ *         
+ *           
+ *           
+ *         
+ *         
+ *           
+ *             
+ *               
+ *                 
+ *                   
+ *                 
+ *                 
+ *               
+ *             
+ *           
+ *         
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the supplementProfileOrSupplementProfileID property. + * This is why there is not a set method for the supplementProfileOrSupplementProfileID property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getSupplementProfileOrSupplementProfileID().add(newItem);
+     * getSupplementProfileOrSupplementProfileID().add(newItem);
      * 
* * @@ -190,18 +195,21 @@ public class VerifyXMLSignatureRequestType { * Objects of the following type(s) are allowed in the list * {@link XMLDataObjectAssociationType } * {@link String } + *

* * + * @return + * The value of the supplementProfileOrSupplementProfileID property. */ public List getSupplementProfileOrSupplementProfileID() { if (supplementProfileOrSupplementProfileID == null) { - supplementProfileOrSupplementProfileID = new ArrayList(); + 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 { /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
-     * <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>
-     * 
+ *
{@code
+     * 
+     *   
+     *     
+     *       
+     *         
+     *       
+     *       
+     *     
+     *   
+     * 
+     * }
* * */ @@ -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 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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the referenceInfo property. + * This is why there is not a set method for the referenceInfo property.

* *

* For example, to add a new item, do as follows: + *

*
-         *    getReferenceInfo().add(newItem);
+         * getReferenceInfo().add(newItem);
          * 
* * *

* Objects of the following type(s) are allowed in the list * {@link VerifyTransformsDataType } + *

* * + * @return + * The value of the referenceInfo property. */ public List getReferenceInfo() { if (referenceInfo == null) { - referenceInfo = new ArrayList(); + 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 { /** - *

Java-Klasse für anonymous complex type. + *

Java class for anonymous complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
-     * <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>
-     * 
+ *
{@code
+     * 
+     *   
+     *     
+     *       
+     *         
+     *         
+     *       
+     *     
+     *   
+     * 
+     * }
* * */ @@ -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; /** - *

Java-Klasse für VerifyXMLSignatureResponseType complex type. + *

Java class for VerifyXMLSignatureResponseType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the hashInputData property. + * This is why there is not a set method for the hashInputData property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getHashInputData().add(newItem);
+     * getHashInputData().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link InputDataType } + *

* * + * @return + * The value of the hashInputData property. */ public List getHashInputData() { if (hashInputData == null) { - hashInputData = new ArrayList(); + hashInputData = new ArrayList<>(); } return this.hashInputData; } @@ -130,34 +146,37 @@ public class VerifyXMLSignatureResponseType { /** * Gets the value of the referenceInputData property. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the referenceInputData property. + * This is why there is not a set method for the referenceInputData property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getReferenceInputData().add(newItem);
+     * getReferenceInputData().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link InputDataType } + *

* * + * @return + * The value of the referenceInputData property. */ public List getReferenceInputData() { if (referenceInputData == null) { - referenceInputData = new ArrayList(); + 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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the xmldsigManifestCheck property. + * This is why there is not a set method for the xmldsigManifestCheck property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getXMLDSIGManifestCheck().add(newItem);
+     * getXMLDSIGManifestCheck().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ManifestRefsCheckResultType } + *

* * + * @return + * The value of the xmldsigManifestCheck property. */ public List getXMLDSIGManifestCheck() { if (xmldsigManifestCheck == null) { - xmldsigManifestCheck = new ArrayList(); + 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. * - *

- * This accessor method returns a reference to the live list, + *

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 set method for the formCheckResult property. + * This is why there is not a set method for the formCheckResult property.

* *

* For example, to add a new item, do as follows: + *

*
-     *    getFormCheckResult().add(newItem);
+     * getFormCheckResult().add(newItem);
      * 
* * *

* Objects of the following type(s) are allowed in the list * {@link FormResultType } + *

* * + * @return + * The value of the formCheckResult property. */ public List getFormCheckResult() { if (formCheckResult == null) { - formCheckResult = new ArrayList(); + 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; /** - *

Java-Klasse für XMLContentType complex type. + *

Java class for XMLContentType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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; /** - *

Java-Klasse für XMLDataObjectAssociationType complex type. + *

Java class for XMLDataObjectAssociationType complex type

. * - *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. + *

The following schema fragment specifies the expected content contained within this class.

* - *
- * <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>
- * 
+ *
{@code
+ * 
+ *   
+ *     
+ *       
+ *         
+ *         
+ *       
+ *     
+ *   
+ * 
+ * }
* * */ @@ -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_; -- cgit v1.2.3