Class XmlRevocationInformation

java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlRevocationInformation
All Implemented Interfaces:
Serializable

public class XmlRevocationInformation extends Object implements Serializable

Java class for RevocationInformation complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="RevocationInformation">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="CertificateId" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="RevocationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="Reason" type="{http://dss.esig.europa.eu/validation/detailed-report}RevocationReason" minOccurs="0"/>
        <element name="RevocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

    • certificateId

      protected String certificateId
    • revocationId

      protected String revocationId
    • reason

      protected RevocationReason reason
    • revocationDate

      protected Date revocationDate
  • Constructor Details

    • XmlRevocationInformation

      public XmlRevocationInformation()
  • Method Details

    • getCertificateId

      public String getCertificateId()
      Gets the value of the certificateId property.
      Returns:
      possible object is String
    • setCertificateId

      public void setCertificateId(String value)
      Sets the value of the certificateId property.
      Parameters:
      value - allowed object is String
    • getRevocationId

      public String getRevocationId()
      Gets the value of the revocationId property.
      Returns:
      possible object is String
    • setRevocationId

      public void setRevocationId(String value)
      Sets the value of the revocationId property.
      Parameters:
      value - allowed object is String
    • getReason

      public RevocationReason getReason()
      Gets the value of the reason property.
      Returns:
      possible object is String
    • setReason

      public void setReason(RevocationReason value)
      Sets the value of the reason property.
      Parameters:
      value - allowed object is String
    • getRevocationDate

      public Date getRevocationDate()
      Gets the value of the revocationDate property.
      Returns:
      possible object is String
    • setRevocationDate

      public void setRevocationDate(Date value)
      Sets the value of the revocationDate property.
      Parameters:
      value - allowed object is String