com.ebmwebsourcing.wsstar.qml.impl
Class ExprUnaryImpl

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

public class ExprUnaryImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<ExprUnary>
implements ExprUnary

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
ExprUnaryImpl(ExprUnary model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
 
Method Summary
 Expr getOperand()
           
 java.lang.String getUnary()
           
 void setOperand(Expr expr)
           
 void setUnary(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

ExprUnaryImpl

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

getOperand

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

getUnary

public java.lang.String getUnary()
Specified by:
getUnary in interface ExprUnary

setUnary

public void setUnary(java.lang.String value)
Specified by:
setUnary in interface ExprUnary

setOperand

public void setOperand(Expr expr)
Specified by:
setOperand in interface ExprUnary


Copyright © 2009 eBM Websourcing. All Rights Reserved.