public abstract class DataValue extends 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 Float |
accuracy |
protected ComputationMethodEnum |
computationalMethod |
protected Boolean |
dataError |
protected ExtensionType |
dataValueExtension |
protected Long |
numberOfIncompleteInputs |
protected Long |
numberOfInputValuesUsed |
protected MultilingualString |
reasonForDataError |
protected Float |
smoothingFactor |
protected Float |
standardDeviation |
protected Float |
supplierCalculatedDataQuality |
| Constructor and Description |
|---|
DataValue() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Long |
getNumberOfIncompleteInputs()
Gets the value of the numberOfIncompleteInputs property.
|
Long |
getNumberOfInputValuesUsed()
Gets the value of the numberOfInputValuesUsed property.
|
MultilingualString |
getReasonForDataError()
Gets the value of the reasonForDataError property.
|
Float |
getSmoothingFactor()
Gets the value of the smoothingFactor property.
|
Float |
getStandardDeviation()
Gets the value of the standardDeviation property.
|
Float |
getSupplierCalculatedDataQuality()
Gets the value of the supplierCalculatedDataQuality property.
|
Boolean |
isDataError()
Gets the value of the dataError property.
|
void |
setAccuracy(Float value)
Sets the value of the accuracy property.
|
void |
setComputationalMethod(ComputationMethodEnum value)
Sets the value of the computationalMethod property.
|
void |
setDataError(Boolean value)
Sets the value of the dataError property.
|
void |
setDataValueExtension(ExtensionType value)
Sets the value of the dataValueExtension property.
|
void |
setNumberOfIncompleteInputs(Long value)
Sets the value of the numberOfIncompleteInputs property.
|
void |
setNumberOfInputValuesUsed(Long value)
Sets the value of the numberOfInputValuesUsed property.
|
void |
setReasonForDataError(MultilingualString value)
Sets the value of the reasonForDataError property.
|
void |
setSmoothingFactor(Float value)
Sets the value of the smoothingFactor property.
|
void |
setStandardDeviation(Float value)
Sets the value of the standardDeviation property.
|
void |
setSupplierCalculatedDataQuality(Float value)
Sets the value of the supplierCalculatedDataQuality property.
|
protected Boolean dataError
protected MultilingualString reasonForDataError
protected ExtensionType dataValueExtension
protected Float accuracy
protected ComputationMethodEnum computationalMethod
protected Long numberOfIncompleteInputs
protected Long numberOfInputValuesUsed
protected Float smoothingFactor
protected Float standardDeviation
protected Float supplierCalculatedDataQuality
public Boolean isDataError()
Booleanpublic void setDataError(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 Float getAccuracy()
Floatpublic void setAccuracy(Float value)
value - allowed object is
Floatpublic ComputationMethodEnum getComputationalMethod()
ComputationMethodEnumpublic void setComputationalMethod(ComputationMethodEnum value)
value - allowed object is
ComputationMethodEnumpublic Long getNumberOfIncompleteInputs()
Stringpublic void setNumberOfIncompleteInputs(Long value)
value - allowed object is
Stringpublic Long getNumberOfInputValuesUsed()
Stringpublic void setNumberOfInputValuesUsed(Long value)
value - allowed object is
Stringpublic Float getSmoothingFactor()
Floatpublic void setSmoothingFactor(Float value)
value - allowed object is
Floatpublic Float getStandardDeviation()
Floatpublic void setStandardDeviation(Float value)
value - allowed object is
Floatpublic Float getSupplierCalculatedDataQuality()
FloatCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.