public class CV extends Object
Java class for CV complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CV">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="originalText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="codeSystem" use="required" type="{urn:hl7-org:v3}oid" />
<attribute name="codeSystemName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="codeSystemVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
codeSystem |
protected String |
codeSystemName |
protected String |
codeSystemVersion |
protected String |
displayName |
protected String |
originalText |
| Constructor and Description |
|---|
CV() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getCodeSystem()
Gets the value of the codeSystem property.
|
String |
getCodeSystemName()
Gets the value of the codeSystemName property.
|
String |
getCodeSystemVersion()
Gets the value of the codeSystemVersion property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getOriginalText()
Gets the value of the originalText property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setCodeSystem(String value)
Sets the value of the codeSystem property.
|
void |
setCodeSystemName(String value)
Sets the value of the codeSystemName property.
|
void |
setCodeSystemVersion(String value)
Sets the value of the codeSystemVersion property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setOriginalText(String value)
Sets the value of the originalText property.
|
protected String originalText
protected String code
protected String codeSystem
protected String codeSystemName
protected String codeSystemVersion
protected String displayName
public String getOriginalText()
Stringpublic void setOriginalText(String value)
value - allowed object is
Stringpublic String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getCodeSystem()
Stringpublic void setCodeSystem(String value)
value - allowed object is
Stringpublic String getCodeSystemName()
Stringpublic void setCodeSystemName(String value)
value - allowed object is
Stringpublic String getCodeSystemVersion()
Stringpublic void setCodeSystemVersion(String value)
value - allowed object is
Stringpublic String getDisplayName()
StringCopyright © 2020 Open eHealth Foundation. All rights reserved.