public static class AbstractMetricValue.MetricQuality
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
</sequence>
<attribute name="Validity" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}MeasurementValidity" />
<attribute name="Mode" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}GenerationMode" />
<attribute name="Qi" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}QualityIndicator" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected GenerationMode |
mode |
protected java.math.BigDecimal |
qi |
protected MeasurementValidity |
validity |
| Constructor and Description |
|---|
MetricQuality() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
GenerationMode |
getMode()
Gets the value of the mode property.
|
java.math.BigDecimal |
getQi()
Gets the value of the qi property.
|
MeasurementValidity |
getValidity()
Gets the value of the validity property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setMode(GenerationMode value)
Sets the value of the mode property.
|
void |
setQi(java.math.BigDecimal value)
Sets the value of the qi property.
|
void |
setValidity(MeasurementValidity value)
Sets the value of the validity property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected MeasurementValidity validity
protected GenerationMode mode
protected java.math.BigDecimal qi
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic MeasurementValidity getValidity()
MeasurementValiditypublic void setValidity(MeasurementValidity value)
value - allowed object is
MeasurementValiditypublic GenerationMode getMode()
GenerationModepublic void setMode(GenerationMode value)
value - allowed object is
GenerationModepublic java.math.BigDecimal getQi()
BigDecimalpublic void setQi(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object