|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.inex.KanaEntity
com.mirth.match.ejb.inex.CodeSetElement
public class CodeSetElement
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 |
---|
protected CodeSet codeSet
protected java.lang.Integer codeSetElementKey
protected java.lang.String identifier
protected java.lang.String label
protected Status status
Constructor Detail |
---|
public CodeSetElement()
Method Detail |
---|
public CodeSet getCodeSet()
CodeSet
public void setCodeSet(CodeSet value)
value
- allowed object is
CodeSet
public java.lang.Integer getCodeSetElementKey()
Integer
public void setCodeSetElementKey(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getIdentifier()
String
public void setIdentifier(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |