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
Modifier and TypeFieldDescriptionprotected List<XmlChainItem>
protected XmlValidationPolicy
protected Date
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetChain()
Gets the value of the validationPolicy property.Gets the value of the validationTime property.void
setChain
(List<XmlChainItem> chain) void
Sets the value of the validationPolicy property.void
setValidationTime
(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
Gets the value of the validationTime property.- Returns:
- possible object is
String
-
setValidationTime
Sets the value of the validationTime property.- Parameters:
value
- allowed object isString
-
getChain
-
setChain
-