Package uk.org.siri.siri20
Class ProductionTimetableServiceCapabilities.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri20.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 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()Gets the value of the filterByLineRef property.booleanisFilterByOperatorRef()Gets the value of the filterByOperatorRef property.booleanisFilterByValidityPeriod()Gets the value of the filterByValidityPeriod property.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()
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.
-
-