public static class CodedValue.Translation extends 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://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
</sequence>
<attribute name="Code" use="required" type="{http://p11073-10207/draft10/pm/2017/10/05}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 String |
code |
protected String |
codingSystem |
protected String |
codingSystemVersion |
protected ExtensionType |
extension |
| Constructor and Description |
|---|
Translation() |
| 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.
|
String |
getCodingSystemVersion()
Gets the value of the codingSystemVersion property.
|
ExtensionType |
getExtension()
Gets the value of the extension 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 |
setCodingSystemVersion(String value)
Sets the value of the codingSystemVersion property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
String |
toString() |
protected ExtensionType extension
protected String code
protected String codingSystem
protected String codingSystemVersion
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic 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
StringCopyright © 2018. All rights reserved.