Class XmlSimpleCertificateReport
java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlSimpleCertificateReport
- All Implemented Interfaces:
Serializable
public class XmlSimpleCertificateReport extends Object implements 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="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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected List<XmlChainItem>chainprotected DatevalidationTime -
Constructor Summary
Constructors Constructor Description XmlSimpleCertificateReport() -
Method Summary
Modifier and Type Method Description List<XmlChainItem>getChain()DategetValidationTime()Gets the value of the validationTime property.voidsetChain(List<XmlChainItem> chain)voidsetValidationTime(Date value)Sets the value of the validationTime property.
-
Field Details
-
Constructor Details
-
XmlSimpleCertificateReport
public XmlSimpleCertificateReport()
-
-
Method Details
-
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
-