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

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements
      extended by com.ebmwebsourcing.easybpel.model.bpel.executable.TActivity
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
TAssign, TCompensate, TCompensateScope, TEmpty, TExit, TFlow, TForEach, TIf, TInvoke, TPick, TReceive, TRepeatUntil, TReply, TRethrow, TScope, TSequence, TThrow, TValidate, TWait, TWhile

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

Java class for tActivity complex type.

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

 <complexType name="tActivity">
   <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}targets" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}sources" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="suppressJoinFailure" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tBoolean" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String name
           
protected  TSources sources
           
protected  TBoolean suppressJoinFailure
           
protected  TTargets targets
           
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements
any, documentation
 
Constructor Summary
TActivity()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getName()
          Gets the value of the name property.
 TSources getSources()
          Gets the value of the sources property.
 TBoolean getSuppressJoinFailure()
          Gets the value of the suppressJoinFailure property.
 TTargets getTargets()
          Gets the value of the targets property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setSources(TSources value)
          Sets the value of the sources property.
 void setSuppressJoinFailure(TBoolean value)
          Sets the value of the suppressJoinFailure property.
 void setTargets(TTargets value)
          Sets the value of the targets 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

targets

protected TTargets targets

sources

protected TSources sources

name

protected java.lang.String name

suppressJoinFailure

protected TBoolean suppressJoinFailure
Constructor Detail

TActivity

public TActivity()
Method Detail

getTargets

public TTargets getTargets()
Gets the value of the targets property.

Returns:
possible object is TTargets

setTargets

public void setTargets(TTargets value)
Sets the value of the targets property.

Parameters:
value - allowed object is TTargets

getSources

public TSources getSources()
Gets the value of the sources property.

Returns:
possible object is TSources

setSources

public void setSources(TSources value)
Sets the value of the sources property.

Parameters:
value - allowed object is TSources

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

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

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.