Package uk.org.siri.siri13
Class ConnectionMonitoringServiceCapabilitiesStructure.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri13.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 Summary
Fields Modifier and Type Field Description protected booleanfilterByJourneyprotected booleanfilterByTime
-
Constructor Summary
Constructors Constructor Description TopicFiltering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFilterByJourney()Gets the value of the filterByJourney property.booleanisFilterByTime()Gets the value of the filterByTime property.voidsetFilterByJourney(boolean value)Sets the value of the filterByJourney property.voidsetFilterByTime(boolean value)Sets the value of the filterByTime property.
-
-
-
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.
-
-