Package uk.org.siri.siri20
Class EstimatedTimetableServiceCapabilities.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri20.EstimatedTimetableServiceCapabilities.TopicFiltering
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EstimatedTimetableServiceCapabilities
public static class EstimatedTimetableServiceCapabilities.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 name="DefaultPreviewInterval" type="{http://www.siri.org.uk/siri}PositiveDurationType" minOccurs="0"/> <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" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DurationdefaultPreviewIntervalprotected booleanfilterByLineRefprotected booleanfilterByOperatorRefprotected BooleanfilterByVersionRef
-
Constructor Summary
Constructors Constructor Description TopicFiltering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetDefaultPreviewInterval()Gets the value of the defaultPreviewInterval property.booleanisFilterByLineRef()Gets the value of the filterByLineRef property.booleanisFilterByOperatorRef()Gets the value of the filterByOperatorRef property.BooleanisFilterByVersionRef()Gets the value of the filterByVersionRef property.voidsetDefaultPreviewInterval(Duration value)Sets the value of the defaultPreviewInterval property.voidsetFilterByLineRef(boolean value)Sets the value of the filterByLineRef property.voidsetFilterByOperatorRef(boolean value)Sets the value of the filterByOperatorRef property.voidsetFilterByVersionRef(Boolean value)Sets the value of the filterByVersionRef property.
-
-
-
Method Detail
-
getDefaultPreviewInterval
public Duration getDefaultPreviewInterval()
Gets the value of the defaultPreviewInterval property.- Returns:
- possible object is
Duration
-
setDefaultPreviewInterval
public void setDefaultPreviewInterval(Duration value)
Sets the value of the defaultPreviewInterval property.- Parameters:
value- allowed object isDuration
-
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.- Returns:
- possible object is
Boolean
-
-