Last update: 2011-06-23

org.proteios.io
Class PrecursorSelectedIon

java.lang.Object
  extended by org.proteios.io.PrecursorSelectedIon

public class PrecursorSelectedIon
extends Object

This class contains spectrum precursor selected ion information in a spectrum file.

Author:
olle

Constructor Summary
PrecursorSelectedIon()
           
 
Method Summary
 void addExtraData(StringPairInterface extraData)
          Add spectrum precursor selected ion extra data.
 Integer getCharge()
           
 List<StringPairInterface> getExtraDataList()
          Get the spectrum precursor selected ion extra data list.
 Double getIntensity()
           
 Double getMassToChargeRatio()
           
 void setCharge(Integer charge)
           
 void setIntensity(Double intensity)
           
 void setMassToChargeRatio(Double massToChargeRatio)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrecursorSelectedIon

public PrecursorSelectedIon()
Method Detail

getMassToChargeRatio

public Double getMassToChargeRatio()
Returns:
Returns the massToChargeRatio.

setMassToChargeRatio

public void setMassToChargeRatio(Double massToChargeRatio)
Parameters:
massToChargeRatio - The massToChargeRatio to set.

getIntensity

public Double getIntensity()
Returns:
Returns the intensity.

setIntensity

public void setIntensity(Double intensity)
Parameters:
intensity - The intensity to set.

getCharge

public Integer getCharge()
Returns:
Returns the charge.

setCharge

public void setCharge(Integer charge)
Parameters:
charge - The charge to set.

getExtraDataList

public List<StringPairInterface> getExtraDataList()
Get the spectrum precursor selected ion extra data list.

Returns:
List The spectrum precursor selected ion extra data list.

addExtraData

public void addExtraData(StringPairInterface extraData)
Add spectrum precursor selected ion extra data.

Parameters:
extraData - StringPairInterface The spectrum precursor selected ion extra data to add.

Last update: 2011-06-23