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>
DiagramElement.Extension| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.namespace.QName |
bpmnElement |
protected BPMNLabel |
bpmnLabel |
protected javax.xml.namespace.QName |
choreographyActivityShape |
protected java.lang.Boolean |
isExpanded |
protected java.lang.Boolean |
isHorizontal |
protected java.lang.Boolean |
isMarkerVisible |
protected java.lang.Boolean |
isMessageVisible |
protected ParticipantBandKind |
participantBandKind |
extension, id| Constructor and Description |
|---|
BPMNShape() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getBpmnElement()
Gets the value of the bpmnElement property.
|
BPMNLabel |
getBPMNLabel()
Gets the value of the bpmnLabel property.
|
javax.xml.namespace.QName |
getChoreographyActivityShape()
Gets the value of the choreographyActivityShape property.
|
ParticipantBandKind |
getParticipantBandKind()
Gets the value of the participantBandKind property.
|
java.lang.Boolean |
isIsExpanded()
Gets the value of the isExpanded property.
|
java.lang.Boolean |
isIsHorizontal()
Gets the value of the isHorizontal property.
|
java.lang.Boolean |
isIsMarkerVisible()
Gets the value of the isMarkerVisible property.
|
java.lang.Boolean |
isIsMessageVisible()
Gets the value of the isMessageVisible property.
|
void |
setBpmnElement(javax.xml.namespace.QName value)
Sets the value of the bpmnElement property.
|
void |
setBPMNLabel(BPMNLabel value)
Sets the value of the bpmnLabel property.
|
void |
setChoreographyActivityShape(javax.xml.namespace.QName value)
Sets the value of the choreographyActivityShape property.
|
void |
setIsExpanded(java.lang.Boolean value)
Sets the value of the isExpanded property.
|
void |
setIsHorizontal(java.lang.Boolean value)
Sets the value of the isHorizontal property.
|
void |
setIsMarkerVisible(java.lang.Boolean value)
Sets the value of the isMarkerVisible property.
|
void |
setIsMessageVisible(java.lang.Boolean value)
Sets the value of the isMessageVisible property.
|
void |
setParticipantBandKind(ParticipantBandKind value)
Sets the value of the participantBandKind property.
|
getExtension, getId, getOtherAttributes, setExtension, setIdprotected BPMNLabel bpmnLabel
protected javax.xml.namespace.QName bpmnElement
protected java.lang.Boolean isHorizontal
protected java.lang.Boolean isExpanded
protected java.lang.Boolean isMarkerVisible
protected java.lang.Boolean isMessageVisible
protected ParticipantBandKind participantBandKind
protected javax.xml.namespace.QName choreographyActivityShape
public BPMNLabel getBPMNLabel()
BPMNLabelpublic void setBPMNLabel(BPMNLabel value)
value - allowed object is
BPMNLabelpublic javax.xml.namespace.QName getBpmnElement()
QNamepublic void setBpmnElement(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.lang.Boolean isIsHorizontal()
Booleanpublic void setIsHorizontal(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsExpanded()
Booleanpublic void setIsExpanded(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsMarkerVisible()
Booleanpublic void setIsMarkerVisible(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsMessageVisible()
Booleanpublic void setIsMessageVisible(java.lang.Boolean value)
value - allowed object is
Booleanpublic ParticipantBandKind getParticipantBandKind()
ParticipantBandKindpublic void setParticipantBandKind(ParticipantBandKind value)
value - allowed object is
ParticipantBandKindpublic javax.xml.namespace.QName getChoreographyActivityShape()
QNamepublic void setChoreographyActivityShape(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.