|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTRootElement
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTEventDefinition
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTTimerEventDefinition
public class EJaxbTTimerEventDefinition
Java class for tTimerEventDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tTimerEventDefinition">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEventDefinition">
<choice>
<element name="timeDate" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
<element name="timeDuration" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
<element name="timeCycle" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
</choice>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EJaxbTExpression |
timeCycle
|
protected EJaxbTExpression |
timeDate
|
protected EJaxbTExpression |
timeDuration
|
| Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement |
|---|
documentation, extensionElements, id |
| Constructor Summary | |
|---|---|
EJaxbTTimerEventDefinition()
|
|
| Method Summary | |
|---|---|
EJaxbTExpression |
getTimeCycle()
Gets the value of the timeCycle property. |
EJaxbTExpression |
getTimeDate()
Gets the value of the timeDate property. |
EJaxbTExpression |
getTimeDuration()
Gets the value of the timeDuration property. |
boolean |
isSetTimeCycle()
|
boolean |
isSetTimeDate()
|
boolean |
isSetTimeDuration()
|
void |
setTimeCycle(EJaxbTExpression value)
Sets the value of the timeCycle property. |
void |
setTimeDate(EJaxbTExpression value)
Sets the value of the timeDate property. |
void |
setTimeDuration(EJaxbTExpression value)
Sets the value of the timeDuration property. |
| Methods inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement |
|---|
getDocumentation, getExtensionElements, getId, getOtherAttributes, isSetDocumentation, isSetExtensionElements, isSetId, setExtensionElements, setId, unsetDocumentation |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject |
|---|
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject |
|---|
getParent, getXmlObject, setXmlObject |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EJaxbTExpression timeDate
protected EJaxbTExpression timeDuration
protected EJaxbTExpression timeCycle
| Constructor Detail |
|---|
public EJaxbTTimerEventDefinition()
| Method Detail |
|---|
public EJaxbTExpression getTimeDate()
EJaxbTExpressionpublic void setTimeDate(EJaxbTExpression value)
value - allowed object is
EJaxbTExpressionpublic boolean isSetTimeDate()
public EJaxbTExpression getTimeDuration()
EJaxbTExpressionpublic void setTimeDuration(EJaxbTExpression value)
value - allowed object is
EJaxbTExpressionpublic boolean isSetTimeDuration()
public EJaxbTExpression getTimeCycle()
EJaxbTExpressionpublic void setTimeCycle(EJaxbTExpression value)
value - allowed object is
EJaxbTExpressionpublic boolean isSetTimeCycle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||