Class ValidityIntervalType


  • public class ValidityIntervalType
    extends Object

    Java class for ValidityIntervalType complex type.

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

     <complexType name="ValidityIntervalType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
           <attribute name="NotOnOrAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
         </restriction>
       </complexContent>
     </complexType>