Package org.omg.spec.bpmn.model
Class BPMNEdge
- java.lang.Object
-
- org.omg.spec.bpmn.model.DiagramElement
-
- org.omg.spec.bpmn.model.Edge
-
- org.omg.spec.bpmn.model.LabeledEdge
-
- org.omg.spec.bpmn.model.BPMNEdge
-
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>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.omg.spec.bpmn.model.DiagramElement
DiagramElement.Extension
-
-
Field Summary
Fields Modifier and Type Field Description protected QName
bpmnElement
protected BPMNLabel
bpmnLabel
protected MessageVisibleKind
messageVisibleKind
protected QName
sourceElement
protected QName
targetElement
-
Fields inherited from class org.omg.spec.bpmn.model.DiagramElement
extension, id
-
-
Constructor Summary
Constructors Constructor Description BPMNEdge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getBpmnElement()
Gets the value of the bpmnElement property.BPMNLabel
getBPMNLabel()
Gets the value of the bpmnLabel property.MessageVisibleKind
getMessageVisibleKind()
Gets the value of the messageVisibleKind property.QName
getSourceElement()
Gets the value of the sourceElement property.QName
getTargetElement()
Gets the value of the targetElement property.void
setBpmnElement(QName value)
Sets the value of the bpmnElement property.void
setBPMNLabel(BPMNLabel value)
Sets the value of the bpmnLabel property.void
setMessageVisibleKind(MessageVisibleKind value)
Sets the value of the messageVisibleKind property.void
setSourceElement(QName value)
Sets the value of the sourceElement property.void
setTargetElement(QName value)
Sets the value of the targetElement property.-
Methods inherited from class org.omg.spec.bpmn.model.Edge
getWaypoint
-
Methods inherited from class org.omg.spec.bpmn.model.DiagramElement
getExtension, getId, getOtherAttributes, setExtension, setId
-
-
-
-
Field Detail
-
bpmnLabel
protected BPMNLabel bpmnLabel
-
bpmnElement
protected QName bpmnElement
-
sourceElement
protected QName sourceElement
-
targetElement
protected QName targetElement
-
messageVisibleKind
protected MessageVisibleKind messageVisibleKind
-
-
Method Detail
-
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 isBPMNLabel
-
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 isQName
-
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 isQName
-
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 isQName
-
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 isMessageVisibleKind
-
-