|
||||||||||
| 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.TTargets
public class TTargets
Java class for tTargets complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tTargets">
<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}joinCondition" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}target" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TCondition |
joinCondition
|
protected java.util.List<TTarget> |
target
|
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel._abstract.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TTargets()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
TCondition |
getJoinCondition()
Gets the value of the joinCondition property. |
java.util.List<TTarget> |
getTarget()
Gets the value of the target property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setJoinCondition(TCondition value)
Sets the value of the joinCondition 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 TCondition joinCondition
protected java.util.List<TTarget> target
| Constructor Detail |
|---|
public TTargets()
| Method Detail |
|---|
public TCondition getJoinCondition()
TConditionpublic void setJoinCondition(TCondition value)
value - allowed object is
TConditionpublic java.util.List<TTarget> getTarget()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the target property.
For example, to add a new item, do as follows:
getTarget().add(newItem);
Objects of the following type(s) are allowed in the list
TTarget
public 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 | |||||||||