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

public class SingleResponseType extends Object

Java class for SingleResponseType complex type.

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

 <complexType name="SingleResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CertID">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="HashAlgorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
                   <element name="IssuerNameHash" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
                   <element name="IssuerKeyHash" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
                   <element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="CertStatus" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
         <element name="ThisUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="NextUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="SingleExtensions" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}ExtensionsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>