xml.mzdata
Interface InstrumentDescriptionType


public interface InstrumentDescriptionType

Java content class for instrumentDescriptionType complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <complexType name="instrumentDescriptionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="instrumentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="source" type="{}paramType"/>
         <element name="analyzerList">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="analyzer" type="{}paramType" maxOccurs="unbounded"/>
                 </sequence>
                 <attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="detector" type="{}paramType"/>
         <element name="additional" type="{}paramType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface InstrumentDescriptionType.AnalyzerListType
          Java content class for annonymous complex type.
 
Method Summary
 ParamType getAdditional()
           
 InstrumentDescriptionType.AnalyzerListType getAnalyzerList()
           
 ParamType getDetector()
           
 java.lang.String getInstrumentName()
           
 ParamType getSource()
           
 void setAdditional(ParamType value)
           
 void setAnalyzerList(InstrumentDescriptionType.AnalyzerListType value)
           
 void setDetector(ParamType value)
           
 void setInstrumentName(java.lang.String value)
           
 void setSource(ParamType value)
           
 

Method Detail

getAnalyzerList

public InstrumentDescriptionType.AnalyzerListType getAnalyzerList()

setAnalyzerList

public void setAnalyzerList(InstrumentDescriptionType.AnalyzerListType value)

getInstrumentName

public java.lang.String getInstrumentName()

setInstrumentName

public void setInstrumentName(java.lang.String value)

getAdditional

public ParamType getAdditional()

setAdditional

public void setAdditional(ParamType value)

getDetector

public ParamType getDetector()

setDetector

public void setDetector(ParamType value)

getSource

public ParamType getSource()

setSource

public void setSource(ParamType value)