com.mirth.match.ejb.inex
Class WorkflowCondition

java.lang.Object
  extended by com.mirth.match.ejb.inex.KanaEntity
      extended by com.mirth.match.ejb.inex.WorkflowCondition

public class WorkflowCondition
extends KanaEntity

Java class for workflowCondition complex type.

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

 <complexType name="workflowCondition">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="precursorState" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="workflowAction" type="{http://inex.ejb.match.mirth.com/}workflowAction" minOccurs="0"/>
         <element name="workflowConditionKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="workflowState" type="{http://inex.ejb.match.mirth.com/}workflowState" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean precursorState
           
protected  WorkflowAction workflowAction
           
protected  java.lang.Integer workflowConditionKey
           
protected  WorkflowState workflowState
           
 
Constructor Summary
WorkflowCondition()
           
 
Method Summary
 WorkflowAction getWorkflowAction()
          Gets the value of the workflowAction property.
 java.lang.Integer getWorkflowConditionKey()
          Gets the value of the workflowConditionKey property.
 WorkflowState getWorkflowState()
          Gets the value of the workflowState property.
 boolean isPrecursorState()
          Gets the value of the precursorState property.
 void setPrecursorState(boolean value)
          Sets the value of the precursorState property.
 void setWorkflowAction(WorkflowAction value)
          Sets the value of the workflowAction property.
 void setWorkflowConditionKey(java.lang.Integer value)
          Sets the value of the workflowConditionKey property.
 void setWorkflowState(WorkflowState value)
          Sets the value of the workflowState property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

precursorState

protected boolean precursorState

workflowAction

protected WorkflowAction workflowAction

workflowConditionKey

protected java.lang.Integer workflowConditionKey

workflowState

protected WorkflowState workflowState
Constructor Detail

WorkflowCondition

public WorkflowCondition()
Method Detail

isPrecursorState

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


setPrecursorState

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


getWorkflowAction

public WorkflowAction getWorkflowAction()
Gets the value of the workflowAction property.

Returns:
possible object is WorkflowAction

setWorkflowAction

public void setWorkflowAction(WorkflowAction value)
Sets the value of the workflowAction property.

Parameters:
value - allowed object is WorkflowAction

getWorkflowConditionKey

public java.lang.Integer getWorkflowConditionKey()
Gets the value of the workflowConditionKey property.

Returns:
possible object is Integer

setWorkflowConditionKey

public void setWorkflowConditionKey(java.lang.Integer value)
Sets the value of the workflowConditionKey property.

Parameters:
value - allowed object is Integer

getWorkflowState

public WorkflowState getWorkflowState()
Gets the value of the workflowState property.

Returns:
possible object is WorkflowState

setWorkflowState

public void setWorkflowState(WorkflowState value)
Sets the value of the workflowState property.

Parameters:
value - allowed object is WorkflowState


Copyright © 2011 Mirth Corp. All Rights Reserved.