|
||||||||||
| 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.TOnAlarmEvent
public class TOnAlarmEvent
Java class for tOnAlarmEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tOnAlarmEvent">
<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}forOrUntilGroup" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}repeatEvery" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/abstract}scope" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TDurationExpr |
_for
|
protected TDurationExpr |
repeatEvery
|
protected TScope |
scope
|
protected TDeadlineExpr |
until
|
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel._abstract.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TOnAlarmEvent()
|
|
| 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)
|
TDurationExpr |
getFor()
Gets the value of the for property. |
TDurationExpr |
getRepeatEvery()
Gets the value of the repeatEvery property. |
TScope |
getScope()
Gets the value of the scope property. |
TDeadlineExpr |
getUntil()
Gets the value of the until property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setFor(TDurationExpr value)
Sets the value of the for property. |
void |
setRepeatEvery(TDurationExpr value)
Sets the value of the repeatEvery property. |
void |
setScope(TScope value)
Sets the value of the scope property. |
void |
setUntil(TDeadlineExpr value)
Sets the value of the until 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 TDurationExpr _for
protected TDeadlineExpr until
protected TDurationExpr repeatEvery
protected TScope scope
| Constructor Detail |
|---|
public TOnAlarmEvent()
| Method Detail |
|---|
public TDurationExpr getFor()
TDurationExprpublic void setFor(TDurationExpr value)
value - allowed object is
TDurationExprpublic TDeadlineExpr getUntil()
TDeadlineExprpublic void setUntil(TDeadlineExpr value)
value - allowed object is
TDeadlineExprpublic TDurationExpr getRepeatEvery()
TDurationExprpublic void setRepeatEvery(TDurationExpr value)
value - allowed object is
TDurationExprpublic TScope getScope()
TScopepublic void setScope(TScope value)
value - allowed object is
TScopepublic 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
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 TExtensibleElementspublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyablecopyTo in class TExtensibleElementspublic java.lang.Object createCopy()
createCopy in interface org.jvnet.jaxb2_commons.lang.CopyablecreateCopy in interface org.jvnet.jaxb2_commons.lang.CopyTocreateCopy in class TExtensibleElements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||