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>
 
  • Field Details

    • labelStyle

      protected QName labelStyle
  • Constructor Details

    • BPMNLabel

      public BPMNLabel()
  • Method Details

    • getLabelStyle

      public QName getLabelStyle()
      Gets the value of the labelStyle property.
      Returns:
      possible object is QName
    • setLabelStyle

      public void setLabelStyle(QName value)
      Sets the value of the labelStyle property.
      Parameters:
      value - allowed object is QName