Class XmlRevocationType

java.lang.Object
eu.europa.esig.dss.pki.jaxb.XmlDateDefinitionType
eu.europa.esig.dss.pki.jaxb.XmlRevocationType
All Implemented Interfaces:
Serializable

public class XmlRevocationType extends XmlDateDefinitionType implements Serializable
Contains revocation status information for a revoked certificate.

Java class for RevocationType complex type.

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

<complexType name="RevocationType">
  <complexContent>
    <extension base="{http://pki-factory.nowina.lu/pki-factory}DateDefinitionType">
      <attribute name="reason" type="{http://pki-factory.nowina.lu/pki-factory}RevocationReason" />
    </extension>
  </complexContent>
</complexType>
See Also:
  • Field Details

  • Constructor Details

    • XmlRevocationType

      public XmlRevocationType()
  • Method Details

    • 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