Class VehicleMonitoringServiceCapabilities.TopicFiltering

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    VehicleMonitoringServiceCapabilities

    public static class VehicleMonitoringServiceCapabilities.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="FilterByVehicleMonitoringRef" 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}FilterByDirectionRef" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • defaultPreviewInterval

        protected Duration defaultPreviewInterval
      • filterByVehicleMonitoringRef

        protected boolean filterByVehicleMonitoringRef
      • filterByVehicleRef

        protected Boolean filterByVehicleRef
      • filterByLineRef

        protected Boolean filterByLineRef
      • filterByDirectionRef

        protected Boolean filterByDirectionRef
    • 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
      • isFilterByVehicleMonitoringRef

        public boolean isFilterByVehicleMonitoringRef()
        Gets the value of the filterByVehicleMonitoringRef property.
      • setFilterByVehicleMonitoringRef

        public void setFilterByVehicleMonitoringRef​(boolean value)
        Sets the value of the filterByVehicleMonitoringRef 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
      • 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