Class EstimatedTimetableServiceCapabilitiesStructure.TopicFiltering

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    EstimatedTimetableServiceCapabilitiesStructure

    public static class EstimatedTimetableServiceCapabilitiesStructure.TopicFiltering
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.siri.org.uk/}FilterByOperatorRef"/>
             <element ref="{http://www.siri.org.uk/}FilterByLineRef"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • filterByOperatorRef

        protected boolean filterByOperatorRef
      • filterByLineRef

        protected boolean filterByLineRef
    • Constructor Detail

      • TopicFiltering

        public TopicFiltering()
    • Method Detail

      • isFilterByOperatorRef

        public boolean isFilterByOperatorRef()
        Whether results can be filtered by Time of Connection. Default true
      • setFilterByOperatorRef

        public void setFilterByOperatorRef​(boolean value)
        Sets the value of the filterByOperatorRef property.
      • isFilterByLineRef

        public boolean isFilterByLineRef()
        Whether results can be filtered by Journey
      • setFilterByLineRef

        public void setFilterByLineRef​(boolean value)
        Sets the value of the filterByLineRef property.