com.mirth.match.ejb.core
Class CreateWorkflow

java.lang.Object
  extended by 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>
 


Field Summary
protected  DtoWorkflow dtoWorkflow
           
 
Constructor Summary
CreateWorkflow()
           
 
Method Summary
 DtoWorkflow getDtoWorkflow()
          Gets the value of the dtoWorkflow property.
 void setDtoWorkflow(DtoWorkflow value)
          Sets the value of the dtoWorkflow property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dtoWorkflow

protected DtoWorkflow dtoWorkflow
Constructor Detail

CreateWorkflow

public CreateWorkflow()
Method Detail

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.