public class MeasuredValue
extends java.lang.Object
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="basicData" type="{http://datex2.eu/schema/2/2_0}BasicData" minOccurs="0"/>
<element name="measuredValueExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BasicData |
basicData |
protected ExtensionType |
measuredValueExtension |
| Constructor and Description |
|---|
MeasuredValue() |
| Modifier and Type | Method and Description |
|---|---|
BasicData |
getBasicData()
Gets the value of the basicData property.
|
ExtensionType |
getMeasuredValueExtension()
Gets the value of the measuredValueExtension property.
|
void |
setBasicData(BasicData value)
Sets the value of the basicData property.
|
void |
setMeasuredValueExtension(ExtensionType value)
Sets the value of the measuredValueExtension property.
|
protected BasicData basicData
protected ExtensionType measuredValueExtension
public BasicData getBasicData()
BasicDatapublic void setBasicData(BasicData value)
value - allowed object is
BasicDatapublic ExtensionType getMeasuredValueExtension()
ExtensionTypepublic void setMeasuredValueExtension(ExtensionType value)
value - allowed object is
ExtensionType