Class XmlCertificateRevocation

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

public class XmlCertificateRevocation extends Object implements Serializable

Java class for CertificateRevocation complex type.

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

 <complexType name="CertificateRevocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Status" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificateStatus"/>
         <element name="Reason" type="{http://dss.esig.europa.eu/validation/diagnostic}RevocationReason" minOccurs="0"/>
         <element name="RevocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
       <attribute name="Revocation" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: