|
||||||||||
| 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.TPartnerLink
public class TPartnerLink
Java class for tPartnerLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPartnerLink">
<complexContent>
<extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}tExtensibleElements">
<attribute name="name" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}NCName" />
<attribute name="partnerLinkType" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}QName" />
<attribute name="myRole" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}NCName" />
<attribute name="partnerRole" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}NCName" />
<attribute name="initializePartnerRole" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}tBoolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TBoolean |
initializePartnerRole
|
protected java.lang.String |
myRole
|
protected java.lang.String |
name
|
protected java.lang.String |
partnerLinkType
|
protected java.lang.String |
partnerRole
|
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel._abstract.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TPartnerLink()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
TBoolean |
getInitializePartnerRole()
Gets the value of the initializePartnerRole property. |
java.lang.String |
getMyRole()
Gets the value of the myRole property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getPartnerLinkType()
Gets the value of the partnerLinkType property. |
java.lang.String |
getPartnerRole()
Gets the value of the partnerRole property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setInitializePartnerRole(TBoolean value)
Sets the value of the initializePartnerRole property. |
void |
setMyRole(java.lang.String value)
Sets the value of the myRole property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPartnerLinkType(java.lang.String value)
Sets the value of the partnerLinkType property. |
void |
setPartnerRole(java.lang.String value)
Sets the value of the partnerRole 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 java.lang.String name
protected java.lang.String partnerLinkType
protected java.lang.String myRole
protected java.lang.String partnerRole
protected TBoolean initializePartnerRole
| Constructor Detail |
|---|
public TPartnerLink()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPartnerLinkType()
Stringpublic void setPartnerLinkType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMyRole()
Stringpublic void setMyRole(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPartnerRole()
Stringpublic void setPartnerRole(java.lang.String value)
value - allowed object is
Stringpublic TBoolean getInitializePartnerRole()
TBooleanpublic void setInitializePartnerRole(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 | |||||||||