|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybpel.model.bpel._abstract.TExtensibleElements
com.ebmwebsourcing.easybpel.model.bpel._abstract.TElseif
public class TElseif
Java class for tElseif complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tElseif">
<complexContent>
<extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}tExtensibleElements">
<sequence>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}condition" minOccurs="0"/>
<group ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}activity" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TIf |
_if
|
protected TThrow |
_throw
|
protected TWhile |
_while
|
protected TAssign |
assign
|
protected TCompensate |
compensate
|
protected TCompensateScope |
compensateScope
|
protected TBooleanExpr |
condition
|
protected TEmpty |
empty
|
protected TExit |
exit
|
protected TExtensionActivity |
extensionActivity
|
protected TFlow |
flow
|
protected TForEach |
forEach
|
protected TInvoke |
invoke
|
protected TOpaqueActivity |
opaqueActivity
|
protected TPick |
pick
|
protected TReceive |
receive
|
protected TRepeatUntil |
repeatUntil
|
protected TReply |
reply
|
protected TRethrow |
rethrow
|
protected TScope |
scope
|
protected TSequence |
sequence
|
protected TValidate |
validate
|
protected TWait |
wait
|
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel._abstract.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TElseif()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
TAssign |
getAssign()
Gets the value of the assign property. |
TCompensate |
getCompensate()
Gets the value of the compensate property. |
TCompensateScope |
getCompensateScope()
Gets the value of the compensateScope property. |
TBooleanExpr |
getCondition()
Gets the value of the condition property. |
TEmpty |
getEmpty()
Gets the value of the empty property. |
TExit |
getExit()
Gets the value of the exit property. |
TExtensionActivity |
getExtensionActivity()
Gets the value of the extensionActivity property. |
TFlow |
getFlow()
Gets the value of the flow property. |
TForEach |
getForEach()
Gets the value of the forEach property. |
TIf |
getIf()
Gets the value of the if property. |
TInvoke |
getInvoke()
Gets the value of the invoke property. |
TOpaqueActivity |
getOpaqueActivity()
Gets the value of the opaqueActivity property. |
TPick |
getPick()
Gets the value of the pick property. |
TReceive |
getReceive()
Gets the value of the receive property. |
TRepeatUntil |
getRepeatUntil()
Gets the value of the repeatUntil property. |
TReply |
getReply()
Gets the value of the reply property. |
TRethrow |
getRethrow()
Gets the value of the rethrow property. |
TScope |
getScope()
Gets the value of the scope property. |
TSequence |
getSequence()
Gets the value of the sequence property. |
TThrow |
getThrow()
Gets the value of the throw property. |
TValidate |
getValidate()
Gets the value of the validate property. |
TWait |
getWait()
Gets the value of the wait property. |
TWhile |
getWhile()
Gets the value of the while property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setAssign(TAssign value)
Sets the value of the assign property. |
void |
setCompensate(TCompensate value)
Sets the value of the compensate property. |
void |
setCompensateScope(TCompensateScope value)
Sets the value of the compensateScope property. |
void |
setCondition(TBooleanExpr value)
Sets the value of the condition property. |
void |
setEmpty(TEmpty value)
Sets the value of the empty property. |
void |
setExit(TExit value)
Sets the value of the exit property. |
void |
setExtensionActivity(TExtensionActivity value)
Sets the value of the extensionActivity property. |
void |
setFlow(TFlow value)
Sets the value of the flow property. |
void |
setForEach(TForEach value)
Sets the value of the forEach property. |
void |
setIf(TIf value)
Sets the value of the if property. |
void |
setInvoke(TInvoke value)
Sets the value of the invoke property. |
void |
setOpaqueActivity(TOpaqueActivity value)
Sets the value of the opaqueActivity property. |
void |
setPick(TPick value)
Sets the value of the pick property. |
void |
setReceive(TReceive value)
Sets the value of the receive property. |
void |
setRepeatUntil(TRepeatUntil value)
Sets the value of the repeatUntil property. |
void |
setReply(TReply value)
Sets the value of the reply property. |
void |
setRethrow(TRethrow value)
Sets the value of the rethrow property. |
void |
setScope(TScope value)
Sets the value of the scope property. |
void |
setSequence(TSequence value)
Sets the value of the sequence property. |
void |
setThrow(TThrow value)
Sets the value of the throw property. |
void |
setValidate(TValidate value)
Sets the value of the validate property. |
void |
setWait(TWait value)
Sets the value of the wait property. |
void |
setWhile(TWhile value)
Sets the value of the while property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| 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 |
|---|
protected TBooleanExpr condition
protected TAssign assign
protected TCompensate compensate
protected TCompensateScope compensateScope
protected TEmpty empty
protected TExit exit
protected TExtensionActivity extensionActivity
protected TFlow flow
protected TForEach forEach
protected TIf _if
protected TInvoke invoke
protected TPick pick
protected TReceive receive
protected TRepeatUntil repeatUntil
protected TReply reply
protected TRethrow rethrow
protected TScope scope
protected TSequence sequence
protected TThrow _throw
protected TValidate validate
protected TWait wait
protected TWhile _while
protected TOpaqueActivity opaqueActivity
| Constructor Detail |
|---|
public TElseif()
| Method Detail |
|---|
public TBooleanExpr getCondition()
TBooleanExprpublic void setCondition(TBooleanExpr value)
value - allowed object is
TBooleanExprpublic TAssign getAssign()
TAssignpublic void setAssign(TAssign value)
value - allowed object is
TAssignpublic TCompensate getCompensate()
TCompensatepublic void setCompensate(TCompensate value)
value - allowed object is
TCompensatepublic TCompensateScope getCompensateScope()
TCompensateScopepublic void setCompensateScope(TCompensateScope value)
value - allowed object is
TCompensateScopepublic TEmpty getEmpty()
TEmptypublic void setEmpty(TEmpty value)
value - allowed object is
TEmptypublic TExit getExit()
TExitpublic void setExit(TExit value)
value - allowed object is
TExitpublic TExtensionActivity getExtensionActivity()
TExtensionActivitypublic void setExtensionActivity(TExtensionActivity value)
value - allowed object is
TExtensionActivitypublic TFlow getFlow()
TFlowpublic void setFlow(TFlow value)
value - allowed object is
TFlowpublic TForEach getForEach()
TForEachpublic void setForEach(TForEach value)
value - allowed object is
TForEachpublic TIf getIf()
TIfpublic void setIf(TIf value)
value - allowed object is
TIfpublic TInvoke getInvoke()
TInvokepublic void setInvoke(TInvoke value)
value - allowed object is
TInvokepublic TPick getPick()
TPickpublic void setPick(TPick value)
value - allowed object is
TPickpublic TReceive getReceive()
TReceivepublic void setReceive(TReceive value)
value - allowed object is
TReceivepublic TRepeatUntil getRepeatUntil()
TRepeatUntilpublic void setRepeatUntil(TRepeatUntil value)
value - allowed object is
TRepeatUntilpublic TReply getReply()
TReplypublic void setReply(TReply value)
value - allowed object is
TReplypublic TRethrow getRethrow()
TRethrowpublic void setRethrow(TRethrow value)
value - allowed object is
TRethrowpublic TScope getScope()
TScopepublic void setScope(TScope value)
value - allowed object is
TScopepublic TSequence getSequence()
TSequencepublic void setSequence(TSequence value)
value - allowed object is
TSequencepublic TThrow getThrow()
TThrowpublic void setThrow(TThrow value)
value - allowed object is
TThrowpublic TValidate getValidate()
TValidatepublic void setValidate(TValidate value)
value - allowed object is
TValidatepublic TWait getWait()
TWaitpublic void setWait(TWait value)
value - allowed object is
TWaitpublic TWhile getWhile()
TWhilepublic void setWhile(TWhile value)
value - allowed object is
TWhilepublic TOpaqueActivity getOpaqueActivity()
TOpaqueActivitypublic void setOpaqueActivity(TOpaqueActivity value)
value - allowed object is
TOpaqueActivitypublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class TExtensibleElementspublic java.lang.String toString()
toString in class TExtensibleElements
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 TExtensibleElementspublic boolean equals(java.lang.Object object)
equals in class TExtensibleElementspublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class TExtensibleElementspublic int hashCode()
hashCode in class TExtensibleElements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||