|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybpel.model.bpel._abstract.TExtensibleElements
com.ebmwebsourcing.easybpel.model.bpel._abstract.TActivity
public class TActivity
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/abstract}tExtensibleElements">
<sequence>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}targets" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}sources" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}NCName" />
<attribute name="suppressJoinFailure" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}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._abstract.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._abstract.TExtensibleElements |
|---|
getAny, getDocumentation, getOtherAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected TTargets targets
protected TSources sources
protected java.lang.String name
protected TBoolean suppressJoinFailure
| Constructor Detail |
|---|
public TActivity()
| Method Detail |
|---|
public TTargets getTargets()
TTargetspublic void setTargets(TTargets value)
value - allowed object is
TTargetspublic TSources getSources()
TSourcespublic void setSources(TSources value)
value - allowed object is
TSourcespublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic TBoolean getSuppressJoinFailure()
TBooleanpublic void setSuppressJoinFailure(TBoolean value)
value - allowed object is
TBooleanpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class TExtensibleElementspublic java.lang.String toString()
toString in class TExtensibleElements
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class TExtensibleElementspublic boolean equals(java.lang.Object object)
equals in class TExtensibleElementspublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class TExtensibleElementspublic int hashCode()
hashCode in class TExtensibleElements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||