xml.masslynx
Interface MasslynxRunType.LctTuneType

Enclosing interface:
MasslynxRunType

public static interface MasslynxRunType.LctTuneType

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="Source">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="capilary" type="{http://www.DIMS.com}voltage"/>
                   <element name="sample_cone" type="{http://www.DIMS.com}voltage"/>
                   <element name="rf_lens" type="{http://www.DIMS.com}voltage"/>
                   <element name="extraction_cone" type="{http://www.DIMS.com}voltage"/>
                   <element name="desolvation_temperature" type="{http://www.DIMS.com}temperature"/>
                   <element name="source_temperature" type="{http://www.DIMS.com}temperature"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Advanced">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="rf_dc_offset_1" type="{http://www.DIMS.com}voltage"/>
                   <element name="rf_dc_offset_2" type="{http://www.DIMS.com}voltage"/>
                   <element name="aperture" type="{http://www.DIMS.com}voltage"/>
                   <element name="acceleration" type="{http://www.DIMS.com}voltage"/>
                   <element name="focus" type="{http://www.DIMS.com}voltage"/>
                   <element name="steering" type="{http://www.DIMS.com}voltage"/>
                   <element name="mcp_detector" type="{http://www.DIMS.com}voltage"/>
                   <element name="pusher_cycle_time" type="{http://www.w3.org/2001/XMLSchema}duration"/>
                   <element name="pusher_frequency" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Engineer">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ion_energy" type="{http://www.DIMS.com}voltage"/>
                   <element name="tube_lens" type="{http://www.DIMS.com}voltage"/>
                   <element name="grid_2" type="{http://www.DIMS.com}voltage"/>
                   <element name="tof_flight_tube" type="{http://www.DIMS.com}voltage"/>
                   <element name="reflectron" type="{http://www.DIMS.com}voltage"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface MasslynxRunType.LctTuneType.AdvancedType
          Java content class for annonymous complex type.
static interface MasslynxRunType.LctTuneType.EngineerType
          Java content class for annonymous complex type.
static interface MasslynxRunType.LctTuneType.SourceType
          Java content class for annonymous complex type.
 
Method Summary
 MasslynxRunType.LctTuneType.AdvancedType getAdvanced()
           
 MasslynxRunType.LctTuneType.EngineerType getEngineer()
           
 MasslynxRunType.LctTuneType.SourceType getSource()
           
 void setAdvanced(MasslynxRunType.LctTuneType.AdvancedType value)
           
 void setEngineer(MasslynxRunType.LctTuneType.EngineerType value)
           
 void setSource(MasslynxRunType.LctTuneType.SourceType value)
           
 

Method Detail

getAdvanced

public MasslynxRunType.LctTuneType.AdvancedType getAdvanced()

setAdvanced

public void setAdvanced(MasslynxRunType.LctTuneType.AdvancedType value)

getEngineer

public MasslynxRunType.LctTuneType.EngineerType getEngineer()

setEngineer

public void setEngineer(MasslynxRunType.LctTuneType.EngineerType value)

getSource

public MasslynxRunType.LctTuneType.SourceType getSource()

setSource

public void setSource(MasslynxRunType.LctTuneType.SourceType value)