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

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.EJaxbDiagramElement
              extended by easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbNode
                  extended by easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbShape
                      extended by easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbLabeledShape
                          extended by easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbBPMNShape
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject

public class EJaxbBPMNShape
extends EJaxbLabeledShape

Java class for BPMNShape complex type.

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

 <complexType name="BPMNShape">
   <complexContent>
     <extension base="{http://www.omg.org/spec/DD/20100524/DI}LabeledShape">
       <sequence>
         <element ref="{http://www.omg.org/spec/BPMN/20100524/DI}BPMNLabel" minOccurs="0"/>
       </sequence>
       <attribute name="bpmnElement" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="isHorizontal" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isExpanded" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isMarkerVisible" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isMessageVisible" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="participantBandKind" type="{http://www.omg.org/spec/BPMN/20100524/DI}ParticipantBandKind" />
       <attribute name="choreographyActivityShape" 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 easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbDiagramElement
EJaxbDiagramElement.Extension
 
Field Summary
protected  javax.xml.namespace.QName bpmnElement
           
protected  EJaxbBPMNLabel bpmnLabel
           
protected  javax.xml.namespace.QName choreographyActivityShape
           
protected  java.lang.Boolean isExpanded
           
protected  java.lang.Boolean isHorizontal
           
protected  java.lang.Boolean isMarkerVisible
           
protected  java.lang.Boolean isMessageVisible
           
protected  EJaxbParticipantBandKind participantBandKind
           
 
Fields inherited from class easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbShape
bounds
 
Fields inherited from class easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbDiagramElement
extension, id
 
Constructor Summary
EJaxbBPMNShape()
           
 
Method Summary
 javax.xml.namespace.QName getBpmnElement()
          Gets the value of the bpmnElement property.
 EJaxbBPMNLabel getBPMNLabel()
          Gets the value of the bpmnLabel property.
 javax.xml.namespace.QName getChoreographyActivityShape()
          Gets the value of the choreographyActivityShape property.
 EJaxbParticipantBandKind getParticipantBandKind()
          Gets the value of the participantBandKind property.
 boolean isIsExpanded()
          Gets the value of the isExpanded property.
 boolean isIsHorizontal()
          Gets the value of the isHorizontal property.
 boolean isIsMarkerVisible()
          Gets the value of the isMarkerVisible property.
 boolean isIsMessageVisible()
          Gets the value of the isMessageVisible property.
 boolean isSetBpmnElement()
           
 boolean isSetBPMNLabel()
           
 boolean isSetChoreographyActivityShape()
           
 boolean isSetIsExpanded()
           
 boolean isSetIsHorizontal()
           
 boolean isSetIsMarkerVisible()
           
 boolean isSetIsMessageVisible()
           
 boolean isSetParticipantBandKind()
           
 void setBpmnElement(javax.xml.namespace.QName value)
          Sets the value of the bpmnElement property.
 void setBPMNLabel(EJaxbBPMNLabel value)
          Sets the value of the bpmnLabel property.
 void setChoreographyActivityShape(javax.xml.namespace.QName value)
          Sets the value of the choreographyActivityShape property.
 void setIsExpanded(boolean value)
          Sets the value of the isExpanded property.
 void setIsHorizontal(boolean value)
          Sets the value of the isHorizontal property.
 void setIsMarkerVisible(boolean value)
          Sets the value of the isMarkerVisible property.
 void setIsMessageVisible(boolean value)
          Sets the value of the isMessageVisible property.
 void setParticipantBandKind(EJaxbParticipantBandKind value)
          Sets the value of the participantBandKind property.
 void unsetIsExpanded()
           
 void unsetIsHorizontal()
           
 void unsetIsMarkerVisible()
           
 void unsetIsMessageVisible()
           
 
Methods inherited from class easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbShape
getBounds, isSetBounds, setBounds
 
Methods inherited from class easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbDiagramElement
getExtension, getId, getOtherAttributes, isSetExtension, isSetId, setExtension, 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

bpmnLabel

protected EJaxbBPMNLabel bpmnLabel

bpmnElement

protected javax.xml.namespace.QName bpmnElement

isHorizontal

protected java.lang.Boolean isHorizontal

isExpanded

protected java.lang.Boolean isExpanded

isMarkerVisible

protected java.lang.Boolean isMarkerVisible

isMessageVisible

protected java.lang.Boolean isMessageVisible

participantBandKind

protected EJaxbParticipantBandKind participantBandKind

choreographyActivityShape

protected javax.xml.namespace.QName choreographyActivityShape
Constructor Detail

EJaxbBPMNShape

public EJaxbBPMNShape()
Method Detail

getBPMNLabel

public EJaxbBPMNLabel getBPMNLabel()
Gets the value of the bpmnLabel property.

Returns:
possible object is EJaxbBPMNLabel

setBPMNLabel

public void setBPMNLabel(EJaxbBPMNLabel value)
Sets the value of the bpmnLabel property.

Parameters:
value - allowed object is EJaxbBPMNLabel

isSetBPMNLabel

public boolean isSetBPMNLabel()

getBpmnElement

public javax.xml.namespace.QName getBpmnElement()
Gets the value of the bpmnElement property.

Returns:
possible object is QName

setBpmnElement

public void setBpmnElement(javax.xml.namespace.QName value)
Sets the value of the bpmnElement property.

Parameters:
value - allowed object is QName

isSetBpmnElement

public boolean isSetBpmnElement()

isIsHorizontal

public boolean isIsHorizontal()
Gets the value of the isHorizontal property.

Returns:
possible object is Boolean

setIsHorizontal

public void setIsHorizontal(boolean value)
Sets the value of the isHorizontal property.

Parameters:
value - allowed object is Boolean

isSetIsHorizontal

public boolean isSetIsHorizontal()

unsetIsHorizontal

public void unsetIsHorizontal()

isIsExpanded

public boolean isIsExpanded()
Gets the value of the isExpanded property.

Returns:
possible object is Boolean

setIsExpanded

public void setIsExpanded(boolean value)
Sets the value of the isExpanded property.

Parameters:
value - allowed object is Boolean

isSetIsExpanded

public boolean isSetIsExpanded()

unsetIsExpanded

public void unsetIsExpanded()

isIsMarkerVisible

public boolean isIsMarkerVisible()
Gets the value of the isMarkerVisible property.

Returns:
possible object is Boolean

setIsMarkerVisible

public void setIsMarkerVisible(boolean value)
Sets the value of the isMarkerVisible property.

Parameters:
value - allowed object is Boolean

isSetIsMarkerVisible

public boolean isSetIsMarkerVisible()

unsetIsMarkerVisible

public void unsetIsMarkerVisible()

isIsMessageVisible

public boolean isIsMessageVisible()
Gets the value of the isMessageVisible property.

Returns:
possible object is Boolean

setIsMessageVisible

public void setIsMessageVisible(boolean value)
Sets the value of the isMessageVisible property.

Parameters:
value - allowed object is Boolean

isSetIsMessageVisible

public boolean isSetIsMessageVisible()

unsetIsMessageVisible

public void unsetIsMessageVisible()

getParticipantBandKind

public EJaxbParticipantBandKind getParticipantBandKind()
Gets the value of the participantBandKind property.

Returns:
possible object is EJaxbParticipantBandKind

setParticipantBandKind

public void setParticipantBandKind(EJaxbParticipantBandKind value)
Sets the value of the participantBandKind property.

Parameters:
value - allowed object is EJaxbParticipantBandKind

isSetParticipantBandKind

public boolean isSetParticipantBandKind()

getChoreographyActivityShape

public javax.xml.namespace.QName getChoreographyActivityShape()
Gets the value of the choreographyActivityShape property.

Returns:
possible object is QName

setChoreographyActivityShape

public void setChoreographyActivityShape(javax.xml.namespace.QName value)
Sets the value of the choreographyActivityShape property.

Parameters:
value - allowed object is QName

isSetChoreographyActivityShape

public boolean isSetChoreographyActivityShape()


Copyright © 2011 Petals Link. All Rights Reserved.