Package uk.org.siri.siri10
Class EstimatedTimetableServiceCapabilitiesStructure.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri10.EstimatedTimetableServiceCapabilitiesStructure.TopicFiltering
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EstimatedTimetableServiceCapabilitiesStructure
public static class EstimatedTimetableServiceCapabilitiesStructure.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/}FilterByOperatorRef"/> <element ref="{http://www.siri.org.uk/}FilterByLineRef"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanfilterByLineRefprotected booleanfilterByOperatorRef
-
Constructor Summary
Constructors Constructor Description TopicFiltering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFilterByLineRef()Whether results can be filtered by JourneybooleanisFilterByOperatorRef()Whether results can be filtered by Time of Connection.voidsetFilterByLineRef(boolean value)Sets the value of the filterByLineRef property.voidsetFilterByOperatorRef(boolean value)Sets the value of the filterByOperatorRef property.
-
-
-
Method Detail
-
isFilterByOperatorRef
public boolean isFilterByOperatorRef()
Whether results can be filtered by Time of Connection. Default true
-
setFilterByOperatorRef
public void setFilterByOperatorRef(boolean value)
Sets the value of the filterByOperatorRef property.
-
isFilterByLineRef
public boolean isFilterByLineRef()
Whether results can be filtered by Journey
-
setFilterByLineRef
public void setFilterByLineRef(boolean value)
Sets the value of the filterByLineRef property.
-
-