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

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

public class TOnAlarmPick
extends TExtensibleElements
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for tOnAlarmPick complex type.

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

 <complexType name="tOnAlarmPick">
   <complexContent>
     <extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}tExtensibleElements">
       <sequence>
         <group ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}forOrUntilGroup" 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  TDurationExpr _for
           
protected  TIf _if
           
protected  TThrow _throw
           
protected  TWhile _while
           
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  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  TDeadlineExpr until
           
protected  TValidate validate
           
protected  TWait wait
           
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel._abstract.TExtensibleElements
any, documentation
 
Constructor Summary
TOnAlarmPick()
           
 
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.
 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.
 TDurationExpr getFor()
          Gets the value of the for 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.
 TDeadlineExpr getUntil()
          Gets the value of the until 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 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 setFor(TDurationExpr value)
          Sets the value of the for 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 setUntil(TDeadlineExpr value)
          Sets the value of the until 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

_for

protected TDurationExpr _for

until

protected TDeadlineExpr until

assign

protected TAssign assign

compensate

protected TCompensate compensate

compensateScope

protected TCompensateScope compensateScope

empty

protected TEmpty empty

exit

protected TExit exit

extensionActivity

protected TExtensionActivity extensionActivity

flow

protected TFlow flow

forEach

protected TForEach forEach

_if

protected TIf _if

invoke

protected TInvoke invoke

pick

protected TPick pick

receive

protected TReceive receive

repeatUntil

protected TRepeatUntil repeatUntil

reply

protected TReply reply

rethrow

protected TRethrow rethrow

scope

protected TScope scope

sequence

protected TSequence sequence

_throw

protected TThrow _throw

validate

protected TValidate validate

wait

protected TWait wait

_while

protected TWhile _while

opaqueActivity

protected TOpaqueActivity opaqueActivity
Constructor Detail

TOnAlarmPick

public TOnAlarmPick()
Method Detail

getFor

public TDurationExpr getFor()
Gets the value of the for property.

Returns:
possible object is TDurationExpr

setFor

public void setFor(TDurationExpr value)
Sets the value of the for property.

Parameters:
value - allowed object is TDurationExpr

getUntil

public TDeadlineExpr getUntil()
Gets the value of the until property.

Returns:
possible object is TDeadlineExpr

setUntil

public void setUntil(TDeadlineExpr value)
Sets the value of the until property.

Parameters:
value - allowed object is TDeadlineExpr

getAssign

public TAssign getAssign()
Gets the value of the assign property.

Returns:
possible object is TAssign

setAssign

public void setAssign(TAssign value)
Sets the value of the assign property.

Parameters:
value - allowed object is TAssign

getCompensate

public TCompensate getCompensate()
Gets the value of the compensate property.

Returns:
possible object is TCompensate

setCompensate

public void setCompensate(TCompensate value)
Sets the value of the compensate property.

Parameters:
value - allowed object is TCompensate

getCompensateScope

public TCompensateScope getCompensateScope()
Gets the value of the compensateScope property.

Returns:
possible object is TCompensateScope

setCompensateScope

public void setCompensateScope(TCompensateScope value)
Sets the value of the compensateScope property.

Parameters:
value - allowed object is TCompensateScope

getEmpty

public TEmpty getEmpty()
Gets the value of the empty property.

Returns:
possible object is TEmpty

setEmpty

public void setEmpty(TEmpty value)
Sets the value of the empty property.

Parameters:
value - allowed object is TEmpty

getExit

public TExit getExit()
Gets the value of the exit property.

Returns:
possible object is TExit

setExit

public void setExit(TExit value)
Sets the value of the exit property.

Parameters:
value - allowed object is TExit

getExtensionActivity

public TExtensionActivity getExtensionActivity()
Gets the value of the extensionActivity property.

Returns:
possible object is TExtensionActivity

setExtensionActivity

public void setExtensionActivity(TExtensionActivity value)
Sets the value of the extensionActivity property.

