Class SiteMeasurements.MeasuredValue
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.MeasuredValue
-
- eu.datex2.siri20.schema._2_0rc1._2_0.SiteMeasurements.MeasuredValue
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SiteMeasurements
public static class SiteMeasurements.MeasuredValue extends MeasuredValue implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}MeasuredValue"> <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected intindex-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.MeasuredValue
basicDataValue, locationCharacteristicsOverride, measuredValueExtension, measurementEquipmentTypeUsed
-
-
Constructor Summary
Constructors Constructor Description MeasuredValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()Gets the value of the index property.voidsetIndex(int value)Sets the value of the index property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.MeasuredValue
getBasicDataValue, getLocationCharacteristicsOverride, getMeasuredValueExtension, getMeasurementEquipmentTypeUsed, setBasicDataValue, setLocationCharacteristicsOverride, setMeasuredValueExtension, setMeasurementEquipmentTypeUsed
-
-