org.xml.xml.schema._7f0d86bd.healthcare_security_audit
Class CodedValueType

java.lang.Object
  extended by org.xml.xml.schema._7f0d86bd.healthcare_security_audit.CodedValueType

public class CodedValueType
extends 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>
 


Field Summary
protected  String code
           
protected  String codeSystem
           
protected  String codeSystemName
           
protected  String displayName
           
protected  String originalText
           
 
Constructor Summary
CodedValueType()
           
 
Method Summary
 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 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 setDisplayName(String value)
          Sets the value of the displayName property.
 void setOriginalText(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

code

protected String code

displayName

protected String displayName

originalText

protected String originalText

codeSystem

protected String codeSystem

codeSystemName

protected String codeSystemName
Constructor Detail

CodedValueType

public CodedValueType()
Method Detail

getCode

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

Returns:
possible object is String

setCode

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

Parameters:
value - allowed object is String

getDisplayName

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

Returns:
possible object is String

setDisplayName

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

Parameters:
value - allowed object is String

getOriginalText

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

Returns:
possible object is String

setOriginalText

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

Parameters:
value - allowed object is String

getCodeSystem

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

Returns:
possible object is String

setCodeSystem

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

Parameters:
value - allowed object is String

getCodeSystemName

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

Returns:
possible object is String

setCodeSystemName

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

Parameters:
value - allowed object is String


Copyright © 2010-2011 HNIN Direct. All Rights Reserved.