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

public class TimeStampValidityType extends Object

Java class for TimeStampValidityType complex type.

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

 <complexType name="TimeStampValidityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FormatOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
         <element name="TimeStampContent" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}TstContentType" minOccurs="0"/>
         <element name="MessageHashAlgorithm" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AlgorithmValidityType" minOccurs="0"/>
         <element name="SignatureOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignatureValidityType"/>
         <element name="CertificatePathValidity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CertificatePathValidityType"/>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>