com.ebmwebsourcing.easybpel.model.bpel.api
Interface BPELElement

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement
All Known Subinterfaces:
Activity, Assign, BPELBooleanExpression, BPELDateVariable, BPELDeadLineExpression, BPELDurationExpression, BPELElementExpression, BPELElementVariable, BPELExpression<E>, BPELIntVariable, BPELLongVariable, BPELProcess, BPELStringVariable, BPELUnsignedIntegerExpression, BPELVariable<T>, BreakpointActivity, Catch, CatchAll, Copy, Correlation, CorrelationSet, DebugActivity, EchoActivity, Empty, Exit, ExtensionActivity, FaultHandlers, Flow, ForEach, From, FromAndTo, If, Import, Invoke, Literal, OnMessage, PartnerLink, Pick, Query, Receive, RepeatUntil, Reply, ReThrow, Scope, Sequence, ServiceRef, Throw, To, Wait, While
All Known Implementing Classes:
ActivityImpl, AssignImpl, BPELBooleanExpressionImpl, BPELDateVariableImpl, BPELDeadLineExpressionImpl, BPELDurationExpressionImpl, BPELElementExpressionImpl, BPELElementImpl, BPELElementVariableImpl, BPELExpressionImpl, BPELIntVariableImpl, BPELLongVariableImpl, BPELProcessImpl, BPELStringVariableImpl, BPELUnsignedIntegerExpressionImpl, BPELVariableImpl, BreakpointActivityImpl, CatchAllImpl, CatchImpl, ContainersImpl, CopyImpl, CorrelationImpl, CorrelationSetImpl, DebugActivityImpl, EchoActivityImpl, EmptyImpl, ExitImpl, ExtensionActivityImpl, FaultHandlersImpl, FlowImpl, ForEachImpl, FromImpl, IfImpl, ImportImpl, InvokeImpl, LiteralImpl, OnMessageImpl, PartnerLinkImpl, PickImpl, QueryImpl, ReceiveImpl, RepeatUntilImpl, ReplyImpl, ReThrowImpl, ScopeImpl, SequenceImpl, ServiceRefImpl, SourcesImpl, TargetsImpl, ThrowImpl, ToImpl, WaitImpl, WhileImpl

public interface BPELElement
extends org.ow2.easywsdl.schema.api.XMLElement, Validator

This interface represents all BPEL Elements

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 javax.xml.namespace.QName getTag()
           
 void setTag(javax.xml.namespace.QName name)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getTag

javax.xml.namespace.QName getTag()

setTag

void setTag(javax.xml.namespace.QName name)


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.