astronomy.data.spectra
Interface SpectraType.CommentType

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

public static interface SpectraType.CommentType

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" />
     </extension>
   </simpleContent>
 </complexType>
 


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