|
||||||||||
| 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.TActivity
com.ebmwebsourcing.easybpel.model.bpel.executable.TReply
public class TReply
XSD Authors: The child element correlations needs to be a Local Element Declaration, because there is another correlations element defined for the invoke activity.
Java class for tReply complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tReply">
<complexContent>
<extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tActivity">
<sequence>
<element name="correlations" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tCorrelations" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}toParts" minOccurs="0"/>
</sequence>
<attribute name="partnerLink" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="portType" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="operation" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="variable" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}BPELVariableName" />
<attribute name="faultName" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="messageExchange" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TCorrelations |
correlations
|
protected javax.xml.namespace.QName |
faultName
|
protected java.lang.String |
messageExchange
|
protected java.lang.String |
operation
|
protected java.lang.String |
partnerLink
|
protected javax.xml.namespace.QName |
portType
|
protected TToParts |
toParts
|
protected java.lang.String |
variable
|
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.executable.TActivity |
|---|
name, sources, suppressJoinFailure, targets |
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TReply()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
TCorrelations |
getCorrelations()
Gets the value of the correlations property. |
javax.xml.namespace.QName |
getFaultName()
Gets the value of the faultName property. |
java.lang.String |
getMessageExchange()
Gets the value of the messageExchange property. |
java.lang.String |
getOperation()
Gets the value of the operation property. |
java.lang.String |
getPartnerLink()
Gets the value of the partnerLink property. |
javax.xml.namespace.QName |
getPortType()
Gets the value of the portType property. |
TToParts |
getToParts()
Gets the value of the toParts property. |
java.lang.String |
getVariable()
Gets the value of the variable property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setCorrelations(TCorrelations value)
Sets the value of the correlations property. |
void |
setFaultName(javax.xml.namespace.QName value)
Sets the value of the faultName property. |
void |
setMessageExchange(java.lang.String value)
Sets the value of the messageExchange property. |
void |
setOperation(java.lang.String value)
Sets the value of the operation property. |
void |
setPartnerLink(java.lang.String value)
Sets the value of the partnerLink property. |
void |
setPortType(javax.xml.namespace.QName value)
Sets the value of the portType property. |
void |
setToParts(TToParts value)
Sets the value of the toParts property. |
void |
setVariable(java.lang.String value)
Sets the value of the variable property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.executable.TActivity |
|---|
getName, getSources, getSuppressJoinFailure, getTargets, setName, setSources, setSuppressJoinFailure, setTargets |
| 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 TCorrelations correlations
protected TToParts toParts
protected java.lang.String partnerLink
protected javax.xml.namespace.QName portType
protected java.lang.String operation
protected java.lang.String variable
protected javax.xml.namespace.QName faultName
protected java.lang.String messageExchange
| Constructor Detail |
|---|
public TReply()
| Method Detail |
|---|
public TCorrelations getCorrelations()
TCorrelationspublic void setCorrelations(TCorrelations value)
value - allowed object is
TCorrelationspublic TToParts getToParts()
TToPartspublic void setToParts(TToParts value)
value - allowed object is
TToPartspublic java.lang.String getPartnerLink()
Stringpublic void setPartnerLink(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getPortType()
QNamepublic void setPortType(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.lang.String getOperation()
Stringpublic void setOperation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVariable()
Stringpublic void setVariable(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getFaultName()
QNamepublic void setFaultName(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.lang.String getMessageExchange()
Stringpublic void setMessageExchange(java.lang.String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class TActivitypublic java.lang.String toString()
toString in class TActivity
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 TActivitypublic boolean equals(java.lang.Object object)
equals in class TActivitypublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class TActivitypublic int hashCode()
hashCode in class TActivity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||