au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1
Class ACICodedType

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.ACICodedType

public class ACICodedType
extends java.lang.Object

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

displayName

protected java.lang.String displayName

originalText

protected java.lang.String originalText

code

protected java.lang.String code

codeSystem

protected java.lang.String codeSystem

codeSystemName

protected java.lang.String codeSystemName

codeSystemVersion

protected java.lang.String codeSystemVersion
Constructor Detail

ACICodedType

public ACICodedType()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getOriginalText

public java.lang.String getOriginalText()
Gets the value of the originalText property.

Returns:
possible object is String

setOriginalText

public void setOriginalText(java.lang.String value)
Sets the value of the originalText property.

Parameters:
value - allowed object is String

getCode

public java.lang.String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(java.lang.String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

getCodeSystem

public java.lang.String getCodeSystem()
Gets the value of the codeSystem property.

Returns:
possible object is String

setCodeSystem

public void setCodeSystem(java.lang.String value)
Sets the value of the codeSystem property.

Parameters:
value - allowed object is String

getCodeSystemName

public java.lang.String getCodeSystemName()
Gets the value of the codeSystemName property.

Returns:
possible object is String

setCodeSystemName

public void setCodeSystemName(java.lang.String value)
Sets the value of the codeSystemName property.

Parameters:
value - allowed object is String

getCodeSystemVersion

public java.lang.String getCodeSystemVersion()
Gets the value of the codeSystemVersion property.

Returns:
possible object is String

setCodeSystemVersion

public void setCodeSystemVersion(java.lang.String value)
Sets the value of the codeSystemVersion property.

Parameters:
value - allowed object is String