public class DistributionSampleArrayMetricState extends AbstractMetricState
Java class for DistributionSampleArrayMetricState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributionSampleArrayMetricState">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AbstractMetricState">
<sequence>
<element name="MetricValue" type="{http://p11073-10207/draft6/pm/2016/12/08}SampleArrayValue" minOccurs="0"/>
<element name="PhysiologicalRange" type="{http://p11073-10207/draft6/pm/2016/12/08}Range" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RealTimeSampleArrayValue |
observedValue |
protected List<Range> |
physiologicalRanges |
bodySites, measurementPeriod, statedescriptorVersion, extension, referencedDescriptor, stateVersion| Constructor and Description |
|---|
DistributionSampleArrayMetricState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
RealTimeSampleArrayValue |
getObservedValue()
OPTIONAL current value of the METRIC.
|
List<Range> |
getPhysiologicalRanges()
The physiological reasonable range of observed values.
|
int |
hashCode() |
void |
setObservedValue(RealTimeSampleArrayValue value)
Sets the value of the observedValue property.
|
void |
setPhysiologicalRanges(List<Range> value) |
String |
toString() |
getBodySites, getMeasurementPeriod, getState, setBodySites, setMeasurementPeriod, setStategetDescriptorVersion, getExtension, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setReferencedDescriptor, setStateVersionprotected RealTimeSampleArrayValue observedValue
public RealTimeSampleArrayValue getObservedValue()
RealTimeSampleArrayValuepublic void setObservedValue(RealTimeSampleArrayValue value)
value - allowed object is
RealTimeSampleArrayValuepublic 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
public String toString()
toString in class AbstractMetricStatepublic boolean equals(Object that)
equals in class AbstractMetricStatepublic int hashCode()
hashCode in class AbstractMetricStateCopyright © 2018. All rights reserved.