Class HalfOpenTimestampInputRangeStructure

  • All Implemented Interfaces:
    Serializable

    public class HalfOpenTimestampInputRangeStructure
    extends Object
    implements Serializable
    Type for a range of date times. Start time must be specified, end time is optional.

    Java class for HalfOpenTimestampInputRangeStructure complex type.

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

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