public class BPMNPlane extends Plane
Java class for BPMNPlane complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BPMNPlane">
<complexContent>
<extension base="{http://www.omg.org/spec/DD/20100524/DI}Plane">
<attribute name="bpmnElement" 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 |
diagramElementextension, id| Constructor and Description |
|---|
BPMNPlane() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getBpmnElement()
Gets the value of the bpmnElement property.
|
void |
setBpmnElement(javax.xml.namespace.QName value)
Sets the value of the bpmnElement property.
|
getDiagramElementgetExtension, getId, getOtherAttributes, setExtension, setIdpublic javax.xml.namespace.QName getBpmnElement()
QNamepublic void setBpmnElement(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.