org.systemsbiology.jrap
Class MSInstrumentInfo
java.lang.Object
org.systemsbiology.jrap.MSInstrumentInfo
public class MSInstrumentInfo
- extends java.lang.Object
The MSInstrumentInfo class contains information about the
MS instrument used for a certain MzXML file.
- Author:
- M. Vogelzang
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
manufacturer
protected java.lang.String manufacturer
model
protected java.lang.String model
ionization
protected java.lang.String ionization
massAnalyzer
protected java.lang.String massAnalyzer
detector
protected java.lang.String detector
softwareInfo
protected SoftwareInfo softwareInfo
operator
protected MSOperator operator
MSInstrumentInfo
public MSInstrumentInfo()
getDetector
public java.lang.String getDetector()
- Returns:
- Returns the detector.
getIonization
public java.lang.String getIonization()
- Returns:
- Returns the ionization method.
getManufacturer
public java.lang.String getManufacturer()
- Returns:
- Returns the manufacturer.
getMassAnalyzer
public java.lang.String getMassAnalyzer()
- Returns:
- Returns the mass analyzer.
getModel
public java.lang.String getModel()
- Returns:
- Returns the model.
getOperator
public MSOperator getOperator()
- Returns:
- Returns the operator.
getSoftwareInfo
public SoftwareInfo getSoftwareInfo()
- Returns:
- Returns the software information.
SASHIMI Project