Package uk.org.siri.siri13
Class FacilityMonitoringServiceCapabilities.TopicFiltering
- java.lang.Object
-
- uk.org.siri.siri13.FacilityMonitoringServiceCapabilities.TopicFiltering
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FacilityMonitoringServiceCapabilities
public static class FacilityMonitoringServiceCapabilities.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 ref="{http://www.siri.org.uk/siri}FilterByFacilityRef"/> <element name="FilterByLocationRef" 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}FilterByStopPointRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}FilterByVehicleJourneyRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}FilterByConnectionLinkRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}FilterByInterchangeRef" minOccurs="0"/> <element name="FilterBySpecificNeed" 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 BooleanfilterByConnectionLinkRefprotected booleanfilterByFacilityRefprotected BooleanfilterByInterchangeRefprotected BooleanfilterByLineRefprotected booleanfilterByLocationRefprotected BooleanfilterBySpecificNeedprotected BooleanfilterByStopPointRefprotected BooleanfilterByVehicleJourneyRefprotected 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.BooleanisFilterByConnectionLinkRef()Gets the value of the filterByConnectionLinkRef property.booleanisFilterByFacilityRef()Gets the value of the filterByFacilityRef property.BooleanisFilterByInterchangeRef()Gets the value of the filterByInterchangeRef property.BooleanisFilterByLineRef()Gets the value of the filterByLineRef property.booleanisFilterByLocationRef()Gets the value of the filterByLocationRef property.BooleanisFilterBySpecificNeed()Gets the value of the filterBySpecificNeed property.BooleanisFilterByStopPointRef()Gets the value of the filterByStopPointRef property.BooleanisFilterByVehicleJourneyRef()Gets the value of the filterByVehicleJourneyRef property.BooleanisFilterByVehicleRef()Gets the value of the filterByVehicleRef property.voidsetDefaultPreviewInterval(Duration value)Sets the value of the defaultPreviewInterval property.voidsetFilterByConnectionLinkRef(Boolean value)Sets the value of the filterByConnectionLinkRef property.voidsetFilterByFacilityRef(boolean value)Sets the value of the filterByFacilityRef property.voidsetFilterByInterchangeRef(Boolean value)Sets the value of the filterByInterchangeRef property.voidsetFilterByLineRef(Boolean value)Sets the value of the filterByLineRef property.voidsetFilterByLocationRef(boolean value)Sets the value of the filterByLocationRef property.voidsetFilterBySpecificNeed(Boolean value)Sets the value of the filterBySpecificNeed property.voidsetFilterByStopPointRef(Boolean value)Sets the value of the filterByStopPointRef property.voidsetFilterByVehicleJourneyRef(Boolean value)Sets the value of the filterByVehicleJourneyRef property.voidsetFilterByVehicleRef(Boolean value)Sets the value of the filterByVehicleRef property.
-
-
-
Field Detail
-
defaultPreviewInterval
protected Duration defaultPreviewInterval
-
filterByFacilityRef
protected boolean filterByFacilityRef
-
filterByLocationRef
protected boolean filterByLocationRef
-
filterByVehicleRef
protected Boolean filterByVehicleRef
-
filterByLineRef
protected Boolean filterByLineRef
-
filterByStopPointRef
protected Boolean filterByStopPointRef
-
filterByVehicleJourneyRef
protected Boolean filterByVehicleJourneyRef
-
filterByConnectionLinkRef
protected Boolean filterByConnectionLinkRef
-
filterByInterchangeRef
protected Boolean filterByInterchangeRef
-
filterBySpecificNeed
protected Boolean filterBySpecificNeed
-
-
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
-
isFilterByFacilityRef
public boolean isFilterByFacilityRef()
Gets the value of the filterByFacilityRef property.
-
setFilterByFacilityRef
public void setFilterByFacilityRef(boolean value)
Sets the value of the filterByFacilityRef property.
-
isFilterByLocationRef
public boolean isFilterByLocationRef()
Gets the value of the filterByLocationRef property.
-
setFilterByLocationRef
public void setFilterByLocationRef(boolean value)
Sets the value of the filterByLocationRef 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
-
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
-
isFilterByVehicleJourneyRef
public Boolean isFilterByVehicleJourneyRef()
Gets the value of the filterByVehicleJourneyRef property.- Returns:
- possible object is
Boolean
-
setFilterByVehicleJourneyRef
public void setFilterByVehicleJourneyRef(Boolean value)
Sets the value of the filterByVehicleJourneyRef property.- Parameters:
value- allowed object isBoolean
-
isFilterByConnectionLinkRef
public Boolean isFilterByConnectionLinkRef()
Gets the value of the filterByConnectionLinkRef property.- Returns:
- possible object is
Boolean
-
setFilterByConnectionLinkRef
public void setFilterByConnectionLinkRef(Boolean value)
Sets the value of the filterByConnectionLinkRef property.- Parameters:
value- allowed object isBoolean
-
isFilterByInterchangeRef
public Boolean isFilterByInterchangeRef()
Gets the value of the filterByInterchangeRef property.- Returns:
- possible object is
Boolean
-
setFilterByInterchangeRef
public void setFilterByInterchangeRef(Boolean value)
Sets the value of the filterByInterchangeRef property.- Parameters:
value- allowed object isBoolean
-
isFilterBySpecificNeed
public Boolean isFilterBySpecificNeed()
Gets the value of the filterBySpecificNeed property.- Returns:
- possible object is
Boolean
-
-