com.mirth.match.ejb.core
Class DtoWorkflowAction

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

public class DtoWorkflowAction
extends DtoBase

Java class for dtoWorkflowAction complex type.

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

 <complexType name="dtoWorkflowAction">
   <complexContent>
     <extension base="{http://core.ejb.match.mirth.com/}dtoBase">
       <sequence>
         <element name="actionClassName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="conditions" type="{http://core.ejb.match.mirth.com/}dtoWorkflowCondition" maxOccurs="unbounded" 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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String actionClassName
           
protected  java.util.List<DtoWorkflowCondition> conditions
           
protected  java.lang.String description
           
protected  java.lang.String label
           
 
Fields inherited from class com.mirth.match.ejb.core.DtoBase
identifier
 
Constructor Summary
DtoWorkflowAction()
           
 
Method Summary
 java.lang.String getActionClassName()
          Gets the value of the actionClassName property.
 java.util.List<DtoWorkflowCondition> getConditions()
          Gets the value of the conditions property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getLabel()
          Gets the value of the label property.
 void setActionClassName(java.lang.String value)
          Sets the value of the actionClassName 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.
 
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

actionClassName

protected java.lang.String actionClassName

conditions

protected java.util.List<DtoWorkflowCondition> conditions

description

protected java.lang.String description

label

protected java.lang.String label
Constructor Detail

DtoWorkflowAction

public DtoWorkflowAction()
Method Detail

getActionClassName

public java.lang.String getActionClassName()
Gets the value of the actionClassName property.

Returns:
possible object is String

setActionClassName

public void setActionClassName(java.lang.String value)
Sets the value of the actionClassName property.

Parameters:
value - allowed object is String

getConditions

public java.util.List<DtoWorkflowCondition> getConditions()
Gets the value of the conditions 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 conditions property.

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

    getConditions().add(newItem);
 

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


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


Copyright © 2011 Mirth Corp. All Rights Reserved.