xml.mzdata
Interface MzDataType.SpectrumListType

Enclosing interface:
MzDataType

public static interface MzDataType.SpectrumListType

Java content class for annonymous 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="spectrum" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <extension base="{}spectrumType">
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface MzDataType.SpectrumListType.SpectrumType
          Java content class for annonymous complex type.
 
Method Summary
 int getCount()
           
 java.util.List getSpectrum()
           
 void setCount(int value)
           
 

Method Detail

getSpectrum

public java.util.List getSpectrum()

getCount

public int getCount()

setCount

public void setCount(int value)