public class CodedValue
extends java.lang.Object
Java-Klasse für CodedValue complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="CodedValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://extension-point-uri/15/03}Extension" minOccurs="0"/>
<element ref="{http://domain-model-uri/15/04}CodingSystemId" minOccurs="0"/>
<element ref="{http://domain-model-uri/15/04}CodingSystemName" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://domain-model-uri/15/04}VersionId" minOccurs="0"/>
<element ref="{http://domain-model-uri/15/04}CodeId"/>
<element name="ConceptDescription" type="{http://domain-model-uri/15/04}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
code |
protected java.lang.String |
codingSystem |
protected java.util.List<LocalizedText> |
codingSystemName |
protected java.util.List<LocalizedText> |
descriptions |
protected Extension |
extension |
protected java.lang.String |
version |
| Constructor and Description |
|---|
CodedValue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Ruft den Wert der code-Eigenschaft ab.
|
java.lang.String |
getCodingSystem()
Optional unique identifier of the coding system that the code originating from.
|
java.util.List<LocalizedText> |
getCodingSystemName()
Gets the value of the codingSystemName property.
|
java.util.List<LocalizedText> |
getDescriptions()
Gets the value of the descriptions property.
|
Extension |
getExtension()
Ruft den Wert der extension-Eigenschaft ab.
|
java.lang.String |
getVersion()
Describes a particular version of the coding system defined by CodingSystem.
|
void |
setCode(java.lang.String value)
Legt den Wert der code-Eigenschaft fest.
|
void |
setCodingSystem(java.lang.String value)
Legt den Wert der codingSystem-Eigenschaft fest.
|
void |
setExtension(Extension value)
Legt den Wert der extension-Eigenschaft fest.
|
void |
setVersion(java.lang.String value)
Legt den Wert der version-Eigenschaft fest.
|
protected Extension extension
protected java.lang.String codingSystem
protected java.util.List<LocalizedText> codingSystemName
protected java.lang.String version
protected java.lang.String code
protected java.util.List<LocalizedText> descriptions
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic java.lang.String getCodingSystem()
Stringpublic void setCodingSystem(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<LocalizedText> getCodingSystemName()
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 codingSystemName property.
For example, to add a new item, do as follows:
getCodingSystemName().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<LocalizedText> getDescriptions()
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 descriptions property.
For example, to add a new item, do as follows:
getDescriptions().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText