Class TimeInterval

java.lang.Object
gov.nasa.gsfc.sscweb.schema.TimeInterval

public class TimeInterval extends Object
Time interval. <p>Java class for TimeInterval complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="TimeInterval"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="End" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType> }</pre>