Class MeasurementSpecificCharacteristics
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.MeasurementSpecificCharacteristics
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MeasurementSiteRecord.MeasurementSpecificCharacteristics
public class MeasurementSpecificCharacteristics extends Object implements Serializable
Java class for MeasurementSpecificCharacteristics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeasurementSpecificCharacteristics"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="accuracy" type="{http://datex2.eu/schema/2_0RC1/2_0}Percentage" minOccurs="0"/> <element name="period" type="{http://datex2.eu/schema/2_0RC1/2_0}Seconds" minOccurs="0"/> <element name="smoothingFactor" type="{http://datex2.eu/schema/2_0RC1/2_0}Float" minOccurs="0"/> <element name="specificLane" type="{http://datex2.eu/schema/2_0RC1/2_0}LaneEnum" minOccurs="0"/> <element name="specificMeasurementValueType" type="{http://datex2.eu/schema/2_0RC1/2_0}MeasuredOrDerivedDataTypeEnum"/> <element name="specificVehicleCharacteristics" type="{http://datex2.eu/schema/2_0RC1/2_0}VehicleCharacteristics" minOccurs="0"/> <element name="measurementSpecificCharacteristicsExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Floataccuracyprotected ExtensionTypemeasurementSpecificCharacteristicsExtensionprotected Floatperiodprotected FloatsmoothingFactorprotected LaneEnumspecificLaneprotected MeasuredOrDerivedDataTypeEnumspecificMeasurementValueTypeprotected VehicleCharacteristicsspecificVehicleCharacteristics
-
Constructor Summary
Constructors Constructor Description MeasurementSpecificCharacteristics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetAccuracy()Gets the value of the accuracy property.ExtensionTypegetMeasurementSpecificCharacteristicsExtension()Gets the value of the measurementSpecificCharacteristicsExtension property.FloatgetPeriod()Gets the value of the period property.FloatgetSmoothingFactor()Gets the value of the smoothingFactor property.LaneEnumgetSpecificLane()Gets the value of the specificLane property.MeasuredOrDerivedDataTypeEnumgetSpecificMeasurementValueType()Gets the value of the specificMeasurementValueType property.VehicleCharacteristicsgetSpecificVehicleCharacteristics()Gets the value of the specificVehicleCharacteristics property.voidsetAccuracy(Float value)Sets the value of the accuracy property.voidsetMeasurementSpecificCharacteristicsExtension(ExtensionType value)Sets the value of the measurementSpecificCharacteristicsExtension property.voidsetPeriod(Float value)Sets the value of the period property.voidsetSmoothingFactor(Float value)Sets the value of the smoothingFactor property.voidsetSpecificLane(LaneEnum value)Sets the value of the specificLane property.voidsetSpecificMeasurementValueType(MeasuredOrDerivedDataTypeEnum value)Sets the value of the specificMeasurementValueType property.voidsetSpecificVehicleCharacteristics(VehicleCharacteristics value)Sets the value of the specificVehicleCharacteristics property.
-
-
-
Field Detail
-
accuracy
protected Float accuracy
-
period
protected Float period
-
smoothingFactor
protected Float smoothingFactor
-
specificLane
protected LaneEnum specificLane
-
specificMeasurementValueType
protected MeasuredOrDerivedDataTypeEnum specificMeasurementValueType
-
specificVehicleCharacteristics
protected VehicleCharacteristics specificVehicleCharacteristics
-
measurementSpecificCharacteristicsExtension
protected ExtensionType measurementSpecificCharacteristicsExtension
-
-
Method Detail
-
getAccuracy
public Float getAccuracy()
Gets the value of the accuracy property.- Returns:
- possible object is
Float
-
setAccuracy
public void setAccuracy(Float value)
Sets the value of the accuracy property.- Parameters:
value- allowed object isFloat
-
getPeriod
public Float getPeriod()
Gets the value of the period property.- Returns:
- possible object is
Float
-
setPeriod
public void setPeriod(Float value)
Sets the value of the period property.- Parameters:
value- allowed object isFloat
-
getSmoothingFactor
public Float getSmoothingFactor()
Gets the value of the smoothingFactor property.- Returns:
- possible object is
Float
-
setSmoothingFactor
public void setSmoothingFactor(Float value)
Sets the value of the smoothingFactor property.- Parameters:
value- allowed object isFloat
-
getSpecificLane
public LaneEnum getSpecificLane()
Gets the value of the specificLane property.- Returns:
- possible object is
LaneEnum
-
setSpecificLane
public void setSpecificLane(LaneEnum value)
Sets the value of the specificLane property.- Parameters:
value- allowed object isLaneEnum
-
getSpecificMeasurementValueType
public MeasuredOrDerivedDataTypeEnum getSpecificMeasurementValueType()
Gets the value of the specificMeasurementValueType property.- Returns:
- possible object is
MeasuredOrDerivedDataTypeEnum
-
setSpecificMeasurementValueType
public void setSpecificMeasurementValueType(MeasuredOrDerivedDataTypeEnum value)
Sets the value of the specificMeasurementValueType property.- Parameters:
value- allowed object isMeasuredOrDerivedDataTypeEnum
-
getSpecificVehicleCharacteristics
public VehicleCharacteristics getSpecificVehicleCharacteristics()
Gets the value of the specificVehicleCharacteristics property.- Returns:
- possible object is
VehicleCharacteristics
-
setSpecificVehicleCharacteristics
public void setSpecificVehicleCharacteristics(VehicleCharacteristics value)
Sets the value of the specificVehicleCharacteristics property.- Parameters:
value- allowed object isVehicleCharacteristics
-
getMeasurementSpecificCharacteristicsExtension
public ExtensionType getMeasurementSpecificCharacteristicsExtension()
Gets the value of the measurementSpecificCharacteristicsExtension property.- Returns:
- possible object is
ExtensionType
-
setMeasurementSpecificCharacteristicsExtension
public void setMeasurementSpecificCharacteristicsExtension(ExtensionType value)
Sets the value of the measurementSpecificCharacteristicsExtension property.- Parameters:
value- allowed object isExtensionType
-
-