Class BPMNEdge
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DiagramElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Edge
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.LabeledEdge
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.BPMNEdge
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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DiagramElement
DiagramElement.Extension
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected QName
protected BPMNLabel
protected MessageVisibleKind
protected QName
protected QName
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DiagramElement
extension, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bpmnElement property.Gets the value of the bpmnLabel property.Gets the value of the messageVisibleKind property.Gets the value of the sourceElement property.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
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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Edge
getWaypoint
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DiagramElement
getExtension, getId, getOtherAttributes, setExtension, setId
-
Field Details
-
bpmnLabel
-
bpmnElement
-
sourceElement
-
targetElement
-
messageVisibleKind
-
-
Constructor Details
-
BPMNEdge
public BPMNEdge()
-
-
Method Details
-
getBPMNLabel
Gets the value of the bpmnLabel property.- Returns:
- possible object is
BPMNLabel
-
setBPMNLabel
Sets the value of the bpmnLabel property.- Parameters:
value
- allowed object isBPMNLabel
-
getBpmnElement
Gets the value of the bpmnElement property.- Returns:
- possible object is
QName
-
setBpmnElement
Sets the value of the bpmnElement property.- Parameters:
value
- allowed object isQName
-
getSourceElement
Gets the value of the sourceElement property.- Returns:
- possible object is
QName
-
setSourceElement
Sets the value of the sourceElement property.- Parameters:
value
- allowed object isQName
-
getTargetElement
Gets the value of the targetElement property.- Returns:
- possible object is
QName
-
setTargetElement
Sets the value of the targetElement property.- Parameters:
value
- allowed object isQName
-
getMessageVisibleKind
Gets the value of the messageVisibleKind property.- Returns:
- possible object is
MessageVisibleKind
-
setMessageVisibleKind
Sets the value of the messageVisibleKind property.- Parameters:
value
- allowed object isMessageVisibleKind
-