Class ConnectionTimetableServiceCapabilities.TopicFiltering

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ConnectionTimetableServiceCapabilities

    public static class ConnectionTimetableServiceCapabilities.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/siri}FilterByLineRef"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByConnectionLinkRef"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • filterByLineRef

        protected boolean filterByLineRef
      • filterByConnectionLinkRef

        protected boolean filterByConnectionLinkRef
    • Constructor Detail

      • TopicFiltering

        public TopicFiltering()
    • Method Detail

      • isFilterByLineRef

        public boolean isFilterByLineRef()
        Gets the value of the filterByLineRef property.
      • setFilterByLineRef

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

        public boolean isFilterByConnectionLinkRef()
        Whether results can be filtered by Connection link. Default is ' true'.
      • setFilterByConnectionLinkRef

        public void setFilterByConnectionLinkRef​(boolean value)
        Sets the value of the filterByConnectionLinkRef property.