Package uk.org.siri.siri10
Class ProductionTimetableServiceCapabilitiesStructure.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri10.ProductionTimetableServiceCapabilitiesStructure.TopicFiltering
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ProductionTimetableServiceCapabilitiesStructure
public static class ProductionTimetableServiceCapabilitiesStructure.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/}FilterByValidityPeriod"/> <element ref="{http://www.siri.org.uk/}FilterByOperatorRef"/> <element ref="{http://www.siri.org.uk/}FilterByLineRef"/> <element name="FilterByVersionRef" 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 booleanfilterByLineRefprotected booleanfilterByOperatorRefprotected booleanfilterByValidityPeriodprotected booleanfilterByVersionRef
-
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.booleanisFilterByValidityPeriod()Whether results can be filtered by Time of Connection.booleanisFilterByVersionRef()Gets the value of the filterByVersionRef property.voidsetFilterByLineRef(boolean value)Sets the value of the filterByLineRef property.voidsetFilterByOperatorRef(boolean value)Sets the value of the filterByOperatorRef property.voidsetFilterByValidityPeriod(boolean value)Sets the value of the filterByValidityPeriod property.voidsetFilterByVersionRef(boolean value)Sets the value of the filterByVersionRef property.
-
-
-
Method Detail
-
isFilterByValidityPeriod
public boolean isFilterByValidityPeriod()
Whether results can be filtered by Time of Connection. Default true
-
setFilterByValidityPeriod
public void setFilterByValidityPeriod(boolean value)
Sets the value of the filterByValidityPeriod property.
-
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.
-
isFilterByVersionRef
public boolean isFilterByVersionRef()
Gets the value of the filterByVersionRef property.
-
setFilterByVersionRef
public void setFilterByVersionRef(boolean value)
Sets the value of the filterByVersionRef property.
-
-