Class SAOCSPIDType

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

public class SAOCSPIDType extends Object implements Serializable

Java class for SAOCSPIDType complex type.

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

 <complexType name="SAOCSPIDType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ProducedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <choice>
           <element name="ResponderIDByName" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="ResponderIDByKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: