public class CD extends ANY
Java class for CD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CD">
<complexContent>
<extension base="{urn:hl7-org:v3}ANY">
<sequence>
<element name="originalText" type="{urn:hl7-org:v3}ED" minOccurs="0"/>
<element name="qualifier" type="{urn:hl7-org:v3}CR" maxOccurs="unbounded" minOccurs="0"/>
<element name="translation" type="{urn:hl7-org:v3}CD" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="code" type="{urn:hl7-org:v3}cs" />
<attribute name="codeSystem" type="{urn:hl7-org:v3}uid" />
<attribute name="codeSystemName" type="{urn:hl7-org:v3}st" />
<attribute name="codeSystemVersion" type="{urn:hl7-org:v3}st" />
<attribute name="displayName" type="{urn:hl7-org:v3}st" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CD() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Gets the value of the code property.
|
java.lang.String |
getCodeSystem()
Gets the value of the codeSystem property.
|
java.lang.String |
getCodeSystemName()
Gets the value of the codeSystemName property.
|
java.lang.String |
getCodeSystemVersion()
Gets the value of the codeSystemVersion property.
|
java.lang.String |
getDisplayName()
Gets the value of the displayName property.
|
ED |
getOriginalText()
Gets the value of the originalText property.
|
java.util.List<CR> |
getQualifier()
Gets the value of the qualifier property.
|
java.util.List<CD> |
getTranslation()
Gets the value of the translation property.
|
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setCodeSystem(java.lang.String value)
Sets the value of the codeSystem property.
|
void |
setCodeSystemName(java.lang.String value)
Sets the value of the codeSystemName property.
|
void |
setCodeSystemVersion(java.lang.String value)
Sets the value of the codeSystemVersion property.
|
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property.
|
void |
setOriginalText(ED value)
Sets the value of the originalText property.
|
getContent, getNullFlavor, setContentpublic ED getOriginalText()
EDpublic void setOriginalText(ED value)
value - allowed object is
EDpublic java.util.List<CR> getQualifier()
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 qualifier property.
For example, to add a new item, do as follows:
getQualifier().add(newItem);
Objects of the following type(s) are allowed in the list
CR
public java.util.List<CD> getTranslation()
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 translation property.
For example, to add a new item, do as follows:
getTranslation().add(newItem);
Objects of the following type(s) are allowed in the list
CD
public java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodeSystem()
Stringpublic void setCodeSystem(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodeSystemName()
Stringpublic void setCodeSystemName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodeSystemVersion()
Stringpublic void setCodeSystemVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
String