public class CodedValueType
extends java.lang.Object
Java class for CodedValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodedValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.xml.org/xml/schema/7f0d86bd/healthcare-security-audit}CodeSystem"/>
<attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="originalText" 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 |
codeSystem |
protected java.lang.String |
codeSystemName |
protected java.lang.String |
displayName |
protected java.lang.String |
originalText |
| Constructor and Description |
|---|
CodedValueType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Gets the value of the code property.
|
java.lang.String |
getCodeSystem()
Gets the value of the codeSystem property.
|
java.lang.String |
getCodeSystemName()
Gets the value of the codeSystemName property.
|
java.lang.String |
getDisplayName()
Gets the value of the displayName property.
|
java.lang.String |
getOriginalText()
Gets the value of the originalText property.
|
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setCodeSystem(java.lang.String value)
Sets the value of the codeSystem property.
|
void |
setCodeSystemName(java.lang.String value)
Sets the value of the codeSystemName property.
|
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property.
|
void |
setOriginalText(java.lang.String value)
Sets the value of the originalText property.
|
protected java.lang.String code
protected java.lang.String displayName
protected java.lang.String originalText
protected java.lang.String codeSystem
protected java.lang.String codeSystemName
public java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOriginalText()
Stringpublic void setOriginalText(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodeSystem()
Stringpublic void setCodeSystem(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodeSystemName()
Stringpublic void setCodeSystemName(java.lang.String value)
value - allowed object is
StringCopyright © 2010-2021 HNIN Direct. All Rights Reserved.