com.mirth.match.ejb.is
Class EisState

java.lang.Object
  extended by com.mirth.match.ejb.is.EisState

public class EisState
extends java.lang.Object

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

eisMediatingIdEndState

protected short eisMediatingIdEndState

eisMediatingIdStartState

protected short eisMediatingIdStartState

inputSourceIdEndState

protected short inputSourceIdEndState

inputSourceIdStartState

protected short inputSourceIdStartState

inputSourceOtherIdStartState

protected short inputSourceOtherIdStartState

otherSourceAnyIdStartState

protected short otherSourceAnyIdStartState
Constructor Detail

EisState

public EisState()
Method Detail

getEisMediatingIdEndState

public short getEisMediatingIdEndState()
Gets the value of the eisMediatingIdEndState property.


setEisMediatingIdEndState

public void setEisMediatingIdEndState(short value)
Sets the value of the eisMediatingIdEndState property.


getEisMediatingIdStartState

public short getEisMediatingIdStartState()
Gets the value of the eisMediatingIdStartState property.


setEisMediatingIdStartState

public void setEisMediatingIdStartState(short value)
Sets the value of the eisMediatingIdStartState property.


getInputSourceIdEndState

public short getInputSourceIdEndState()
Gets the value of the inputSourceIdEndState property.


setInputSourceIdEndState

public void setInputSourceIdEndState(short value)
Sets the value of the inputSourceIdEndState property.


getInputSourceIdStartState

public short getInputSourceIdStartState()
Gets the value of the inputSourceIdStartState property.


setInputSourceIdStartState

public void setInputSourceIdStartState(short value)
Sets the value of the inputSourceIdStartState property.


getInputSourceOtherIdStartState

public short getInputSourceOtherIdStartState()
Gets the value of the inputSourceOtherIdStartState property.


setInputSourceOtherIdStartState

public void setInputSourceOtherIdStartState(short value)
Sets the value of the inputSourceOtherIdStartState property.


getOtherSourceAnyIdStartState

public short getOtherSourceAnyIdStartState()
Gets the value of the otherSourceAnyIdStartState property.


setOtherSourceAnyIdStartState

public void setOtherSourceAnyIdStartState(short value)
Sets the value of the otherSourceAnyIdStartState property.



Copyright © 2011 Mirth Corp. All Rights Reserved.