astronomy.data.spectra
Interface SpectraType.TelescopeType

All Known Implementing Classes:
SpectraTypeImpl.TelescopeTypeImpl
Enclosing interface:
SpectraType

public static interface SpectraType.TelescopeType

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">
       <sequence>
         <element name="telescopename" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="telescopediameter" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
       </sequence>
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getSource()
           
 float getTelescopediameter()
           
 String getTelescopename()
           
 String getUrl()
           
 void setSource(String value)
           
 void setTelescopediameter(float value)
           
 void setTelescopename(String value)
           
 void setUrl(String value)
           
 

Method Detail

getTelescopename

String getTelescopename()
Returns:
possible object is String

setTelescopename

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

getUrl

String getUrl()
Returns:
possible object is String

setUrl

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

getSource

String getSource()
Returns:
possible object is String

setSource

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

getTelescopediameter

float getTelescopediameter()

setTelescopediameter

void setTelescopediameter(float value)