public class CodedWithEquivalents extends CodedValue
| Modifier and Type | Field and Description |
|---|---|
protected List<CodedValue> |
translation |
code, codingSystem, codingSystemName, descriptions, extension, version| Constructor and Description |
|---|
CodedWithEquivalents() |
| Modifier and Type | Method and Description |
|---|---|
List<CodedValue> |
getTranslation()
Gets the value of the translation property.
|
void |
setTranslation(List<CodedValue> value) |
getCode, getCodingSystem, getCodingSystemName, getDescriptions, getExtension, getVersion, setCode, setCodingSystem, setCodingSystemName, setDescriptions, setExtension, setVersionprotected List<CodedValue> translation
public List<CodedValue> 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
CodedValue
public void setTranslation(List<CodedValue> value)
Copyright © 2016. All rights reserved.