com.ebmwebsourcing.wsstar.qml.impl
Class ValueImpl

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

public class ValueImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<Value>
implements Value

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
ValueImpl(Value model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
 
Method Summary
 Type getType()
           
 Unit getUnit()
           
 java.lang.Float getValue()
           
 Type newType()
           
 Unit newUnit()
           
 void setType(Type t)
           
 void setUnit(Unit unit)
           
 void setValue(java.lang.Float val)
           
 
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

ValueImpl

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

getType

public Type getType()
Specified by:
getType in interface Value

getUnit

public Unit getUnit()
Specified by:
getUnit in interface Value

getValue

public java.lang.Float getValue()
Specified by:
getValue in interface Value

setType

public void setType(Type t)
Specified by:
setType in interface Value

setUnit

public void setUnit(Unit unit)
Specified by:
setUnit in interface Value

setValue

public void setValue(java.lang.Float val)
Specified by:
setValue in interface Value

newType

public Type newType()
             throws WSQMLException
Specified by:
newType in interface Value
Throws:
WSQMLException

newUnit

public Unit newUnit()
             throws WSQMLException
Specified by:
newUnit in interface Value
Throws:
WSQMLException


Copyright © 2009 eBM Websourcing. All Rights Reserved.