xml.mzdata
Interface InstrumentDescriptionType.AnalyzerListType

Enclosing interface:
InstrumentDescriptionType

public static interface InstrumentDescriptionType.AnalyzerListType

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="analyzer" type="{}paramType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getAnalyzer()
           
 int getCount()
           
 void setCount(int value)
           
 

Method Detail

getAnalyzer

public java.util.List getAnalyzer()

getCount

public int getCount()

setCount

public void setCount(int value)