com.mirth.match.ejb.core
Class Result
java.lang.Object
com.mirth.match.ejb.core.StatusHolder
com.mirth.match.ejb.core.Result
- Direct Known Subclasses:
- EisResult
public class Result
- extends StatusHolder
Java class for result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="result">
<complexContent>
<extension base="{http://core.ejb.match.mirth.com/}statusHolder">
<sequence>
<element name="result" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Field Summary |
protected java.lang.Object |
result
|
Method Summary |
java.lang.Object |
getResult()
Gets the value of the result property. |
void |
setResult(java.lang.Object value)
Sets the value of the result property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
result
protected java.lang.Object result
Result
public Result()
getResult
public java.lang.Object getResult()
- Gets the value of the result property.
- Returns:
- possible object is
Object
setResult
public void setResult(java.lang.Object value)
- Sets the value of the result property.
- Parameters:
value
- allowed object is
Object
Copyright © 2011 Mirth Corp. All Rights Reserved.