public class DurationValue extends DataValue
Java class for DurationValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DurationValue">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}DataValue">
<sequence>
<element name="duration" type="{http://datex2.eu/schema/2/2_0}Seconds"/>
<element name="durationValueExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
duration |
protected ExtensionType |
durationValueExtension |
accuracy, computationalMethod, dataError, dataValueExtension, numberOfIncompleteInputs, numberOfInputValuesUsed, reasonForDataError, smoothingFactor, standardDeviation, supplierCalculatedDataQuality| Constructor and Description |
|---|
DurationValue() |
| Modifier and Type | Method and Description |
|---|---|
float |
getDuration()
Gets the value of the duration property.
|
ExtensionType |
getDurationValueExtension()
Gets the value of the durationValueExtension property.
|
void |
setDuration(float value)
Sets the value of the duration property.
|
void |
setDurationValueExtension(ExtensionType value)
Sets the value of the durationValueExtension property.
|
getAccuracy, getComputationalMethod, getDataValueExtension, getNumberOfIncompleteInputs, getNumberOfInputValuesUsed, getReasonForDataError, getSmoothingFactor, getStandardDeviation, getSupplierCalculatedDataQuality, isDataError, setAccuracy, setComputationalMethod, setDataError, setDataValueExtension, setNumberOfIncompleteInputs, setNumberOfInputValuesUsed, setReasonForDataError, setSmoothingFactor, setStandardDeviation, setSupplierCalculatedDataQualityprotected float duration
protected ExtensionType durationValueExtension
public float getDuration()
public void setDuration(float value)
value - durationpublic ExtensionType getDurationValueExtension()
ExtensionTypepublic void setDurationValueExtension(ExtensionType value)
value - allowed object is
ExtensionType