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>
isSaturated
boolean isSaturated()
setSaturated
void setSaturated(boolean value)