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

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.EJaxbDiagram
              extended by easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbBPMNDiagram
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject

public class EJaxbBPMNDiagram
extends EJaxbDiagram

Java class for BPMNDiagram complex type.

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

 <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>
 


Field Summary
protected  java.util.List<EJaxbBPMNLabelStyle> bpmnLabelStyle
           
protected  EJaxbBPMNPlane bpmnPlane
           
 
Fields inherited from class easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbDiagram
documentation, id, name, resolution
 
Constructor Summary
EJaxbBPMNDiagram()
           
 
Method Summary
 java.util.List<EJaxbBPMNLabelStyle> getBPMNLabelStyle()
          Gets the value of the bpmnLabelStyle property.
 EJaxbBPMNPlane getBPMNPlane()
          Gets the value of the bpmnPlane property.
 boolean isSetBPMNLabelStyle()
           
 boolean isSetBPMNPlane()
           
 void setBPMNPlane(EJaxbBPMNPlane value)
          Sets the value of the bpmnPlane property.
 void unsetBPMNLabelStyle()
           
 
Methods inherited from class easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbDiagram
getDocumentation, getId, getName, getResolution, isSetDocumentation, isSetId, isSetName, isSetResolution, setDocumentation, setId, setName, setResolution, unsetResolution
 
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

bpmnPlane

protected EJaxbBPMNPlane bpmnPlane

bpmnLabelStyle

protected java.util.List<EJaxbBPMNLabelStyle> bpmnLabelStyle
Constructor Detail

EJaxbBPMNDiagram

public EJaxbBPMNDiagram()
Method Detail

getBPMNPlane

public EJaxbBPMNPlane getBPMNPlane()
Gets the value of the bpmnPlane property.

Returns:
possible object is EJaxbBPMNPlane

setBPMNPlane

public void setBPMNPlane(EJaxbBPMNPlane value)
Sets the value of the bpmnPlane property.

Parameters:
value - allowed object is EJaxbBPMNPlane

isSetBPMNPlane

public boolean isSetBPMNPlane()

getBPMNLabelStyle

public java.util.List<EJaxbBPMNLabelStyle> getBPMNLabelStyle()
Gets the value of the bpmnLabelStyle property.

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 JAXB 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 EJaxbBPMNLabelStyle


isSetBPMNLabelStyle

public boolean isSetBPMNLabelStyle()

unsetBPMNLabelStyle

public void unsetBPMNLabelStyle()


Copyright © 2011 Petals Link. All Rights Reserved.