Package org.omg.spec.bpmn.model
Class BPMNLabel
- java.lang.Object
-
- org.omg.spec.bpmn.model.DiagramElement
-
- org.omg.spec.bpmn.model.Node
-
- org.omg.spec.bpmn.model.Label
-
- org.omg.spec.bpmn.model.BPMNLabel
-
public class BPMNLabel extends Label
Java class for BPMNLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BPMNLabel"> <complexContent> <extension base="{http://www.omg.org/spec/DD/20100524/DI}Label"> <attribute name="labelStyle" 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 QNamelabelStyle-
Fields inherited from class org.omg.spec.bpmn.model.DiagramElement
extension, id
-
-
Constructor Summary
Constructors Constructor Description BPMNLabel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetLabelStyle()Gets the value of the labelStyle property.voidsetLabelStyle(QName value)Sets the value of the labelStyle property.-
Methods inherited from class org.omg.spec.bpmn.model.DiagramElement
getExtension, getId, getOtherAttributes, setExtension, setId
-
-
-
-
Field Detail
-
labelStyle
protected QName labelStyle
-
-