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()
Boolean
public void setDataError(java.lang.Boolean value)
value
- allowed object is
Boolean
public MultilingualString getReasonForDataError()
MultilingualString
public void setReasonForDataError(MultilingualString value)
value
- allowed object is
MultilingualString
public ExtensionType getDataValueExtension()
ExtensionType
public void setDataValueExtension(ExtensionType value)
value
- allowed object is
ExtensionType
public java.lang.Float getAccuracy()
Float
public void setAccuracy(java.lang.Float value)
value
- allowed object is
Float
public ComputationMethodEnum getComputationalMethod()
ComputationMethodEnum
public void setComputationalMethod(ComputationMethodEnum value)
value
- allowed object is
ComputationMethodEnum
public java.math.BigInteger getNumberOfIncompleteInputs()
BigInteger
public void setNumberOfIncompleteInputs(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getNumberOfInputValuesUsed()
BigInteger
public void setNumberOfInputValuesUsed(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Float getSmoothingFactor()
Float
public void setSmoothingFactor(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getStandardDeviation()
Float
public void setStandardDeviation(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getSupplierCalculatedDataQuality()
Float
public void setSupplierCalculatedDataQuality(java.lang.Float value)
value
- allowed object is
Float