public class CodedWithEquivalents extends CodedValue
| Modifier and Type | Field and Description |
|---|---|
protected List<CodedValue> |
translation |
code, codingSystem, codingSystemName, descriptions, extension, symbolicCodeName, version| Constructor and Description |
|---|
CodedWithEquivalents() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<CodedValue> |
getTranslation()
Gets the value of the translation property.
|
int |
hashCode() |
void |
setTranslation(List<CodedValue> value) |
String |
toString() |
getCode, getCodingSystem, getCodingSystemName, getDescriptions, getExtension, getSymbolicCodeName, getVersion, setCode, setCodingSystem, setCodingSystemName, setDescriptions, setExtension, setSymbolicCodeName, 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)
public String toString()
toString in class CodedValuepublic boolean equals(Object that)
equals in class CodedValuepublic int hashCode()
hashCode in class CodedValueCopyright © 2018. All rights reserved.