com.ebmwebsourcing.easybpel.model.bpel.executable
Class TProcess

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements
      extended by com.ebmwebsourcing.easybpel.model.bpel.executable.TProcess
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 TProcess
extends TExtensibleElements
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

Java class for tProcess complex type.

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

 <complexType name="tProcess">
   <complexContent>
     <extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tExtensibleElements">
       <sequence>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}extensions" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}import" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}partnerLinks" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}messageExchanges" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}variables" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}correlationSets" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}faultHandlers" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}eventHandlers" minOccurs="0"/>
         <group ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}activity"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="targetNamespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="queryLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0" />
       <attribute name="expressionLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0" />
       <attribute name="suppressJoinFailure" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tBoolean" default="no" />
       <attribute name="exitOnStandardFault" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tBoolean" default="no" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  TIf _if
           
protected  java.util.List<TImport> _import
           
protected  TThrow _throw
           
protected  TWhile _while
           
protected  TAssign assign
           
protected  TCompensate compensate
           
protected  TCompensateScope compensateScope
           
protected  TCorrelationSets correlationSets
           
protected  TEmpty empty
           
protected  TEventHandlers eventHandlers
           
protected  TExit exit
           
protected  TBoolean exitOnStandardFault
           
protected  java.lang.String expressionLanguage
           
protected  TExtensionActivity extensionActivity
           
protected  TExtensions extensions
           
protected  TFaultHandlers faultHandlers
           
protected  TFlow flow
           
protected  TForEach forEach
           
protected  TInvoke invoke
           
protected  TMessageExchanges messageExchanges
           
protected  java.lang.String name
           
protected  TPartnerLinks partnerLinks
           
protected  TPick pick
           
protected  java.lang.String queryLanguage
           
protected  TReceive receive
           
protected  TRepeatUntil repeatUntil
           
protected  TReply reply
           
protected  TRethrow rethrow
           
protected  TScope scope
           
protected  TSequence sequence
           
protected  TBoolean suppressJoinFailure
           
protected  java.lang.String targetNamespace
           
protected  TValidate validate
           
protected  TVariables variables
           
protected  TWait wait
           
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements
any, documentation
 
Constructor Summary
TProcess()
           
 
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.
 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.
 java.lang.String getExpressionLanguage()
          Gets the value of the expressionLanguage property.
 TExtensionActivity getExtensionActivity()
          Gets the value of the extensionActivity property.
 TExtensions getExtensions()
          Gets the value of the extensions 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.
 java.util.List<TImport> getImport()
          Gets the value of the import property.
 TInvoke getInvoke()
          Gets the value of the invoke property.
 TMessageExchanges getMessageExchanges()
          Gets the value of the messageExchanges property.
 java.lang.String getName()
          Gets the value of the name property.
 TPartnerLinks getPartnerLinks()
          Gets the value of the partnerLinks property.
 TPick getPick()
          Gets the value of the pick property.
 java.lang.String getQueryLanguage()
          Gets the value of the queryLanguage 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.
 TBoolean getSuppressJoinFailure()
          Gets the value of the suppressJoinFailure property.
 java.lang.String getTargetNamespace()
          Gets the value of the targetNamespace 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 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 setExpressionLanguage(java.lang.String value)
          Sets the value of the expressionLanguage property.
 void setExtensionActivity(TExtensionActivity value)
          Sets the value of the extensionActivity property.
 void setExtensions(TExtensions value)
          Sets the value of the extensions 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 setMessageExchanges(TMessageExchanges value)
          Sets the value of the messageExchanges property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPartnerLinks(TPartnerLinks value)
          Sets the value of the partnerLinks property.
 void setPick(TPick value)
          Sets the value of the pick property.
 void setQueryLanguage(java.lang.String value)
          Sets the value of the queryLanguage 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 setSuppressJoinFailure(TBoolean value)
          Sets the value of the suppressJoinFailure property.
 void setTargetNamespace(java.lang.String value)
          Sets the value of the targetNamespace 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.executable.TExtensibleElements
getAny, getDocumentation, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

extensions

protected TExtensions extensions

_import

protected java.util.List<TImport> _import

partnerLinks

protected TPartnerLinks partnerLinks

messageExchanges

protected TMessageExchanges messageExchanges

variables

protected TVariables variables

correlationSets

protected TCorrelationSets correlationSets

faultHandlers

protected TFaultHandlers faultHandlers

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

name

protected java.lang.String name

targetNamespace

protected java.lang.String targetNamespace

queryLanguage

protected java.lang.String queryLanguage

expressionLanguage

protected java.lang.String expressionLanguage

suppressJoinFailure

protected TBoolean suppressJoinFailure

exitOnStandardFault

protected TBoolean exitOnStandardFault
Constructor Detail

TProcess

public TProcess()
Method Detail

getExtensions

public TExtensions getExtensions()
Gets the value of the extensions property.

Returns:
possible object is TExtensions

setExtensions

public void setExtensions(TExtensions value)
Sets the value of the extensions property.

Parameters:
value - allowed object is TExtensions

getImport

public java.util.List<TImport> getImport()
Gets the value of the import property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the import property.

For example, to add a new item, do as follows:

    getImport().add(newItem);
 

Objects of the following type(s) are allowed in the list TImport


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

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

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getTargetNamespace

public java.lang.String getTargetNamespace()
Gets the value of the targetNamespace property.

Returns:
possible object is String

setTargetNamespace

public void setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property.

Parameters:
value - allowed object is String

getQueryLanguage

public java.lang.String getQueryLanguage()
Gets the value of the queryLanguage property.

Returns:
possible object is String

setQueryLanguage

public void setQueryLanguage(java.lang.String value)
Sets the value of the queryLanguage property.

Parameters:
value - allowed object is String

getExpressionLanguage

public java.lang.String getExpressionLanguage()
Gets the value of the expressionLanguage property.

Returns:
possible object is String

setExpressionLanguage

public void setExpressionLanguage(java.lang.String value)
Sets the value of the expressionLanguage property.

Parameters:
value - allowed object is String

getSuppressJoinFailure

public TBoolean getSuppressJoinFailure()
Gets the value of the suppressJoinFailure property.

Returns:
possible object is TBoolean

setSuppressJoinFailure

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

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 TExtensibleElements

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 TExtensibleElements

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 TExtensibleElements


Copyright © 2011 Petals Link. All Rights Reserved.