astronomy.data.spectra
Interface SpectraType.EmissionlineType

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

public static interface SpectraType.EmissionlineType
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="saturated" 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 isSaturated()
           
 void setSaturated(boolean value)
           
 
Methods inherited from interface astronomy.data.spectra.LineType
getIntensity, getTransition, getWavelength, getWidth, setIntensity, setWavelength, setWidth
 

Method Detail

isSaturated

boolean isSaturated()

setSaturated

void setSaturated(boolean value)