Class 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>
     
    • Field Detail

      • labelStyle

        protected QName labelStyle
    • Constructor Detail

      • BPMNLabel

        public BPMNLabel()
    • Method Detail

      • 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