Class RevocationStatusInformationType

java.lang.Object
eu.europa.esig.validationreport.jaxb.RevocationStatusInformationType
All Implemented Interfaces:
Serializable

public class RevocationStatusInformationType
extends Object
implements Serializable

Java class for RevocationStatusInformationType complex type.

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

 <complexType name="RevocationStatusInformationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ValidationObjectId" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType"/>
         <element name="RevocationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="RevocationReason" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="RevocationObject" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form