com.ebmwebsourcing.easybpel.extension.activities._package.debug
Class TExtentedActivity

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.extension.activities._package.debug.TExtensibleElements
      extended by com.ebmwebsourcing.easybpel.extension.activities._package.debug.TExtentedActivity
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
Direct Known Subclasses:
TBreakpointActivity, TDebugActivity, TEchoActivity, TLoggerActivity

public class TExtentedActivity
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 tExtentedActivity complex type.

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

 <complexType name="tExtentedActivity">
   <complexContent>
     <extension base="{http://easybpel.ebmwebsourcing.com/extension/activities/package/debug}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" />
     </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.extension.activities._package.debug.TExtensibleElements
documentation
 
Constructor Summary
TExtentedActivity()
           
 
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)
           
 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.extension.activities._package.debug.TExtensibleElements
getDocumentation
 
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

TExtentedActivity

public TExtentedActivity()
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

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 © 2008-2010 eBM WebSourcing. All Rights Reserved.