astronomy.data.spectra
Interface SpectradatabaseType

All Known Subinterfaces:
Spectradatabase
All Known Implementing Classes:
SpectradatabaseImpl, SpectradatabaseTypeImpl

public interface SpectradatabaseType

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="type" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="source" maxOccurs="unbounded">
                     <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>
                   </element>
                 </sequence>
                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface SpectradatabaseType.TypeType
          Java content class for anonymous complex type.
 
Method Summary
 List getType()
          Gets the value of the Type property.
 

Method Detail

getType

List getType()
Gets the value of the Type 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 Type property. For example, to add a new item, do as follows:
    getType().add(newItem);
 
Objects of the following type(s) are allowed in the list SpectradatabaseType.TypeType