Class TConversationAssociation

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TConversationAssociation

public class TConversationAssociation extends TBaseElement

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 Details

    • innerConversationNodeRef

      protected QName innerConversationNodeRef
    • outerConversationNodeRef

      protected QName outerConversationNodeRef
  • Constructor Details

    • TConversationAssociation

      public TConversationAssociation()
  • Method Details

    • getInnerConversationNodeRef

      public QName getInnerConversationNodeRef()
      Gets the value of the innerConversationNodeRef property.
      Returns:
      possible object is QName
    • setInnerConversationNodeRef

      public void setInnerConversationNodeRef(QName value)
      Sets the value of the innerConversationNodeRef property.
      Parameters:
      value - allowed object is QName
    • getOuterConversationNodeRef

      public QName getOuterConversationNodeRef()
      Gets the value of the outerConversationNodeRef property.
      Returns:
      possible object is QName
    • setOuterConversationNodeRef

      public void setOuterConversationNodeRef(QName value)
      Sets the value of the outerConversationNodeRef property.
      Parameters:
      value - allowed object is QName