Class BPMNShape
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DiagramElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Node
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Shape
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.LabeledShape
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.BPMNShape
Java class for BPMNShape complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BPMNShape"> <complexContent> <extension base="{http://www.omg.org/spec/DD/20100524/DI}LabeledShape"> <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="isHorizontal" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="isExpanded" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="isMarkerVisible" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="isMessageVisible" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="participantBandKind" type="{http://www.omg.org/spec/BPMN/20100524/DI}ParticipantBandKind" /> <attribute name="choreographyActivityShape" type="{http://www.w3.org/2001/XMLSchema}QName" /> <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 QName
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected ParticipantBandKind
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 choreographyActivityShape property.Gets the value of the participantBandKind property.Gets the value of the isExpanded property.Gets the value of the isHorizontal property.Gets the value of the isMarkerVisible property.Gets the value of the isMessageVisible 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 choreographyActivityShape property.void
setIsExpanded
(Boolean value) Sets the value of the isExpanded property.void
setIsHorizontal
(Boolean value) Sets the value of the isHorizontal property.void
setIsMarkerVisible
(Boolean value) Sets the value of the isMarkerVisible property.void
setIsMessageVisible
(Boolean value) Sets the value of the isMessageVisible property.void
Sets the value of the participantBandKind property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Shape
getBounds, setBounds
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DiagramElement
getExtension, getId, getOtherAttributes, setExtension, setId
-
Field Details
-
bpmnLabel
-
bpmnElement
-
isHorizontal
-
isExpanded
-
isMarkerVisible
-
isMessageVisible
-
participantBandKind
-
choreographyActivityShape
-
-
Constructor Details
-
BPMNShape
public BPMNShape()
-
-
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
-
isIsHorizontal
Gets the value of the isHorizontal property.- Returns:
- possible object is
Boolean
-
setIsHorizontal
Sets the value of the isHorizontal property.- Parameters:
value
- allowed object isBoolean
-
isIsExpanded
Gets the value of the isExpanded property.- Returns:
- possible object is
Boolean
-
setIsExpanded
Sets the value of the isExpanded property.- Parameters:
value
- allowed object isBoolean
-
isIsMarkerVisible
Gets the value of the isMarkerVisible property.- Returns:
- possible object is
Boolean
-
setIsMarkerVisible
Sets the value of the isMarkerVisible property.- Parameters:
value
- allowed object isBoolean
-
isIsMessageVisible
Gets the value of the isMessageVisible property.- Returns:
- possible object is
Boolean
-
setIsMessageVisible
Sets the value of the isMessageVisible property.- Parameters:
value
- allowed object isBoolean
-
getParticipantBandKind
Gets the value of the participantBandKind property.- Returns:
- possible object is
ParticipantBandKind
-
setParticipantBandKind
Sets the value of the participantBandKind property.- Parameters:
value
- allowed object isParticipantBandKind
-
getChoreographyActivityShape
Gets the value of the choreographyActivityShape property.- Returns:
- possible object is
QName
-
setChoreographyActivityShape
Sets the value of the choreographyActivityShape property.- Parameters:
value
- allowed object isQName
-