Class UnsignedSignaturePropertiesType
- All Implemented Interfaces:
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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<TimeStampType>
protected CompleteCertificateRefsType
protected CompleteRevocationRefsType
protected CertificateValuesType
protected CompleteCertificateRefsType
protected CompleteRevocationRefsType
protected List<CounterSignatureType>
protected List<TimeStampType>
protected RevocationValuesType
protected List<TimeStampType>
protected List<TimeStampType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the archiveTimeStamp property.Gets the value of the attributeCertificateRefs property.Gets the value of the attributeRevocationRefs property.Gets the value of the certificateValues property.Gets the value of the completeCertificateRefs property.Gets the value of the completeRevocationRefs property.Gets the value of the counterSignature property.Gets the value of the refsOnlyTimeStamp property.Gets the value of the revocationValues property.Gets the value of the sigAndRefsTimeStamp property.Gets the value of the signatureTimeStamp property.void
Sets the value of the attributeCertificateRefs property.void
Sets the value of the attributeRevocationRefs property.void
Sets the value of the certificateValues property.void
Sets the value of the completeCertificateRefs property.void
Sets the value of the completeRevocationRefs property.void
Sets the value of the revocationValues property.
-
Field Details
-
counterSignature
-
signatureTimeStamp
-
completeCertificateRefs
-
completeRevocationRefs
-
attributeCertificateRefs
-
attributeRevocationRefs
-
sigAndRefsTimeStamp
-
refsOnlyTimeStamp
-
certificateValues
-
revocationValues
-
archiveTimeStamp
-
-
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
-