Class ClosedTimeRangeStructure

  • All Implemented Interfaces:
    Serializable

    public class ClosedTimeRangeStructure
    extends Object
    implements Serializable
    Type for a range of times. Both start and end time are required.

    Java class for ClosedTimeRangeStructure complex type.

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

     <complexType name="ClosedTimeRangeStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}time"/>
             <element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}time"/>
             <element name="EndTimePrecision" type="{http://www.siri.org.uk/siri}EndTimePrecisionEnumeration" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form