Class XmlRevocation

java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlRevocation
All Implemented Interfaces:
Serializable

public class XmlRevocation extends Object implements Serializable

Java class for Revocation complex type.

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

 <complexType name="Revocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="thisUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="revocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="revocationReason" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}RevocationReason" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: