|
||||||||||
| 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.TActivity
com.ebmwebsourcing.easybpel.model.bpel._abstract.TPick
public class TPick
XSD Authors: The child element onAlarm needs to be a Local Element Declaration, because there is another onAlarm element defined for event handlers.
Java class for tPick complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPick">
<complexContent>
<extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}tActivity">
<sequence>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}onMessage" maxOccurs="unbounded" minOccurs="0"/>
<element name="onAlarm" type="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}tOnAlarmPick" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="createInstance" 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 TBoolean |
createInstance
|
protected java.util.List<TOnAlarmPick> |
onAlarm
|
protected java.util.List<TOnMessage> |
onMessage
|
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel._abstract.TActivity |
|---|
name, sources, suppressJoinFailure, targets |
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel._abstract.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TPick()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
copyTo(java.lang.Object target)
|
java.lang.Object |
copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
|
java.lang.Object |
createCopy()
|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
TBoolean |
getCreateInstance()
Gets the value of the createInstance property. |
java.util.List<TOnAlarmPick> |
getOnAlarm()
Gets the value of the onAlarm property. |
java.util.List<TOnMessage> |
getOnMessage()
Gets the value of the onMessage property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setCreateInstance(TBoolean value)
Sets the value of the createInstance property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel._abstract.TActivity |
|---|
getName, getSources, getSuppressJoinFailure, getTargets, setName, setSources, setSuppressJoinFailure, setTargets |
| 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.util.List<TOnMessage> onMessage
protected java.util.List<TOnAlarmPick> onAlarm
protected TBoolean createInstance
| Constructor Detail |
|---|
public TPick()
| Method Detail |
|---|
public java.util.List<TOnMessage> getOnMessage()
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 onMessage property.
For example, to add a new item, do as follows:
getOnMessage().add(newItem);
Objects of the following type(s) are allowed in the list
TOnMessage
public java.util.List<TOnAlarmPick> getOnAlarm()
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 onAlarm property.
For example, to add a new item, do as follows:
getOnAlarm().add(newItem);
Objects of the following type(s) are allowed in the list
TOnAlarmPick
public TBoolean getCreateInstance()
TBooleanpublic void setCreateInstance(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 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
public java.lang.Object copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class TActivitypublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyablecopyTo in class TActivitypublic java.lang.Object createCopy()
createCopy in interface org.jvnet.jaxb2_commons.lang.CopyablecreateCopy in interface org.jvnet.jaxb2_commons.lang.CopyTocreateCopy in class TActivity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||