astronomy.data.spectra
Interface SpectraType.SpectrometerType

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

public static interface SpectraType.SpectrometerType

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>string">
       <attribute name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 String getSource()
           
 String getUrl()
           
 String getValue()
           
 void setSource(String value)
           
 void setUrl(String value)
           
 void setValue(String value)
           
 

Method Detail

getValue

String getValue()
Returns:
possible object is String

setValue

void setValue(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