|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements
com.ebmwebsourcing.easybpel.model.bpel.executable.TCorrelation
public class TCorrelation
Java class for tCorrelation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCorrelation">
<complexContent>
<extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tExtensibleElements">
<attribute name="set" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="initiate" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tInitiate" default="no" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TInitiate |
initiate
|
protected java.lang.String |
set
|
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TCorrelation()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
TInitiate |
getInitiate()
Gets the value of the initiate property. |
java.lang.String |
getSet()
Gets the value of the set property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setInitiate(TInitiate value)
Sets the value of the initiate property. |
void |
setSet(java.lang.String value)
Sets the value of the set 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 |
|---|
protected java.lang.String set
protected TInitiate initiate
| Constructor Detail |
|---|
public TCorrelation()
| Method Detail |
|---|
public java.lang.String getSet()
Stringpublic void setSet(java.lang.String value)
value - allowed object is
Stringpublic TInitiate getInitiate()
TInitiatepublic void setInitiate(TInitiate value)
value - allowed object is
TInitiatepublic 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 | |||||||||