Class OCSPIdentifierType

java.lang.Object
eu.europa.esig.xades.jaxb.xades132.OCSPIdentifierType

public class OCSPIdentifierType extends Object

Java class for OCSPIdentifierType complex type.

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

 <complexType name="OCSPIdentifierType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ResponderID" type="{http://uri.etsi.org/01903/v1.3.2#}ResponderIDType"/>
         <element name="ProducedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
       <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>