public class MetricDescriptor extends Descriptor
| Modifier and Type | Field and Description |
|---|---|
protected MetricAvailability |
availability |
protected List<CodedValue> |
bodySites |
protected MetricCategory |
category |
protected Duration |
maxDelayTime |
protected CodedValue |
unit |
descriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
MetricDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
MetricAvailability |
getAvailability()
Gets the value of the availability property.
|
List<CodedValue> |
getBodySites()
Optional list of codes that describe the body sites.
|
MetricCategory |
getCategory()
The metric category makes it possible to distinguish between different manifestations of a metric like measurements, settings or recommendations.
|
Duration |
getMaxDelayTime()
Gets the value of the maxDelayTime property.
|
CodedValue |
getUnit()
Gets the value of the unit property.
|
void |
setAvailability(MetricAvailability value)
Sets the value of the availability property.
|
void |
setBodySites(List<CodedValue> value) |
void |
setCategory(MetricCategory value)
Sets the value of the category property.
|
void |
setMaxDelayTime(Duration value)
Sets the value of the maxDelayTime property.
|
void |
setUnit(CodedValue value)
Sets the value of the unit property.
|
getDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected CodedValue unit
protected List<CodedValue> bodySites
protected MetricCategory category
protected MetricAvailability availability
protected Duration maxDelayTime
public CodedValue getUnit()
CodedValuepublic void setUnit(CodedValue value)
value - allowed object is
CodedValuepublic List<CodedValue> getBodySites()
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 bodySites property.
For example, to add a new item, do as follows:
getBodySites().add(newItem);
Objects of the following type(s) are allowed in the list
CodedValue
public MetricCategory getCategory()
MetricCategorypublic void setCategory(MetricCategory value)
value - allowed object is
MetricCategorypublic MetricAvailability getAvailability()
MetricAvailabilitypublic void setAvailability(MetricAvailability value)
value - allowed object is
MetricAvailabilitypublic Duration getMaxDelayTime()
Durationpublic void setMaxDelayTime(Duration value)
value - allowed object is
Durationpublic void setBodySites(List<CodedValue> value)
Copyright © 2016. All rights reserved.