public class InteractionContextXto extends ModelElementXto
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 and Description |
|---|
InteractionContextXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedIdpublic DataFlowsXto getInDataFlows()
DataFlowsXtopublic void setInDataFlows(DataFlowsXto value)
value - allowed object is
DataFlowsXtopublic DataFlowsXto getOutDataFlows()
DataFlowsXtopublic void setOutDataFlows(DataFlowsXto value)
value - allowed object is
DataFlowsXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.