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://domain-model-uri/15/04}AbstractMetricDescriptor">
<sequence>
<element ref="{http://domain-model-uri/15/04}Resolution"/>
<element name="MeasurePeriod" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="AveragingPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="TechnicalRange" type="{http://domain-model-uri/15/04}Range" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
averagingPeriod |
protected Duration |
measurePeriod |
protected BigDecimal |
resolution |
protected List<Range> |
technicalRanges |
availability, bodySites, category, maxDelayTime, unitdescriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
NumericMetricDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getAveragingPeriod()
Gets the value of the averagingPeriod property.
|
Duration |
getMeasurePeriod()
Gets the value of the measurePeriod property.
|
BigDecimal |
getResolution()
The resolution of the means to determine the metric's value.
|
List<Range> |
getTechnicalRanges()
The technical possible range of observed values.Gets the value of the technicalRanges property.
|
void |
setAveragingPeriod(Duration value)
Sets the value of the averagingPeriod property.
|
void |
setMeasurePeriod(Duration value)
Sets the value of the measurePeriod property.
|
void |
setResolution(BigDecimal value)
Sets the value of the resolution property.
|
void |
setTechnicalRanges(List<Range> value) |
getAvailability, getBodySites, getCategory, getMaxDelayTime, getUnit, setAvailability, setBodySites, setCategory, setMaxDelayTime, setUnitgetDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected BigDecimal resolution
protected Duration measurePeriod
protected Duration averagingPeriod
public BigDecimal getResolution()
BigDecimalpublic void setResolution(BigDecimal value)
value - allowed object is
BigDecimalpublic Duration getMeasurePeriod()
Durationpublic void setMeasurePeriod(Duration value)
value - allowed object is
Durationpublic Duration getAveragingPeriod()
Durationpublic void setAveragingPeriod(Duration value)
value - allowed object is
Durationpublic 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
Copyright © 2016. All rights reserved.