Class TConversationLink

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

public class TConversationLink extends TBaseElement

Java class for tConversationLink complex type.

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

 <complexType name="tConversationLink">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="sourceRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="targetRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • sourceRef

      protected QName sourceRef
    • targetRef

      protected QName targetRef
  • Constructor Details

    • TConversationLink

      public TConversationLink()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getSourceRef

      public QName getSourceRef()
      Gets the value of the sourceRef property.
      Returns:
      possible object is QName
    • setSourceRef

      public void setSourceRef(QName value)
      Sets the value of the sourceRef property.
      Parameters:
      value - allowed object is QName
    • getTargetRef

      public QName getTargetRef()
      Gets the value of the targetRef property.
      Returns:
      possible object is QName
    • setTargetRef

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