easybox.org.omg.spec.bpmn._20100524.model
Class EJaxbTComplexBehaviorDefinition

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
              extended by 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>
 


Field Summary
protected  EJaxbTFormalExpression condition
           
protected  EJaxbTImplicitThrowEvent event
           
 
Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
documentation, extensionElements, id
 
Constructor Summary
EJaxbTComplexBehaviorDefinition()
           
 
Method Summary
 EJaxbTFormalExpression getCondition()
          Gets the value of the condition property.
 EJaxbTImplicitThrowEvent getEvent()
          Gets the value of the event property.
 boolean isSetCondition()
           
 boolean isSetEvent()
           
 void setCondition(EJaxbTFormalExpression value)
          Sets the value of the condition property.
 void setEvent(EJaxbTImplicitThrowEvent value)
          Sets the value of the event property.
 
Methods inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, isSetDocumentation, isSetExtensionElements, isSetId, setExtensionElements, setId, unsetDocumentation
 
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

condition

protected EJaxbTFormalExpression condition

event

protected EJaxbTImplicitThrowEvent event
Constructor Detail

EJaxbTComplexBehaviorDefinition

public EJaxbTComplexBehaviorDefinition()
Method Detail

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.