astronomy.data.spectra
Interface SpectraType.AbsorptionlineType

All Superinterfaces:
LineType
All Known Implementing Classes:
SpectraTypeImpl.AbsorptionlineTypeImpl
Enclosing interface:
SpectraType

public static interface SpectraType.AbsorptionlineType
extends LineType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <complexType>
   <complexContent>
     <extension base="{}lineType">
       <attribute name="atmosphere" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface astronomy.data.spectra.LineType
LineType.TransitionType
 
Method Summary
 boolean isAtmosphere()
           
 void setAtmosphere(boolean value)
           
 
Methods inherited from interface astronomy.data.spectra.LineType
getIntensity, getTransition, getWavelength, getWidth, setIntensity, setWavelength, setWidth
 

Method Detail

isAtmosphere

boolean isAtmosphere()

setAtmosphere

void setAtmosphere(boolean value)