Parameters:
value - allowed object is TExtensionActivity

getFlow

public TFlow getFlow()
Gets the value of the flow property.

Returns:
possible object is TFlow

setFlow

public void setFlow(TFlow value)
Sets the value of the flow property.

Parameters:
value - allowed object is TFlow

getForEach

public TForEach getForEach()
Gets the value of the forEach property.

Returns:
possible object is TForEach

setForEach

public void setForEach(TForEach value)
Sets the value of the forEach property.

Parameters:
value - allowed object is TForEach

getIf

public TIf getIf()
Gets the value of the if property.

Returns:
possible object is TIf

setIf

public void setIf(TIf value)
Sets the value of the if property.

Parameters:
value - allowed object is TIf

getInvoke

public TInvoke getInvoke()
Gets the value of the invoke property.

Returns:
possible object is TInvoke

setInvoke

public void setInvoke(TInvoke value)
Sets the value of the invoke property.

Parameters:
value - allowed object is TInvoke

getPick

public TPick getPick()
Gets the value of the pick property.

Returns:
possible object is TPick

setPick

public void setPick(TPick value)
Sets the value of the pick property.

Parameters:
value - allowed object is TPick

getReceive

public TReceive getReceive()
Gets the value of the receive property.

Returns:
possible object is TReceive

setReceive

public void setReceive(TReceive value)
Sets the value of the receive property.

Parameters:
value - allowed object is TReceive

getRepeatUntil

public TRepeatUntil getRepeatUntil()
Gets the value of the repeatUntil property.

Returns:
possible object is TRepeatUntil

setRepeatUntil

public void setRepeatUntil(TRepeatUntil value)
Sets the value of the repeatUntil property.

Parameters:
value - allowed object is TRepeatUntil

getReply

public TReply getReply()
Gets the value of the reply property.

Returns:
possible object is TReply

setReply

public void setReply(TReply value)
Sets the value of the reply property.

Parameters:
value - allowed object is TReply

getRethrow

public TRethrow getRethrow()
Gets the value of the rethrow property.

Returns:
possible object is TRethrow

setRethrow

public void setRethrow(TRethrow value)
Sets the value of the rethrow property.

Parameters:
value - allowed object is TRethrow

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

getSequence

public TSequence getSequence()
Gets the value of the sequence property.

Returns:
possible object is TSequence

setSequence

public void setSequence(TSequence value)
Sets the value of the sequence property.

Parameters:
value - allowed object is TSequence

getThrow

public TThrow getThrow()
Gets the value of the throw property.

Returns:
possible object is TThrow

setThrow

public void setThrow(TThrow value)
Sets the value of the throw property.

Parameters:
value - allowed object is TThrow

getValidate

public TValidate getValidate()
Gets the value of the validate property.

Returns:
possible object is TValidate

setValidate

public void setValidate(TValidate value)
Sets the value of the validate property.

Parameters:
value - allowed object is TValidate

getWait

public TWait getWait()
Gets the value of the wait property.

Returns:
possible object is TWait

setWait

public void setWait(TWait value)
Sets the value of the wait property.

Parameters:
value - allowed object is TWait

getWhile

public TWhile getWhile()
Gets the value of the while property.

Returns:
possible object is TWhile

setWhile

public void setWhile(TWhile value)
Sets the value of the while property.

Parameters:
value - allowed object is TWhile

getOpaqueActivity

public TOpaqueActivity getOpaqueActivity()
Gets the value of the opaqueActivity property.

Returns:
possible object is TOpaqueActivity

setOpaqueActivity

public void setOpaqueActivity(TOpaqueActivity value)
Sets the value of the opaqueActivity property.

Parameters:
value - allowed object is TOpaqueActivity

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 TExtensibleElements

toString

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

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 TExtensibleElements

equals

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

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 TExtensibleElements

hashCode

public int hashCode()
Overrides:
hashCode in class TExtensibleElements


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