com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4pick
Class OnMessageImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TOnMessage>
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4pick.OnMessageImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage, com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement, com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement
public class OnMessageImpl
- extends com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TOnMessage>
- implements com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl |
tag |
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
|
Constructor Summary |
OnMessageImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TOnMessage model,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<?> parent)
|
| Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl |
addOtherElements, createDocumentation, getDocumentation, getTag, setDocumentation, setTag, validate |
| Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
equals, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setParent |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement |
getTag, setTag |
| Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement |
addOtherElements |
| 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 |
OnMessageImpl
public OnMessageImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TOnMessage model,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<?> parent)
getInputVariable
public java.lang.String getInputVariable()
- Specified by:
getInputVariable in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
setInputVariable
public void setInputVariable(java.lang.String var)
- Specified by:
setInputVariable in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
getInterface
public javax.xml.namespace.QName getInterface()
- Specified by:
getInterface in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
setInterface
public void setInterface(javax.xml.namespace.QName itf)
- Specified by:
setInterface in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
getMessageExchange
public java.lang.String getMessageExchange()
- Specified by:
getMessageExchange in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
setMessageExchange
public void setMessageExchange(java.lang.String me)
- Specified by:
setMessageExchange in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
getOperation
public java.lang.String getOperation()
- Specified by:
getOperation in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
setOperation
public void setOperation(java.lang.String operation)
- Specified by:
setOperation in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
getPartnerLink
public java.lang.String getPartnerLink()
- Specified by:
getPartnerLink in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
setPartnerLink
public void setPartnerLink(java.lang.String partner)
- Specified by:
setPartnerLink in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
getOtherElements
public java.util.List<org.w3c.dom.Element> getOtherElements()
throws org.ow2.easywsdl.schema.api.XmlException
- Specified by:
getOtherElements in interface org.ow2.easywsdl.schema.api.XMLElement- Overrides:
getOtherElements in class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TOnMessage>
- Throws:
org.ow2.easywsdl.schema.api.XmlException
getActivity
public com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity getActivity()
- Specified by:
getActivity in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
setActivity
public void setActivity(com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity a)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Specified by:
setActivity in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
getCorrelations
public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.correlation.Correlation> getCorrelations()
- Specified by:
getCorrelations in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick.OnMessage
Copyright © 2012 Petals Link. All Rights Reserved.