com.ebmwebsourcing.agreement.definition.impl
Class ExpressionImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<TExpression>
      extended by com.ebmwebsourcing.agreement.definition.impl.ExpressionImpl
All Implemented Interfaces:
Expression, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement

public class ExpressionImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<TExpression>
implements Expression

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
ExpressionImpl(TExpression model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
 
Method Summary
 java.lang.String getExpressionLanguage()
           
 java.lang.String getValue()
           
 void setExpressionLanguage(java.lang.String exp)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionImpl

public ExpressionImpl(TExpression model,
                      org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
               throws WSAgreementException
Throws:
WSAgreementException
Method Detail

getExpressionLanguage

public java.lang.String getExpressionLanguage()
Specified by:
getExpressionLanguage in interface Expression

getValue

public java.lang.String getValue()
Specified by:
getValue in interface Expression

setExpressionLanguage

public void setExpressionLanguage(java.lang.String exp)
Specified by:
setExpressionLanguage in interface Expression

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface Expression


Copyright © 2009 eBM Websourcing. All Rights Reserved.