com.mirth.match.ejb.is
Class EisStatus
java.lang.Object
com.mirth.match.ejb.is.StatusHolder
com.mirth.match.ejb.is.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://is.ejb.match.mirth.com/}statusHolder">
<sequence>
<element name="operationSucceeded" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
operationSucceeded
protected boolean operationSucceeded
EisStatus
public EisStatus()
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.