|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.inex.KanaEntity
com.mirth.match.ejb.inex.WorkflowAction
public class WorkflowAction
Java class for workflowAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="workflowAction">
<complexContent>
<extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
<sequence>
<element name="actionClassName" type="{http://www.w3.org/2001/XMLSchema}string" 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="workflow" type="{http://inex.ejb.match.mirth.com/}workflow" minOccurs="0"/>
<element name="workflowActionKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="workflowConditions" type="{http://inex.ejb.match.mirth.com/}workflowCondition" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
actionClassName
|
protected java.lang.String |
descr
|
protected java.lang.String |
identifier
|
protected java.lang.String |
label
|
protected Workflow |
workflow
|
protected java.lang.Integer |
workflowActionKey
|
protected java.util.List<WorkflowCondition> |
workflowConditions
|
| Constructor Summary | |
|---|---|
WorkflowAction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getActionClassName()
Gets the value of the actionClassName 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. |
Workflow |
getWorkflow()
Gets the value of the workflow property. |
java.lang.Integer |
getWorkflowActionKey()
Gets the value of the workflowActionKey property. |
java.util.List<WorkflowCondition> |
getWorkflowConditions()
Gets the value of the workflowConditions property. |
void |
setActionClassName(java.lang.String value)
Sets the value of the actionClassName 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 |
setWorkflow(Workflow value)
Sets the value of the workflow property. |
void |
setWorkflowActionKey(java.lang.Integer value)
Sets the value of the workflowActionKey property. |
| 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.lang.String descr
protected java.lang.String identifier
protected java.lang.String label
protected Workflow workflow
protected java.lang.Integer workflowActionKey
protected java.util.List<WorkflowCondition> workflowConditions
| Constructor Detail |
|---|
public WorkflowAction()
| Method Detail |
|---|
public java.lang.String getActionClassName()
Stringpublic void setActionClassName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescr()
Stringpublic void setDescr(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic Workflow getWorkflow()
Workflowpublic void setWorkflow(Workflow value)
value - allowed object is
Workflowpublic java.lang.Integer getWorkflowActionKey()
Integerpublic void setWorkflowActionKey(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<WorkflowCondition> getWorkflowConditions()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||