public static class ClinicalInfo.RelatedMeasurement extends 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://p11073-10207/draft10/pm/2017/10/05}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://p11073-10207/draft10/pm/2017/10/05}Range"/>
<element name="Meaning" type="{http://p11073-10207/draft10/pm/2017/10/05}CodedValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="Validity" type="{http://p11073-10207/draft10/pm/2017/10/05}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 List<ClinicalInfo.RelatedMeasurement.ReferenceRange> |
referenceRange |
protected MeasurementValidity |
validity |
protected Measurement |
value |
| Constructor and Description |
|---|
RelatedMeasurement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
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(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.
|
String |
toString() |
protected Measurement value
protected List<ClinicalInfo.RelatedMeasurement.ReferenceRange> referenceRange
protected MeasurementValidity validity
public Measurement getValue()
Measurementpublic void setValue(Measurement value)
value - allowed object is
Measurementpublic 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 void setReferenceRange(List<ClinicalInfo.RelatedMeasurement.ReferenceRange> value)
Copyright © 2017. All rights reserved.