com.mirth.match.ejb.core
Class CreateWorkflow
java.lang.Object
com.mirth.match.ejb.core.CreateWorkflow
public class CreateWorkflow
- extends java.lang.Object
Java class for createWorkflow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createWorkflow">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dtoWorkflow" type="{http://core.ejb.match.mirth.com/}dtoWorkflow" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dtoWorkflow
protected DtoWorkflow dtoWorkflow
CreateWorkflow
public CreateWorkflow()
getDtoWorkflow
public DtoWorkflow getDtoWorkflow()
- Gets the value of the dtoWorkflow property.
- Returns:
- possible object is
DtoWorkflow
setDtoWorkflow
public void setDtoWorkflow(DtoWorkflow value)
- Sets the value of the dtoWorkflow property.
- Parameters:
value
- allowed object is
DtoWorkflow
Copyright © 2011 Mirth Corp. All Rights Reserved.