java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.CertificateStatusType

public class CertificateStatusType extends Object

Java class for CertificateStatusType complex type.

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

 <complexType name="CertificateStatusType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CertStatusOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
         <element name="RevocationInfo" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="RevocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
                   <element name="RevocationReason" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="RevocationEvidence" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="CRLValidity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CRLValidityType"/>
                   <element name="CRLReference" type="{http://uri.etsi.org/01903/v1.3.2#}CRLIdentifierType"/>
                   <element name="OCSPValidity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}OCSPValidityType"/>
                   <element name="OCSPReference" type="{http://uri.etsi.org/01903/v1.3.2#}OCSPIdentifierType"/>
                   <element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>