Package uk.org.siri.siri21
Class EstimatedTimetableServiceCapabilities.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri21.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 ref="{http://www.siri.org.uk/siri}FilterByVehicleMode" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}FilterByProductCategoryRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}FilterByStopPointRef" minOccurs="0"/> <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 BooleanfilterByProductCategoryRefprotected BooleanfilterByStopPointRefprotected BooleanfilterByVehicleModeprotected 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.BooleanisFilterByProductCategoryRef()Gets the value of the filterByProductCategoryRef property.BooleanisFilterByStopPointRef()Gets the value of the filterByStopPointRef property.BooleanisFilterByVehicleMode()Gets the value of the filterByVehicleMode 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.voidsetFilterByProductCategoryRef(Boolean value)Sets the value of the filterByProductCategoryRef property.voidsetFilterByStopPointRef(Boolean value)Sets the value of the filterByStopPointRef property.voidsetFilterByVehicleMode(Boolean value)Sets the value of the filterByVehicleMode property.voidsetFilterByVersionRef(Boolean value)Sets the value of the filterByVersionRef property.
-
-
-
Field Detail
-
defaultPreviewInterval
protected Duration defaultPreviewInterval
-
filterByOperatorRef
protected boolean filterByOperatorRef
-
filterByLineRef
protected boolean filterByLineRef
-
filterByVehicleMode
protected Boolean filterByVehicleMode
-
filterByProductCategoryRef
protected Boolean filterByProductCategoryRef
-
filterByStopPointRef
protected Boolean filterByStopPointRef
-
filterByVersionRef
protected Boolean filterByVersionRef
-
-
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.
-
isFilterByVehicleMode
public Boolean isFilterByVehicleMode()
Gets the value of the filterByVehicleMode property.- Returns:
- possible object is
Boolean
-
setFilterByVehicleMode
public void setFilterByVehicleMode(Boolean value)
Sets the value of the filterByVehicleMode property.- Parameters:
value- allowed object isBoolean
-
isFilterByProductCategoryRef
public Boolean isFilterByProductCategoryRef()
Gets the value of the filterByProductCategoryRef property.- Returns:
- possible object is
Boolean
-
setFilterByProductCategoryRef
public void setFilterByProductCategoryRef(Boolean value)
Sets the value of the filterByProductCategoryRef property.- Parameters:
value- allowed object isBoolean
-
isFilterByStopPointRef
public Boolean isFilterByStopPointRef()
Gets the value of the filterByStopPointRef property.- Returns:
- possible object is
Boolean
-
setFilterByStopPointRef
public void setFilterByStopPointRef(Boolean value)
Sets the value of the filterByStopPointRef property.- Parameters:
value- allowed object isBoolean
-
isFilterByVersionRef
public Boolean isFilterByVersionRef()
Gets the value of the filterByVersionRef property.- Returns:
- possible object is
Boolean
-
-