org.systemsbiology.jrap
Class MSInstrumentInfo

java.lang.Object
  extended by 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

Field Summary
protected  java.lang.String detector
           
protected  java.lang.String ionization
           
protected  java.lang.String manufacturer
           
protected  java.lang.String massAnalyzer
           
protected  java.lang.String model
           
protected  MSOperator operator
           
protected  SoftwareInfo softwareInfo
           
 
Constructor Summary
MSInstrumentInfo()
           
 
Method Summary
 java.lang.String getDetector()
           
 java.lang.String getIonization()
           
 java.lang.String getManufacturer()
           
 java.lang.String getMassAnalyzer()
           
 java.lang.String getModel()
           
 MSOperator getOperator()
           
 SoftwareInfo getSoftwareInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MSInstrumentInfo

public MSInstrumentInfo()
Method Detail

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