Class MeasuredValue
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.MeasuredValue
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SiteMeasurements.MeasuredValue
public class MeasuredValue extends Object implements Serializable
Contains optional characteristics for the specific measured value (ordered/indexed to correspond with that of the referenced measurement point) which override the static characteristics defined for the measurement point.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" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString"> <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="locationCharacteristicsOverride" type="{http://datex2.eu/schema/1_0/1_0}LocationCharacteristicsOverride" minOccurs="0"/> <element name="basicDataValue" type="{http://datex2.eu/schema/1_0/1_0}BasicDataValue"/> <element name="measuredValueExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMeasuredValue.MeasurementEquipmentTypeUsedJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected BasicDataValuebasicDataValueprotected LocationCharacteristicsOverridelocationCharacteristicsOverrideprotected ExtensionTypemeasuredValueExtensionprotected MeasuredValue.MeasurementEquipmentTypeUsedmeasurementEquipmentTypeUsed
-
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.MeasuredValue.MeasurementEquipmentTypeUsedgetMeasurementEquipmentTypeUsed()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(MeasuredValue.MeasurementEquipmentTypeUsed value)Sets the value of the measurementEquipmentTypeUsed property.
-
-
-
Field Detail
-
measurementEquipmentTypeUsed
protected MeasuredValue.MeasurementEquipmentTypeUsed measurementEquipmentTypeUsed
-
locationCharacteristicsOverride
protected LocationCharacteristicsOverride locationCharacteristicsOverride
-
basicDataValue
protected BasicDataValue basicDataValue
-
measuredValueExtension
protected ExtensionType measuredValueExtension
-
-
Method Detail
-
getMeasurementEquipmentTypeUsed
public MeasuredValue.MeasurementEquipmentTypeUsed getMeasurementEquipmentTypeUsed()
Gets the value of the measurementEquipmentTypeUsed property.- Returns:
- possible object is
MeasuredValue.MeasurementEquipmentTypeUsed
-
setMeasurementEquipmentTypeUsed
public void setMeasurementEquipmentTypeUsed(MeasuredValue.MeasurementEquipmentTypeUsed value)
Sets the value of the measurementEquipmentTypeUsed property.- Parameters:
value- allowed object isMeasuredValue.MeasurementEquipmentTypeUsed
-
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
-
-