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

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.TScope
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class TScope
extends TActivity
implements org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

There is no schema-level default for "exitOnStandardFault" at "scope". Because, it will inherit default from enclosing scope or process.

Java class for tScope complex type.

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

 <complexType name="tScope">
   <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}partnerLinks" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}messageExchanges" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}variables" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}correlationSets" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}faultHandlers" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}compensationHandler" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}terminationHandler" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}eventHandlers" minOccurs="0"/>
         <group ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}activity" minOccurs="0"/>
       </sequence>
       <attribute name="isolated" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}tBoolean" default="no" />
       <attribute name="exitOnStandardFault" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}tBoolean" />
       <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  TActivityContainer compensationHandler
           
protected  TCorrelationSets correlationSets
           
protected  TEmpty empty
           
protected  TEventHandlers eventHandlers
           
protected  TExit exit
           
protected  TBoolean exitOnStandardFault
           
protected  TExtensionActivity extensionActivity
           
protected  TFaultHandlers faultHandlers
           
protected  TFlow flow
           
protected  TForEach forEach
           
protected  TInvoke invoke
           
protected  TBoolean isolated
           
protected  TMessageExchanges messageExchanges
           
protected  TOpaqueActivity opaqueActivity
           
protected  TPartnerLinks partnerLinks
           
protected  TPick pick
           
protected  TReceive receive
           
protected  TRepeatUntil repeatUntil
           
protected  TReply reply
           
protected  TRethrow rethrow
           
protected  TScope scope
           
protected  TSequence sequence
           
protected  TActivityContainer terminationHandler
           
protected  TValidate validate
           
protected  TVariables variables
           
protected  TWait wait
           
 
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
TScope()
           
 
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)
           
 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.
 TActivityContainer getCompensationHandler()
          Gets the value of the compensationHandler property.
 TCorrelationSets getCorrelationSets()
          Gets the value of the correlationSets property.
 TEmpty getEmpty()
          Gets the value of the empty property.
 TEventHandlers getEventHandlers()
          Gets the value of the eventHandlers property.
 TExit getExit()
          Gets the value of the exit property.
 TBoolean getExitOnStandardFault()
          Gets the value of the exitOnStandardFault property.
 TExtensionActivity getExtensionActivity()
          Gets the value of the extensionActivity property.
 TFaultHandlers getFaultHandlers()
          Gets the value of the faultHandlers 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.
 TBoolean getIsolated()
          Gets the value of the isolated property.
 TMessageExchanges getMessageExchanges()
          Gets the value of the messageExchanges property.
 TOpaqueActivity getOpaqueActivity()
          Gets the value of the opaqueActivity property.
 TPartnerLinks getPartnerLinks()
          Gets the value of the partnerLinks 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.
 TActivityContainer getTerminationHandler()
          Gets the value of the terminationHandler property.
 TThrow getThrow()
          Gets the value of the throw property.
 TValidate getValidate()
          Gets the value of the validate property.
 TVariables getVariables()
          Gets the value of the variables 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 setCompensationHandler(TActivityContainer value)
          Sets the value of the compensationHandler property.
 void setCorrelationSets(TCorrelationSets value)
          Sets the value of the correlationSets property.
 void setEmpty(TEmpty value)
          Sets the value of the empty property.
 void setEventHandlers(TEventHandlers value)
          Sets the value of the eventHandlers property.
 void setExit(TExit value)
          Sets the value of the exit property.
 void setExitOnStandardFault(TBoolean value)
          Sets the value of the exitOnStandardFault property.
 void setExtensionActivity(TExtensionActivity value)
          Sets the value of the extensionActivity property.
 void setFaultHandlers(TFaultHandlers value)
          Sets the value of the faultHandlers 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 setIsolated(TBoolean value)
          Sets the value of the isolated property.
 void setMessageExchanges(TMessageExchanges value)
          Sets the value of the messageExchanges property.
 void setOpaqueActivity(TOpaqueActivity value)
          Sets the value of the opaqueActivity property.
 void setPartnerLinks(TPartnerLinks value)
          Sets the value of the partnerLinks 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 setTerminationHandler(TActivityContainer value)
          Sets the value of the terminationHandler property.
 void setThrow(TThrow value)
          Sets the value of the throw property.
 void setValidate(TValidate value)
          Sets the value of the validate property.
 void setVariables(TVariables value)
          Sets the value of the variables 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.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

