aboutsummaryrefslogtreecommitdiff
path: root/moaSig/moa-sig/src/generated/java/at/gv/egiz/moasig/VerifyCMSSignatureRequestType.java
diff options
context:
space:
mode:
Diffstat (limited to 'moaSig/moa-sig/src/generated/java/at/gv/egiz/moasig/VerifyCMSSignatureRequestType.java')
-rw-r--r--moaSig/moa-sig/src/generated/java/at/gv/egiz/moasig/VerifyCMSSignatureRequestType.java74
1 files changed, 37 insertions, 37 deletions
diff --git a/moaSig/moa-sig/src/generated/java/at/gv/egiz/moasig/VerifyCMSSignatureRequestType.java b/moaSig/moa-sig/src/generated/java/at/gv/egiz/moasig/VerifyCMSSignatureRequestType.java
index bb23fad..abe0380 100644
--- a/moaSig/moa-sig/src/generated/java/at/gv/egiz/moasig/VerifyCMSSignatureRequestType.java
+++ b/moaSig/moa-sig/src/generated/java/at/gv/egiz/moasig/VerifyCMSSignatureRequestType.java
@@ -1,43 +1,43 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.06.15 at 04:11:53 PM CEST
+// Diese Datei wurde mit der Eclipse Implementation of JAXB, v3.0.2 generiert
+// Siehe https://eclipse-ee4j.github.io/jaxb-ri
+// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
+// Generiert: 2021.12.14 um 08:52:50 PM CET
//
package at.gv.egiz.moasig;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
-import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import javax.xml.datatype.XMLGregorianCalendar;
+import jakarta.xml.bind.annotation.XmlAccessType;
+import jakarta.xml.bind.annotation.XmlAccessorType;
+import jakarta.xml.bind.annotation.XmlElement;
+import jakarta.xml.bind.annotation.XmlSchemaType;
+import jakarta.xml.bind.annotation.XmlSeeAlso;
+import jakarta.xml.bind.annotation.XmlType;
+import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter;
+import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
- * <p>Java class for VerifyCMSSignatureRequestType complex type.
+ * <p>Java-Klasse für VerifyCMSSignatureRequestType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
- * &lt;complexType name="VerifyCMSSignatureRequestType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
- * &lt;element name="ExtendedValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * &lt;element name="CMSSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * &lt;element name="DataObject" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectOptionalMetaType" minOccurs="0"/>
- * &lt;element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="VerifyCMSSignatureRequestType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt;
+ * &lt;element name="ExtendedValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt;
+ * &lt;element name="CMSSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/&gt;
+ * &lt;element name="DataObject" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectOptionalMetaType" minOccurs="0"/&gt;
+ * &lt;element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
@@ -70,7 +70,7 @@ public class VerifyCMSSignatureRequestType {
protected String trustProfileID;
/**
- * Gets the value of the dateTime property.
+ * Ruft den Wert der dateTime-Eigenschaft ab.
*
* @return
* possible object is
@@ -82,7 +82,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Sets the value of the dateTime property.
+ * Legt den Wert der dateTime-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -94,7 +94,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Gets the value of the extendedValidation property.
+ * Ruft den Wert der extendedValidation-Eigenschaft ab.
*
* @return
* possible object is
@@ -106,7 +106,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Sets the value of the extendedValidation property.
+ * Legt den Wert der extendedValidation-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -118,7 +118,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Gets the value of the cmsSignature property.
+ * Ruft den Wert der cmsSignature-Eigenschaft ab.
*
* @return
* possible object is
@@ -129,7 +129,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Sets the value of the cmsSignature property.
+ * Legt den Wert der cmsSignature-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -140,7 +140,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Gets the value of the dataObject property.
+ * Ruft den Wert der dataObject-Eigenschaft ab.
*
* @return
* possible object is
@@ -152,7 +152,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Sets the value of the dataObject property.
+ * Legt den Wert der dataObject-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -164,7 +164,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Gets the value of the trustProfileID property.
+ * Ruft den Wert der trustProfileID-Eigenschaft ab.
*
* @return
* possible object is
@@ -176,7 +176,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Sets the value of the trustProfileID property.
+ * Legt den Wert der trustProfileID-Eigenschaft fest.
*
* @param value
* allowed object is