com.ebmwebsourcing.wsstar.qml.impl
Class ExprBinaryImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<ExprBinary>
      extended by 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

Field Summary
 
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)
           
 
Method Summary
 java.lang.String getBinary()
           
 Expr getFirstOperand()
           
 Expr getSecondOperand()
           
 void setBinary(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

ExprBinaryImpl

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

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.