cfa.vo.sed.io.jaxb
Interface RedshiftFrameType

All Superinterfaces:
CoordFrameType
All Known Subinterfaces:
RedshiftFrame
All Known Implementing Classes:
RedshiftFrameImpl, RedshiftFrameTypeImpl

public interface RedshiftFrameType
extends CoordFrameType

Java content class for redshiftFrameType 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 570)

 <complexType name="redshiftFrameType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}coordFrameType">
       <sequence>
         <element name="DopplerDefinition" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getDopplerDefinition()
          Gets the value of the dopplerDefinition property.
 boolean isSetDopplerDefinition()
           
 void setDopplerDefinition(java.lang.String value)
          Sets the value of the dopplerDefinition property.
 void unsetDopplerDefinition()
           
 
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

getDopplerDefinition

java.lang.String getDopplerDefinition()
Gets the value of the dopplerDefinition property.

Returns:
possible object is String null

setDopplerDefinition

void setDopplerDefinition(java.lang.String value)
Sets the value of the dopplerDefinition property.

Parameters:
value - allowed object is String null

isSetDopplerDefinition

boolean isSetDopplerDefinition()

unsetDopplerDefinition

void unsetDopplerDefinition()