public class BPMNDiagram extends Diagram
BPMNDiagram complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<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>
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<BPMNLabelStyle> |
bpmnLabelStyle |
protected BPMNPlane |
bpmnPlane |
documentation, id, name, resolution| 构造器和说明 |
|---|
BPMNDiagram() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BPMNLabelStyle> |
getBPMNLabelStyle()
Gets the value of the bpmnLabelStyle property.
|
BPMNPlane |
getBPMNPlane()
获取bpmnPlane属性的值。
|
void |
setBPMNPlane(BPMNPlane value)
设置bpmnPlane属性的值。
|
getDocumentation, getId, getName, getResolution, setDocumentation, setId, setName, setResolutionprotected BPMNPlane bpmnPlane
protected List<BPMNLabelStyle> bpmnLabelStyle
public void setBPMNPlane(BPMNPlane value)
value - allowed object is
BPMNPlanepublic List<BPMNLabelStyle> getBPMNLabelStyle()
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
Copyright © 2022. All rights reserved.