public class NumericMetricState extends AbstractMetricState
Java class for NumericMetricState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumericMetricState">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractMetricState">
<sequence>
<element name="MetricValue" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}NumericMetricValue" minOccurs="0"/>
<element name="PhysiologicalRange" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Range" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ActiveAveragingPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.Duration |
activeAveragingPeriod |
protected NumericMetricValue |
metricValue |
protected java.util.List<Range> |
physiologicalRange |
activationState, activeDeterminationPeriod, bodySite, lifeTimePeriod, physicalConnectordescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
NumericMetricState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
javax.xml.datatype.Duration |
getActiveAveragingPeriod()
Gets the value of the activeAveragingPeriod property.
|
NumericMetricValue |
getMetricValue()
Gets the value of the metricValue property.
|
java.util.List<Range> |
getPhysiologicalRange()
Gets the value of the physiologicalRange property.
|
int |
hashCode() |
void |
setActiveAveragingPeriod(javax.xml.datatype.Duration value)
Sets the value of the activeAveragingPeriod property.
|
void |
setMetricValue(NumericMetricValue value)
Sets the value of the metricValue property.
|
void |
setPhysiologicalRange(java.util.List<Range> value) |
java.lang.String |
toString() |
getActivationState, getActiveDeterminationPeriod, getBodySite, getLifeTimePeriod, getPhysicalConnector, setActivationState, setActiveDeterminationPeriod, setBodySite, setLifeTimePeriod, setPhysicalConnectorgetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected NumericMetricValue metricValue
protected java.util.List<Range> physiologicalRange
protected javax.xml.datatype.Duration activeAveragingPeriod
public NumericMetricValue getMetricValue()
NumericMetricValuepublic void setMetricValue(NumericMetricValue value)
value - allowed object is
NumericMetricValuepublic java.util.List<Range> getPhysiologicalRange()
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 physiologicalRange property.
For example, to add a new item, do as follows:
getPhysiologicalRange().add(newItem);
Objects of the following type(s) are allowed in the list
Range
public javax.xml.datatype.Duration getActiveAveragingPeriod()
Durationpublic void setActiveAveragingPeriod(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic java.lang.String toString()
toString in class AbstractMetricStatepublic boolean equals(java.lang.Object that)
equals in class AbstractMetricStatepublic int hashCode()
hashCode in class AbstractMetricStatepublic void setPhysiologicalRange(java.util.List<Range> value)