|
||||||||||
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.Workflow
public class Workflow
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 |
---|
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 Detail |
---|
public Workflow()
Method Detail |
---|
public java.util.List<WorkflowAction> getActions()
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
public WorkflowState getDefaultInitialState()
WorkflowState
public void setDefaultInitialState(WorkflowState value)
value
- allowed object is
WorkflowState
public java.lang.String getDescr()
String
public void setDescr(java.lang.String value)
value
- allowed object is
String
public java.util.List<EntityType> getEntityTypes()
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
public java.lang.String getIdentifier()
String
public void setIdentifier(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
public java.util.List<EntityRelationshipType> getRelationshipTypes()
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
public java.util.List<WorkflowState> getStates()
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
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public java.lang.Integer getWorkflowKey()
Integer
public void setWorkflowKey(java.lang.Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |