|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.is.EisState
public class EisState
Java class for eisState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eisState"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="eisMediatingIdEndState" type="{http://www.w3.org/2001/XMLSchema}short"/> <element name="eisMediatingIdStartState" type="{http://www.w3.org/2001/XMLSchema}short"/> <element name="inputSourceIdEndState" type="{http://www.w3.org/2001/XMLSchema}short"/> <element name="inputSourceIdStartState" type="{http://www.w3.org/2001/XMLSchema}short"/> <element name="inputSourceOtherIdStartState" type="{http://www.w3.org/2001/XMLSchema}short"/> <element name="otherSourceAnyIdStartState" type="{http://www.w3.org/2001/XMLSchema}short"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected short |
eisMediatingIdEndState
|
protected short |
eisMediatingIdStartState
|
protected short |
inputSourceIdEndState
|
protected short |
inputSourceIdStartState
|
protected short |
inputSourceOtherIdStartState
|
protected short |
otherSourceAnyIdStartState
|
Constructor Summary | |
---|---|
EisState()
|
Method Summary | |
---|---|
short |
getEisMediatingIdEndState()
Gets the value of the eisMediatingIdEndState property. |
short |
getEisMediatingIdStartState()
Gets the value of the eisMediatingIdStartState property. |
short |
getInputSourceIdEndState()
Gets the value of the inputSourceIdEndState property. |
short |
getInputSourceIdStartState()
Gets the value of the inputSourceIdStartState property. |
short |
getInputSourceOtherIdStartState()
Gets the value of the inputSourceOtherIdStartState property. |
short |
getOtherSourceAnyIdStartState()
Gets the value of the otherSourceAnyIdStartState property. |
void |
setEisMediatingIdEndState(short value)
Sets the value of the eisMediatingIdEndState property. |
void |
setEisMediatingIdStartState(short value)
Sets the value of the eisMediatingIdStartState property. |
void |
setInputSourceIdEndState(short value)
Sets the value of the inputSourceIdEndState property. |
void |
setInputSourceIdStartState(short value)
Sets the value of the inputSourceIdStartState property. |
void |
setInputSourceOtherIdStartState(short value)
Sets the value of the inputSourceOtherIdStartState property. |
void |
setOtherSourceAnyIdStartState(short value)
Sets the value of the otherSourceAnyIdStartState property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected short eisMediatingIdEndState
protected short eisMediatingIdStartState
protected short inputSourceIdEndState
protected short inputSourceIdStartState
protected short inputSourceOtherIdStartState
protected short otherSourceAnyIdStartState
Constructor Detail |
---|
public EisState()
Method Detail |
---|
public short getEisMediatingIdEndState()
public void setEisMediatingIdEndState(short value)
public short getEisMediatingIdStartState()
public void setEisMediatingIdStartState(short value)
public short getInputSourceIdEndState()
public void setInputSourceIdEndState(short value)
public short getInputSourceIdStartState()
public void setInputSourceIdStartState(short value)
public short getInputSourceOtherIdStartState()
public void setInputSourceOtherIdStartState(short value)
public short getOtherSourceAnyIdStartState()
public void setOtherSourceAnyIdStartState(short value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |