Class EstimatedTimetableServiceCapabilities.TopicFiltering

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    EstimatedTimetableServiceCapabilities

    public static class EstimatedTimetableServiceCapabilities.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 name="DefaultPreviewInterval" type="{http://www.siri.org.uk/siri}PositiveDurationType" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByOperatorRef"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByLineRef"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByVehicleMode" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByProductCategoryRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByStopPointRef" minOccurs="0"/>
             <element name="FilterByVersionRef" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • defaultPreviewInterval

        protected Duration defaultPreviewInterval
      • filterByOperatorRef

        protected boolean filterByOperatorRef
      • filterByLineRef

        protected boolean filterByLineRef
      • filterByVehicleMode

        protected Boolean filterByVehicleMode
      • filterByProductCategoryRef

        protected Boolean filterByProductCategoryRef
      • filterByStopPointRef

        protected Boolean filterByStopPointRef
      • filterByVersionRef

        protected Boolean filterByVersionRef
    • Constructor Detail

      • TopicFiltering

        public TopicFiltering()
    • Method Detail

      • getDefaultPreviewInterval

        public Duration getDefaultPreviewInterval()
        Gets the value of the defaultPreviewInterval property.
        Returns:
        possible object is String
      • setDefaultPreviewInterval

        public void setDefaultPreviewInterval​(Duration value)
        Sets the value of the defaultPreviewInterval property.
        Parameters:
        value - allowed object is String
      • isFilterByOperatorRef

        public boolean isFilterByOperatorRef()
        Gets the value of the filterByOperatorRef property.
      • setFilterByOperatorRef

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

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

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

        public Boolean isFilterByVehicleMode()
        Gets the value of the filterByVehicleMode property.
        Returns:
        possible object is Boolean
      • setFilterByVehicleMode

        public void setFilterByVehicleMode​(Boolean value)
        Sets the value of the filterByVehicleMode property.
        Parameters:
        value - allowed object is Boolean
      • isFilterByProductCategoryRef

        public Boolean isFilterByProductCategoryRef()
        Gets the value of the filterByProductCategoryRef property.
        Returns:
        possible object is Boolean
      • setFilterByProductCategoryRef

        public void setFilterByProductCategoryRef​(Boolean value)
        Sets the value of the filterByProductCategoryRef property.
        Parameters:
        value - allowed object is Boolean
      • isFilterByStopPointRef

        public Boolean isFilterByStopPointRef()
        Gets the value of the filterByStopPointRef property.
        Returns:
        possible object is Boolean
      • setFilterByStopPointRef

        public void setFilterByStopPointRef​(Boolean value)
        Sets the value of the filterByStopPointRef property.
        Parameters:
        value - allowed object is Boolean
      • isFilterByVersionRef

        public Boolean isFilterByVersionRef()
        Gets the value of the filterByVersionRef property.
        Returns:
        possible object is Boolean
      • setFilterByVersionRef

        public void setFilterByVersionRef​(Boolean value)
        Sets the value of the filterByVersionRef property.
        Parameters:
        value - allowed object is Boolean