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="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 Details

  • Constructor Details

    • XmlSimpleCertificateReport

      public XmlSimpleCertificateReport()
  • Method Details

    • getValidationPolicy

      public XmlValidationPolicy getValidationPolicy()
      Gets the value of the validationPolicy property.
      Returns:
      possible object is XmlValidationPolicy
    • setValidationPolicy

      public void setValidationPolicy(XmlValidationPolicy value)
      Sets the value of the validationPolicy property.
      Parameters:
      value - allowed object is XmlValidationPolicy
    • getCertificate

      public XmlChainItem getCertificate()
      Gets the value of the certificate property.
      Returns:
      possible object is XmlChainItem
    • setCertificate

      public void setCertificate(XmlChainItem value)
      Sets the value of the certificate property.
      Parameters:
      value - allowed object is XmlChainItem
    • getConnectionDetails

      public XmlConnectionDetails getConnectionDetails()
      Gets the value of the connectionDetails property.
      Returns:
      possible object is XmlConnectionDetails
    • setConnectionDetails

      public void setConnectionDetails(XmlConnectionDetails value)
      Sets the value of the connectionDetails property.
      Parameters:
      value - allowed object is XmlConnectionDetails
    • 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 is String