easybox.com.ebmwebsourcing.easybpmn.bpmndi._2
Class EJaxbBPMNLabelStyle

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbStyle
              extended by easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbBPMNLabelStyle
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject

public class EJaxbBPMNLabelStyle
extends EJaxbStyle

Java class for BPMNLabelStyle complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BPMNLabelStyle">
   <complexContent>
     <extension base="{http://www.omg.org/spec/DD/20100524/DI}Style">
       <sequence>
         <element ref="{http://www.omg.org/spec/DD/20100524/DC}Font"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  EJaxbFont font
           
 
Fields inherited from class easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbStyle
id
 
Constructor Summary
EJaxbBPMNLabelStyle()
           
 
Method Summary
 EJaxbFont getFont()
          Gets the value of the font property.
 boolean isSetFont()
           
 void setFont(EJaxbFont value)
          Sets the value of the font property.
 
Methods inherited from class easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbStyle
getId, isSetId, setId
 
Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent
 
Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject
getParent, getXmlObject, setXmlObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

font

protected EJaxbFont font
Constructor Detail

EJaxbBPMNLabelStyle

public EJaxbBPMNLabelStyle()
Method Detail

getFont

public EJaxbFont getFont()
Gets the value of the font property.

Returns:
possible object is EJaxbFont

setFont

public void setFont(EJaxbFont value)
Sets the value of the font property.

Parameters:
value - allowed object is EJaxbFont

isSetFont

public boolean isSetFont()


Copyright © 2011 Petals Link. All Rights Reserved.