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.1.1#}CounterSignatureType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SignatureTimeStamp" type="{http://uri.etsi.org/01903/v1.1.1#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
<element name="CompleteCertificateRefs" type="{http://uri.etsi.org/01903/v1.1.1#}CompleteCertificateRefsType" minOccurs="0"/>
<element name="CompleteRevocationRefs" type="{http://uri.etsi.org/01903/v1.1.1#}CompleteRevocationRefsType" minOccurs="0"/>
<choice>
<element name="SigAndRefsTimeStamp" type="{http://uri.etsi.org/01903/v1.1.1#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
<element name="RefsOnlyTimeStamp" type="{http://uri.etsi.org/01903/v1.1.1#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<element name="CertificateValues" type="{http://uri.etsi.org/01903/v1.1.1#}CertificateValuesType" minOccurs="0"/>
<element name="RevocationValues" type="{http://uri.etsi.org/01903/v1.1.1#}RevocationValuesType" minOccurs="0"/>
<element name="ArchiveTimeStamp" type="{http://uri.etsi.org/01903/v1.1.1#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected List<TimeStampType>archiveTimeStampprotected CertificateValuesTypecertificateValuesprotected CompleteCertificateRefsTypecompleteCertificateRefsprotected CompleteRevocationRefsTypecompleteRevocationRefsprotected List<CounterSignatureType>counterSignatureprotected List<TimeStampType>refsOnlyTimeStampprotected RevocationValuesTyperevocationValuesprotected List<TimeStampType>sigAndRefsTimeStampprotected 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.CertificateValuesTypegetCertificateValues()Gets the value of the certificateValues property.CompleteCertificateRefsTypegetCompleteCertificateRefs()Gets the value of the completeCertificateRefs property.CompleteRevocationRefsTypegetCompleteRevocationRefs()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.RevocationValuesTypegetRevocationValues()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.voidsetCertificateValues(CertificateValuesType value)Sets the value of the certificateValues property.voidsetCompleteCertificateRefs(CompleteCertificateRefsType value)Sets the value of the completeCertificateRefs property.voidsetCompleteRevocationRefs(CompleteRevocationRefsType value)Sets the value of the completeRevocationRefs property.voidsetRevocationValues(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
setmethod 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
setmethod 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
-
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
setmethod 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
setmethod 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
setmethod 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
-