org.eclipse.stardust.engine.api.ws
Class DataFlowXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ModelElementXto
      extended by org.eclipse.stardust.engine.api.ws.DataFlowXto

public class DataFlowXto
extends ModelElementXto

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

DataFlowXto

public DataFlowXto()
Method Detail

getType

public QName getType()
Gets the value of the type property.

Returns:
possible object is QName

setType

public void setType(QName value)
Sets the value of the type property.

Parameters:
value - allowed object is QName

getDirection

public org.eclipse.stardust.common.Direction getDirection()
Gets the value of the direction property.

Returns:
possible object is String

setDirection

public void setDirection(org.eclipse.stardust.common.Direction value)
Sets the value of the direction property.

Parameters:
value - allowed object is String

getActivityId

public String getActivityId()
Gets the value of the activityId property.

Returns:
possible object is String

setActivityId

public void setActivityId(String value)
Sets the value of the activityId property.

Parameters:
value - allowed object is String

getProcessDefinitionId

public String getProcessDefinitionId()
Gets the value of the processDefinitionId property.

Returns:
possible object is String

setProcessDefinitionId

public void setProcessDefinitionId(String value)
Sets the value of the processDefinitionId property.

Parameters:
value - allowed object is String

getContext

public String getContext()
Gets the value of the context property.

Returns:
possible object is String

setContext

public void setContext(String value)
Sets the value of the context property.

Parameters:
value - allowed object is String

getDataId

public String getDataId()
Gets the value of the dataId property.

Returns:
possible object is String

setDataId

public void setDataId(String value)
Sets the value of the dataId property.

Parameters:
value - allowed object is String

getDataPath

public String getDataPath()
Gets the value of the dataPath property.

Returns:
possible object is String

setDataPath

public void setDataPath(String value)
Sets the value of the dataPath property.

Parameters:
value - allowed object is String

getApplicationAccessPointId

public String getApplicationAccessPointId()
Gets the value of the applicationAccessPointId property.

Returns:
possible object is String

setApplicationAccessPointId

public void setApplicationAccessPointId(String value)
Sets the value of the applicationAccessPointId property.

Parameters:
value - allowed object is String

getApplicationPath

public String getApplicationPath()
Gets the value of the applicationPath property.

Returns:
possible object is String

setApplicationPath

public void setApplicationPath(String value)
Sets the value of the applicationPath property.

Parameters:
value - allowed object is String

getMappedJavaType

public String getMappedJavaType()
Gets the value of the mappedJavaType property.

Returns:
possible object is String

setMappedJavaType

public void setMappedJavaType(String value)
Sets the value of the mappedJavaType property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.