partnerLinks

protected TPartnerLinks partnerLinks

messageExchanges

protected TMessageExchanges messageExchanges

variables

protected TVariables variables

correlationSets

protected TCorrelationSets correlationSets

faultHandlers

protected TFaultHandlers faultHandlers

compensationHandler

protected TActivityContainer compensationHandler

terminationHandler

protected TActivityContainer terminationHandler

eventHandlers

protected TEventHandlers eventHandlers

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

isolated

protected TBoolean isolated

exitOnStandardFault

protected TBoolean exitOnStandardFault
Constructor Detail

TScope

public TScope()
Method Detail

getPartnerLinks

public TPartnerLinks getPartnerLinks()
Gets the value of the partnerLinks property.

Returns:
possible object is TPartnerLinks

setPartnerLinks

public void setPartnerLinks(TPartnerLinks value)
Sets the value of the partnerLinks property.

Parameters:
value - allowed object is TPartnerLinks

getMessageExchanges

public TMessageExchanges getMessageExchanges()
Gets the value of the messageExchanges property.

Returns:
possible object is TMessageExchanges

setMessageExchanges

public void setMessageExchanges(TMessageExchanges value)
Sets the value of the messageExchanges property.

Parameters:
value - allowed object is TMessageExchanges

getVariables

public TVariables getVariables()
Gets the value of the variables property.

Returns:
possible object is TVariables

setVariables

public void setVariables(TVariables value)
Sets the value of the variables property.

Parameters:
value - allowed object is TVariables

getCorrelationSets

public TCorrelationSets getCorrelationSets()
Gets the value of the correlationSets property.

Returns:
possible object is TCorrelationSets

setCorrelationSets

public void setCorrelationSets(TCorrelationSets value)
Sets the value of the correlationSets property.

Parameters:
value - allowed object is TCorrelationSets

getFaultHandlers

public TFaultHandlers getFaultHandlers()
Gets the value of the faultHandlers property.

Returns:
possible object is TFaultHandlers

setFaultHandlers

public void setFaultHandlers(TFaultHandlers value)
Sets the value of the faultHandlers property.

Parameters:
value - allowed object is TFaultHandlers

getCompensationHandler

public TActivityContainer getCompensationHandler()
Gets the value of the compensationHandler property.

Returns:
possible object is TActivityContainer

setCompensationHandler

public void setCompensationHandler(TActivityContainer value)
Sets the value of the compensationHandler property.

Parameters:
value - allowed object is TActivityContainer

getTerminationHandler

public TActivityContainer getTerminationHandler()
Gets the value of the terminationHandler property.

Returns:
possible object is TActivityContainer

setTerminationHandler

public void setTerminationHandler(TActivityContainer value)
Sets the value of the terminationHandler property.

Parameters:
value - allowed object is TActivityContainer

getEventHandlers

public TEventHandlers getEventHandlers()
Gets the value of the eventHandlers property.

Returns:
possible object is TEventHandlers

setEventHandlers

public void setEventHandlers(TEventHandlers value)
Sets the value of the eventHandlers property.

Parameters:
value - allowed object is TEventHandlers

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

getIsolated

public TBoolean getIsolated()
Gets the value of the isolated property.

Returns:
possible object is TBoolean

setIsolated

public void setIsolated(TBoolean value)
Sets the value of the isolated property.

Parameters:
value - allowed object is TBoolean

getExitOnStandardFault

public TBoolean getExitOnStandardFault()
Gets the value of the exitOnStandardFault property.

Returns:
possible object is TBoolean

setExitOnStandardFault

public void setExitOnStandardFault(TBoolean value)
Sets the value of the exitOnStandardFault 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

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class TActivity

copyTo

public java.lang.Object copyTo(java.lang.Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.Copyable
Overrides:
copyTo in class TActivity

createCopy

public java.lang.Object createCopy()
Specified by:
createCopy in interface org.jvnet.jaxb2_commons.lang.Copyable
Specified by:
createCopy in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
createCopy in class TActivity


Copyright © 2012 Petals Link. All Rights Reserved.