Class LocationCharacteristicsOverride
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.LocationCharacteristicsOverride
-
- All Implemented Interfaces:
Serializable
public class LocationCharacteristicsOverride extends Object implements Serializable
Location characteristics which override values set in the referenced measurement point.Java class for LocationCharacteristicsOverride complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationCharacteristicsOverride"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="measurementLanesOverride" type="{http://datex2.eu/schema/1_0/1_0}LanesEnum" minOccurs="0"/> <element name="reversedFlow" type="{http://datex2.eu/schema/1_0/1_0}Boolean" minOccurs="0"/> <element name="locationCharacteristicsOverrideExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypelocationCharacteristicsOverrideExtensionprotected LanesEnummeasurementLanesOverrideprotected BooleanreversedFlow
-
Constructor Summary
Constructors Constructor Description LocationCharacteristicsOverride()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetLocationCharacteristicsOverrideExtension()Gets the value of the locationCharacteristicsOverrideExtension property.LanesEnumgetMeasurementLanesOverride()Gets the value of the measurementLanesOverride property.BooleanisReversedFlow()Gets the value of the reversedFlow property.voidsetLocationCharacteristicsOverrideExtension(ExtensionType value)Sets the value of the locationCharacteristicsOverrideExtension property.voidsetMeasurementLanesOverride(LanesEnum value)Sets the value of the measurementLanesOverride property.voidsetReversedFlow(Boolean value)Sets the value of the reversedFlow property.
-
-
-
Field Detail
-
measurementLanesOverride
protected LanesEnum measurementLanesOverride
-
reversedFlow
protected Boolean reversedFlow
-
locationCharacteristicsOverrideExtension
protected ExtensionType locationCharacteristicsOverrideExtension
-
-
Method Detail
-
getMeasurementLanesOverride
public LanesEnum getMeasurementLanesOverride()
Gets the value of the measurementLanesOverride property.- Returns:
- possible object is
LanesEnum
-
setMeasurementLanesOverride
public void setMeasurementLanesOverride(LanesEnum value)
Sets the value of the measurementLanesOverride property.- Parameters:
value- allowed object isLanesEnum
-
isReversedFlow
public Boolean isReversedFlow()
Gets the value of the reversedFlow property.- Returns:
- possible object is
Boolean
-
setReversedFlow
public void setReversedFlow(Boolean value)
Sets the value of the reversedFlow property.- Parameters:
value- allowed object isBoolean
-
getLocationCharacteristicsOverrideExtension
public ExtensionType getLocationCharacteristicsOverrideExtension()
Gets the value of the locationCharacteristicsOverrideExtension property.- Returns:
- possible object is
ExtensionType
-
setLocationCharacteristicsOverrideExtension
public void setLocationCharacteristicsOverrideExtension(ExtensionType value)
Sets the value of the locationCharacteristicsOverrideExtension property.- Parameters:
value- allowed object isExtensionType
-
-