astronomy.data.spectra
Interface ReferenceType.JournalType

All Known Implementing Classes:
ReferenceTypeImpl.JournalTypeImpl
Enclosing interface:
ReferenceType

public static interface ReferenceType.JournalType

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


Method Summary
 String getAcronym()
           
 String getValue()
           
 void setAcronym(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

getAcronym

String getAcronym()
Returns:
possible object is String

setAcronym

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