com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick
Interface OnAlarm

All Superinterfaces:
BPELElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement

public interface OnAlarm
extends BPELElement


Method Summary
 Activity getActivity()
           
 com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDurationExpression getFor()
           
 com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDeadLineExpression getUntil()
           
 void setActivity(Activity a)
           
 void setFor(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDurationExpression e)
           
 void setUntil(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDeadLineExpression e)
           
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getActivity

Activity getActivity()

setActivity

void setActivity(Activity a)

getUntil

com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDeadLineExpression getUntil()

setUntil

void setUntil(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDeadLineExpression e)

getFor

com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDurationExpression getFor()

setFor

void setFor(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDurationExpression e)


Copyright © 2012 Petals Link. All Rights Reserved.