astronomy.data.spectra
Interface PlotType.ResolutionType

All Known Implementing Classes:
PlotTypeImpl.ResolutionTypeImpl
Enclosing interface:
PlotType

public static interface PlotType.ResolutionType

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="unit">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="angstrom"/>
             <enumeration value="nanometer"/>
             <enumeration value="meter"/>
             <enumeration value="kmpersec"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="criterion">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="fwhm"/>
             <enumeration value="hwhm"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 String getCriterion()
           
 String getUnit()
           
 float getValue()
           
 void setCriterion(String value)
           
 void setUnit(String value)
           
 void setValue(float value)
           
 

Method Detail

getValue

float getValue()

setValue

void setValue(float value)

getUnit

String getUnit()
Returns:
possible object is String

setUnit

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

getCriterion

String getCriterion()
Returns:
possible object is String

setCriterion

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