com.ebmwebsourcing.easyviper.core.impl.engine.variable
Class VariableImpl<T>
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<Tvariable>
com.ebmwebsourcing.easyviper.core.impl.engine.variable.VariableImpl<T>
- All Implemented Interfaces:
- com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,T>, com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement
public abstract class VariableImpl<T>
- extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<Tvariable>
- implements com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
|
Method Summary |
javax.xml.namespace.QName |
getContent()
|
com.ebmwebsourcing.easyviper.core.api.soa.message.MessageMatcher |
getMatcher()
|
javax.xml.namespace.QName |
getQName()
|
com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> |
getValue()
|
void |
setContent(javax.xml.namespace.QName content)
|
void |
setMatcher(com.ebmwebsourcing.easyviper.core.api.soa.message.MessageMatcher messageMatcher)
|
void |
setQName(javax.xml.namespace.QName name)
|
void |
setValue(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage value)
|
java.lang.String |
toString()
|
| Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setDocumentation, setParent |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable |
copypaste |
| Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression |
evaluate |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
VariableImpl
public VariableImpl(Tvariable model,
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
VariableImpl
public VariableImpl()
getValue
public com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> getValue()
- Specified by:
getValue in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
setValue
public void setValue(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage value)
- Specified by:
setValue in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
getMatcher
public com.ebmwebsourcing.easyviper.core.api.soa.message.MessageMatcher getMatcher()
setMatcher
public void setMatcher(com.ebmwebsourcing.easyviper.core.api.soa.message.MessageMatcher messageMatcher)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getQName
public javax.xml.namespace.QName getQName()
- Specified by:
getQName in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
setQName
public void setQName(javax.xml.namespace.QName name)
- Specified by:
setQName in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
getContent
public javax.xml.namespace.QName getContent()
- Specified by:
getContent in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,T>
setContent
public void setContent(javax.xml.namespace.QName content)
- Specified by:
setContent in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,T>
Copyright © 2009-2010 eBM WebSourcing. All Rights Reserved.