|
||||||||||
| 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.TCopy
public class TCopy
Java class for tCopy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCopy">
<complexContent>
<extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}tExtensibleElements">
<sequence>
<group ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}fromGroup" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}to" minOccurs="0"/>
</sequence>
<attribute name="keepSrcElementName" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}tBoolean" default="no" />
<attribute name="ignoreMissingFromData" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}tBoolean" default="no" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TFrom |
from
|
protected TBoolean |
ignoreMissingFromData
|
protected TBoolean |
keepSrcElementName
|
protected TExtensibleElements |
opaqueFrom
|
protected TTo |
to
|
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel._abstract.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TCopy()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
TFrom |
getFrom()
Gets the value of the from property. |
TBoolean |
getIgnoreMissingFromData()
Gets the value of the ignoreMissingFromData property. |
TBoolean |
getKeepSrcElementName()
Gets the value of the keepSrcElementName property. |
TExtensibleElements |
getOpaqueFrom()
Gets the value of the opaqueFrom property. |
TTo |
getTo()
Gets the value of the to property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setFrom(TFrom value)
Sets the value of the from property. |
void |
setIgnoreMissingFromData(TBoolean value)
Sets the value of the ignoreMissingFromData property. |
void |
setKeepSrcElementName(TBoolean value)
Sets the value of the keepSrcElementName property. |
void |
setOpaqueFrom(TExtensibleElements value)
Sets the value of the opaqueFrom property. |
void |
setTo(TTo value)
Sets the value of the to 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 TExtensibleElements opaqueFrom
protected TFrom from
protected TTo to
protected TBoolean keepSrcElementName
protected TBoolean ignoreMissingFromData
| Constructor Detail |
|---|
public TCopy()
| Method Detail |
|---|
public TExtensibleElements getOpaqueFrom()
TExtensibleElementspublic void setOpaqueFrom(TExtensibleElements value)
value - allowed object is
TExtensibleElementspublic TFrom getFrom()
TFrompublic void setFrom(TFrom value)
value - allowed object is
TFrompublic TTo getTo()
TTopublic void setTo(TTo value)
value - allowed object is
TTopublic TBoolean getKeepSrcElementName()
TBooleanpublic void setKeepSrcElementName(TBoolean value)
value - allowed object is
TBooleanpublic TBoolean getIgnoreMissingFromData()
TBooleanpublic void setIgnoreMissingFromData(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 | |||||||||