|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ModelElementXto
org.eclipse.stardust.engine.api.ws.DataFlowXto
public class DataFlowXto
The DataFlow defines the mapping between an activity and a data.
Java class for DataFlow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataFlow">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="direction" type="{http://eclipse.org/stardust/ws/v2012a/api}Direction"/>
<element name="activityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="processDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="context" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dataId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dataPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="applicationAccessPointId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mappedJavaType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DataFlowXto()
|
|
| Method Summary | |
|---|---|
String |
getActivityId()
Gets the value of the activityId property. |
String |
getApplicationAccessPointId()
Gets the value of the applicationAccessPointId property. |
String |
getApplicationPath()
Gets the value of the applicationPath property. |
String |
getContext()
Gets the value of the context property. |
String |
getDataId()
Gets the value of the dataId property. |
String |
getDataPath()
Gets the value of the dataPath property. |
org.eclipse.stardust.common.Direction |
getDirection()
Gets the value of the direction property. |
String |
getMappedJavaType()
Gets the value of the mappedJavaType property. |
String |
getProcessDefinitionId()
Gets the value of the processDefinitionId property. |
QName |
getType()
Gets the value of the type property. |
void |
setActivityId(String value)
Sets the value of the activityId property. |
void |
setApplicationAccessPointId(String value)
Sets the value of the applicationAccessPointId property. |
void |
setApplicationPath(String value)
Sets the value of the applicationPath property. |
void |
setContext(String value)
Sets the value of the context property. |
void |
setDataId(String value)
Sets the value of the dataId property. |
void |
setDataPath(String value)
Sets the value of the dataPath property. |
void |
setDirection(org.eclipse.stardust.common.Direction value)
Sets the value of the direction property. |
void |
setMappedJavaType(String value)
Sets the value of the mappedJavaType property. |
void |
setProcessDefinitionId(String value)
Sets the value of the processDefinitionId property. |
void |
setType(QName value)
Sets the value of the type property. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto |
|---|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataFlowXto()
| Method Detail |
|---|
public QName getType()
QNamepublic void setType(QName value)
value - allowed object is
QNamepublic org.eclipse.stardust.common.Direction getDirection()
Stringpublic void setDirection(org.eclipse.stardust.common.Direction value)
value - allowed object is
Stringpublic String getActivityId()
Stringpublic void setActivityId(String value)
value - allowed object is
Stringpublic String getProcessDefinitionId()
Stringpublic void setProcessDefinitionId(String value)
value - allowed object is
Stringpublic String getContext()
Stringpublic void setContext(String value)
value - allowed object is
Stringpublic String getDataId()
Stringpublic void setDataId(String value)
value - allowed object is
Stringpublic String getDataPath()
Stringpublic void setDataPath(String value)
value - allowed object is
Stringpublic String getApplicationAccessPointId()
Stringpublic void setApplicationAccessPointId(String value)
value - allowed object is
Stringpublic String getApplicationPath()
Stringpublic void setApplicationPath(String value)
value - allowed object is
Stringpublic String getMappedJavaType()
Stringpublic void setMappedJavaType(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||