com.mirth.match.ejb.core
Class EisResult
java.lang.Object
com.mirth.match.ejb.core.StatusHolder
com.mirth.match.ejb.core.Result
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 |
Method Summary |
java.util.List<java.lang.Object> |
getResults()
Gets the value of the results property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
results
protected java.util.List<java.lang.Object> results
EisResult
public EisResult()
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.