Class SituationExchangeServiceCapabilities.TopicFiltering

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    SituationExchangeServiceCapabilities

    public static class SituationExchangeServiceCapabilities.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"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByFacilityRef"/>
             <element name="FilterByLocationRef" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByVehicleRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByLineRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByStopPointRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByVehicleJourneyRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByConnectionLinkRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByInterchangeRef" minOccurs="0"/>
             <element name="FilterBySpecificNeed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • defaultPreviewInterval

        protected Duration defaultPreviewInterval
      • filterByFacilityRef

        protected boolean filterByFacilityRef
      • filterByLocationRef

        protected boolean filterByLocationRef
      • filterByVehicleRef

        protected Boolean filterByVehicleRef
      • filterByLineRef

        protected Boolean filterByLineRef
      • filterByStopPointRef

        protected Boolean filterByStopPointRef
      • filterByVehicleJourneyRef

        protected Boolean filterByVehicleJourneyRef
      • filterByConnectionLinkRef

        protected Boolean filterByConnectionLinkRef
      • filterByInterchangeRef

        protected Boolean filterByInterchangeRef
      • filterBySpecificNeed

        protected Boolean filterBySpecificNeed
    • Constructor Detail

      • TopicFiltering

        public TopicFiltering()
    • Method Detail

      • getDefaultPreviewInterval

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

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

        public boolean isFilterByFacilityRef()
        Gets the value of the filterByFacilityRef property.
      • setFilterByFacilityRef

        public void setFilterByFacilityRef​(boolean value)
        Sets the value of the filterByFacilityRef property.
      • isFilterByLocationRef

        public boolean isFilterByLocationRef()
        Gets the value of the filterByLocationRef property.
      • setFilterByLocationRef

        public void setFilterByLocationRef​(boolean value)
        Sets the value of the filterByLocationRef property.
      • isFilterByVehicleRef

        public Boolean isFilterByVehicleRef()
        Gets the value of the filterByVehicleRef property.
        Returns:
        possible object is Boolean
      • setFilterByVehicleRef

        public void setFilterByVehicleRef​(Boolean value)
        Sets the value of the filterByVehicleRef property.
        Parameters:
        value - allowed object is Boolean
      • isFilterByLineRef

        public Boolean isFilterByLineRef()
        Gets the value of the filterByLineRef property.
        Returns:
        possible object is Boolean
      • setFilterByLineRef

        public void setFilterByLineRef​(Boolean value)
        Sets the value of the filterByLineRef 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
      • isFilterByVehicleJourneyRef

        public Boolean isFilterByVehicleJourneyRef()
        Gets the value of the filterByVehicleJourneyRef property.
        Returns:
        possible object is Boolean
      • setFilterByVehicleJourneyRef

        public void setFilterByVehicleJourneyRef​(Boolean value)
        Sets the value of the filterByVehicleJourneyRef property.
        Parameters:
        value - allowed object is Boolean
      • isFilterByConnectionLinkRef

        public Boolean isFilterByConnectionLinkRef()
        Gets the value of the filterByConnectionLinkRef property.
        Returns:
        possible object is Boolean
      • setFilterByConnectionLinkRef

        public void setFilterByConnectionLinkRef​(Boolean value)
        Sets the value of the filterByConnectionLinkRef property.
        Parameters:
        value - allowed object is Boolean
      • isFilterByInterchangeRef

        public Boolean isFilterByInterchangeRef()
        Gets the value of the filterByInterchangeRef property.
        Returns:
        possible object is Boolean
      • setFilterByInterchangeRef

        public void setFilterByInterchangeRef​(Boolean value)
        Sets the value of the filterByInterchangeRef property.
        Parameters:
        value - allowed object is Boolean
      • isFilterBySpecificNeed

        public Boolean isFilterBySpecificNeed()
        Gets the value of the filterBySpecificNeed property.
        Returns:
        possible object is Boolean
      • setFilterBySpecificNeed

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