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

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

public class InteractionContextXto
extends ModelElementXto

The InteractionContext represents the execution context of an activity. An activity may have multiple execution contexts, depending on the implementation type.

Java class for InteractionContext complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InteractionContext">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
       <sequence>
         <element name="inDataFlows" type="{http://eclipse.org/stardust/ws/v2012a/api}DataFlows"/>
         <element name="outDataFlows" type="{http://eclipse.org/stardust/ws/v2012a/api}DataFlows"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
InteractionContextXto()
           
 
Method Summary
 DataFlowsXto getInDataFlows()
          Gets the value of the inDataFlows property.
 DataFlowsXto getOutDataFlows()
          Gets the value of the outDataFlows property.
 void setInDataFlows(DataFlowsXto value)
          Sets the value of the inDataFlows property.
 void setOutDataFlows(DataFlowsXto value)
          Sets the value of the outDataFlows 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

InteractionContextXto

public InteractionContextXto()
Method Detail

getInDataFlows

public DataFlowsXto getInDataFlows()
Gets the value of the inDataFlows property.

Returns:
possible object is DataFlowsXto

setInDataFlows

public void setInDataFlows(DataFlowsXto value)
Sets the value of the inDataFlows property.

Parameters:
value - allowed object is DataFlowsXto

getOutDataFlows

public DataFlowsXto getOutDataFlows()
Gets the value of the outDataFlows property.

Returns:
possible object is DataFlowsXto

setOutDataFlows

public void setOutDataFlows(DataFlowsXto value)
Sets the value of the outDataFlows property.

Parameters:
value - allowed object is DataFlowsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.