com.mirth.match.ejb.core
Class EisResult

java.lang.Object
  extended by com.mirth.match.ejb.core.StatusHolder
      extended by com.mirth.match.ejb.core.Result
          extended by com.mirth.match.ejb.core.EisResult

public class EisResult
extends Result

Java class for eisResult complex type.

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

 <complexType name="eisResult">
   <complexContent>
     <extension base="{http://core.ejb.match.mirth.com/}result">
       <sequence>
         <element name="results" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Object> results
           
 
Fields inherited from class com.mirth.match.ejb.core.Result
result
 
Fields inherited from class com.mirth.match.ejb.core.StatusHolder
conditions
 
Constructor Summary
EisResult()
           
 
Method Summary
 java.util.List<java.lang.Object> getResults()
          Gets the value of the results property.
 
Methods inherited from class com.mirth.match.ejb.core.Result
getResult, setResult
 
Methods inherited from class com.mirth.match.ejb.core.StatusHolder
getConditions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

results

protected java.util.List<java.lang.Object> results
Constructor Detail

EisResult

public EisResult()
Method Detail

getResults

public java.util.List<java.lang.Object> getResults()
Gets the value of the results property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the results property.

For example, to add a new item, do as follows:

    getResults().add(newItem);
 

Objects of the following type(s) are allowed in the list Object



Copyright © 2011 Mirth Corp. All Rights Reserved.