|
||||||||||
| 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.TEventHandlers
public class TEventHandlers
XSD Authors: The child element onAlarm needs to be a Local Element Declaration, because there is another onAlarm element defined for the pick activity.
Java class for tEventHandlers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tEventHandlers">
<complexContent>
<extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tExtensibleElements">
<sequence>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}onEvent" maxOccurs="unbounded" minOccurs="0"/>
<element name="onAlarm" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tOnAlarmEvent" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<TOnAlarmEvent> |
onAlarm
|
protected java.util.List<TOnEvent> |
onEvent
|
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TEventHandlers()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.util.List<TOnAlarmEvent> |
getOnAlarm()
Gets the value of the onAlarm property. |
java.util.List<TOnEvent> |
getOnEvent()
Gets the value of the onEvent property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| 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 java.util.List<TOnEvent> onEvent
protected java.util.List<TOnAlarmEvent> onAlarm
| Constructor Detail |
|---|
public TEventHandlers()
| Method Detail |
|---|
public java.util.List<TOnEvent> getOnEvent()
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 onEvent property.
For example, to add a new item, do as follows:
getOnEvent().add(newItem);
Objects of the following type(s) are allowed in the list
TOnEvent
public java.util.List<TOnAlarmEvent> 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
TOnAlarmEvent
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 | |||||||||