public class SimpleIonAnnotation extends Object implements IonAnnotation
Constructor and Description |
---|
SimpleIonAnnotation() |
Modifier and Type | Method and Description |
---|---|
URL |
getAccessionURL()
getAccessionURL.
|
String |
getAnnotationId()
getAnnotationId.
|
org.openscience.cdk.interfaces.IAtomContainer |
getChemicalStructure()
getChemicalStructure.
|
String |
getDatabase()
getDatabase
|
String |
getDescription()
getDescription.
|
Double |
getExpectedMz()
getExpectedMz.
|
Float |
getExpectedRetentionTime()
getRetentionTime.
|
org.openscience.cdk.interfaces.IMolecularFormula |
getFormula()
Chemical formula annotation should include charge, e.g.
|
String |
getIdentificationMethod()
getIdentificationMethod.
|
String |
getInchiKey()
getInchiKey
|
IonType |
getIonType()
getIonType.
|
Integer |
getReliability()
Returns the reliability of the identification.
|
String |
getSpectraRef()
getSpectraRef
|
void |
setAccessionURL(URL accessionURL) |
void |
setAnnotationId(String annotationId) |
void |
setChemicalStructure(org.openscience.cdk.interfaces.IAtomContainer chemicalStructure) |
void |
setDatabase(String database) |
void |
setDescription(String description) |
void |
setExpectedMz(Double expectedMz) |
void |
setExpectedRetentionTime(Float expectedRT) |
void |
setFormula(org.openscience.cdk.interfaces.IMolecularFormula formula) |
void |
setIdentificationMethod(String identificationMethod) |
void |
setInchiKey(String inchiKey) |
void |
setIonType(IonType ionType) |
void |
setReliability(Integer reliability) |
void |
setSpectraRef(String spectraRef) |
String |
toString() |
@Nullable public org.openscience.cdk.interfaces.IAtomContainer getChemicalStructure()
getChemicalStructure.
getChemicalStructure
in interface IonAnnotation
public void setChemicalStructure(@Nullable org.openscience.cdk.interfaces.IAtomContainer chemicalStructure)
chemicalStructure
- a IAtomContainer
object.@Nullable public org.openscience.cdk.interfaces.IMolecularFormula getFormula()
Chemical formula annotation should include charge, e.g. C6H13O6+ or [C34H58N5O35P3]2-.
getFormula
in interface IonAnnotation
public void setFormula(@Nullable org.openscience.cdk.interfaces.IMolecularFormula formula)
formula
- a IMolecularFormula
object.@Nullable public IonType getIonType()
getIonType.
getIonType
in interface IonAnnotation
public void setIonType(@Nullable IonType ionType)
ionType
- a IonType
object.@Nullable public Double getExpectedMz()
getExpectedMz.
getExpectedMz
in interface IonAnnotation
public void setExpectedMz(@Nullable Double expectedMz)
expectedMz
- a Double
object.@Nullable public String getDescription()
getDescription.
getDescription
in interface IonAnnotation
public void setDescription(@Nullable String description)
description
- a String
object.@Nullable public String getIdentificationMethod()
getIdentificationMethod.
getIdentificationMethod
in interface IonAnnotation
public void setIdentificationMethod(@Nullable String identificationMethod)
identificationMethod
- a String
object.@Nullable public String getAnnotationId()
getAnnotationId.
getAnnotationId
in interface IonAnnotation
String
object.public void setAnnotationId(@Nullable String annotationId)
annotationId
- a String
object.@Nullable public URL getAccessionURL()
getAccessionURL.
getAccessionURL
in interface IonAnnotation
public void setAccessionURL(@Nullable URL accessionURL)
accessionURL
- a URL
object.@Nullable public Float getExpectedRetentionTime()
getRetentionTime.
getExpectedRetentionTime
in interface IonAnnotation
public void setExpectedRetentionTime(@Nullable Float expectedRT)
expectedRT
- a Float
object.@Nullable public String getInchiKey()
getInchiKey
getInchiKey
in interface IonAnnotation
public void setInchiKey(@Nullable String inchiKey)
inchiKey
- a String
object.@Nullable public String getDatabase()
getDatabase
getDatabase
in interface IonAnnotation
public void setDatabase(@Nullable String database)
database
- a String
object.@Nullable public String getSpectraRef()
getSpectraRef
getSpectraRef
in interface IonAnnotation
public void setSpectraRef(@Nullable String spectraRef)
spectraRef
- a String
object.@Nullable public Integer getReliability()
getReliability
in interface IonAnnotation
public void setReliability(@Nullable Integer reliability)
reliability
- a Integer
object.Copyright © 2019. All rights reserved.