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

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.EJaxbTFlowElement
                  extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTSequenceFlow
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject

public class EJaxbTSequenceFlow
extends EJaxbTFlowElement

Java class for tSequenceFlow complex type.

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

 <complexType name="tSequenceFlow">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFlowElement">
       <sequence>
         <element name="conditionExpression" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
       </sequence>
       <attribute name="sourceRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="targetRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="isImmediate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  EJaxbTExpression conditionExpression
           
protected  java.lang.Boolean isImmediate
           
protected  java.lang.Object sourceRef
           
protected  java.lang.Object targetRef
           
 
Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowElement
auditing, categoryValueRef, monitoring, name
 
Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
documentation, extensionElements, id
 
Constructor Summary
EJaxbTSequenceFlow()
           
 
Method Summary
 EJaxbTExpression getConditionExpression()
          Gets the value of the conditionExpression property.
 java.lang.Object getSourceRef()
          Gets the value of the sourceRef property.
 java.lang.Object getTargetRef()
          Gets the value of the targetRef property.
 boolean isIsImmediate()
          Gets the value of the isImmediate property.
 boolean isSetConditionExpression()
           
 boolean isSetIsImmediate()
           
 boolean isSetSourceRef()
           
 boolean isSetTargetRef()
           
 void setConditionExpression(EJaxbTExpression value)
          Sets the value of the conditionExpression property.
 void setIsImmediate(boolean value)
          Sets the value of the isImmediate property.
 void setSourceRef(java.lang.Object value)
          Sets the value of the sourceRef property.
 void setTargetRef(java.lang.Object value)
          Sets the value of the targetRef property.
 void unsetIsImmediate()
           
 
Methods inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, isSetAuditing, isSetCategoryValueRef, isSetMonitoring, isSetName, setAuditing, setMonitoring, setName, unsetCategoryValueRef
 
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

conditionExpression

protected EJaxbTExpression conditionExpression

sourceRef

protected java.lang.Object sourceRef

targetRef

protected java.lang.Object targetRef

isImmediate

protected java.lang.Boolean isImmediate
Constructor Detail

EJaxbTSequenceFlow

public EJaxbTSequenceFlow()
Method Detail

getConditionExpression

public EJaxbTExpression getConditionExpression()
Gets the value of the conditionExpression property.

Returns:
possible object is EJaxbTExpression

setConditionExpression

public void setConditionExpression(EJaxbTExpression value)
Sets the value of the conditionExpression property.

Parameters:
value - allowed object is EJaxbTExpression

isSetConditionExpression

public boolean isSetConditionExpression()

getSourceRef

public java.lang.Object getSourceRef()
Gets the value of the sourceRef property.

Returns:
possible object is Object

setSourceRef

public void setSourceRef(java.lang.Object value)
Sets the value of the sourceRef property.

Parameters:
value - allowed object is Object

isSetSourceRef

public boolean isSetSourceRef()

getTargetRef

public java.lang.Object getTargetRef()
Gets the value of the targetRef property.

Returns:
possible object is Object

setTargetRef

public void setTargetRef(java.lang.Object value)
Sets the value of the targetRef property.

Parameters:
value - allowed object is Object

isSetTargetRef

public boolean isSetTargetRef()

isIsImmediate

public boolean isIsImmediate()
Gets the value of the isImmediate property.

Returns:
possible object is Boolean

setIsImmediate

public void setIsImmediate(boolean value)
Sets the value of the isImmediate property.

Parameters:
value - allowed object is Boolean

isSetIsImmediate

public boolean isSetIsImmediate()

unsetIsImmediate

public void unsetIsImmediate()


Copyright © 2011 Petals Link. All Rights Reserved.