com.mirth.match.ejb.inex
Class Result

java.lang.Object
  extended by com.mirth.match.ejb.inex.StatusHolder
      extended by com.mirth.match.ejb.inex.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://inex.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
           
 
Fields inherited from class com.mirth.match.ejb.inex.StatusHolder
conditions
 
Constructor Summary
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 com.mirth.match.ejb.inex.StatusHolder
getConditions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

protected java.lang.Object result
Constructor Detail

Result

public Result()
Method Detail

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.