astronomy.data.spectra
Interface IdType.MagnitudeType

All Known Implementing Classes:
IdTypeImpl.MagnitudeTypeImpl
Enclosing interface:
IdType

public static interface IdType.MagnitudeType

Java content class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>float">
       <attribute name="band" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 String getBand()
           
 float getValue()
           
 void setBand(String value)
           
 void setValue(float value)
           
 

Method Detail

getValue

float getValue()

setValue

void setValue(float value)

getBand

String getBand()
Returns:
possible object is String

setBand

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