cfa.vo.sed.io.jaxb
Interface DerivedDataType

All Superinterfaces:
Group
All Known Implementing Classes:
DerivedDataTypeImpl

public interface DerivedDataType
extends Group

Java content class for derivedDataType 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 444)

 <complexType name="derivedDataType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
       <sequence>
         <element name="SNR" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
         <element name="VarAmpl" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
         <element name="Redshift" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}sedQuantityType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 SedQuantityType getRedshift()
          Gets the value of the redshift property.
 DoubleParamType getSNR()
          Gets the value of the snr property.
 DoubleParamType getVarAmpl()
          Gets the value of the varAmpl property.
 boolean isSetRedshift()
           
 boolean isSetSNR()
           
 boolean isSetVarAmpl()
           
 void setRedshift(SedQuantityType value)
          Sets the value of the redshift property.
 void setSNR(DoubleParamType value)
          Sets the value of the snr property.
 void setVarAmpl(DoubleParamType value)
          Sets the value of the varAmpl property.
 void unsetRedshift()
           
 void unsetSNR()
           
 void unsetVarAmpl()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.Group
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref
 

Method Detail

getRedshift

SedQuantityType getRedshift()
Gets the value of the redshift property.

Returns:
possible object is SedQuantityType

setRedshift

void setRedshift(SedQuantityType value)
Sets the value of the redshift property.

Parameters:
value - allowed object is SedQuantityType

isSetRedshift

boolean isSetRedshift()

unsetRedshift

void unsetRedshift()

getVarAmpl

DoubleParamType getVarAmpl()
Gets the value of the varAmpl property.

Returns:
possible object is DoubleParamType

setVarAmpl

void setVarAmpl(DoubleParamType value)
Sets the value of the varAmpl property.

Parameters:
value - allowed object is DoubleParamType

isSetVarAmpl

boolean isSetVarAmpl()

unsetVarAmpl

void unsetVarAmpl()

getSNR

DoubleParamType getSNR()
Gets the value of the snr property.

Returns:
possible object is DoubleParamType

setSNR

void setSNR(DoubleParamType value)
Sets the value of the snr property.

Parameters:
value - allowed object is DoubleParamType

isSetSNR

boolean isSetSNR()

unsetSNR

void unsetSNR()