public class CodedWithTranslations extends CodedValue
Java class for CodedWithTranslations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodedWithTranslations">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}CodedValue">
<sequence>
<element name="Translation" type="{http://p11073-10207/draft6/pm/2016/12/08}CodedValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CodedValue> |
translation |
code, codingSystem, codingSystemName, codingSystemVersion, conceptDescription, extension, symbolicCodeName| Constructor and Description |
|---|
CodedWithTranslations() |
| 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, getCodingSystemVersion, getConceptDescription, getExtension, getSymbolicCodeName, setCode, setCodingSystem, setCodingSystemName, setCodingSystemVersion, setConceptDescription, setExtension, setSymbolicCodeNameprotected 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.