summaryrefslogtreecommitdiff
path: root/utils/src/main/java/org/w3/_2000/_09/xmldsig_/SignatureType.java
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-01-25 14:36:53 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-01-25 14:36:53 +0000
commit4d3c33af0ba3474bc67b4f06708305c8c0129540 (patch)
tree6e826d2c5e184c807a43ebb815cc59d9bc651edc /utils/src/main/java/org/w3/_2000/_09/xmldsig_/SignatureType.java
parent7082e7551d87c8406625fff7fcba834e68818c13 (diff)
downloadmocca-4d3c33af0ba3474bc67b4f06708305c8c0129540.tar.gz
mocca-4d3c33af0ba3474bc67b4f06708305c8c0129540.tar.bz2
mocca-4d3c33af0ba3474bc67b4f06708305c8c0129540.zip
Generated JAXB bindings for XAdES 1.4
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1008 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'utils/src/main/java/org/w3/_2000/_09/xmldsig_/SignatureType.java')
-rw-r--r--utils/src/main/java/org/w3/_2000/_09/xmldsig_/SignatureType.java18
1 files changed, 8 insertions, 10 deletions
diff --git a/utils/src/main/java/org/w3/_2000/_09/xmldsig_/SignatureType.java b/utils/src/main/java/org/w3/_2000/_09/xmldsig_/SignatureType.java
index 0611c217..c753270d 100644
--- a/utils/src/main/java/org/w3/_2000/_09/xmldsig_/SignatureType.java
+++ b/utils/src/main/java/org/w3/_2000/_09/xmldsig_/SignatureType.java
@@ -1,8 +1,8 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// 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: 2010.02.24 at 05:42:21 PM MEZ
+// Generated on: 2012.01.10 at 12:03:52 PM CET
//
@@ -12,7 +12,6 @@ import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlID;
@@ -20,7 +19,6 @@ 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 org.w3c.dom.Element;
/**
@@ -59,8 +57,8 @@ public class SignatureType {
protected SignedInfoType signedInfo;
@XmlElement(name = "SignatureValue", required = true)
protected SignatureValueType signatureValue;
- @XmlAnyElement
- protected Element keyInfo;
+ @XmlElement(name = "KeyInfo")
+ protected KeyInfoType keyInfo;
@XmlElement(name = "Object")
protected List<ObjectType> object;
@XmlAttribute(name = "Id")
@@ -122,10 +120,10 @@ public class SignatureType {
*
* @return
* possible object is
- * {@link Element }
+ * {@link KeyInfoType }
*
*/
- public Element getKeyInfo() {
+ public KeyInfoType getKeyInfo() {
return keyInfo;
}
@@ -134,10 +132,10 @@ public class SignatureType {
*
* @param value
* allowed object is
- * {@link Element }
+ * {@link KeyInfoType }
*
*/
- public void setKeyInfo(Element value) {
+ public void setKeyInfo(KeyInfoType value) {
this.keyInfo = value;
}