|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.core.DtoBase
com.mirth.match.ejb.core.DtoWorkflowAction
public class DtoWorkflowAction
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 |
---|
protected java.lang.String actionClassName
protected java.util.List<DtoWorkflowCondition> conditions
protected java.lang.String description
protected java.lang.String label
Constructor Detail |
---|
public DtoWorkflowAction()
Method Detail |
---|
public java.lang.String getActionClassName()
String
public void setActionClassName(java.lang.String value)
value
- allowed object is
String
public java.util.List<DtoWorkflowCondition> getConditions()
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
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |