Package uk.org.siri.siri13
Class GeneralMessageServiceCapabilities.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri13.GeneralMessageServiceCapabilities.TopicFiltering
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GeneralMessageServiceCapabilities
public static class GeneralMessageServiceCapabilities.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"/> <element name="FilterByInfoChannel" 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 BooleanfilterByInfoChannel
-
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.BooleanisFilterByInfoChannel()Gets the value of the filterByInfoChannel property.voidsetDefaultPreviewInterval(Duration value)Sets the value of the defaultPreviewInterval property.voidsetFilterByInfoChannel(Boolean value)Sets the value of the filterByInfoChannel property.
-
-
-
Method Detail
-
getDefaultPreviewInterval
public Duration getDefaultPreviewInterval()
Gets the value of the defaultPreviewInterval property.- Returns:
- possible object is
String
-
setDefaultPreviewInterval
public void setDefaultPreviewInterval(Duration value)
Sets the value of the defaultPreviewInterval property.- Parameters:
value- allowed object isString
-
isFilterByInfoChannel
public Boolean isFilterByInfoChannel()
Gets the value of the filterByInfoChannel property.- Returns:
- possible object is
Boolean
-
-