|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.atna.audit.element.CodedValueType
public class CodedValueType
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="{}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>
| Field Summary | |
|---|---|
static java.lang.String |
DB_Coded_Value_Type
|
| Constructor Summary | |
|---|---|
CodedValueType()
|
|
| Method Summary | |
|---|---|
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. |
boolean |
isValidElement(org.w3c.dom.Element el)
|
void |
parse(org.w3c.dom.Element el)
|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String DB_Coded_Value_Type
| Constructor Detail |
|---|
public CodedValueType()
| Method Detail |
|---|
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
Stringpublic boolean isValidElement(org.w3c.dom.Element el)
public void parse(org.w3c.dom.Element el)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||