astronomy.data.spectra
Interface PlotType.ExposureType

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

public static interface PlotType.ExposureType

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="seconds"/>
             <enumeration value="minutes"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 String getUnit()
           
 float getValue()
           
 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