Package uk.org.siri.siri14
Class VehicleMonitoringServiceCapabilities.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri14.VehicleMonitoringServiceCapabilities.TopicFiltering
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VehicleMonitoringServiceCapabilities
public static class VehicleMonitoringServiceCapabilities.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="FilterByVehicleMonitoringRef" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element ref="{http://www.siri.org.uk/siri}FilterByVehicleRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}FilterByLineRef" minOccurs="0"/> <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 DurationdefaultPreviewIntervalprotected BooleanfilterByDirectionRefprotected BooleanfilterByLineRefprotected booleanfilterByVehicleMonitoringRefprotected BooleanfilterByVehicleRef
-
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.BooleanisFilterByDirectionRef()Gets the value of the filterByDirectionRef property.BooleanisFilterByLineRef()Gets the value of the filterByLineRef property.booleanisFilterByVehicleMonitoringRef()Gets the value of the filterByVehicleMonitoringRef property.BooleanisFilterByVehicleRef()Gets the value of the filterByVehicleRef property.voidsetDefaultPreviewInterval(Duration value)Sets the value of the defaultPreviewInterval property.voidsetFilterByDirectionRef(Boolean value)Sets the value of the filterByDirectionRef property.voidsetFilterByLineRef(Boolean value)Sets the value of the filterByLineRef property.voidsetFilterByVehicleMonitoringRef(boolean value)Sets the value of the filterByVehicleMonitoringRef property.voidsetFilterByVehicleRef(Boolean value)Sets the value of the filterByVehicleRef property.
-
-
-
Field Detail
-
defaultPreviewInterval
protected Duration defaultPreviewInterval
-
filterByVehicleMonitoringRef
protected boolean filterByVehicleMonitoringRef
-
filterByVehicleRef
protected Boolean filterByVehicleRef
-
filterByLineRef
protected Boolean filterByLineRef
-
filterByDirectionRef
protected Boolean filterByDirectionRef
-
-
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
-
isFilterByVehicleMonitoringRef
public boolean isFilterByVehicleMonitoringRef()
Gets the value of the filterByVehicleMonitoringRef property.
-
setFilterByVehicleMonitoringRef
public void setFilterByVehicleMonitoringRef(boolean value)
Sets the value of the filterByVehicleMonitoringRef property.
-
isFilterByVehicleRef
public Boolean isFilterByVehicleRef()
Gets the value of the filterByVehicleRef property.- Returns:
- possible object is
Boolean
-
setFilterByVehicleRef
public void setFilterByVehicleRef(Boolean value)
Sets the value of the filterByVehicleRef property.- Parameters:
value- allowed object isBoolean
-
isFilterByLineRef
public Boolean isFilterByLineRef()
Gets the value of the filterByLineRef property.- Returns:
- possible object is
Boolean
-
setFilterByLineRef
public void setFilterByLineRef(Boolean value)
Sets the value of the filterByLineRef property.- Parameters:
value- allowed object isBoolean
-
isFilterByDirectionRef
public Boolean isFilterByDirectionRef()
Gets the value of the filterByDirectionRef property.- Returns:
- possible object is
Boolean
-
-