astronomy.data.spectra
Interface SpectradatabaseType.TypeType.SourceType

All Known Implementing Classes:
SpectradatabaseTypeImpl.TypeTypeImpl.SourceTypeImpl
Enclosing interface:
SpectradatabaseType.TypeType

public static interface SpectradatabaseType.TypeType.SourceType

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="reference" type="{}referenceType"/>
         <element name="spectra" type="{}spectraType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 ReferenceType getReference()
           
 List getSpectra()
          Gets the value of the Spectra property.
 void setReference(ReferenceType value)
           
 

Method Detail

getSpectra

List getSpectra()
Gets the value of the Spectra property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there's any setter method for the Spectra property. For example, to add a new item, do as follows:
    getSpectra().add(newItem);
 
Objects of the following type(s) are allowed in the list SpectraType


getReference

ReferenceType getReference()
Returns:
possible object is ReferenceType

setReference

void setReference(ReferenceType value)
Parameters:
value - allowed object is ReferenceType