com.mirth.match.ejb.inex
Class WorkflowState

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

public class WorkflowState
extends KanaEntity

Java class for workflowState complex type.

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

 <complexType name="workflowState">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="childStates" type="{http://inex.ejb.match.mirth.com/}workflowState" maxOccurs="unbounded" minOccurs="0"/>
         <element name="descr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parentStates" type="{http://inex.ejb.match.mirth.com/}workflowState" maxOccurs="unbounded" minOccurs="0"/>
         <element name="stateModeEnum" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="workflow" type="{http://inex.ejb.match.mirth.com/}workflow" minOccurs="0"/>
         <element name="workflowConditions" type="{http://inex.ejb.match.mirth.com/}workflowCondition" maxOccurs="unbounded" minOccurs="0"/>
         <element name="workflowStateKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<WorkflowState> childStates
           
protected  java.lang.String descr
           
protected  java.lang.String identifier
           
protected  java.lang.String label
           
protected  java.util.List<WorkflowState> parentStates
           
protected  int stateModeEnum
           
protected  Workflow workflow
           
protected  java.util.List<WorkflowCondition> workflowConditions
           
protected  java.lang.Integer workflowStateKey
           
 
Constructor Summary
WorkflowState()
           
 
Method Summary
 java.util.List<WorkflowState> getChildStates()
          Gets the value of the childStates property.
 java.lang.String getDescr()
          Gets the value of the descr property.
 java.lang.String getIdentifier()
          Gets the value of the identifier property.
 java.lang.String getLabel()
          Gets the value of the label property.
 java.util.List<WorkflowState> getParentStates()
          Gets the value of the parentStates property.
 int getStateModeEnum()
          Gets the value of the stateModeEnum property.
 Workflow getWorkflow()
          Gets the value of the workflow property.
 java.util.List<WorkflowCondition> getWorkflowConditions()
          Gets the value of the workflowConditions property.
 java.lang.Integer getWorkflowStateKey()
          Gets the value of the workflowStateKey property.
 void setDescr(java.lang.String value)
          Sets the value of the descr property.
 void setIdentifier(java.lang.String value)
          Sets the value of the identifier property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setStateModeEnum(int value)
          Sets the value of the stateModeEnum property.
 void setWorkflow(Workflow value)
          Sets the value of the workflow property.
 void setWorkflowStateKey(java.lang.Integer value)
          Sets the value of the workflowStateKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

childStates

protected java.util.List<WorkflowState> childStates

descr

protected java.lang.String descr

identifier

protected java.lang.String identifier

label

protected java.lang.String label

parentStates

protected java.util.List<WorkflowState> parentStates

stateModeEnum

protected int stateModeEnum

workflow

protected Workflow workflow

workflowConditions

protected java.util.List<WorkflowCondition> workflowConditions

workflowStateKey

protected java.lang.Integer workflowStateKey
Constructor Detail

WorkflowState

public WorkflowState()
Method Detail

getChildStates

public java.util.List<WorkflowState> getChildStates()
Gets the value of the childStates property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the childStates property.

For example, to add a new item, do as follows:

    getChildStates().add(newItem);
 

Objects of the following type(s) are allowed in the list WorkflowState


getDescr

public java.lang.String getDescr()
Gets the value of the descr property.

Returns:
possible object is String

setDescr

public void setDescr(java.lang.String value)
Sets the value of the descr property.

Parameters:
value - allowed object is String

getIdentifier

public java.lang.String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(java.lang.String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getParentStates

public java.util.List<WorkflowState> getParentStates()
Gets the value of the parentStates property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the parentStates property.

For example, to add a new item, do as follows:

    getParentStates().add(newItem);
 

Objects of the following type(s) are allowed in the list WorkflowState


getStateModeEnum

public int getStateModeEnum()
Gets the value of the stateModeEnum property.


setStateModeEnum

public void setStateModeEnum(int value)
Sets the value of the stateModeEnum property.


getWorkflow

public Workflow getWorkflow()
Gets the value of the workflow property.

Returns:
possible object is Workflow

setWorkflow

public void setWorkflow(Workflow value)
Sets the value of the workflow property.

Parameters:
value - allowed object is Workflow

getWorkflowConditions

public java.util.List<WorkflowCondition> getWorkflowConditions()
Gets the value of the workflowConditions property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the workflowConditions property.

For example, to add a new item, do as follows:

    getWorkflowConditions().add(newItem);
 

Objects of the following type(s) are allowed in the list WorkflowCondition


getWorkflowStateKey

public java.lang.Integer getWorkflowStateKey()
Gets the value of the workflowStateKey property.

Returns:
possible object is Integer

setWorkflowStateKey

public void setWorkflowStateKey(java.lang.Integer value)
Sets the value of the workflowStateKey property.

Parameters:
value - allowed object is Integer


Copyright © 2011 Mirth Corp. All Rights Reserved.