Class CRLIdentifierType

java.lang.Object
eu.europa.esig.xades.jaxb.xades111.CRLIdentifierType

public class CRLIdentifierType extends Object

Java class for CRLIdentifierType complex type.

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

 <complexType name="CRLIdentifierType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="IssueTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="Number" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
       <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>