Class MeasuredValue
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.MeasuredValue
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SiteMeasurements.MeasuredValue
public class MeasuredValue extends Object implements Serializable
Java class for MeasuredValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeasuredValue"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="measurementEquipmentTypeUsed" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/> <element name="locationCharacteristicsOverride" type="{http://datex2.eu/schema/2_0RC1/2_0}LocationCharacteristicsOverride" minOccurs="0"/> <element name="basicDataValue" type="{http://datex2.eu/schema/2_0RC1/2_0}BasicDataValue"/> <element name="measuredValueExtension" 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 BasicDataValuebasicDataValueprotected LocationCharacteristicsOverridelocationCharacteristicsOverrideprotected ExtensionTypemeasuredValueExtensionprotected MultilingualStringmeasurementEquipmentTypeUsed
-
Constructor Summary
Constructors Constructor Description MeasuredValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicDataValuegetBasicDataValue()Gets the value of the basicDataValue property.LocationCharacteristicsOverridegetLocationCharacteristicsOverride()Gets the value of the locationCharacteristicsOverride property.ExtensionTypegetMeasuredValueExtension()Gets the value of the measuredValueExtension property.MultilingualStringgetMeasurementEquipmentTypeUsed()Gets the value of the measurementEquipmentTypeUsed property.voidsetBasicDataValue(BasicDataValue value)Sets the value of the basicDataValue property.voidsetLocationCharacteristicsOverride(LocationCharacteristicsOverride value)Sets the value of the locationCharacteristicsOverride property.voidsetMeasuredValueExtension(ExtensionType value)Sets the value of the measuredValueExtension property.voidsetMeasurementEquipmentTypeUsed(MultilingualString value)Sets the value of the measurementEquipmentTypeUsed property.
-
-
-
Field Detail
-
measurementEquipmentTypeUsed
protected MultilingualString measurementEquipmentTypeUsed
-
locationCharacteristicsOverride
protected LocationCharacteristicsOverride locationCharacteristicsOverride
-
basicDataValue
protected BasicDataValue basicDataValue
-
measuredValueExtension
protected ExtensionType measuredValueExtension
-
-
Method Detail
-
getMeasurementEquipmentTypeUsed
public MultilingualString getMeasurementEquipmentTypeUsed()
Gets the value of the measurementEquipmentTypeUsed property.- Returns:
- possible object is
MultilingualString
-
setMeasurementEquipmentTypeUsed
public void setMeasurementEquipmentTypeUsed(MultilingualString value)
Sets the value of the measurementEquipmentTypeUsed property.- Parameters:
value- allowed object isMultilingualString
-
getLocationCharacteristicsOverride
public LocationCharacteristicsOverride getLocationCharacteristicsOverride()
Gets the value of the locationCharacteristicsOverride property.- Returns:
- possible object is
LocationCharacteristicsOverride
-
setLocationCharacteristicsOverride
public void setLocationCharacteristicsOverride(LocationCharacteristicsOverride value)
Sets the value of the locationCharacteristicsOverride property.- Parameters:
value- allowed object isLocationCharacteristicsOverride
-
getBasicDataValue
public BasicDataValue getBasicDataValue()
Gets the value of the basicDataValue property.- Returns:
- possible object is
BasicDataValue
-
setBasicDataValue
public void setBasicDataValue(BasicDataValue value)
Sets the value of the basicDataValue property.- Parameters:
value- allowed object isBasicDataValue
-
getMeasuredValueExtension
public ExtensionType getMeasuredValueExtension()
Gets the value of the measuredValueExtension property.- Returns:
- possible object is
ExtensionType
-
setMeasuredValueExtension
public void setMeasuredValueExtension(ExtensionType value)
Sets the value of the measuredValueExtension property.- Parameters:
value- allowed object isExtensionType
-
-