Class UnsignedSignaturePropertiesType
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">
<choice maxOccurs="unbounded">
<element name="CounterSignature" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignatureValidityType"/>
<element name="SignatureTimeStamp" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}TimeStampValidityType"/>
<element ref="{http://uri.etsi.org/01903/v1.3.2#}CompleteCertificateRefs"/>
<element ref="{http://uri.etsi.org/01903/v1.3.2#}CompleteRevocationRefs"/>
<element ref="{http://uri.etsi.org/01903/v1.3.2#}AttributeCertificateRefs"/>
<element ref="{http://uri.etsi.org/01903/v1.3.2#}AttributeRevocationRefs"/>
<element name="SigAndRefsTimeStamp" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}TimeStampValidityType"/>
<element name="RefsOnlyTimeStamp" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}TimeStampValidityType"/>
<element name="CertificateValues" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CertificateValuesType"/>
<element name="RevocationValues" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}RevocationValuesType"/>
<element name="AttrAuthoritiesCertValues" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CertificateValuesType"/>
<element name="AttributeRevocationValues" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}RevocationValuesType"/>
<element name="ArchiveTimeStamp" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}TimeStampValidityType"/>
</choice>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
counterSignatureOrSignatureTimeStampOrCompleteCertificateRefs
protected List<jakarta.xml.bind.JAXBElement<?>> counterSignatureOrSignatureTimeStampOrCompleteCertificateRefs -
id
-
-
Constructor Details
-
UnsignedSignaturePropertiesType
public UnsignedSignaturePropertiesType()
-
-
Method Details
-
getCounterSignatureOrSignatureTimeStampOrCompleteCertificateRefs
public List<jakarta.xml.bind.JAXBElement<?>> getCounterSignatureOrSignatureTimeStampOrCompleteCertificateRefs()Gets the value of the counterSignatureOrSignatureTimeStampOrCompleteCertificateRefs 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 Jakarta XML Binding object. This is why there is not a
setmethod for the counterSignatureOrSignatureTimeStampOrCompleteCertificateRefs property.For example, to add a new item, do as follows:
getCounterSignatureOrSignatureTimeStampOrCompleteCertificateRefs().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<SignatureValidityType>JAXBElement<TimeStampValidityType>JAXBElement<CompleteCertificateRefsType>JAXBElement<CompleteRevocationRefsType>JAXBElement<CompleteCertificateRefsType>JAXBElement<CompleteRevocationRefsType>JAXBElement<TimeStampValidityType>JAXBElement<TimeStampValidityType>JAXBElement<CertificateValuesType>JAXBElement<RevocationValuesType>JAXBElement<CertificateValuesType>JAXBElement<RevocationValuesType>JAXBElement<TimeStampValidityType> -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-