com.mirth.match.ejb.core
Class CreateWorkitem

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

public class CreateWorkitem
extends java.lang.Object

Java class for createWorkitem complex type.

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

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


Field Summary
protected  DtoWorkitem dtoWorkitem
           
 
Constructor Summary
CreateWorkitem()
           
 
Method Summary
 DtoWorkitem getDtoWorkitem()
          Gets the value of the dtoWorkitem property.
 void setDtoWorkitem(DtoWorkitem value)
          Sets the value of the dtoWorkitem property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dtoWorkitem

protected DtoWorkitem dtoWorkitem
Constructor Detail

CreateWorkitem

public CreateWorkitem()
Method Detail

getDtoWorkitem

public DtoWorkitem getDtoWorkitem()
Gets the value of the dtoWorkitem property.

Returns:
possible object is DtoWorkitem

setDtoWorkitem

public void setDtoWorkitem(DtoWorkitem value)
Sets the value of the dtoWorkitem property.

Parameters:
value - allowed object is DtoWorkitem


Copyright © 2011 Mirth Corp. All Rights Reserved.