Class XmlRelatedRevocation

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlFoundRevocation
eu.europa.esig.dss.diagnostic.jaxb.XmlRelatedRevocation
All Implemented Interfaces:
Serializable

public class XmlRelatedRevocation extends XmlFoundRevocation implements Serializable

Java class for RelatedRevocation complex type.

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

<complexType name="RelatedRevocation">
  <complexContent>
    <extension base="{http://dss.esig.europa.eu/validation/diagnostic}FoundRevocation">
      <attribute name="Revocation" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
    </extension>
  </complexContent>
</complexType>
See Also:
  • Field Details

  • Constructor Details

    • XmlRelatedRevocation

      public XmlRelatedRevocation()
  • Method Details

    • getRevocation

      public XmlRevocation getRevocation()
      Gets the value of the revocation property.
      Returns:
      possible object is Object
    • setRevocation

      public void setRevocation(XmlRevocation value)
      Sets the value of the revocation property.
      Parameters:
      value - allowed object is Object