|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements
com.ebmwebsourcing.easybpel.model.bpel.executable.TActivity
com.ebmwebsourcing.easybpel.model.bpel.executable.TForEach
public class TForEach
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/executable}tActivity">
<sequence>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}startCounterValue"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}finalCounterValue"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}completionCondition" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}scope"/>
</sequence>
<attribute name="counterName" use="required" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}BPELVariableName" />
<attribute name="parallel" use="required" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}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.executable.TActivity |
|---|
name, sources, suppressJoinFailure, targets |
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TForEach()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
copyTo(java.lang.Object target)
|
java.lang.Object |
copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
|
java.lang.Object |
createCopy()
|
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.executable.TActivity |
|---|
getName, getSources, getSuppressJoinFailure, getTargets, setName, setSources, setSuppressJoinFailure, setTargets |
| Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements |
|---|
getAny, getDocumentation, getOtherAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected TExpression startCounterValue
protected TExpression finalCounterValue
protected TCompletionCondition completionCondition
protected TScope scope
protected java.lang.String counterName
protected TBoolean parallel
| Constructor Detail |
|---|
public TForEach()
| Method Detail |
|---|
public TExpression getStartCounterValue()
TExpressionpublic void setStartCounterValue(TExpression value)
value - allowed object is
TExpressionpublic TExpression getFinalCounterValue()
TExpressionpublic void setFinalCounterValue(TExpression value)
value - allowed object is
TExpressionpublic TCompletionCondition getCompletionCondition()
TCompletionConditionpublic void setCompletionCondition(TCompletionCondition value)
value - allowed object is
TCompletionConditionpublic TScope getScope()
TScopepublic void setScope(TScope value)
value - allowed object is
TScopepublic java.lang.String getCounterName()
Stringpublic void setCounterName(java.lang.String value)
value - allowed object is
Stringpublic TBoolean getParallel()
TBooleanpublic void setParallel(TBoolean value)
value - allowed object is
TBooleanpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class TActivitypublic java.lang.String toString()
toString in class TActivity
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class TActivitypublic boolean equals(java.lang.Object object)
equals in class TActivitypublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class TActivitypublic int hashCode()
hashCode in class TActivity
public java.lang.Object copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class TActivitypublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyablecopyTo in class TActivitypublic java.lang.Object createCopy()
createCopy in interface org.jvnet.jaxb2_commons.lang.CopyablecreateCopy in interface org.jvnet.jaxb2_commons.lang.CopyTocreateCopy in class TActivity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||