All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xades4j.xml.bind.xades.XmlUnsignedSignaturePropertiesType Maven / Gradle / Ivy

Go to download

The XAdES4j library is an high-level, configurable and extensible Java implementation of XML Advanced Electronic Signatures (XAdES 1.3.2 and 1.4.1). It enables producing, verifying and extending signatures in the main XAdES forms: XAdES-BES, XAdES-EPES, XAdES-T and XAdES-C. Also, extended forms are supported through the enrichment of an existing signature.

There is a newer version: 2.2.2
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2010.07.19 at 11:24:21 AM BST
//
package xades4j.xml.bind.xades;

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;
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;

/**
 * 

Java class for UnsignedSignaturePropertiesType complex type. * *

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

 * <complexType name="UnsignedSignaturePropertiesType">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="CounterSignature" type="{http://uri.etsi.org/01903/v1.3.2#}CounterSignatureType" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="SignatureTimeStamp" type="{http://uri.etsi.org/01903/v1.3.2#}XAdESTimeStampType" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="CompleteCertificateRefs" type="{http://uri.etsi.org/01903/v1.3.2#}CompleteCertificateRefsType" minOccurs="0"/>
 *         <element name="CompleteRevocationRefs" type="{http://uri.etsi.org/01903/v1.3.2#}CompleteRevocationRefsType" minOccurs="0"/>
 *         <element name="AttributeCertificateRefs" type="{http://uri.etsi.org/01903/v1.3.2#}CompleteCertificateRefsType" minOccurs="0"/>
 *         <element name="AttributeRevocationRefs" type="{http://uri.etsi.org/01903/v1.3.2#}CompleteRevocationRefsType" minOccurs="0"/>
 *         <element name="SigAndRefsTimeStamp" type="{http://uri.etsi.org/01903/v1.3.2#}XAdESTimeStampType" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="RefsOnlyTimeStamp" type="{http://uri.etsi.org/01903/v1.3.2#}XAdESTimeStampType" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="CertificateValues" type="{http://uri.etsi.org/01903/v1.3.2#}CertificateValuesType" minOccurs="0"/>
 *         <element name="RevocationValues" type="{http://uri.etsi.org/01903/v1.3.2#}RevocationValuesType" minOccurs="0"/>
 *         <element name="AttrAuthoritiesCertValues" type="{http://uri.etsi.org/01903/v1.3.2#}CertificateValuesType" minOccurs="0"/>
 *         <element name="AttributeRevocationValues" type="{http://uri.etsi.org/01903/v1.3.2#}RevocationValuesType" minOccurs="0"/>
 *         <element name="ArchiveTimeStamp" type="{http://uri.etsi.org/01903/v1.3.2#}XAdESTimeStampType" maxOccurs="unbounded" minOccurs="0"/>
 *         <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "UnsignedSignaturePropertiesType", propOrder = { "counterSignature", "signatureTimeStamp", "completeCertificateRefs", "completeRevocationRefs", "attributeCertificateRefs", "attributeRevocationRefs", "sigAndRefsTimeStamp", "refsOnlyTimeStamp", "certificateValues", "revocationValues", "attrAuthoritiesCertValues", "attributeRevocationValues", "archiveTimeStamp", "any" }) public class XmlUnsignedSignaturePropertiesType { @XmlElement(name = "CounterSignature") protected List counterSignature; @XmlElement(name = "SignatureTimeStamp") protected List signatureTimeStamp; @XmlElement(name = "CompleteCertificateRefs") protected XmlCompleteCertificateRefsType completeCertificateRefs; @XmlElement(name = "CompleteRevocationRefs") protected XmlCompleteRevocationRefsType completeRevocationRefs; @XmlElement(name = "AttributeCertificateRefs") protected XmlCompleteCertificateRefsType attributeCertificateRefs; @XmlElement(name = "AttributeRevocationRefs") protected XmlCompleteRevocationRefsType attributeRevocationRefs; @XmlElement(name = "SigAndRefsTimeStamp") protected List sigAndRefsTimeStamp; @XmlElement(name = "RefsOnlyTimeStamp") protected List refsOnlyTimeStamp; @XmlElement(name = "CertificateValues") protected XmlCertificateValuesType certificateValues; @XmlElement(name = "RevocationValues") protected XmlRevocationValuesType revocationValues; @XmlElement(name = "AttrAuthoritiesCertValues") protected XmlCertificateValuesType attrAuthoritiesCertValues; @XmlElement(name = "AttributeRevocationValues") protected XmlRevocationValuesType attributeRevocationValues; @XmlElement(name = "ArchiveTimeStamp") protected List archiveTimeStamp; @XmlAnyElement(lax = true) protected List any; @XmlAttribute(name = "Id") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlID @XmlSchemaType(name = "ID") protected String id; /** * Gets the value of the counterSignature property. * *

* 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 counterSignature property. * *

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

     *    getCounterSignature().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link XmlCounterSignatureType } * * */ public List getCounterSignature() { if (counterSignature == null) counterSignature = new ArrayList(); return this.counterSignature; } /** * Gets the value of the signatureTimeStamp property. * *

* 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 signatureTimeStamp property. * *

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

     *    getSignatureTimeStamp().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link XmlXAdESTimeStampType } * * */ public List getSignatureTimeStamp() { if (signatureTimeStamp == null) signatureTimeStamp = new ArrayList(); return this.signatureTimeStamp; } /** * Gets the value of the completeCertificateRefs property. * * @return * possible object is * {@link XmlCompleteCertificateRefsType } * */ public XmlCompleteCertificateRefsType getCompleteCertificateRefs() { return completeCertificateRefs; } /** * Sets the value of the completeCertificateRefs property. * * @param value * allowed object is * {@link XmlCompleteCertificateRefsType } * */ public void setCompleteCertificateRefs(XmlCompleteCertificateRefsType value) { this.completeCertificateRefs = value; } /** * Gets the value of the completeRevocationRefs property. * * @return * possible object is * {@link XmlCompleteRevocationRefsType } * */ public XmlCompleteRevocationRefsType getCompleteRevocationRefs() { return completeRevocationRefs; } /** * Sets the value of the completeRevocationRefs property. * * @param value * allowed object is * {@link XmlCompleteRevocationRefsType } * */ public void setCompleteRevocationRefs(XmlCompleteRevocationRefsType value) { this.completeRevocationRefs = value; } /** * Gets the value of the attributeCertificateRefs property. * * @return * possible object is * {@link XmlCompleteCertificateRefsType } * */ public XmlCompleteCertificateRefsType getAttributeCertificateRefs() { return attributeCertificateRefs; } /** * Sets the value of the attributeCertificateRefs property. * * @param value * allowed object is * {@link XmlCompleteCertificateRefsType } * */ public void setAttributeCertificateRefs(XmlCompleteCertificateRefsType value) { this.attributeCertificateRefs = value; } /** * Gets the value of the attributeRevocationRefs property. * * @return * possible object is * {@link XmlCompleteRevocationRefsType } * */ public XmlCompleteRevocationRefsType getAttributeRevocationRefs() { return attributeRevocationRefs; } /** * Sets the value of the attributeRevocationRefs property. * * @param value * allowed object is * {@link XmlCompleteRevocationRefsType } * */ public void setAttributeRevocationRefs(XmlCompleteRevocationRefsType value) { this.attributeRevocationRefs = value; } /** * Gets the value of the sigAndRefsTimeStamp property. * *

* 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 sigAndRefsTimeStamp property. * *

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

     *    getSigAndRefsTimeStamp().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link XmlXAdESTimeStampType } * * */ public List getSigAndRefsTimeStamp() { if (sigAndRefsTimeStamp == null) sigAndRefsTimeStamp = new ArrayList(); return this.sigAndRefsTimeStamp; } /** * Gets the value of the refsOnlyTimeStamp property. * *

* 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 refsOnlyTimeStamp property. * *

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

     *    getRefsOnlyTimeStamp().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link XmlXAdESTimeStampType } * * */ public List getRefsOnlyTimeStamp() { if (refsOnlyTimeStamp == null) refsOnlyTimeStamp = new ArrayList(); return this.refsOnlyTimeStamp; } /** * Gets the value of the certificateValues property. * * @return * possible object is * {@link XmlCertificateValuesType } * */ public XmlCertificateValuesType getCertificateValues() { return certificateValues; } /** * Sets the value of the certificateValues property. * * @param value * allowed object is * {@link XmlCertificateValuesType } * */ public void setCertificateValues(XmlCertificateValuesType value) { this.certificateValues = value; } /** * Gets the value of the revocationValues property. * * @return * possible object is * {@link XmlRevocationValuesType } * */ public XmlRevocationValuesType getRevocationValues() { return revocationValues; } /** * Sets the value of the revocationValues property. * * @param value * allowed object is * {@link XmlRevocationValuesType } * */ public void setRevocationValues(XmlRevocationValuesType value) { this.revocationValues = value; } /** * Gets the value of the attrAuthoritiesCertValues property. * * @return * possible object is * {@link XmlCertificateValuesType } * */ public XmlCertificateValuesType getAttrAuthoritiesCertValues() { return attrAuthoritiesCertValues; } /** * Sets the value of the attrAuthoritiesCertValues property. * * @param value * allowed object is * {@link XmlCertificateValuesType } * */ public void setAttrAuthoritiesCertValues(XmlCertificateValuesType value) { this.attrAuthoritiesCertValues = value; } /** * Gets the value of the attributeRevocationValues property. * * @return * possible object is * {@link XmlRevocationValuesType } * */ public XmlRevocationValuesType getAttributeRevocationValues() { return attributeRevocationValues; } /** * Sets the value of the attributeRevocationValues property. * * @param value * allowed object is * {@link XmlRevocationValuesType } * */ public void setAttributeRevocationValues(XmlRevocationValuesType value) { this.attributeRevocationValues = value; } /** * Gets the value of the archiveTimeStamp property. * *

* 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 archiveTimeStamp property. * *

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

     *    getArchiveTimeStamp().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link XmlXAdESTimeStampType } * * */ public List getArchiveTimeStamp() { if (archiveTimeStamp == null) archiveTimeStamp = new ArrayList(); return this.archiveTimeStamp; } /** * Gets the value of the any property. * *

* 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. * *

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

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

* Objects of the following type(s) are allowed in the list * {@link Object } * * */ public List getAny() { if (any == null) any = new ArrayList(); return this.any; } /** * Gets the value of the id property. * * @return * possible object is * {@link String } * */ public String getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link String } * */ public void setId(String value) { this.id = value; } }