public static class AbstractMetricValue.MetricQuality extends 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://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
</sequence>
<attribute name="Validity" use="required" type="{http://p11073-10207/draft10/pm/2017/10/05}MeasurementValidity" />
<attribute name="Mode" type="{http://p11073-10207/draft10/pm/2017/10/05}GenerationMode" />
<attribute name="Qi" type="{http://p11073-10207/draft10/pm/2017/10/05}QualityIndicator" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected GenerationMode |
mode |
protected BigDecimal |
qi |
protected MeasurementValidity |
validity |
| Constructor and Description |
|---|
MetricQuality() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
GenerationMode |
getMode()
Gets the value of the mode property.
|
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(BigDecimal value)
Sets the value of the qi property.
|
void |
setValidity(MeasurementValidity value)
Sets the value of the validity property.
|
String |
toString() |
protected ExtensionType extension
protected MeasurementValidity validity
protected GenerationMode mode
protected 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 BigDecimal getQi()
BigDecimalpublic void setQi(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.