public class MeasurementSpecificCharacteristics extends Object
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/2_0}Percentage" minOccurs="0"/>
<element name="period" type="{http://datex2.eu/schema/2/2_0}Seconds" minOccurs="0"/>
<element name="smoothingFactor" type="{http://datex2.eu/schema/2/2_0}Float" minOccurs="0"/>
<element name="specificLane" type="{http://datex2.eu/schema/2/2_0}LaneEnum" minOccurs="0"/>
<element name="specificMeasurementValueType" type="{http://datex2.eu/schema/2/2_0}MeasuredOrDerivedDataTypeEnum"/>
<element name="specificVehicleCharacteristics" type="{http://datex2.eu/schema/2/2_0}VehicleCharacteristics" minOccurs="0"/>
<element name="measurementSpecificCharacteristicsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
accuracy |
protected ExtensionType |
measurementSpecificCharacteristicsExtension |
protected Float |
period |
protected Float |
smoothingFactor |
protected LaneEnum |
specificLane |
protected MeasuredOrDerivedDataTypeEnum |
specificMeasurementValueType |
protected VehicleCharacteristics |
specificVehicleCharacteristics |
| Constructor and Description |
|---|
MeasurementSpecificCharacteristics() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getAccuracy()
Gets the value of the accuracy property.
|
ExtensionType |
getMeasurementSpecificCharacteristicsExtension()
Gets the value of the measurementSpecificCharacteristicsExtension property.
|
Float |
getPeriod()
Gets the value of the period property.
|
Float |
getSmoothingFactor()
Gets the value of the smoothingFactor property.
|
LaneEnum |
getSpecificLane()
Gets the value of the specificLane property.
|
MeasuredOrDerivedDataTypeEnum |
getSpecificMeasurementValueType()
Gets the value of the specificMeasurementValueType property.
|
VehicleCharacteristics |
getSpecificVehicleCharacteristics()
Gets the value of the specificVehicleCharacteristics property.
|
void |
setAccuracy(Float value)
Sets the value of the accuracy property.
|
void |
setMeasurementSpecificCharacteristicsExtension(ExtensionType value)
Sets the value of the measurementSpecificCharacteristicsExtension property.
|
void |
setPeriod(Float value)
Sets the value of the period property.
|
void |
setSmoothingFactor(Float value)
Sets the value of the smoothingFactor property.
|
void |
setSpecificLane(LaneEnum value)
Sets the value of the specificLane property.
|
void |
setSpecificMeasurementValueType(MeasuredOrDerivedDataTypeEnum value)
Sets the value of the specificMeasurementValueType property.
|
void |
setSpecificVehicleCharacteristics(VehicleCharacteristics value)
Sets the value of the specificVehicleCharacteristics property.
|
protected Float accuracy
protected Float period
protected Float smoothingFactor
protected LaneEnum specificLane
protected MeasuredOrDerivedDataTypeEnum specificMeasurementValueType
protected VehicleCharacteristics specificVehicleCharacteristics
protected ExtensionType measurementSpecificCharacteristicsExtension
public Float getAccuracy()
Floatpublic void setAccuracy(Float value)
value - allowed object is
Floatpublic Float getPeriod()
Floatpublic void setPeriod(Float value)
value - allowed object is
Floatpublic Float getSmoothingFactor()
Floatpublic void setSmoothingFactor(Float value)
value - allowed object is
Floatpublic LaneEnum getSpecificLane()
LaneEnumpublic void setSpecificLane(LaneEnum value)
value - allowed object is
LaneEnumpublic MeasuredOrDerivedDataTypeEnum getSpecificMeasurementValueType()
MeasuredOrDerivedDataTypeEnumpublic void setSpecificMeasurementValueType(MeasuredOrDerivedDataTypeEnum value)
value - allowed object is
MeasuredOrDerivedDataTypeEnumpublic VehicleCharacteristics getSpecificVehicleCharacteristics()
VehicleCharacteristicspublic void setSpecificVehicleCharacteristics(VehicleCharacteristics value)
value - allowed object is
VehicleCharacteristicspublic ExtensionType getMeasurementSpecificCharacteristicsExtension()
ExtensionTypepublic void setMeasurementSpecificCharacteristicsExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.