Class ConnectionMonitoringServiceCapabilitiesStructure.TopicFiltering

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ConnectionMonitoringServiceCapabilitiesStructure

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

      • filterByJourney

        protected boolean filterByJourney
      • filterByTime

        protected boolean filterByTime
    • Constructor Detail

      • TopicFiltering

        public TopicFiltering()
    • Method Detail

      • isFilterByJourney

        public boolean isFilterByJourney()
        Gets the value of the filterByJourney property.
      • setFilterByJourney

        public void setFilterByJourney​(boolean value)
        Sets the value of the filterByJourney property.
      • isFilterByTime

        public boolean isFilterByTime()
        Gets the value of the filterByTime property.
      • setFilterByTime

        public void setFilterByTime​(boolean value)
        Sets the value of the filterByTime property.