Class ProductionTimetableServiceCapabilities.TopicFiltering

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ProductionTimetableServiceCapabilities

    public static class ProductionTimetableServiceCapabilities.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 ref="{http://www.siri.org.uk/siri}FilterByValidityPeriod"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByOperatorRef"/>
             <element ref="{http://www.siri.org.uk/siri}FilterByLineRef"/>
             <element name="FilterByVersionRef" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • filterByValidityPeriod

        protected boolean filterByValidityPeriod
      • filterByOperatorRef

        protected boolean filterByOperatorRef
      • filterByLineRef

        protected boolean filterByLineRef
      • filterByVersionRef

        protected boolean filterByVersionRef
    • Constructor Detail

      • TopicFiltering

        public TopicFiltering()
    • Method Detail

      • isFilterByValidityPeriod

        public boolean isFilterByValidityPeriod()
        Gets the value of the filterByValidityPeriod property.
      • setFilterByValidityPeriod

        public void setFilterByValidityPeriod​(boolean value)
        Sets the value of the filterByValidityPeriod property.
      • isFilterByOperatorRef

        public boolean isFilterByOperatorRef()
        Gets the value of the filterByOperatorRef property.
      • setFilterByOperatorRef

        public void setFilterByOperatorRef​(boolean value)
        Sets the value of the filterByOperatorRef 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.
      • isFilterByVersionRef

        public boolean isFilterByVersionRef()
        Gets the value of the filterByVersionRef property.
      • setFilterByVersionRef

        public void setFilterByVersionRef​(boolean value)
        Sets the value of the filterByVersionRef property.