com.ebmwebsourcing.wsstar.qml.impl
Class ValueImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<Value>
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
| 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)
|
| 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 |
ValueImpl
public ValueImpl(Value model,
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
throws WSQMLException
- Throws:
WSQMLException
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.