com.ebmwebsourcing.wsstar.qml.impl
Class ExprImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<Expr>
      extended by com.ebmwebsourcing.wsstar.qml.impl.ExprImpl
All Implemented Interfaces:
Expr, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement

public class ExprImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<Expr>
implements Expr

Version:
1.0
Author:
Le Duc Bao - France Telecom
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
ExprImpl(Expr model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
 
Method Summary
 ExprBinary getExprBinary()
           
 ExprUnary getExprUnary()
           
 Input getInput()
           
 Value getValue()
           
 void setExprBinary(ExprBinary value)
           
 void setExprUnary(ExprUnary value)
           
 void setInput(java.lang.String value)
           
 void setValue(Value 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

ExprImpl

public ExprImpl(Expr model,
                org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
         throws WSQMLException
Throws:
WSQMLException
Method Detail

getInput

public Input getInput()
Specified by:
getInput in interface Expr

getValue

public Value getValue()
Specified by:
getValue in interface Expr

getExprBinary

public ExprBinary getExprBinary()
Specified by:
getExprBinary in interface Expr

getExprUnary

public ExprUnary getExprUnary()
Specified by:
getExprUnary in interface Expr

setExprBinary

public void setExprBinary(ExprBinary value)
Specified by:
setExprBinary in interface Expr

setExprUnary

public void setExprUnary(ExprUnary value)
Specified by:
setExprUnary in interface Expr

setValue

public void setValue(Value value)
Specified by:
setValue in interface Expr

setInput

public void setInput(java.lang.String value)
Specified by:
setInput in interface Expr


Copyright © 2009 eBM Websourcing. All Rights Reserved.