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="Certificate" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}ChainItem" minOccurs="0"/>
<element name="ConnectionDetails" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}ConnectionDetails" minOccurs="0"/>
</sequence>
<attribute name="ValidationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XmlChainItemprotected XmlConnectionDetailsprotected XmlValidationPolicyprotected Date -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificate property.Gets the value of the connectionDetails property.Gets the value of the validationPolicy property.Gets the value of the validationTime property.voidsetCertificate(XmlChainItem value) Sets the value of the certificate property.voidSets the value of the connectionDetails property.voidSets the value of the validationPolicy property.voidsetValidationTime(Date value) Sets the value of the validationTime property.
-
Field Details
-
validationPolicy
-
certificate
-
connectionDetails
-
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
-
getCertificate
Gets the value of the certificate property.- Returns:
- possible object is
XmlChainItem
-
setCertificate
Sets the value of the certificate property.- Parameters:
value- allowed object isXmlChainItem
-
getConnectionDetails
Gets the value of the connectionDetails property.- Returns:
- possible object is
XmlConnectionDetails
-
setConnectionDetails
Sets the value of the connectionDetails property.- Parameters:
value- allowed object isXmlConnectionDetails
-
getValidationTime
-
setValidationTime
-