public static class ClinicalInfo.RelatedMeasurement.ReferenceRange
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="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>
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
meaning |
protected Range |
range |
| Constructor and Description |
|---|
ReferenceRange() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
CodedValue |
getMeaning()
Gets the value of the meaning property.
|
Range |
getRange()
Gets the value of the range property.
|
int |
hashCode() |
void |
setMeaning(CodedValue value)
Sets the value of the meaning property.
|
void |
setRange(Range value)
Sets the value of the range property.
|
java.lang.String |
toString() |
protected Range range
protected CodedValue meaning
public Range getRange()
Rangepublic void setRange(Range value)
value - allowed object is
Rangepublic CodedValue getMeaning()
CodedValuepublic void setMeaning(CodedValue value)
value - allowed object is
CodedValuepublic 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.Object