public class NumericMetricValue extends AbstractMetricValue
Java class for NumericMetricValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumericMetricValue">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractMetricValue">
<attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</extension>
</complexContent>
</complexType>
AbstractMetricValue.Annotation, AbstractMetricValue.MetricQuality| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigDecimal |
value |
annotation, determinationTime, extension, metricQuality, startTime, stopTime| Constructor and Description |
|---|
NumericMetricValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.math.BigDecimal |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setValue(java.math.BigDecimal value)
Sets the value of the value property.
|
java.lang.String |
toString() |
getAnnotation, getDeterminationTime, getExtension, getMetricQuality, getStartTime, getStopTime, setAnnotation, setDeterminationTime, setExtension, setMetricQuality, setStartTime, setStopTimepublic java.math.BigDecimal getValue()
BigDecimalpublic void setValue(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String toString()
toString in class AbstractMetricValuepublic boolean equals(java.lang.Object that)
equals in class AbstractMetricValuepublic int hashCode()
hashCode in class AbstractMetricValue