Class SAVRIType

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

public class SAVRIType extends AttributeBaseType implements Serializable

Java class for SAVRIType complex type.

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

 <complexType name="SAVRIType">
   <complexContent>
     <extension base="{http://uri.etsi.org/19102/v1.4.1#}AttributeBaseType">
       <sequence>
         <element name="Certs" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType" minOccurs="0"/>
         <element name="CRLs" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType" minOccurs="0"/>
         <element name="OCSPs" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType" minOccurs="0"/>
         <element name="TU" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TS" type="{http://uri.etsi.org/19102/v1.4.1#}SATimestampType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: