cfa.vo.sed.io.jaxb
Interface SpectralFrameType

All Superinterfaces:
CoordFrameType
All Known Subinterfaces:
SpectralFrame
All Known Implementing Classes:
SpectralFrameImpl, SpectralFrameTypeImpl

public interface SpectralFrameType
extends CoordFrameType

Java content class for spectralFrameType 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 547)

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


Method Summary
 DoubleParamType getRedshift()
          Gets the value of the redshift property.
 boolean isSetRedshift()
           
 void setRedshift(DoubleParamType value)
          Sets the value of the redshift property.
 void unsetRedshift()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.CoordFrameType
getId, getName, getReferencePosition, getUcd, isSetId, isSetName, isSetReferencePosition, isSetUcd, setId, setName, setReferencePosition, setUcd, unsetId, unsetName, unsetReferencePosition, unsetUcd
 

Method Detail

getRedshift

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

Returns:
possible object is DoubleParamType

setRedshift

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

Parameters:
value - allowed object is DoubleParamType

isSetRedshift

boolean isSetRedshift()

unsetRedshift

void unsetRedshift()