cfa.vo.sed.io.jaxb
Interface TimeParamType

All Superinterfaces:
ParamType
All Known Implementing Classes:
TimeParamTypeImpl

public interface TimeParamType
extends ParamType

Java content class for timeParamType 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 159)

 <complexType name="timeParamType">
   <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()