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 QNamebpmnElementprotected BPMNLabelbpmnLabelprotected QNamechoreographyActivityShapeprotected BooleanisExpandedprotected BooleanisHorizontalprotected BooleanisMarkerVisibleprotected BooleanisMessageVisibleprotected ParticipantBandKindparticipantBandKind-
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 QNamegetBpmnElement()Gets the value of the bpmnElement property.BPMNLabelgetBPMNLabel()Gets the value of the bpmnLabel property.QNamegetChoreographyActivityShape()Gets the value of the choreographyActivityShape property.ParticipantBandKindgetParticipantBandKind()Gets the value of the participantBandKind property.BooleanisIsExpanded()Gets the value of the isExpanded property.BooleanisIsHorizontal()Gets the value of the isHorizontal property.BooleanisIsMarkerVisible()Gets the value of the isMarkerVisible property.BooleanisIsMessageVisible()Gets the value of the isMessageVisible property.voidsetBpmnElement(QName value)Sets the value of the bpmnElement property.voidsetBPMNLabel(BPMNLabel value)Sets the value of the bpmnLabel property.voidsetChoreographyActivityShape(QName value)Sets the value of the choreographyActivityShape property.voidsetIsExpanded(Boolean value)Sets the value of the isExpanded property.voidsetIsHorizontal(Boolean value)Sets the value of the isHorizontal property.voidsetIsMarkerVisible(Boolean value)Sets the value of the isMarkerVisible property.voidsetIsMessageVisible(Boolean value)Sets the value of the isMessageVisible property.voidsetParticipantBandKind(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
-
-