public static class CodedValue.Translation
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
code |
protected java.lang.String |
codingSystem |
protected java.lang.String |
codingSystemVersion |
protected ExtensionType |
extension |
| Constructor and Description |
|---|
Translation() |
| 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.lang.String |
getCodingSystemVersion()
Gets the value of the codingSystemVersion property.
|
ExtensionType |
getExtension()
Gets the value of the extension 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 |
setCodingSystemVersion(java.lang.String value)
Sets the value of the codingSystemVersion property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected java.lang.String code
protected java.lang.String codingSystem
protected java.lang.String codingSystemVersion
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic 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 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.Object