astronomy.data.spectra
Interface LineType.TransitionType

All Known Implementing Classes:
LineTypeImpl.TransitionTypeImpl
Enclosing interface:
LineType

public static interface LineType.TransitionType

Java content class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="upper" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ion" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="wavelength" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="lower" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getIon()
           
 String getLower()
           
 String getUpper()
           
 float getWavelength()
           
 void setIon(String value)
           
 void setLower(String value)
           
 void setUpper(String value)
           
 void setWavelength(float value)
           
 

Method Detail

getWavelength

float getWavelength()

setWavelength

void setWavelength(float value)

getUpper

String getUpper()
Returns:
possible object is String

setUpper

void setUpper(String value)
Parameters:
value - allowed object is String

getLower

String getLower()
Returns:
possible object is String

setLower

void setLower(String value)
Parameters:
value - allowed object is String

getIon

String getIon()
Returns:
possible object is String

setIon

void setIon(String value)
Parameters:
value - allowed object is String