Package org.omg.spec.bpmn.model
Class BPMNPlane
- java.lang.Object
-
- org.omg.spec.bpmn.model.DiagramElement
-
- org.omg.spec.bpmn.model.Node
-
- org.omg.spec.bpmn.model.Plane
-
- org.omg.spec.bpmn.model.BPMNPlane
-
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>
-
-
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
-
Fields inherited from class org.omg.spec.bpmn.model.Plane
diagramElement
-
Fields inherited from class org.omg.spec.bpmn.model.DiagramElement
extension, id
-
-
Constructor Summary
Constructors Constructor Description BPMNPlane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getBpmnElement()
Gets the value of the bpmnElement property.void
setBpmnElement(QName value)
Sets the value of the bpmnElement property.-
Methods inherited from class org.omg.spec.bpmn.model.Plane
getDiagramElement
-
Methods inherited from class org.omg.spec.bpmn.model.DiagramElement
getExtension, getId, getOtherAttributes, setExtension, setId
-
-
-
-
Field Detail
-
bpmnElement
protected QName bpmnElement
-
-