public class CodedValue
extends java.lang.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 java.lang.String |
code |
protected java.lang.String |
codingSystem |
protected java.util.List<LocalizedText> |
codingSystemName |
protected java.lang.String |
codingSystemVersion |
protected java.util.List<LocalizedText> |
conceptDescription |
protected ExtensionType |
extension |
protected java.lang.String |
symbolicCodeName |
protected java.util.List<CodedValue.Translation> |
translation |
| Constructor and Description |
|---|
CodedValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getCode()
Gets the value of the code property.
|
java.lang.String |
getCodingSystem()
Gets the value of the codingSystem property.
|
java.util.List<LocalizedText> |
getCodingSystemName()
Gets the value of the codingSystemName property.
|
java.lang.String |
getCodingSystemVersion()
Gets the value of the codingSystemVersion property.
|
java.util.List<LocalizedText> |
getConceptDescription()
Gets the value of the conceptDescription property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getSymbolicCodeName()
Gets the value of the symbolicCodeName property.
|
java.util.List<CodedValue.Translation> |
getTranslation()
Gets the value of the translation property.
|
int |
hashCode() |
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setCodingSystem(java.lang.String value)
Sets the value of the codingSystem property.
|
void |
setCodingSystemName(java.util.List<LocalizedText> value) |
void |
setCodingSystemVersion(java.lang.String value)
Sets the value of the codingSystemVersion property.
|
void |
setConceptDescription(java.util.List<LocalizedText> value) |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setSymbolicCodeName(java.lang.String value)
Sets the value of the symbolicCodeName property.
|
void |
setTranslation(java.util.List<CodedValue.Translation> value) |
java.lang.String |
toString() |
protected ExtensionType extension
protected java.util.List<LocalizedText> codingSystemName
protected java.util.List<LocalizedText> conceptDescription
protected java.util.List<CodedValue.Translation> translation
protected java.lang.String code
protected java.lang.String codingSystem
protected java.lang.String codingSystemVersion
protected java.lang.String symbolicCodeName
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic 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.util.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 java.util.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 java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodingSystem()
Stringpublic void setCodingSystem(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodingSystemVersion()
Stringpublic void setCodingSystemVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSymbolicCodeName()
Stringpublic void setSymbolicCodeName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setCodingSystemName(java.util.List<LocalizedText> value)
public void setConceptDescription(java.util.List<LocalizedText> value)
public void setTranslation(java.util.List<CodedValue.Translation> value)