|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.ACICodedType
public class ACICodedType
Java class for ACICodedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ACICodedType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="originalText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="codeSystem" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="codeSystemName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="codeSystemVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
code
|
protected java.lang.String |
codeSystem
|
protected java.lang.String |
codeSystemName
|
protected java.lang.String |
codeSystemVersion
|
protected java.lang.String |
displayName
|
protected java.lang.String |
originalText
|
Constructor Summary | |
---|---|
ACICodedType()
|
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 |
getCodeSystemVersion()
Gets the value of the codeSystemVersion 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 |
setCodeSystemVersion(java.lang.String value)
Sets the value of the codeSystemVersion 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String displayName
protected java.lang.String originalText
protected java.lang.String code
protected java.lang.String codeSystem
protected java.lang.String codeSystemName
protected java.lang.String codeSystemVersion
Constructor Detail |
---|
public ACICodedType()
Method Detail |
---|
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOriginalText()
String
public void setOriginalText(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCode()
String
public void setCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCodeSystem()
String
public void setCodeSystem(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCodeSystemName()
String
public void setCodeSystemName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCodeSystemVersion()
String
public void setCodeSystemVersion(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |