xml.mzdata
Interface ParamType

All Known Subinterfaces:
DescriptionType, SpectrumSettingsType.SpectrumInstrumentType

public interface ParamType

Java content class for paramType complex type.

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

 <complexType name="paramType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="userParam" type="{}userParamType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getUserParam()
           
 

Method Detail

getUserParam

public java.util.List getUserParam()