com.ebmwebsourcing.wsstar.qml.impl
Class ExprBinaryImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<ExprBinary>
com.ebmwebsourcing.wsstar.qml.impl.ExprBinaryImpl
- All Implemented Interfaces:
- ExprBinary, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement
public class ExprBinaryImpl
- extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<ExprBinary>
- implements ExprBinary
- Version:
- 1.0
- Author:
- Le Duc Bao - France Telecom
- See Also:
- Serialized Form
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
|
Constructor Summary |
ExprBinaryImpl(ExprBinary model,
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
|
| 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 |
ExprBinaryImpl
public ExprBinaryImpl(ExprBinary model,
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
throws WSQMLException
- Throws:
WSQMLException
getBinary
public java.lang.String getBinary()
- Specified by:
getBinary in interface ExprBinary
getFirstOperand
public Expr getFirstOperand()
- Specified by:
getFirstOperand in interface ExprBinary
getSecondOperand
public Expr getSecondOperand()
- Specified by:
getSecondOperand in interface ExprBinary
setBinary
public void setBinary(java.lang.String value)
- Specified by:
setBinary in interface ExprBinary
Copyright © 2009 eBM Websourcing. All Rights Reserved.