Package uk.org.siri.siri20
Class StopTimetableServiceCapabilities.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri20.StopTimetableServiceCapabilities.TopicFiltering
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StopTimetableServiceCapabilities
public static class StopTimetableServiceCapabilities.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}FilterByMonitoringRef"/> <element ref="{http://www.siri.org.uk/siri}FilterByLineRef"/> <element ref="{http://www.siri.org.uk/siri}FilterByDirectionRef" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanfilterByDirectionRefprotected booleanfilterByLineRefprotected booleanfilterByMonitoringRef
-
Constructor Summary
Constructors Constructor Description TopicFiltering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisFilterByDirectionRef()Gets the value of the filterByDirectionRef property.booleanisFilterByLineRef()Gets the value of the filterByLineRef property.booleanisFilterByMonitoringRef()Gets the value of the filterByMonitoringRef property.voidsetFilterByDirectionRef(Boolean value)Sets the value of the filterByDirectionRef property.voidsetFilterByLineRef(boolean value)Sets the value of the filterByLineRef property.voidsetFilterByMonitoringRef(boolean value)Sets the value of the filterByMonitoringRef property.
-
-
-
Field Detail
-
filterByMonitoringRef
protected boolean filterByMonitoringRef
-
filterByLineRef
protected boolean filterByLineRef
-
filterByDirectionRef
protected Boolean filterByDirectionRef
-
-
Method Detail
-
isFilterByMonitoringRef
public boolean isFilterByMonitoringRef()
Gets the value of the filterByMonitoringRef property.
-
setFilterByMonitoringRef
public void setFilterByMonitoringRef(boolean value)
Sets the value of the filterByMonitoringRef 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.
-
isFilterByDirectionRef
public Boolean isFilterByDirectionRef()
Gets the value of the filterByDirectionRef property.- Returns:
- possible object is
Boolean
-
-