|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbDiagramElement
easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbNode
easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbShape
easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbLabeledShape
easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbBPMNShape
public class EJaxbBPMNShape
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 |
|---|
protected EJaxbBPMNLabel bpmnLabel
protected javax.xml.namespace.QName bpmnElement
protected java.lang.Boolean isHorizontal
protected java.lang.Boolean isExpanded
protected java.lang.Boolean isMarkerVisible
protected java.lang.Boolean isMessageVisible
protected EJaxbParticipantBandKind participantBandKind
protected javax.xml.namespace.QName choreographyActivityShape
| Constructor Detail |
|---|
public EJaxbBPMNShape()
| Method Detail |
|---|
public EJaxbBPMNLabel getBPMNLabel()
EJaxbBPMNLabelpublic void setBPMNLabel(EJaxbBPMNLabel value)
value - allowed object is
EJaxbBPMNLabelpublic boolean isSetBPMNLabel()
public javax.xml.namespace.QName getBpmnElement()
QNamepublic void setBpmnElement(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic boolean isSetBpmnElement()
public boolean isIsHorizontal()
Booleanpublic void setIsHorizontal(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsHorizontal()
public void unsetIsHorizontal()
public boolean isIsExpanded()
Booleanpublic void setIsExpanded(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsExpanded()
public void unsetIsExpanded()
public boolean isIsMarkerVisible()
Booleanpublic void setIsMarkerVisible(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsMarkerVisible()
public void unsetIsMarkerVisible()
public boolean isIsMessageVisible()
Booleanpublic void setIsMessageVisible(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsMessageVisible()
public void unsetIsMessageVisible()
public EJaxbParticipantBandKind getParticipantBandKind()
EJaxbParticipantBandKindpublic void setParticipantBandKind(EJaxbParticipantBandKind value)
value - allowed object is
EJaxbParticipantBandKindpublic boolean isSetParticipantBandKind()
public javax.xml.namespace.QName getChoreographyActivityShape()
QNamepublic void setChoreographyActivityShape(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic boolean isSetChoreographyActivityShape()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||