Class BPMNDiagram
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Diagram
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.BPMNDiagram
Java class for BPMNDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BPMNDiagram"> <complexContent> <extension base="{http://www.omg.org/spec/DD/20100524/DI}Diagram"> <sequence> <element ref="{http://www.omg.org/spec/BPMN/20100524/DI}BPMNPlane"/> <element ref="{http://www.omg.org/spec/BPMN/20100524/DI}BPMNLabelStyle" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Diagram
documentation, id, name, resolution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bpmnLabelStyle property.Gets the value of the bpmnPlane property.void
setBPMNPlane
(BPMNPlane value) Sets the value of the bpmnPlane property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Diagram
getDocumentation, getId, getName, getResolution, setDocumentation, setId, setName, setResolution
-
Field Details
-
bpmnPlane
-
bpmnLabelStyle
-
-
Constructor Details
-
BPMNDiagram
public BPMNDiagram()
-
-
Method Details
-
getBPMNPlane
Gets the value of the bpmnPlane property.- Returns:
- possible object is
BPMNPlane
-
setBPMNPlane
Sets the value of the bpmnPlane property.- Parameters:
value
- allowed object isBPMNPlane
-
getBPMNLabelStyle
Gets the value of the bpmnLabelStyle property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the bpmnLabelStyle property.For example, to add a new item, do as follows:
getBPMNLabelStyle().add(newItem);
Objects of the following type(s) are allowed in the list
BPMNLabelStyle
-