easybox.org.omg.spec.bpmn._20100524.model
Class EJaxbTTimerEventDefinition

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
              extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTRootElement
                  extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTEventDefinition
                      extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTTimerEventDefinition
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject

public class EJaxbTTimerEventDefinition
extends EJaxbTEventDefinition

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

timeDate

protected EJaxbTExpression timeDate

timeDuration

protected EJaxbTExpression timeDuration

timeCycle

protected EJaxbTExpression timeCycle
Constructor Detail

EJaxbTTimerEventDefinition

public EJaxbTTimerEventDefinition()
Method Detail

getTimeDate

public EJaxbTExpression getTimeDate()
Gets the value of the timeDate property.

Returns:
possible object is EJaxbTExpression

setTimeDate

public void setTimeDate(EJaxbTExpression value)
Sets the value of the timeDate property.

Parameters:
value - allowed object is EJaxbTExpression

isSetTimeDate

public boolean isSetTimeDate()

getTimeDuration

public EJaxbTExpression getTimeDuration()
Gets the value of the timeDuration property.

Returns:
possible object is EJaxbTExpression

setTimeDuration

public void setTimeDuration(EJaxbTExpression value)
Sets the value of the timeDuration property.

Parameters:
value - allowed object is EJaxbTExpression

isSetTimeDuration

public boolean isSetTimeDuration()

getTimeCycle

public EJaxbTExpression getTimeCycle()
Gets the value of the timeCycle property.

Returns:
possible object is EJaxbTExpression

setTimeCycle

public void setTimeCycle(EJaxbTExpression value)
Sets the value of the timeCycle property.

Parameters:
value - allowed object is EJaxbTExpression

isSetTimeCycle

public boolean isSetTimeCycle()


Copyright © 2011 Petals Link. All Rights Reserved.