public static class ClinicalInfo.RelatedMeasurement
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement"/>
<element name="ReferenceRange" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Range" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Range"/>
<element name="Meaning" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="Validity" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}MeasurementValidity" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ClinicalInfo.RelatedMeasurement.ReferenceRange
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ClinicalInfo.RelatedMeasurement.ReferenceRange> |
referenceRange |
protected MeasurementValidity |
validity |
protected Measurement |
value |
| Constructor and Description |
|---|
RelatedMeasurement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<ClinicalInfo.RelatedMeasurement.ReferenceRange> |
getReferenceRange()
Gets the value of the referenceRange property.
|
MeasurementValidity |
getValidity()
Gets the value of the validity property.
|
Measurement |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setReferenceRange(java.util.List<ClinicalInfo.RelatedMeasurement.ReferenceRange> value) |
void |
setValidity(MeasurementValidity value)
Sets the value of the validity property.
|
void |
setValue(Measurement value)
Sets the value of the value property.
|
java.lang.String |
toString() |
protected Measurement value
protected java.util.List<ClinicalInfo.RelatedMeasurement.ReferenceRange> referenceRange
protected MeasurementValidity validity
public Measurement getValue()
Measurementpublic void setValue(Measurement value)
value - allowed object is
Measurementpublic java.util.List<ClinicalInfo.RelatedMeasurement.ReferenceRange> getReferenceRange()
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 referenceRange property.
For example, to add a new item, do as follows:
getReferenceRange().add(newItem);
Objects of the following type(s) are allowed in the list
ClinicalInfo.RelatedMeasurement.ReferenceRange
public MeasurementValidity getValidity()
MeasurementValiditypublic void setValidity(MeasurementValidity value)
value - allowed object is
MeasurementValiditypublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setReferenceRange(java.util.List<ClinicalInfo.RelatedMeasurement.ReferenceRange> value)