com.mirth.match.ejb.core
Class DtoWorkflow

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

public class DtoWorkflow
extends DtoBase

Java class for dtoWorkflow complex type.

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

 <complexType name="dtoWorkflow">
   <complexContent>
     <extension base="{http://core.ejb.match.mirth.com/}dtoBase">
       <sequence>
         <element name="actions" type="{http://core.ejb.match.mirth.com/}dtoWorkflowAction" maxOccurs="unbounded" minOccurs="0"/>
         <element name="defaultInitialStateId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" 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="states" type="{http://core.ejb.match.mirth.com/}dtoWorkflowState" maxOccurs="unbounded" minOccurs="0"/>
         <element name="statusAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="supportedEntityTypesIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="supportedRelationTypesIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<DtoWorkflowAction> actions
           
protected  java.lang.String defaultInitialStateId
           
protected  java.lang.String description
           
protected  java.lang.String label
           
protected  java.util.List<DtoWorkflowState> states
           
protected  java.lang.String statusAlias
           
protected  java.util.List<java.lang.String> supportedEntityTypesIds
           
protected  java.util.List<java.lang.String> supportedRelationTypesIds
           
 
Fields inherited from class com.mirth.match.ejb.core.DtoBase
identifier
 
Constructor Summary
DtoWorkflow()
           
 
Method Summary
 java.util.List<DtoWorkflowAction> getActions()
          Gets the value of the actions property.
 java.lang.String getDefaultInitialStateId()
          Gets the value of the defaultInitialStateId property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getLabel()
          Gets the value of the label property.
 java.util.List<DtoWorkflowState> getStates()
          Gets the value of the states property.
 java.lang.String getStatusAlias()
          Gets the value of the statusAlias property.
 java.util.List<java.lang.String> getSupportedEntityTypesIds()
          Gets the value of the supportedEntityTypesIds property.
 java.util.List<java.lang.String> getSupportedRelationTypesIds()
          Gets the value of the supportedRelationTypesIds property.
 void setDefaultInitialStateId(java.lang.String value)
          Sets the value of the defaultInitialStateId property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setStatusAlias(java.lang.String value)
          Sets the value of the statusAlias 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

actions

protected java.util.List<DtoWorkflowAction> actions

defaultInitialStateId

protected java.lang.String defaultInitialStateId

description

protected java.lang.String description

label

protected java.lang.String label

states

protected java.util.List<DtoWorkflowState> states

statusAlias

protected java.lang.String statusAlias

supportedEntityTypesIds

protected java.util.List<java.lang.String> supportedEntityTypesIds

supportedRelationTypesIds

protected java.util.List<java.lang.String> supportedRelationTypesIds
Constructor Detail

DtoWorkflow

public DtoWorkflow()
Method Detail

getActions

public java.util.List<DtoWorkflowAction> 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 DtoWorkflowAction


getDefaultInitialStateId

public java.lang.String getDefaultInitialStateId()
Gets the value of the defaultInitialStateId property.

Returns:
possible object is String

setDefaultInitialStateId

public void setDefaultInitialStateId(java.lang.String value)
Sets the value of the defaultInitialStateId property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description 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

getStates

public java.util.List<DtoWorkflowState> 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 DtoWorkflowState


getStatusAlias

public java.lang.String getStatusAlias()
Gets the value of the statusAlias property.

Returns:
possible object is String

setStatusAlias

public void setStatusAlias(java.lang.String value)
Sets the value of the statusAlias property.

Parameters:
value - allowed object is String

getSupportedEntityTypesIds

public java.util.List<java.lang.String> getSupportedEntityTypesIds()
Gets the value of the supportedEntityTypesIds 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 supportedEntityTypesIds property.

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

    getSupportedEntityTypesIds().add(newItem);
 

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


getSupportedRelationTypesIds

public java.util.List<java.lang.String> getSupportedRelationTypesIds()
Gets the value of the supportedRelationTypesIds 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 supportedRelationTypesIds property.

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

    getSupportedRelationTypesIds().add(newItem);
 

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



Copyright © 2011 Mirth Corp. All Rights Reserved.