com.mirth.match.ejb.core
Class CreateWorkitem
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dtoWorkitem
protected DtoWorkitem dtoWorkitem
CreateWorkitem
public CreateWorkitem()
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.