Class TimeIntervalType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TimeIntervalType
    extends Object
    implements Serializable, Cloneable, Containerable
    Water mark (bound). Lowest or highest value defining an interval.

    Java class for TimeIntervalType complex type.

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

     <complexType name="TimeIntervalType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="interval" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form