cfa.vo.sed.io.jaxb
Interface DoubleParamType

All Superinterfaces:
ParamType
All Known Implementing Classes:
DoubleParamTypeImpl

public interface DoubleParamType
extends ParamType

Java content class for doubleParamType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/data/NVO/staff/mccusker/schema/specxml2-1.01b.xsd line 151)

 <complexType name="doubleParamType">
   <simpleContent>
     <extension base="<http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd>paramType">
       <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 java.lang.String getUnit()
          Gets the value of the unit property.
 boolean isSetUnit()
           
 void setUnit(java.lang.String value)
          Sets the value of the unit property.
 void unsetUnit()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.ParamType
getName, getUcd, getValue, isSetName, isSetUcd, isSetValue, setName, setUcd, setValue, unsetName, unsetUcd, unsetValue
 

Method Detail

getUnit

java.lang.String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

void setUnit(java.lang.String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String

isSetUnit

boolean isSetUnit()

unsetUnit

void unsetUnit()