Class UnsignedSignaturePropertiesType
- All Implemented Interfaces:
Serializable
public class UnsignedSignaturePropertiesType extends Object implements Serializable
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.2.2#}CounterSignatureType" maxOccurs="unbounded" minOccurs="0"/> <element name="SignatureTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/> <element name="CompleteCertificateRefs" type="{http://uri.etsi.org/01903/v1.2.2#}CompleteCertificateRefsType" minOccurs="0"/> <element name="CompleteRevocationRefs" type="{http://uri.etsi.org/01903/v1.2.2#}CompleteRevocationRefsType" minOccurs="0"/> <element name="AttributeCertificateRefs" type="{http://uri.etsi.org/01903/v1.2.2#}CompleteCertificateRefsType" minOccurs="0"/> <element name="AttributeRevocationRefs" type="{http://uri.etsi.org/01903/v1.2.2#}CompleteRevocationRefsType" minOccurs="0"/> <choice> <element name="SigAndRefsTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/> <element name="RefsOnlyTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/> </choice> <element name="CertificateValues" type="{http://uri.etsi.org/01903/v1.2.2#}CertificateValuesType" minOccurs="0"/> <element name="RevocationValues" type="{http://uri.etsi.org/01903/v1.2.2#}RevocationValuesType" minOccurs="0"/> <element name="ArchiveTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected List<TimeStampType>
archiveTimeStamp
protected CompleteCertificateRefsType
attributeCertificateRefs
protected CompleteRevocationRefsType
attributeRevocationRefs
protected CertificateValuesType
certificateValues
protected CompleteCertificateRefsType
completeCertificateRefs
protected CompleteRevocationRefsType
completeRevocationRefs
protected List<CounterSignatureType>
counterSignature
protected List<TimeStampType>
refsOnlyTimeStamp
protected RevocationValuesType
revocationValues
protected List<TimeStampType>
sigAndRefsTimeStamp
protected List<TimeStampType>
signatureTimeStamp
-
Constructor Summary
Constructors Constructor Description UnsignedSignaturePropertiesType()
-
Method Summary
Modifier and Type Method Description List<TimeStampType>
getArchiveTimeStamp()
Gets the value of the archiveTimeStamp property.CompleteCertificateRefsType
getAttributeCertificateRefs()
Gets the value of the attributeCertificateRefs property.CompleteRevocationRefsType
getAttributeRevocationRefs()
Gets the value of the attributeRevocationRefs property.CertificateValuesType
getCertificateValues()
Gets the value of the certificateValues property.CompleteCertificateRefsType
getCompleteCertificateRefs()
Gets the value of the completeCertificateRefs property.CompleteRevocationRefsType
getCompleteRevocationRefs()
Gets the value of the completeRevocationRefs property.List<CounterSignatureType>
getCounterSignature()
Gets the value of the counterSignature property.List<TimeStampType>
getRefsOnlyTimeStamp()
Gets the value of the refsOnlyTimeStamp property.RevocationValuesType
getRevocationValues()
Gets the value of the revocationValues property.List<TimeStampType>
getSigAndRefsTimeStamp()
Gets the value of the sigAndRefsTimeStamp property.List<TimeStampType>
getSignatureTimeStamp()
Gets the value of the signatureTimeStamp property.void
setAttributeCertificateRefs(CompleteCertificateRefsType value)
Sets the value of the attributeCertificateRefs property.void
setAttributeRevocationRefs(CompleteRevocationRefsType value)
Sets the value of the attributeRevocationRefs property.void
setCertificateValues(CertificateValuesType value)
Sets the value of the certificateValues property.void
setCompleteCertificateRefs(CompleteCertificateRefsType value)
Sets the value of the completeCertificateRefs property.void
setCompleteRevocationRefs(CompleteRevocationRefsType value)
Sets the value of the completeRevocationRefs property.void
setRevocationValues(RevocationValuesType value)
Sets the value of the revocationValues property.
-
Field Details
-
Constructor Details
-
UnsignedSignaturePropertiesType
public UnsignedSignaturePropertiesType()
-
-
Method Details
-
getCounterSignature
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
CounterSignatureType
-
getSignatureTimeStamp
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
TimeStampType
-
getCompleteCertificateRefs
Gets the value of the completeCertificateRefs property.- Returns:
- possible object is
CompleteCertificateRefsType
-
setCompleteCertificateRefs
Sets the value of the completeCertificateRefs property.- Parameters:
value
- allowed object isCompleteCertificateRefsType
-
getCompleteRevocationRefs
Gets the value of the completeRevocationRefs property.- Returns:
- possible object is
CompleteRevocationRefsType
-
setCompleteRevocationRefs
Sets the value of the completeRevocationRefs property.- Parameters:
value
- allowed object isCompleteRevocationRefsType
-
getAttributeCertificateRefs
Gets the value of the attributeCertificateRefs property.- Returns:
- possible object is
CompleteCertificateRefsType
-
setAttributeCertificateRefs
Sets the value of the attributeCertificateRefs property.- Parameters:
value
- allowed object isCompleteCertificateRefsType
-
getAttributeRevocationRefs
Gets the value of the attributeRevocationRefs property.- Returns:
- possible object is
CompleteRevocationRefsType
-
setAttributeRevocationRefs
Sets the value of the attributeRevocationRefs property.- Parameters:
value
- allowed object isCompleteRevocationRefsType
-
getSigAndRefsTimeStamp
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
TimeStampType
-
getRefsOnlyTimeStamp
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
TimeStampType
-
getCertificateValues
Gets the value of the certificateValues property.- Returns:
- possible object is
CertificateValuesType
-
setCertificateValues
Sets the value of the certificateValues property.- Parameters:
value
- allowed object isCertificateValuesType
-
getRevocationValues
Gets the value of the revocationValues property.- Returns:
- possible object is
RevocationValuesType
-
setRevocationValues
Sets the value of the revocationValues property.- Parameters:
value
- allowed object isRevocationValuesType
-
getArchiveTimeStamp
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
TimeStampType
-