com.mirth.match.ejb.eis
Class EisStatus

java.lang.Object
  extended by com.mirth.match.ejb.eis.StatusHolder
      extended by com.mirth.match.ejb.eis.EisStatus

public class EisStatus
extends StatusHolder

Java class for eisStatus complex type.

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

 <complexType name="eisStatus">
   <complexContent>
     <extension base="{http://eis.ejb.match.mirth.com/}statusHolder">
       <sequence>
         <element name="operationSucceeded" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean operationSucceeded
           
 
Fields inherited from class com.mirth.match.ejb.eis.StatusHolder
conditions
 
Constructor Summary
EisStatus()
           
 
Method Summary
 boolean isOperationSucceeded()
          Gets the value of the operationSucceeded property.
 void setOperationSucceeded(boolean value)
          Sets the value of the operationSucceeded property.
 
Methods inherited from class com.mirth.match.ejb.eis.StatusHolder
getConditions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operationSucceeded

protected boolean operationSucceeded
Constructor Detail

EisStatus

public EisStatus()
Method Detail

isOperationSucceeded

public boolean isOperationSucceeded()
Gets the value of the operationSucceeded property.


setOperationSucceeded

public void setOperationSucceeded(boolean value)
Sets the value of the operationSucceeded property.



Copyright © 2011 Mirth Corp. All Rights Reserved.