Class XmlFoundRevocation

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlFoundRevocation
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XmlOrphanRevocation, XmlRelatedRevocation

public abstract class XmlFoundRevocation extends Object implements Serializable

Java class for FoundRevocation complex type.

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

 <complexType name="FoundRevocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Type" type="{http://dss.esig.europa.eu/validation/diagnostic}RevocationType"/>
         <element name="Origin" type="{http://dss.esig.europa.eu/validation/diagnostic}RevocationOriginType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RevocationRef" type="{http://dss.esig.europa.eu/validation/diagnostic}RevocationRef" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: