Class 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 Detail

      • innerConversationNodeRef

        protected QName innerConversationNodeRef
      • outerConversationNodeRef

        protected QName outerConversationNodeRef
    • Constructor Detail

      • TConversationAssociation

        public TConversationAssociation()
    • Method Detail

      • 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