Package uk.org.siri.siri14
Class ConnectionTimetableServiceCapabilitiesStructure.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri14.ConnectionTimetableServiceCapabilitiesStructure.TopicFiltering
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConnectionTimetableServiceCapabilitiesStructure
public static class ConnectionTimetableServiceCapabilitiesStructure.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}FilterByLineRef"/> <element ref="{http://www.siri.org.uk/siri}FilterByConnectionLinkRef"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanfilterByConnectionLinkRefprotected booleanfilterByLineRef
-
Constructor Summary
Constructors Constructor Description TopicFiltering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFilterByConnectionLinkRef()Whether results can be filtered by Connection link.booleanisFilterByLineRef()Gets the value of the filterByLineRef property.voidsetFilterByConnectionLinkRef(boolean value)Sets the value of the filterByConnectionLinkRef property.voidsetFilterByLineRef(boolean value)Sets the value of the filterByLineRef property.
-
-
-
Method Detail
-
isFilterByLineRef
public boolean isFilterByLineRef()
Gets the value of the filterByLineRef property.
-
setFilterByLineRef
public void setFilterByLineRef(boolean value)
Sets the value of the filterByLineRef property.
-
isFilterByConnectionLinkRef
public boolean isFilterByConnectionLinkRef()
Whether results can be filtered by Connection link. Default true
-
setFilterByConnectionLinkRef
public void setFilterByConnectionLinkRef(boolean value)
Sets the value of the filterByConnectionLinkRef property.
-
-