|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.eis.EisTrait
public class EisTrait
Java class for eisTrait complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eisTrait">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="traitDataType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="traitName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
description
|
protected boolean |
mandatory
|
protected int |
sortOrder
|
protected java.lang.String |
status
|
protected java.lang.String |
traitDataType
|
protected java.lang.String |
traitName
|
| Constructor Summary | |
|---|---|
EisTrait()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
int |
getSortOrder()
Gets the value of the sortOrder property. |
java.lang.String |
getStatus()
Gets the value of the status property. |
java.lang.String |
getTraitDataType()
Gets the value of the traitDataType property. |
java.lang.String |
getTraitName()
Gets the value of the traitName property. |
boolean |
isMandatory()
Gets the value of the mandatory property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setMandatory(boolean value)
Sets the value of the mandatory property. |
void |
setSortOrder(int value)
Sets the value of the sortOrder property. |
void |
setStatus(java.lang.String value)
Sets the value of the status property. |
void |
setTraitDataType(java.lang.String value)
Sets the value of the traitDataType property. |
void |
setTraitName(java.lang.String value)
Sets the value of the traitName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String description
protected boolean mandatory
protected int sortOrder
protected java.lang.String status
protected java.lang.String traitDataType
protected java.lang.String traitName
| Constructor Detail |
|---|
public EisTrait()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic boolean isMandatory()
public void setMandatory(boolean value)
public int getSortOrder()
public void setSortOrder(int value)
public java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTraitDataType()
Stringpublic void setTraitDataType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTraitName()
Stringpublic void setTraitName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||