com.mirth.match.ejb.core
Class DtoWorkflowCondition

java.lang.Object
  extended by com.mirth.match.ejb.core.DtoBase
      extended by com.mirth.match.ejb.core.DtoWorkflowCondition

public class DtoWorkflowCondition
extends DtoBase

Java class for dtoWorkflowCondition complex type.

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

 <complexType name="dtoWorkflowCondition">
   <complexContent>
     <extension base="{http://core.ejb.match.mirth.com/}dtoBase">
       <sequence>
         <element name="conditionalStateId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="precursorState" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String conditionalStateId
           
protected  boolean precursorState
           
 
Fields inherited from class com.mirth.match.ejb.core.DtoBase
identifier
 
Constructor Summary
DtoWorkflowCondition()
           
 
Method Summary
 java.lang.String getConditionalStateId()
          Gets the value of the conditionalStateId property.
 boolean isPrecursorState()
          Gets the value of the precursorState property.
 void setConditionalStateId(java.lang.String value)
          Sets the value of the conditionalStateId property.
 void setPrecursorState(boolean value)
          Sets the value of the precursorState property.
 
Methods inherited from class com.mirth.match.ejb.core.DtoBase
getIdentifier, setIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conditionalStateId

protected java.lang.String conditionalStateId

precursorState

protected boolean precursorState
Constructor Detail

DtoWorkflowCondition

public DtoWorkflowCondition()
Method Detail

getConditionalStateId

public java.lang.String getConditionalStateId()
Gets the value of the conditionalStateId property.

Returns:
possible object is String

setConditionalStateId

public void setConditionalStateId(java.lang.String value)
Sets the value of the conditionalStateId property.

Parameters:
value - allowed object is String

isPrecursorState

public boolean isPrecursorState()
Gets the value of the precursorState property.


setPrecursorState

public void setPrecursorState(boolean value)
Sets the value of the precursorState property.



Copyright © 2011 Mirth Corp. All Rights Reserved.