Package uk.org.siri.siri20
Class ConnectionMonitoringServiceCapabilities.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri20.ConnectionMonitoringServiceCapabilities.TopicFiltering
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConnectionMonitoringServiceCapabilities
public static class ConnectionMonitoringServiceCapabilities.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}FilterByConnectionLinkRef" minOccurs="0"/> <element name="FilterByJourney" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="FilterByTime" 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 BooleanfilterByConnectionLinkRefprotected BooleanfilterByJourneyprotected BooleanfilterByTime
-
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.BooleanisFilterByConnectionLinkRef()Gets the value of the filterByConnectionLinkRef property.BooleanisFilterByJourney()Gets the value of the filterByJourney property.BooleanisFilterByTime()Gets the value of the filterByTime property.voidsetDefaultPreviewInterval(Duration value)Sets the value of the defaultPreviewInterval property.voidsetFilterByConnectionLinkRef(Boolean value)Sets the value of the filterByConnectionLinkRef property.voidsetFilterByJourney(Boolean value)Sets the value of the filterByJourney property.voidsetFilterByTime(Boolean value)Sets the value of the filterByTime 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
-
isFilterByConnectionLinkRef
public Boolean isFilterByConnectionLinkRef()
Gets the value of the filterByConnectionLinkRef property.- Returns:
- possible object is
Boolean
-
setFilterByConnectionLinkRef
public void setFilterByConnectionLinkRef(Boolean value)
Sets the value of the filterByConnectionLinkRef property.- Parameters:
value- allowed object isBoolean
-
isFilterByJourney
public Boolean isFilterByJourney()
Gets the value of the filterByJourney property.- Returns:
- possible object is
Boolean
-
setFilterByJourney
public void setFilterByJourney(Boolean value)
Sets the value of the filterByJourney property.- Parameters:
value- allowed object isBoolean
-
isFilterByTime
public Boolean isFilterByTime()
Gets the value of the filterByTime property.- Returns:
- possible object is
Boolean
-
-