com.mirth.match.ejb.eis
Class FindIdentitiesByTraitsResultSetResponse

java.lang.Object
  extended by com.mirth.match.ejb.eis.FindIdentitiesByTraitsResultSetResponse

public class FindIdentitiesByTraitsResultSetResponse
extends java.lang.Object

Java class for FindIdentitiesByTraitsResultSetResponse complex type.

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

 <complexType name="FindIdentitiesByTraitsResultSetResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="return" type="{http://eis.ejb.match.mirth.com/}eisResultSet" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EisResultSet _return
           
 
Constructor Summary
FindIdentitiesByTraitsResultSetResponse()
           
 
Method Summary
 EisResultSet getReturn()
          Gets the value of the return property.
 void setReturn(EisResultSet value)
          Sets the value of the return property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_return

protected EisResultSet _return
Constructor Detail

FindIdentitiesByTraitsResultSetResponse

public FindIdentitiesByTraitsResultSetResponse()
Method Detail

getReturn

public EisResultSet getReturn()
Gets the value of the return property.

Returns:
possible object is EisResultSet

setReturn

public void setReturn(EisResultSet value)
Sets the value of the return property.

Parameters:
value - allowed object is EisResultSet


Copyright © 2011 Mirth Corp. All Rights Reserved.