com.mirth.match.ejb.inex
Class CodeSetElement

java.lang.Object
  extended by com.mirth.match.ejb.inex.KanaEntity
      extended by com.mirth.match.ejb.inex.CodeSetElement

public class CodeSetElement
extends KanaEntity

Java class for codeSetElement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="codeSetElement">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="codeSet" type="{http://inex.ejb.match.mirth.com/}codeSet" minOccurs="0"/>
         <element name="codeSetElementKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="status" type="{http://inex.ejb.match.mirth.com/}status" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  CodeSet codeSet
           
protected  java.lang.Integer codeSetElementKey
           
protected  java.lang.String identifier
           
protected  java.lang.String label
           
protected  Status status
           
 
Constructor Summary
CodeSetElement()
           
 
Method Summary
 CodeSet getCodeSet()
          Gets the value of the codeSet property.
 java.lang.Integer getCodeSetElementKey()
          Gets the value of the codeSetElementKey property.
 java.lang.String getIdentifier()
          Gets the value of the identifier property.
 java.lang.String getLabel()
          Gets the value of the label property.
 Status getStatus()
          Gets the value of the status property.
 void setCodeSet(CodeSet value)
          Sets the value of the codeSet property.
 void setCodeSetElementKey(java.lang.Integer value)
          Sets the value of the codeSetElementKey property.
 void setIdentifier(java.lang.String value)
          Sets the value of the identifier property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setStatus(Status value)
          Sets the value of the status property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codeSet

protected CodeSet codeSet

codeSetElementKey

protected java.lang.Integer codeSetElementKey

identifier

protected java.lang.String identifier

label

protected java.lang.String label

status

protected Status status
Constructor Detail

CodeSetElement

public CodeSetElement()
Method Detail

getCodeSet

public CodeSet getCodeSet()
Gets the value of the codeSet property.

Returns:
possible object is CodeSet

setCodeSet

public void setCodeSet(CodeSet value)
Sets the value of the codeSet property.

Parameters:
value - allowed object is CodeSet

getCodeSetElementKey

public java.lang.Integer getCodeSetElementKey()
Gets the value of the codeSetElementKey property.

Returns:
possible object is Integer

setCodeSetElementKey

public void setCodeSetElementKey(java.lang.Integer value)
Sets the value of the codeSetElementKey property.

Parameters:
value - allowed object is Integer

getIdentifier

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

Returns:
possible object is String

setIdentifier

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

Parameters:
value - allowed object is String

getLabel

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

Returns:
possible object is String

setLabel

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

Parameters:
value - allowed object is String

getStatus

public Status getStatus()
Gets the value of the status property.

Returns:
possible object is Status

setStatus

public void setStatus(Status value)
Sets the value of the status property.

Parameters:
value - allowed object is Status


Copyright © 2011 Mirth Corp. All Rights Reserved.