public abstract class DataValue
extends java.lang.Object
Java class for DataValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataError" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="reasonForDataError" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="dataValueExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
<attribute name="accuracy" type="{http://datex2.eu/schema/2/2_0}Percentage" />
<attribute name="computationalMethod" type="{http://datex2.eu/schema/2/2_0}ComputationMethodEnum" />
<attribute name="numberOfIncompleteInputs" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" />
<attribute name="numberOfInputValuesUsed" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" />
<attribute name="smoothingFactor" type="{http://datex2.eu/schema/2/2_0}Float" />
<attribute name="standardDeviation" type="{http://datex2.eu/schema/2/2_0}Float" />
<attribute name="supplierCalculatedDataQuality" type="{http://datex2.eu/schema/2/2_0}Percentage" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
accuracy |
protected ComputationMethodEnum |
computationalMethod |
protected java.lang.Boolean |
dataError |
protected ExtensionType |
dataValueExtension |
protected java.math.BigInteger |
numberOfIncompleteInputs |
protected java.math.BigInteger |
numberOfInputValuesUsed |
protected MultilingualString |
reasonForDataError |
protected java.lang.Float |
smoothingFactor |
protected java.lang.Float |
standardDeviation |
protected java.lang.Float |
supplierCalculatedDataQuality |
| Constructor and Description |
|---|
DataValue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getAccuracy()
Gets the value of the accuracy property.
|
ComputationMethodEnum |
getComputationalMethod()
Gets the value of the computationalMethod property.
|
ExtensionType |
getDataValueExtension()
Gets the value of the dataValueExtension property.
|
java.math.BigInteger |
getNumberOfIncompleteInputs()
Gets the value of the numberOfIncompleteInputs property.
|
java.math.BigInteger |
getNumberOfInputValuesUsed()
Gets the value of the numberOfInputValuesUsed property.
|
MultilingualString |
getReasonForDataError()
Gets the value of the reasonForDataError property.
|
java.lang.Float |
getSmoothingFactor()
Gets the value of the smoothingFactor property.
|
java.lang.Float |
getStandardDeviation()
Gets the value of the standardDeviation property.
|
java.lang.Float |
getSupplierCalculatedDataQuality()
Gets the value of the supplierCalculatedDataQuality property.
|
java.lang.Boolean |
isDataError()
Gets the value of the dataError property.
|
void |
setAccuracy(java.lang.Float value)
Sets the value of the accuracy property.
|
void |
setComputationalMethod(ComputationMethodEnum value)
Sets the value of the computationalMethod property.
|
void |
setDataError(java.lang.Boolean value)
Sets the value of the dataError property.
|
void |
setDataValueExtension(ExtensionType value)
Sets the value of the dataValueExtension property.
|
void |
setNumberOfIncompleteInputs(java.math.BigInteger value)
Sets the value of the numberOfIncompleteInputs property.
|
void |
setNumberOfInputValuesUsed(java.math.BigInteger value)
Sets the value of the numberOfInputValuesUsed property.
|
void |
setReasonForDataError(MultilingualString value)
Sets the value of the reasonForDataError property.
|
void |
setSmoothingFactor(java.lang.Float value)
Sets the value of the smoothingFactor property.
|
void |
setStandardDeviation(java.lang.Float value)
Sets the value of the standardDeviation property.
|
void |
setSupplierCalculatedDataQuality(java.lang.Float value)
Sets the value of the supplierCalculatedDataQuality property.
|
protected java.lang.Boolean dataError
protected MultilingualString reasonForDataError
protected ExtensionType dataValueExtension
protected java.lang.Float accuracy
protected ComputationMethodEnum computationalMethod
protected java.math.BigInteger numberOfIncompleteInputs
protected java.math.BigInteger numberOfInputValuesUsed
protected java.lang.Float smoothingFactor
protected java.lang.Float standardDeviation
protected java.lang.Float supplierCalculatedDataQuality
public java.lang.Boolean isDataError()
Booleanpublic void setDataError(java.lang.Boolean value)
value - allowed object is
Booleanpublic MultilingualString getReasonForDataError()
MultilingualStringpublic void setReasonForDataError(MultilingualString value)
value - allowed object is
MultilingualStringpublic ExtensionType getDataValueExtension()
ExtensionTypepublic void setDataValueExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.lang.Float getAccuracy()
Floatpublic void setAccuracy(java.lang.Float value)
value - allowed object is
Floatpublic ComputationMethodEnum getComputationalMethod()
ComputationMethodEnumpublic void setComputationalMethod(ComputationMethodEnum value)
value - allowed object is
ComputationMethodEnumpublic java.math.BigInteger getNumberOfIncompleteInputs()
BigIntegerpublic void setNumberOfIncompleteInputs(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getNumberOfInputValuesUsed()
BigIntegerpublic void setNumberOfInputValuesUsed(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Float getSmoothingFactor()
Floatpublic void setSmoothingFactor(java.lang.Float value)
value - allowed object is
Floatpublic java.lang.Float getStandardDeviation()
Floatpublic void setStandardDeviation(java.lang.Float value)
value - allowed object is
Floatpublic java.lang.Float getSupplierCalculatedDataQuality()
Floatpublic void setSupplierCalculatedDataQuality(java.lang.Float value)
value - allowed object is
Float