xml.masslynx
Interface MasslynxRunType.ExperimentReportType

Enclosing interface:
MasslynxRunType

public static interface MasslynxRunType.ExperimentReportType

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="Function">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="type">
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="Tof MS"/>
                     </restriction>
                   </element>
                   <element name="data_format">
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="Centroid"/>
                     </restriction>
                   </element>
                   <element name="ion_mode">
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="ES Mode"/>
                     </restriction>
                   </element>
                   <element name="polarity">
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="Positive"/>
                       <enumeration value="Negative"/>
                     </restriction>
                   </element>
                   <element name="parameter_file" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="start_mass" type="{http://www.DIMS.com}mass"/>
                   <element name="end_mass" type="{http://www.DIMS.com}mass"/>
                   <element name="start_time" type="{http://www.w3.org/2001/XMLSchema}duration"/>
                   <element name="end_time" type="{http://www.w3.org/2001/XMLSchema}duration"/>
                   <element name="scan_time" type="{http://www.w3.org/2001/XMLSchema}duration"/>
                   <element name="inter_scan_time" type="{http://www.w3.org/2001/XMLSchema}duration"/>
                   <element name="scans_to_sum" type="{http://www.w3.org/2001/XMLSchema}int"/>
                   <element name="use_tune_page_sample_cone" type="{http://www.DIMS.com}YesNoType"/>
                   <element name="centroid_threshold" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                   <element name="min_points" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                   <element name="np_multiplier" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                   <element name="resolution" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                   <element name="lock_mass" type="{http://www.DIMS.com}mass"/>
                   <element name="mass_window" type="{http://www.DIMS.com}mass"/>
                   <element name="lteff" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                   <element name="veff" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="InstrumentConfiguration">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="tdc_start" type="{http://www.DIMS.com}mV"/>
                   <element name="tdc_stop" type="{http://www.DIMS.com}mV"/>
                   <element name="tdc_threshold" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                   <element name="tdc_gain_control" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                   <element name="tdc_edge_control" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                   <element name="use_4GHz_tdc" type="{http://www.DIMS.com}YesNoType"/>
                   <element name="z_spray_mk2_source" type="{http://www.DIMS.com}YesNoType"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="GasFlow">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="cone" type="{http://www.DIMS.com}flow"/>
                   <element name="desolvation" type="{http://www.DIMS.com}flow"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="VacuumMonitor">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="pirani_pressure" type="{http://www.DIMS.com}pressure"/>
                   <element name="penning_pressure" type="{http://www.DIMS.com}pressure"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface MasslynxRunType.ExperimentReportType.FunctionType
          Java content class for annonymous complex type.
static interface MasslynxRunType.ExperimentReportType.GasFlowType
          Java content class for annonymous complex type.
static interface MasslynxRunType.ExperimentReportType.InstrumentConfigurationType
          Java content class for annonymous complex type.
static interface MasslynxRunType.ExperimentReportType.VacuumMonitorType
          Java content class for annonymous complex type.
 
Method Summary
 MasslynxRunType.ExperimentReportType.FunctionType getFunction()
           
 MasslynxRunType.ExperimentReportType.GasFlowType getGasFlow()
           
 MasslynxRunType.ExperimentReportType.InstrumentConfigurationType getInstrumentConfiguration()
           
 MasslynxRunType.ExperimentReportType.VacuumMonitorType getVacuumMonitor()
           
 void setFunction(MasslynxRunType.ExperimentReportType.FunctionType value)
           
 void setGasFlow(MasslynxRunType.ExperimentReportType.GasFlowType value)
           
 void setInstrumentConfiguration(MasslynxRunType.ExperimentReportType.InstrumentConfigurationType value)
           
 void setVacuumMonitor(MasslynxRunType.ExperimentReportType.VacuumMonitorType value)
           
 

Method Detail

getInstrumentConfiguration

public MasslynxRunType.ExperimentReportType.InstrumentConfigurationType getInstrumentConfiguration()

setInstrumentConfiguration

public void setInstrumentConfiguration(MasslynxRunType.ExperimentReportType.InstrumentConfigurationType value)

getGasFlow

public MasslynxRunType.ExperimentReportType.GasFlowType getGasFlow()

setGasFlow

public void setGasFlow(MasslynxRunType.ExperimentReportType.GasFlowType value)

getFunction

public MasslynxRunType.ExperimentReportType.FunctionType getFunction()

setFunction

public void setFunction(MasslynxRunType.ExperimentReportType.FunctionType value)

getVacuumMonitor

public MasslynxRunType.ExperimentReportType.VacuumMonitorType getVacuumMonitor()

setVacuumMonitor

public void setVacuumMonitor(MasslynxRunType.ExperimentReportType.VacuumMonitorType value)