aboutsummaryrefslogtreecommitdiff
path: root/moaSig/moa-asic/src/generated/java/at/gv/egiz/asic/DSAKeyValueType.java
diff options
context:
space:
mode:
Diffstat (limited to 'moaSig/moa-asic/src/generated/java/at/gv/egiz/asic/DSAKeyValueType.java')
-rw-r--r--moaSig/moa-asic/src/generated/java/at/gv/egiz/asic/DSAKeyValueType.java86
1 files changed, 43 insertions, 43 deletions
diff --git a/moaSig/moa-asic/src/generated/java/at/gv/egiz/asic/DSAKeyValueType.java b/moaSig/moa-asic/src/generated/java/at/gv/egiz/asic/DSAKeyValueType.java
index 57c5748..eee51e6 100644
--- a/moaSig/moa-asic/src/generated/java/at/gv/egiz/asic/DSAKeyValueType.java
+++ b/moaSig/moa-asic/src/generated/java/at/gv/egiz/asic/DSAKeyValueType.java
@@ -1,44 +1,44 @@
//
-// 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.16 at 02:42:50 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:42 PM CET
//
package at.gv.egiz.asic;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
+import jakarta.xml.bind.annotation.XmlAccessType;
+import jakarta.xml.bind.annotation.XmlAccessorType;
+import jakarta.xml.bind.annotation.XmlElement;
+import jakarta.xml.bind.annotation.XmlType;
/**
- * <p>Java class for DSAKeyValueType complex type.
+ * <p>Java-Klasse für DSAKeyValueType 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="DSAKeyValueType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;sequence minOccurs="0">
- * &lt;element name="P" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * &lt;element name="Q" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * &lt;/sequence>
- * &lt;element name="G" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/>
- * &lt;element name="Y" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * &lt;element name="J" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/>
- * &lt;sequence minOccurs="0">
- * &lt;element name="Seed" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * &lt;element name="PgenCounter" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * &lt;/sequence>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="DSAKeyValueType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;sequence minOccurs="0"&gt;
+ * &lt;element name="P" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/&gt;
+ * &lt;element name="Q" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;element name="G" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/&gt;
+ * &lt;element name="Y" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/&gt;
+ * &lt;element name="J" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/&gt;
+ * &lt;sequence minOccurs="0"&gt;
+ * &lt;element name="Seed" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/&gt;
+ * &lt;element name="PgenCounter" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
@@ -71,7 +71,7 @@ public class DSAKeyValueType {
protected byte[] pgenCounter;
/**
- * Gets the value of the p property.
+ * Ruft den Wert der p-Eigenschaft ab.
*
* @return
* possible object is
@@ -82,7 +82,7 @@ public class DSAKeyValueType {
}
/**
- * Sets the value of the p property.
+ * Legt den Wert der p-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -93,7 +93,7 @@ public class DSAKeyValueType {
}
/**
- * Gets the value of the q property.
+ * Ruft den Wert der q-Eigenschaft ab.
*
* @return
* possible object is
@@ -104,7 +104,7 @@ public class DSAKeyValueType {
}
/**
- * Sets the value of the q property.
+ * Legt den Wert der q-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -115,7 +115,7 @@ public class DSAKeyValueType {
}
/**
- * Gets the value of the g property.
+ * Ruft den Wert der g-Eigenschaft ab.
*
* @return
* possible object is
@@ -126,7 +126,7 @@ public class DSAKeyValueType {
}
/**
- * Sets the value of the g property.
+ * Legt den Wert der g-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -137,7 +137,7 @@ public class DSAKeyValueType {
}
/**
- * Gets the value of the y property.
+ * Ruft den Wert der y-Eigenschaft ab.
*
* @return
* possible object is
@@ -148,7 +148,7 @@ public class DSAKeyValueType {
}
/**
- * Sets the value of the y property.
+ * Legt den Wert der y-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -159,7 +159,7 @@ public class DSAKeyValueType {
}
/**
- * Gets the value of the j property.
+ * Ruft den Wert der j-Eigenschaft ab.
*
* @return
* possible object is
@@ -170,7 +170,7 @@ public class DSAKeyValueType {
}
/**
- * Sets the value of the j property.
+ * Legt den Wert der j-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -181,7 +181,7 @@ public class DSAKeyValueType {
}
/**
- * Gets the value of the seed property.
+ * Ruft den Wert der seed-Eigenschaft ab.
*
* @return
* possible object is
@@ -192,7 +192,7 @@ public class DSAKeyValueType {
}
/**
- * Sets the value of the seed property.
+ * Legt den Wert der seed-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -203,7 +203,7 @@ public class DSAKeyValueType {
}
/**
- * Gets the value of the pgenCounter property.
+ * Ruft den Wert der pgenCounter-Eigenschaft ab.
*
* @return
* possible object is
@@ -214,7 +214,7 @@ public class DSAKeyValueType {
}
/**
- * Sets the value of the pgenCounter property.
+ * Legt den Wert der pgenCounter-Eigenschaft fest.
*
* @param value
* allowed object is