Class ConnectionMonitoringServiceCapabilities.TopicFiltering

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ConnectionMonitoringServiceCapabilities

    public static class ConnectionMonitoringServiceCapabilities.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}FilterByConnectionLinkRef" minOccurs="0"/>
             <element name="FilterByJourney" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="FilterByTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • defaultPreviewInterval

        protected Duration defaultPreviewInterval
      • filterByConnectionLinkRef

        protected Boolean filterByConnectionLinkRef
      • filterByJourney

        protected Boolean filterByJourney
      • filterByTime

        protected Boolean filterByTime
    • 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
      • 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
      • isFilterByJourney

        public Boolean isFilterByJourney()
        Gets the value of the filterByJourney property.
        Returns:
        possible object is Boolean
      • setFilterByJourney

        public void setFilterByJourney​(Boolean value)
        Sets the value of the filterByJourney property.
        Parameters:
        value - allowed object is Boolean
      • isFilterByTime

        public Boolean isFilterByTime()
        Gets the value of the filterByTime property.
        Returns:
        possible object is Boolean
      • setFilterByTime

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