public class NumericMetricDescriptor extends MetricDescriptor
Java class for NumericMetricDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumericMetricDescriptor">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AbstractMetricDescriptor">
<sequence>
<element name="TechnicalRange" type="{http://p11073-10207/draft6/pm/2016/12/08}Range" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Resolution" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="AveragingPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
averagingPeriod |
protected BigDecimal |
resolution |
protected List<Range> |
technicalRanges |
bodySites, category, determinationPeriod, maxDelayTime, maxMeasurementTime, metricAvailability, unitdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
NumericMetricDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Duration |
getAveragingPeriod()
Gets the value of the averagingPeriod property.
|
BigDecimal |
getResolution()
Gets the value of the resolution property.
|
List<Range> |
getTechnicalRanges()
The technical possible range of observed values.Gets the value of the technicalRanges property.
|
int |
hashCode() |
void |
setAveragingPeriod(Duration value)
Sets the value of the averagingPeriod property.
|
void |
setResolution(BigDecimal value)
Sets the value of the resolution property.
|
void |
setTechnicalRanges(List<Range> value) |
String |
toString() |
getBodySites, getCategory, getDeterminationPeriod, getMaxDelayTime, getMaxMeasurementTime, getMetricAvailability, getUnit, setBodySites, setCategory, setDeterminationPeriod, setMaxDelayTime, setMaxMeasurementTime, setMetricAvailability, setUnitgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected BigDecimal resolution
protected Duration averagingPeriod
public List<Range> getTechnicalRanges()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the technicalRanges property.
For example, to add a new item, do as follows:
getTechnicalRanges().add(newItem);
Objects of the following type(s) are allowed in the list
Range
public BigDecimal getResolution()
BigDecimalpublic void setResolution(BigDecimal value)
value - allowed object is
BigDecimalpublic Duration getAveragingPeriod()
Durationpublic void setAveragingPeriod(Duration value)
value - allowed object is
Durationpublic String toString()
toString in class MetricDescriptorpublic boolean equals(Object that)
equals in class MetricDescriptorpublic int hashCode()
hashCode in class MetricDescriptorCopyright © 2018. All rights reserved.