xml.mzdata
Interface MzDataType.DescriptionType

Enclosing interface:
MzDataType

public static interface MzDataType.DescriptionType

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="admin" type="{}adminType"/>
         <element name="instrument" type="{}instrumentDescriptionType"/>
         <element name="dataProcessing" type="{}dataProcessingType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 AdminType getAdmin()
           
 DataProcessingType getDataProcessing()
           
 InstrumentDescriptionType getInstrument()
           
 void setAdmin(AdminType value)
           
 void setDataProcessing(DataProcessingType value)
           
 void setInstrument(InstrumentDescriptionType value)
           
 

Method Detail

getInstrument

public InstrumentDescriptionType getInstrument()

setInstrument

public void setInstrument(InstrumentDescriptionType value)

getDataProcessing

public DataProcessingType getDataProcessing()

setDataProcessing

public void setDataProcessing(DataProcessingType value)

getAdmin

public AdminType getAdmin()

setAdmin

public void setAdmin(AdminType value)