public class BPMNEdge extends LabeledEdge

Java class for BPMNEdge complex type.

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

 <complexType name="BPMNEdge">
   <complexContent>
     <extension base="{http://www.omg.org/spec/DD/20100524/DI}LabeledEdge">
       <sequence>
         <element ref="{http://www.omg.org/spec/BPMN/20100524/DI}BPMNLabel" minOccurs="0"/>
       </sequence>
       <attribute name="bpmnElement" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="sourceElement" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="targetElement" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="messageVisibleKind" type="{http://www.omg.org/spec/BPMN/20100524/DI}MessageVisibleKind" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • bpmnLabel

      protected BPMNLabel bpmnLabel
    • bpmnElement

      protected QName bpmnElement
    • sourceElement

      protected QName sourceElement
    • targetElement

      protected QName targetElement
    • messageVisibleKind

      protected MessageVisibleKind messageVisibleKind
  • Constructor Details

    • BPMNEdge

      public BPMNEdge()
  • Method Details

    • getBPMNLabel

      public BPMNLabel getBPMNLabel()
      Gets the value of the bpmnLabel property.
      Returns:
      possible object is BPMNLabel
    • setBPMNLabel

      public void setBPMNLabel(BPMNLabel value)
      Sets the value of the bpmnLabel property.
      Parameters:
      value - allowed object is BPMNLabel
    • getBpmnElement

      public QName getBpmnElement()
      Gets the value of the bpmnElement property.
      Returns:
      possible object is QName
    • setBpmnElement

      public void setBpmnElement(QName value)
      Sets the value of the bpmnElement property.
      Parameters:
      value - allowed object is QName
    • getSourceElement

      public QName getSourceElement()
      Gets the value of the sourceElement property.
      Returns:
      possible object is QName
    • setSourceElement

      public void setSourceElement(QName value)
      Sets the value of the sourceElement property.
      Parameters:
      value - allowed object is QName
    • getTargetElement

      public QName getTargetElement()
      Gets the value of the targetElement property.
      Returns:
      possible object is QName
    • setTargetElement

      public void setTargetElement(QName value)
      Sets the value of the targetElement property.
      Parameters:
      value - allowed object is QName
    • getMessageVisibleKind

      public MessageVisibleKind getMessageVisibleKind()
      Gets the value of the messageVisibleKind property.
      Returns:
      possible object is MessageVisibleKind
    • setMessageVisibleKind

      public void setMessageVisibleKind(MessageVisibleKind value)
      Sets the value of the messageVisibleKind property.
      Parameters:
      value - allowed object is MessageVisibleKind