Class ConnectingTimeFilterStructure

  • All Implemented Interfaces:
    Serializable

    public class ConnectingTimeFilterStructure
    extends Object
    implements Serializable
    Type for time filter for conencting journeys

    Java class for ConnectingTimeFilterStructure complex type.

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

     <complexType name="ConnectingTimeFilterStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="LineRef" type="{http://www.siri.org.uk/}LineRefStructure"/>
             <element name="DirectionRef" type="{http://www.siri.org.uk/}DirectionRefStructure"/>
             <element name="EarliestArrivalTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="LatestArrivalTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectingTimeFilterStructure

        public ConnectingTimeFilterStructure()
    • Method Detail

      • setLineRef

        public void setLineRef​(LineRefStructure value)
        Sets the value of the lineRef property.
        Parameters:
        value - allowed object is LineRefStructure
      • getEarliestArrivalTime

        public ZonedDateTime getEarliestArrivalTime()
        Gets the value of the earliestArrivalTime property.
        Returns:
        possible object is String
      • setEarliestArrivalTime

        public void setEarliestArrivalTime​(ZonedDateTime value)
        Sets the value of the earliestArrivalTime property.
        Parameters:
        value - allowed object is String
      • getLatestArrivalTime

        public ZonedDateTime getLatestArrivalTime()
        Gets the value of the latestArrivalTime property.
        Returns:
        possible object is String
      • setLatestArrivalTime

        public void setLatestArrivalTime​(ZonedDateTime value)
        Sets the value of the latestArrivalTime property.
        Parameters:
        value - allowed object is String