com.mirth.match.ejb.inex
Class Workflow

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

public class Workflow
extends KanaEntity

Java class for workflow complex type.

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

 <complexType name="workflow">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="actions" type="{http://inex.ejb.match.mirth.com/}workflowAction" maxOccurs="unbounded" minOccurs="0"/>
         <element name="defaultInitialState" type="{http://inex.ejb.match.mirth.com/}workflowState" minOccurs="0"/>
         <element name="descr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="entityTypes" type="{http://inex.ejb.match.mirth.com/}entityType" maxOccurs="unbounded" 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="relationshipTypes" type="{http://inex.ejb.match.mirth.com/}entityRelationshipType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="states" type="{http://inex.ejb.match.mirth.com/}workflowState" maxOccurs="unbounded" minOccurs="0"/>
         <element name="status" type="{http://inex.ejb.match.mirth.com/}status" minOccurs="0"/>
         <element name="workflowKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<WorkflowAction> actions
           
protected  WorkflowState defaultInitialState
           
protected  java.lang.String descr
           
protected  java.util.List<EntityType> entityTypes
           
protected  java.lang.String identifier
           
protected  java.lang.String label
           
protected  java.util.List<EntityRelationshipType> relationshipTypes
           
protected  java.util.List<WorkflowState> states
           
protected  Status status
           
protected  java.lang.Integer workflowKey
           
 
Constructor Summary
Workflow()
           
 
Method Summary
 java.util.List<WorkflowAction> getActions()
          Gets the value of the actions property.
 WorkflowState getDefaultInitialState()
          Gets the value of the defaultInitialState property.
 java.lang.String getDescr()
          Gets the value of the descr property.
 java.util.List<EntityType> getEntityTypes()
          Gets the value of the entityTypes 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<EntityRelationshipType> getRelationshipTypes()
          Gets the value of the relationshipTypes property.
 java.util.List<WorkflowState> getStates()
          Gets the value of the states property.
 Status getStatus()
          Gets the value of the status property.
 java.lang.Integer getWorkflowKey()
          Gets the value of the workflowKey property.
 void setDefaultInitialState(WorkflowState value)
          Sets the value of the defaultInitialState 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 setStatus(Status value)
          Sets the value of the status property.
 void setWorkflowKey(java.lang.Integer value)
          Sets the value of the workflowKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actions

protected java.util.List<WorkflowAction> actions

defaultInitialState

protected WorkflowState defaultInitialState

descr

protected java.lang.String descr

entityTypes

protected java.util.List<EntityType> entityTypes

identifier

protected java.lang.String identifier

label

protected java.lang.String label

relationshipTypes

protected java.util.List<EntityRelationshipType> relationshipTypes

states

protected java.util.List<WorkflowState> states

status

protected Status status

workflowKey

protected java.lang.Integer workflowKey
Constructor Detail

Workflow

public Workflow()
Method Detail

getActions

public java.util.List<WorkflowAction> getActions()
Gets the value of the actions 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 actions property.

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

    getActions().add(newItem);
 

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


getDefaultInitialState

public WorkflowState getDefaultInitialState()
Gets the value of the defaultInitialState property.

Returns:
possible object is WorkflowState

setDefaultInitialState

public void setDefaultInitialState(WorkflowState value)
Sets the value of the defaultInitialState property.

Parameters:
value - allowed object is 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

getEntityTypes

public java.util.List<EntityType> getEntityTypes()
Gets the value of the entityTypes 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 entityTypes property.

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

    getEntityTypes().add(newItem);
 

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


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

getRelationshipTypes

public java.util.List<EntityRelationshipType> getRelationshipTypes()
Gets the value of the relationshipTypes 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 relationshipTypes property.

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

    getRelationshipTypes().add(newItem);
 

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


getStates

public java.util.List<WorkflowState> getStates()
Gets the value of the states 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 states property.

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

    getStates().add(newItem);
 

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


getStatus

public Status getStatus()
Gets the value of the status property.

Returns:
possible object is Status

setStatus

public void setStatus(Status value)
Sets the value of the status property.

Parameters:
value - allowed object is Status

getWorkflowKey

public java.lang.Integer getWorkflowKey()
Gets the value of the workflowKey property.

Returns:
possible object is Integer

setWorkflowKey

public void setWorkflowKey(java.lang.Integer value)
Sets the value of the workflowKey property.

Parameters:
value - allowed object is Integer


Copyright © 2011 Mirth Corp. All Rights Reserved.