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 Detail
-
chain
protected List<XmlChainItem> chain
-
validationTime
protected Date validationTime
-
-
Method Detail
-
getValidationTime
public Date getValidationTime()
Gets the value of the validationTime property.- Returns:
- possible object is
String
-
setValidationTime
public void setValidationTime(Date value)
Sets the value of the validationTime property.- Parameters:
value- allowed object isString
-
getChain
public List<XmlChainItem> getChain()
-
setChain
public void setChain(List<XmlChainItem> chain)
-
-