com.mirth.match.ejb.core
Class AddNoteToWorkitemResponse

java.lang.Object
  extended by com.mirth.match.ejb.core.AddNoteToWorkitemResponse

public class AddNoteToWorkitemResponse
extends java.lang.Object

Java class for addNoteToWorkitemResponse complex type.

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

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


Field Summary
protected  EisResult _return
           
 
Constructor Summary
AddNoteToWorkitemResponse()
           
 
Method Summary
 EisResult getReturn()
          Gets the value of the return property.
 void setReturn(EisResult 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 EisResult _return
Constructor Detail

AddNoteToWorkitemResponse

public AddNoteToWorkitemResponse()
Method Detail

getReturn

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

Returns:
possible object is EisResult

setReturn

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

Parameters:
value - allowed object is EisResult


Copyright © 2011 Mirth Corp. All Rights Reserved.