Package uk.org.siri.siri21
Class ProductionTimetableServiceCapabilities.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri21.ProductionTimetableServiceCapabilities.TopicFiltering
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ProductionTimetableServiceCapabilities
public static class ProductionTimetableServiceCapabilities.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 ref="{http://www.siri.org.uk/siri}FilterByValidityPeriod"/> <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"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanfilterByLineRefprotected booleanfilterByOperatorRefprotected BooleanfilterByProductCategoryRefprotected BooleanfilterByStopPointRefprotected booleanfilterByValidityPeriodprotected BooleanfilterByVehicleModeprotected booleanfilterByVersionRef
-
Constructor Summary
Constructors Constructor Description TopicFiltering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.booleanisFilterByValidityPeriod()Gets the value of the filterByValidityPeriod property.BooleanisFilterByVehicleMode()Gets the value of the filterByVehicleMode property.booleanisFilterByVersionRef()Gets the value of the filterByVersionRef 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.voidsetFilterByValidityPeriod(boolean value)Sets the value of the filterByValidityPeriod property.voidsetFilterByVehicleMode(Boolean value)Sets the value of the filterByVehicleMode property.voidsetFilterByVersionRef(boolean value)Sets the value of the filterByVersionRef property.
-
-
-
Field Detail
-
filterByValidityPeriod
protected boolean filterByValidityPeriod
-
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
-
isFilterByValidityPeriod
public boolean isFilterByValidityPeriod()
Gets the value of the filterByValidityPeriod property.
-
setFilterByValidityPeriod
public void setFilterByValidityPeriod(boolean value)
Sets the value of the filterByValidityPeriod property.
-
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.
-
setFilterByVersionRef
public void setFilterByVersionRef(boolean value)
Sets the value of the filterByVersionRef property.
-
-