public class CodedValue extends Object
Java class for CodedValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodedValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="CodingSystemName" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
<element name="ConceptDescription" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
<element name="Translation" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
</sequence>
<attribute name="Code" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodeIdentifier" />
<attribute name="CodingSystem" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="CodingSystemVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="Code" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodeIdentifier" />
<attribute name="CodingSystem" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="CodingSystemVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SymbolicCodeName" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}SymbolicCodeName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CodedValue.Translation
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
codingSystem |
protected List<LocalizedText> |
codingSystemName |
protected String |
codingSystemVersion |
protected List<LocalizedText> |
conceptDescription |
protected ExtensionType |
extension |
protected String |
symbolicCodeName |
protected List<CodedValue.Translation> |
translation |
| Constructor and Description |
|---|
CodedValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getCode()
Gets the value of the code property.
|
String |
getCodingSystem()
Gets the value of the codingSystem property.
|
List<LocalizedText> |
getCodingSystemName()
Gets the value of the codingSystemName property.
|
String |
getCodingSystemVersion()
Gets the value of the codingSystemVersion property.
|
List<LocalizedText> |
getConceptDescription()
Gets the value of the conceptDescription property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getSymbolicCodeName()
Gets the value of the symbolicCodeName property.
|
List<CodedValue.Translation> |
getTranslation()
Gets the value of the translation property.
|
int |
hashCode() |
void |
setCode(String value)
Sets the value of the code property.
|
void |
setCodingSystem(String value)
Sets the value of the codingSystem property.
|
void |
setCodingSystemName(List<LocalizedText> value) |
void |
setCodingSystemVersion(String value)
Sets the value of the codingSystemVersion property.
|
void |
setConceptDescription(List<LocalizedText> value) |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setSymbolicCodeName(String value)
Sets the value of the symbolicCodeName property.
|
void |
setTranslation(List<CodedValue.Translation> value) |
String |
toString() |
protected ExtensionType extension
protected List<LocalizedText> codingSystemName
protected List<LocalizedText> conceptDescription
protected List<CodedValue.Translation> translation
protected String code
protected String codingSystem
protected String codingSystemVersion
protected String symbolicCodeName
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic 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 List<LocalizedText> getConceptDescription()
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 conceptDescription property.
For example, to add a new item, do as follows:
getConceptDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText
public List<CodedValue.Translation> 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.Translation
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getCodingSystem()
Stringpublic void setCodingSystem(String value)
value - allowed object is
Stringpublic String getCodingSystemVersion()
Stringpublic void setCodingSystemVersion(String value)
value - allowed object is
Stringpublic String getSymbolicCodeName()
Stringpublic void setSymbolicCodeName(String value)
value - allowed object is
Stringpublic void setCodingSystemName(List<LocalizedText> value)
public void setConceptDescription(List<LocalizedText> value)
public void setTranslation(List<CodedValue.Translation> value)
Copyright © 2018. All rights reserved.