easybox.org.omg.spec.bpmn._20100524.model
Class EJaxbTComplexBehaviorDefinition
java.lang.Object
com.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTComplexBehaviorDefinition
- All Implemented Interfaces:
- com.ebmwebsourcing.easybox.api.ModelObject
public class EJaxbTComplexBehaviorDefinition
- extends EJaxbTBaseElement
Java class for tComplexBehaviorDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tComplexBehaviorDefinition">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<sequence>
<element name="condition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFormalExpression"/>
<element name="event" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tImplicitThrowEvent" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 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 |
condition
protected EJaxbTFormalExpression condition
event
protected EJaxbTImplicitThrowEvent event
EJaxbTComplexBehaviorDefinition
public EJaxbTComplexBehaviorDefinition()
getCondition
public EJaxbTFormalExpression getCondition()
- Gets the value of the condition property.
- Returns:
- possible object is
EJaxbTFormalExpression
setCondition
public void setCondition(EJaxbTFormalExpression value)
- Sets the value of the condition property.
- Parameters:
value - allowed object is
EJaxbTFormalExpression
isSetCondition
public boolean isSetCondition()
getEvent
public EJaxbTImplicitThrowEvent getEvent()
- Gets the value of the event property.
- Returns:
- possible object is
EJaxbTImplicitThrowEvent
setEvent
public void setEvent(EJaxbTImplicitThrowEvent value)
- Sets the value of the event property.
- Parameters:
value - allowed object is
EJaxbTImplicitThrowEvent
isSetEvent
public boolean isSetEvent()
Copyright © 2011 Petals Link. All Rights Reserved.