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

public class ValidityPeriodType extends Object

Java class for ValidityPeriodType complex type.

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

 <complexType name="ValidityPeriodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>