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://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}SampleArrayValue" minOccurs="0"/>
<element name="PhysiologicalRange" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Range" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SampleArrayValue |
metricValue |
protected java.util.List<Range> |
physiologicalRange |
activationState, activeDeterminationPeriod, bodySite, lifeTimePeriod, physicalConnectordescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
DistributionSampleArrayMetricState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
SampleArrayValue |
getMetricValue()
Gets the value of the metricValue property.
|
java.util.List<Range> |
getPhysiologicalRange()
Gets the value of the physiologicalRange property.
|
int |
hashCode() |
void |
setMetricValue(SampleArrayValue 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 SampleArrayValue metricValue
protected java.util.List<Range> physiologicalRange
public SampleArrayValue getMetricValue()
SampleArrayValuepublic void setMetricValue(SampleArrayValue value)
value - allowed object is
SampleArrayValuepublic 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 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)