org.tolven.ccr
Class CodeType

java.lang.Object
  extended by org.tolven.ccr.CodeType

public class CodeType
extends java.lang.Object

Java class for CodeType complex type.


Constructor Summary
CodeType()
           
 
Method Summary
 java.lang.String getCodingSystem()
          Gets the value of the codingSystem property.
 java.lang.String getValue()
          Gets the value of the value property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setCodingSystem(java.lang.String value)
          Sets the value of the codingSystem property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeType

public CodeType()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getCodingSystem

public java.lang.String getCodingSystem()
Gets the value of the codingSystem property.

Returns:
possible object is String

setCodingSystem

public void setCodingSystem(java.lang.String value)
Sets the value of the codingSystem property.

Parameters:
value - allowed object is String

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String