Package uk.org.siri.siri10
Class StopMonitoringServiceCapabilitiesStructure.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri10.StopMonitoringServiceCapabilitiesStructure.TopicFiltering
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StopMonitoringServiceCapabilitiesStructure
public static class StopMonitoringServiceCapabilitiesStructure.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/}PositiveDurationType"/> <element name="ByStartTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}FilterByMonitoringRef"/> <element ref="{http://www.siri.org.uk/}FilterByLineRef"/> <element ref="{http://www.siri.org.uk/}FilterByDirectionRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}FilterByDestination" minOccurs="0"/> <element name="FilterByVisitType" 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 BooleanbyStartTimeprotected DurationdefaultPreviewIntervalprotected BooleanfilterByDestinationprotected BooleanfilterByDirectionRefprotected booleanfilterByLineRefprotected booleanfilterByMonitoringRefprotected BooleanfilterByVisitType
-
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.BooleanisByStartTime()Gets the value of the byStartTime property.BooleanisFilterByDestination()Gets the value of the filterByDestination property.BooleanisFilterByDirectionRef()Gets the value of the filterByDirectionRef property.booleanisFilterByLineRef()Gets the value of the filterByLineRef property.booleanisFilterByMonitoringRef()Gets the value of the filterByMonitoringRef property.BooleanisFilterByVisitType()Gets the value of the filterByVisitType property.voidsetByStartTime(Boolean value)Sets the value of the byStartTime property.voidsetDefaultPreviewInterval(Duration value)Sets the value of the defaultPreviewInterval property.voidsetFilterByDestination(Boolean value)Sets the value of the filterByDestination 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.voidsetFilterByVisitType(Boolean value)Sets the value of the filterByVisitType property.
-
-
-
Field Detail
-
defaultPreviewInterval
protected Duration defaultPreviewInterval
-
byStartTime
protected Boolean byStartTime
-
filterByMonitoringRef
protected boolean filterByMonitoringRef
-
filterByLineRef
protected boolean filterByLineRef
-
filterByDirectionRef
protected Boolean filterByDirectionRef
-
filterByDestination
protected Boolean filterByDestination
-
filterByVisitType
protected Boolean filterByVisitType
-
-
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
-
isByStartTime
public Boolean isByStartTime()
Gets the value of the byStartTime property.- Returns:
- possible object is
Boolean
-
setByStartTime
public void setByStartTime(Boolean value)
Sets the value of the byStartTime property.- Parameters:
value- allowed object isBoolean
-
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
-
setFilterByDirectionRef
public void setFilterByDirectionRef(Boolean value)
Sets the value of the filterByDirectionRef property.- Parameters:
value- allowed object isBoolean
-
isFilterByDestination
public Boolean isFilterByDestination()
Gets the value of the filterByDestination property.- Returns:
- possible object is
Boolean
-
setFilterByDestination
public void setFilterByDestination(Boolean value)
Sets the value of the filterByDestination property.- Parameters:
value- allowed object isBoolean
-
isFilterByVisitType
public Boolean isFilterByVisitType()
Gets the value of the filterByVisitType property.- Returns:
- possible object is
Boolean
-
-