Package org.omg.spec.bpmn.model
Class BPMNShape
- java.lang.Object
-
- org.omg.spec.bpmn.model.DiagramElement
-
- org.omg.spec.bpmn.model.Node
-
- org.omg.spec.bpmn.model.Shape
-
- org.omg.spec.bpmn.model.LabeledShape
-
- org.omg.spec.bpmn.model.BPMNShape
-
public class BPMNShape extends LabeledShape
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 org.omg.spec.bpmn.model.DiagramElement
DiagramElement.Extension
-
-
Field Summary
Fields Modifier and Type Field Description protected QName
bpmnElement
protected BPMNLabel
bpmnLabel
protected QName
choreographyActivityShape
protected Boolean
isExpanded
protected Boolean
isHorizontal
protected Boolean
isMarkerVisible
protected Boolean
isMessageVisible
protected ParticipantBandKind
participantBandKind
-
Fields inherited from class org.omg.spec.bpmn.model.DiagramElement
extension, id
-
-
Constructor Summary
Constructors Constructor Description BPMNShape()
-
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.QName
getChoreographyActivityShape()
Gets the value of the choreographyActivityShape property.ParticipantBandKind
getParticipantBandKind()
Gets the value of the participantBandKind property.Boolean
isIsExpanded()
Gets the value of the isExpanded property.Boolean
isIsHorizontal()
Gets the value of the isHorizontal property.Boolean
isIsMarkerVisible()
Gets the value of the isMarkerVisible property.Boolean
isIsMessageVisible()
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
setChoreographyActivityShape(QName value)
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
setParticipantBandKind(ParticipantBandKind value)
Sets the value of the participantBandKind property.-
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
-
isHorizontal
protected Boolean isHorizontal
-
isExpanded
protected Boolean isExpanded
-
isMarkerVisible
protected Boolean isMarkerVisible
-
isMessageVisible
protected Boolean isMessageVisible
-
participantBandKind
protected ParticipantBandKind participantBandKind
-
choreographyActivityShape
protected QName choreographyActivityShape
-
-
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
-
isIsHorizontal
public Boolean isIsHorizontal()
Gets the value of the isHorizontal property.- Returns:
- possible object is
Boolean
-
setIsHorizontal
public void setIsHorizontal(Boolean value)
Sets the value of the isHorizontal property.- Parameters:
value
- allowed object isBoolean
-
isIsExpanded
public Boolean isIsExpanded()
Gets the value of the isExpanded property.- Returns:
- possible object is
Boolean
-
setIsExpanded
public void setIsExpanded(Boolean value)
Sets the value of the isExpanded property.- Parameters:
value
- allowed object isBoolean
-
isIsMarkerVisible
public Boolean isIsMarkerVisible()
Gets the value of the isMarkerVisible property.- Returns:
- possible object is
Boolean
-
setIsMarkerVisible
public void setIsMarkerVisible(Boolean value)
Sets the value of the isMarkerVisible property.- Parameters:
value
- allowed object isBoolean
-
isIsMessageVisible
public Boolean isIsMessageVisible()
Gets the value of the isMessageVisible property.- Returns:
- possible object is
Boolean
-
setIsMessageVisible
public void setIsMessageVisible(Boolean value)
Sets the value of the isMessageVisible property.- Parameters:
value
- allowed object isBoolean
-
getParticipantBandKind
public ParticipantBandKind getParticipantBandKind()
Gets the value of the participantBandKind property.- Returns:
- possible object is
ParticipantBandKind
-
setParticipantBandKind
public void setParticipantBandKind(ParticipantBandKind value)
Sets the value of the participantBandKind property.- Parameters:
value
- allowed object isParticipantBandKind
-
getChoreographyActivityShape
public QName getChoreographyActivityShape()
Gets the value of the choreographyActivityShape property.- Returns:
- possible object is
QName
-
-