org.openhealthexchange.openpixpdq.ihe.audit.jaxb
Interface CodedValueType

All Known Subinterfaces:
AuditSourceIdentificationType.AuditSourceTypeCodeType, ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType
All Known Implementing Classes:
AuditSourceIdentificationTypeImpl.AuditSourceTypeCodeTypeImpl, CodedValueTypeImpl, ParticipantObjectIdentificationTypeImpl.ParticipantObjectIDTypeCodeTypeImpl

public interface CodedValueType

Java content class for CodedValueType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/J:/workspace/connect_refactor_ihe/src/com/misyshealthcare/connect/ihe/audit/AuditMessage.xsd line 536)

 <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>
 


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.
 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.
 

Method Detail

getDisplayName

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

Returns:
possible object is String

setDisplayName

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

Parameters:
value - allowed object is String

getOriginalText

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

Returns:
possible object is String

setOriginalText

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

Parameters:
value - allowed object is String

getCode

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

Returns:
possible object is String

setCode

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

Parameters:
value - allowed object is String

getCodeSystemName

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

Returns:
possible object is String

setCodeSystemName

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

Parameters:
value - allowed object is String

getCodeSystem

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

Returns:
possible object is String

setCodeSystem

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

Parameters:
value - allowed object is String