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 IonAnnotationpublic 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 IonAnnotationpublic void setFormula(@Nullable org.openscience.cdk.interfaces.IMolecularFormula formula)
formula - a IMolecularFormula object.@Nullable public IonType getIonType()
getIonType.
getIonType in interface IonAnnotationpublic void setIonType(@Nullable IonType ionType)
ionType - a IonType object.@Nullable public Double getExpectedMz()
getExpectedMz.
getExpectedMz in interface IonAnnotationpublic void setExpectedMz(@Nullable Double expectedMz)
expectedMz - a Double object.@Nullable public String getDescription()
getDescription.
getDescription in interface IonAnnotationpublic void setDescription(@Nullable String description)
description - a String object.@Nullable public String getIdentificationMethod()
getIdentificationMethod.
getIdentificationMethod in interface IonAnnotationpublic void setIdentificationMethod(@Nullable String identificationMethod)
identificationMethod - a String object.@Nullable public String getAnnotationId()
getAnnotationId.
getAnnotationId in interface IonAnnotationString object.public void setAnnotationId(@Nullable String annotationId)
annotationId - a String object.@Nullable public URL getAccessionURL()
getAccessionURL.
getAccessionURL in interface IonAnnotationpublic void setAccessionURL(@Nullable URL accessionURL)
accessionURL - a URL object.@Nullable public Float getExpectedRetentionTime()
getRetentionTime.
getExpectedRetentionTime in interface IonAnnotationpublic void setExpectedRetentionTime(@Nullable Float expectedRT)
expectedRT - a Float object.@Nullable public String getInchiKey()
getInchiKey
getInchiKey in interface IonAnnotationpublic void setInchiKey(@Nullable String inchiKey)
inchiKey - a String object.@Nullable public String getDatabase()
getDatabase
getDatabase in interface IonAnnotationpublic void setDatabase(@Nullable String database)
database - a String object.@Nullable public String getSpectraRef()
getSpectraRef
getSpectraRef in interface IonAnnotationpublic void setSpectraRef(@Nullable String spectraRef)
spectraRef - a String object.@Nullable public Integer getReliability()
getReliability in interface IonAnnotationpublic void setReliability(@Nullable Integer reliability)
reliability - a Integer object.Copyright © 2019. All rights reserved.