Class XmlSimpleCertificateReport
java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlSimpleCertificateReport
- All Implemented Interfaces:
Serializable
Java class for SimpleCertificateReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleCertificateReport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ValidationPolicy" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}ValidationPolicy"/>
<element name="Chain" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Chain" minOccurs="0"/>
</sequence>
<attribute name="ValidationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<XmlChainItem> protected XmlValidationPolicyprotected Date -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChain()Gets the value of the validationPolicy property.Gets the value of the validationTime property.voidsetChain(List<XmlChainItem> chain) voidSets the value of the validationPolicy property.voidsetValidationTime(Date value) Sets the value of the validationTime property.
-
Field Details
-
validationPolicy
-
chain
-
validationTime
-
-
Constructor Details
-
XmlSimpleCertificateReport
public XmlSimpleCertificateReport()
-
-
Method Details
-
getValidationPolicy
Gets the value of the validationPolicy property.- Returns:
- possible object is
XmlValidationPolicy
-
setValidationPolicy
Sets the value of the validationPolicy property.- Parameters:
value- allowed object isXmlValidationPolicy
-
getValidationTime
-
setValidationTime
-
getChain
-
setChain
-