com.ebmwebsourcing.easybpel.model.bpel._abstract
Class TForEach

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel._abstract.TExtensibleElements
      extended by com.ebmwebsourcing.easybpel.model.bpel._abstract.TActivity
          extended by com.ebmwebsourcing.easybpel.model.bpel._abstract.TForEach
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class TForEach
extends TActivity
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for tForEach complex type.

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

 <complexType name="tForEach">
   <complexContent>
     <extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}tActivity">
       <sequence>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}startCounterValue" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}finalCounterValue" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}completionCondition" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}scope" minOccurs="0"/>
       </sequence>
       <attribute name="counterName" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}BPELVariableName" />
       <attribute name="parallel" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}tBoolean" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  TCompletionCondition completionCondition
           
protected  java.lang.String counterName
           
protected  TExpression finalCounterValue
           
protected  TBoolean parallel
           
protected  TScope scope
           
protected  TExpression startCounterValue
           
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel._abstract.TActivity
name, sources, suppressJoinFailure, targets
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel._abstract.TExtensibleElements
any, documentation
 
Constructor Summary
TForEach()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 TCompletionCondition getCompletionCondition()
          Gets the value of the completionCondition property.
 java.lang.String getCounterName()
          Gets the value of the counterName property.
 TExpression getFinalCounterValue()
          Gets the value of the finalCounterValue property.
 TBoolean getParallel()
          Gets the value of the parallel property.
 TScope getScope()
          Gets the value of the scope property.
 TExpression getStartCounterValue()
          Gets the value of the startCounterValue property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setCompletionCondition(TCompletionCondition value)
          Sets the value of the completionCondition property.
 void setCounterName(java.lang.String value)
          Sets the value of the counterName property.
 void setFinalCounterValue(TExpression value)
          Sets the value of the finalCounterValue property.
 void setParallel(TBoolean value)
          Sets the value of the parallel property.
 void setScope(TScope value)
          Sets the value of the scope property.
 void setStartCounterValue(TExpression value)
          Sets the value of the startCounterValue property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel._abstract.TActivity
getName, getSources, getSuppressJoinFailure, getTargets, setName, setSources, setSuppressJoinFailure, setTargets
 
Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel._abstract.TExtensibleElements
getAny, getDocumentation, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

startCounterValue

protected TExpression startCounterValue

finalCounterValue

protected TExpression finalCounterValue

completionCondition

protected TCompletionCondition completionCondition

scope

protected TScope scope

counterName

protected java.lang.String counterName

parallel

protected TBoolean parallel
Constructor Detail

TForEach

public TForEach()
Method Detail

getStartCounterValue

public TExpression getStartCounterValue()
Gets the value of the startCounterValue property.

Returns:
possible object is TExpression

setStartCounterValue

public void setStartCounterValue(TExpression value)
Sets the value of the startCounterValue property.

Parameters:
value - allowed object is TExpression

getFinalCounterValue

public TExpression getFinalCounterValue()
Gets the value of the finalCounterValue property.

Returns:
possible object is TExpression

setFinalCounterValue

public void setFinalCounterValue(TExpression value)
Sets the value of the finalCounterValue property.

Parameters:
value - allowed object is TExpression

getCompletionCondition

public TCompletionCondition getCompletionCondition()
Gets the value of the completionCondition property.

Returns:
possible object is TCompletionCondition

setCompletionCondition

public void setCompletionCondition(TCompletionCondition value)
Sets the value of the completionCondition property.

Parameters:
value - allowed object is TCompletionCondition

getScope

public TScope getScope()
Gets the value of the scope property.

Returns:
possible object is TScope

setScope

public void setScope(TScope value)
Sets the value of the scope property.

Parameters:
value - allowed object is TScope

getCounterName

public java.lang.String getCounterName()
Gets the value of the counterName property.

Returns:
possible object is String

setCounterName

public void setCounterName(java.lang.String value)
Sets the value of the counterName property.

Parameters:
value - allowed object is String

getParallel

public TBoolean getParallel()
Gets the value of the parallel property.

Returns:
possible object is TBoolean

setParallel

public void setParallel(TBoolean value)
Sets the value of the parallel property.

Parameters:
value - allowed object is TBoolean

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
toString in class TActivity

toString

public java.lang.String toString()
Overrides:
toString in class TActivity

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class TActivity

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class TActivity

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class TActivity

hashCode

public int hashCode()
Overrides:
hashCode in class TActivity


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.