cfa.vo.sed.io.jaxb
Interface SpectralCharacterizationAxisType

All Superinterfaces:
CharacterizationAxisType, Group
All Known Implementing Classes:
SpectralCharacterizationAxisTypeImpl

public interface SpectralCharacterizationAxisType
extends CharacterizationAxisType

Java content class for spectralCharacterizationAxisType 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 353)

 <complexType name="spectralCharacterizationAxisType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}characterizationAxisType">
       <sequence>
         <element name="ResPower" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 DoubleParamType getResPower()
          Gets the value of the resPower property.
 boolean isSetResPower()
           
 void setResPower(DoubleParamType value)
          Sets the value of the resPower property.
 void unsetResPower()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.CharacterizationAxisType
getAccuracy, getCalibration, getCoordSystem, getCoverage, getName, getResolution, getSamplingPrecision, getUcd, getUnit, isSetAccuracy, isSetCalibration, isSetCoordSystem, isSetCoverage, isSetName, isSetResolution, isSetSamplingPrecision, isSetUcd, isSetUnit, setAccuracy, setCalibration, setCoordSystem, setCoverage, setName, setResolution, setSamplingPrecision, setUcd, setUnit, unsetAccuracy, unsetCalibration, unsetCoordSystem, unsetCoverage, unsetName, unsetResolution, unsetSamplingPrecision, unsetUcd, unsetUnit
 
Methods inherited from interface cfa.vo.sed.io.jaxb.Group
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref
 

Method Detail

getResPower

DoubleParamType getResPower()
Gets the value of the resPower property.

Returns:
possible object is DoubleParamType

setResPower

void setResPower(DoubleParamType value)
Sets the value of the resPower property.

Parameters:
value - allowed object is DoubleParamType

isSetResPower

boolean isSetResPower()

unsetResPower

void unsetResPower()