Class XmlOrphanRevocation

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

public class XmlOrphanRevocation extends XmlFoundRevocation implements Serializable

Java class for OrphanRevocation complex type.

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

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

  • Constructor Details

    • XmlOrphanRevocation

      public XmlOrphanRevocation()
  • Method Details