Class StopMonitoringServiceCapabilities.TopicFiltering

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    StopMonitoringServiceCapabilities

    public static class StopMonitoringServiceCapabilities.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 name="ByStartTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByMonitoringRef"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByLineRef"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByDirectionRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByDestination" minOccurs="0"/>
             <element name="FilterByVisitType" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • defaultPreviewInterval

        protected Duration defaultPreviewInterval
      • byStartTime

        protected Boolean byStartTime
      • filterByMonitoringRef

        protected boolean filterByMonitoringRef
      • filterByLineRef

        protected boolean filterByLineRef
      • filterByDirectionRef

        protected Boolean filterByDirectionRef
      • filterByDestination

        protected Boolean filterByDestination
      • filterByVisitType

        protected Boolean filterByVisitType
    • 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
      • isByStartTime

        public Boolean isByStartTime()
        Gets the value of the byStartTime property.
        Returns:
        possible object is Boolean
      • setByStartTime

        public void setByStartTime​(Boolean value)
        Sets the value of the byStartTime property.
        Parameters:
        value - allowed object is Boolean
      • isFilterByMonitoringRef

        public boolean isFilterByMonitoringRef()
        Gets the value of the filterByMonitoringRef property.
      • setFilterByMonitoringRef

        public void setFilterByMonitoringRef​(boolean value)
        Sets the value of the filterByMonitoringRef 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.
      • isFilterByDirectionRef

        public Boolean isFilterByDirectionRef()
        Gets the value of the filterByDirectionRef property.
        Returns:
        possible object is Boolean
      • setFilterByDirectionRef

        public void setFilterByDirectionRef​(Boolean value)
        Sets the value of the filterByDirectionRef property.
        Parameters:
        value - allowed object is Boolean
      • isFilterByDestination

        public Boolean isFilterByDestination()
        Gets the value of the filterByDestination property.
        Returns:
        possible object is Boolean
      • setFilterByDestination

        public void setFilterByDestination​(Boolean value)
        Sets the value of the filterByDestination property.
        Parameters:
        value - allowed object is Boolean
      • isFilterByVisitType

        public Boolean isFilterByVisitType()
        Gets the value of the filterByVisitType property.
        Returns:
        possible object is Boolean
      • setFilterByVisitType

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