Class TConversationAssociation
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TConversationAssociation
Java class for tConversationAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tConversationAssociation"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement"> <attribute name="innerConversationNodeRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="outerConversationNodeRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the innerConversationNodeRef property.Gets the value of the outerConversationNodeRef property.void
setInnerConversationNodeRef
(QName value) Sets the value of the innerConversationNodeRef property.void
setOuterConversationNodeRef
(QName value) Sets the value of the outerConversationNodeRef property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
innerConversationNodeRef
-
outerConversationNodeRef
-
-
Constructor Details
-
TConversationAssociation
public TConversationAssociation()
-
-
Method Details
-
getInnerConversationNodeRef
Gets the value of the innerConversationNodeRef property.- Returns:
- possible object is
QName
-
setInnerConversationNodeRef
Sets the value of the innerConversationNodeRef property.- Parameters:
value
- allowed object isQName
-
getOuterConversationNodeRef
Gets the value of the outerConversationNodeRef property.- Returns:
- possible object is
QName
-
setOuterConversationNodeRef
Sets the value of the outerConversationNodeRef property.- Parameters:
value
- allowed object isQName
-