Class SignatureAttributesType
- java.lang.Object
-
- eu.europa.esig.validationreport.jaxb.SignatureAttributesType
-
- All Implemented Interfaces:
Serializable
public class SignatureAttributesType extends Object implements Serializable
Java class for SignatureAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureAttributesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element name="SigningTime" type="{http://uri.etsi.org/19102/v1.2.1#}SASigningTimeType"/> <element name="SigningCertificate" type="{http://uri.etsi.org/19102/v1.2.1#}SACertIDListType"/> <element name="DataObjectFormat" type="{http://uri.etsi.org/19102/v1.2.1#}SADataObjectFormatType"/> <element name="CommitmentTypeIndication" type="{http://uri.etsi.org/19102/v1.2.1#}SACommitmentTypeIndicationType"/> <element name="AllDataObjectsTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/> <element name="IndividualDataObjectsTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/> <element name="SigPolicyIdentifier" type="{http://uri.etsi.org/19102/v1.2.1#}SASigPolicyIdentifierType"/> <element name="SignatureProductionPlace" type="{http://uri.etsi.org/19102/v1.2.1#}SASignatureProductionPlaceType"/> <element name="SignerRole" type="{http://uri.etsi.org/19102/v1.2.1#}SASignerRoleType"/> <element name="CounterSignature" type="{http://uri.etsi.org/19102/v1.2.1#}SACounterSignatureType"/> <element name="SignatureTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/> <element name="CompleteCertificateRefs" type="{http://uri.etsi.org/19102/v1.2.1#}SACertIDListType"/> <element name="CompleteRevocationRefs" type="{http://uri.etsi.org/19102/v1.2.1#}SARevIDListType"/> <element name="AttributeCertificateRefs" type="{http://uri.etsi.org/19102/v1.2.1#}SACertIDListType"/> <element name="AttributeRevocationRefs" type="{http://uri.etsi.org/19102/v1.2.1#}SARevIDListType"/> <element name="SigAndRefsTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/> <element name="RefsOnlyTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/> <element name="CertificateValues" type="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType"/> <element name="RevocationValues" type="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType"/> <element name="AttrAuthoritiesCertValues" type="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType"/> <element name="AttributeRevocationValues" type="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType"/> <element name="TimeStampValidationData" type="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType"/> <element name="ArchiveTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/> <element name="RenewedDigests" type="{http://uri.etsi.org/19102/v1.2.1#}SAListOfIntegersType"/> <element name="MessageDigest" type="{http://uri.etsi.org/19102/v1.2.1#}SAMessageDigestType"/> <element name="DSS" type="{http://uri.etsi.org/19102/v1.2.1#}SADSSType"/> <element name="VRI" type="{http://uri.etsi.org/19102/v1.2.1#}SAVRIType"/> <element name="DocTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/> <element name="Reason" type="{http://uri.etsi.org/19102/v1.2.1#}SAReasonType"/> <element name="Name" type="{http://uri.etsi.org/19102/v1.2.1#}SANameType"/> <element name="ContactInfo" type="{http://uri.etsi.org/19102/v1.2.1#}SAContactInfoType"/> <element name="SubFilter" type="{http://uri.etsi.org/19102/v1.2.1#}SASubFilterType"/> <element name="ByteRange" type="{http://uri.etsi.org/19102/v1.2.1#}SAListOfIntegersType"/> <element name="Filter" type="{http://uri.etsi.org/19102/v1.2.1#}SAFilterType"/> <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>signingTimeOrSigningCertificateOrDataObjectFormat
-
Constructor Summary
Constructors Constructor Description SignatureAttributesType()
-
Method Summary
Modifier and Type Method Description List<Object>getSigningTimeOrSigningCertificateOrDataObjectFormat()Gets the value of the signingTimeOrSigningCertificateOrDataObjectFormat property.
-
-
-
Method Detail
-
getSigningTimeOrSigningCertificateOrDataObjectFormat
public List<Object> getSigningTimeOrSigningCertificateOrDataObjectFormat()
Gets the value of the signingTimeOrSigningCertificateOrDataObjectFormat 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
setmethod for the signingTimeOrSigningCertificateOrDataObjectFormat property.For example, to add a new item, do as follows:
getSigningTimeOrSigningCertificateOrDataObjectFormat().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<SASigningTimeType>JAXBElement<SACertIDListType>JAXBElement<SADataObjectFormatType>JAXBElement<SACommitmentTypeIndicationType>JAXBElement<SATimestampType>JAXBElement<SATimestampType>JAXBElement<SASigPolicyIdentifierType>JAXBElement<SASignatureProductionPlaceType>JAXBElement<SASignerRoleType>JAXBElement<SACounterSignatureType>JAXBElement<SATimestampType>JAXBElement<SACertIDListType>JAXBElement<SARevIDListType>JAXBElement<SACertIDListType>JAXBElement<SARevIDListType>JAXBElement<SATimestampType>JAXBElement<SATimestampType>JAXBElement<AttributeBaseType>JAXBElement<AttributeBaseType>JAXBElement<AttributeBaseType>JAXBElement<AttributeBaseType>JAXBElement<AttributeBaseType>JAXBElement<SATimestampType>JAXBElement<List<BigInteger>>JAXBElement<SAMessageDigestType>JAXBElement<SADSSType>JAXBElement<SAVRIType>JAXBElement<SATimestampType>JAXBElement<SAReasonType>JAXBElement<SANameType>JAXBElement<SAContactInfoType>JAXBElement<SASubFilterType>JAXBElement<List<BigInteger>>JAXBElement<SAFilterType>ElementObject
-
-