xml.msmini
Interface Electrospray

All Superinterfaces:
ElectrosprayType, javax.xml.bind.Element

public interface Electrospray
extends javax.xml.bind.Element, ElectrosprayType

Java content class for electrospray element declaration.

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

 <element name="electrospray">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="capilary" type="{http://www.msmini.com}voltage" minOccurs="0"/>
           <element name="sample_cone" type="{http://www.msmini.com}voltage" minOccurs="0"/>
           <element name="rf_lens" type="{http://www.msmini.com}voltage" minOccurs="0"/>
           <element name="extraction_cone" type="{http://www.msmini.com}voltage" minOccurs="0"/>
           <element name="desolvation_temperature" type="{http://www.msmini.com}temperature" minOccurs="0"/>
           <element name="source_temperature" type="{http://www.msmini.com}temperature" minOccurs="0"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface xml.msmini.ElectrosprayType
getCapilary, getDesolvationTemperature, getExtractionCone, getRfLens, getSampleCone, getSourceTemperature, setCapilary, setDesolvationTemperature, setExtractionCone, setRfLens, setSampleCone, setSourceTemperature