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://p11073-10207/draft6/pm/2016/12/08}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 BigDecimal |
value |
annotation, determinationTime, extension, metricQuality, startTime, stopTime| Constructor and Description |
|---|
NumericMetricValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigDecimal |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
String |
toString() |
getAnnotation, getDeterminationTime, getExtension, getMetricQuality, getStartTime, getStopTime, setAnnotation, setDeterminationTime, setExtension, setMetricQuality, setStartTime, setStopTimeprotected BigDecimal value
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic String toString()
toString in class AbstractMetricValuepublic boolean equals(Object that)
equals in class AbstractMetricValuepublic int hashCode()
hashCode in class AbstractMetricValueCopyright © 2018. All rights reserved.