Class GeneralMessageServiceCapabilitiesStructure.TopicFiltering

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    GeneralMessageServiceCapabilitiesStructure

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

      • defaultPreviewInterval

        protected Duration defaultPreviewInterval
      • filterByInfoChannel

        protected Boolean filterByInfoChannel
    • 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
      • isFilterByInfoChannel

        public Boolean isFilterByInfoChannel()
        Gets the value of the filterByInfoChannel property.
        Returns:
        possible object is Boolean
      • setFilterByInfoChannel

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