public class NumericMetricState extends AbstractMetricState
Java-Klasse für NumericMetricState complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="NumericMetricState">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractMetricState">
<sequence>
<element name="ObservedValue" type="{http://domain-model-uri/15/04}NumericMetricValue" minOccurs="0"/>
<element name="PhysiologicalRange" type="{http://domain-model-uri/15/04}Range" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NumericValue |
observedValue |
protected java.util.List<Range> |
physiologicalRanges |
averagingPeriod, bodySites, measurementPeriodcalibrationInfo, operatingCycles, operatingHours, statedescriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
NumericMetricState() |
| Modifier and Type | Method and Description |
|---|---|
NumericValue |
getObservedValue()
Ruft den Wert der observedValue-Eigenschaft ab.
|
java.util.List<Range> |
getPhysiologicalRanges()
Gets the value of the physiologicalRanges property.
|
void |
setObservedValue(NumericValue value)
Legt den Wert der observedValue-Eigenschaft fest.
|
getAveragingPeriod, getBodySites, getMeasurementPeriod, setAveragingPeriod, setMeasurementPeriodgetCalibrationInfo, getOperatingCycles, getOperatingHours, getState, setCalibrationInfo, setOperatingCycles, setOperatingHours, setStategetDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected NumericValue observedValue
protected java.util.List<Range> physiologicalRanges
public NumericValue getObservedValue()
NumericValuepublic void setObservedValue(NumericValue value)
value - allowed object is
NumericValuepublic java.util.List<Range> getPhysiologicalRanges()
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 physiologicalRanges property.
For example, to add a new item, do as follows:
getPhysiologicalRanges().add(newItem);
Objects of the following type(s) are allowed in the list
Range