xml.mzdata
Interface MzDataType

All Known Subinterfaces:
MzData

public interface MzDataType

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="description">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="admin" type="{}adminType"/>
                   <element name="instrument" type="{}instrumentDescriptionType"/>
                   <element name="dataProcessing" type="{}dataProcessingType"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="spectrumList">
           <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>
         </element>
       </sequence>
       <attribute name="accessionNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface MzDataType.DescriptionType
          Java content class for annonymous complex type.
static interface MzDataType.SpectrumListType
          Java content class for annonymous complex type.
 
Method Summary
 java.lang.String getAccessionNumber()
           
 MzDataType.DescriptionType getDescription()
           
 MzDataType.SpectrumListType getSpectrumList()
           
 java.lang.String getVersion()
           
 void setAccessionNumber(java.lang.String value)
           
 void setDescription(MzDataType.DescriptionType value)
           
 void setSpectrumList(MzDataType.SpectrumListType value)
           
 void setVersion(java.lang.String value)
           
 

Method Detail

getDescription

public MzDataType.DescriptionType getDescription()

setDescription

public void setDescription(MzDataType.DescriptionType value)

getAccessionNumber

public java.lang.String getAccessionNumber()

setAccessionNumber

public void setAccessionNumber(java.lang.String value)

getVersion

public java.lang.String getVersion()

setVersion

public void setVersion(java.lang.String value)

getSpectrumList

public MzDataType.SpectrumListType getSpectrumList()

setSpectrumList

public void setSpectrumList(MzDataType.SpectrumListType value)