astronomy.data.spectra
Interface AuthorType.InstitutionType
- All Known Implementing Classes:
- AuthorTypeImpl.InstitutionTypeImpl
- Enclosing interface:
- AuthorType
public static interface AuthorType.InstitutionType
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>
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