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