xml.masslynx
Interface MasslynxRunType.LctTuneType.EngineerType
- Enclosing interface:
- MasslynxRunType.LctTuneType
- public static interface MasslynxRunType.LctTuneType.EngineerType
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="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>
getGrid2
public Voltage getGrid2()
setGrid2
public void setGrid2(Voltage value)
getTofFlightTube
public Voltage getTofFlightTube()
setTofFlightTube
public void setTofFlightTube(Voltage value)
getReflectron
public Voltage getReflectron()
setReflectron
public void setReflectron(Voltage value)
getIonEnergy
public Voltage getIonEnergy()
setIonEnergy
public void setIonEnergy(Voltage value)
getTubeLens
public Voltage getTubeLens()
setTubeLens
public void setTubeLens(Voltage value)