Package org.biojava.nbio.structure.rcsb
Class RCSBLigand
- java.lang.Object
-
- org.biojava.nbio.structure.rcsb.RCSBLigand
-
public class RCSBLigand extends Object
Corresponds to a ligand in aligandInfoXML file.- Since:
- 3.0.6
- Author:
- dmyerstu
- See Also:
- RCSB RESTful
-
-
Constructor Summary
Constructors Constructor Description RCSBLigand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormula()StringgetId()StringgetInChI()StringgetInChIKey()StringgetName()StringgetSmiles()StringgetType()DoublegetWeight()voidsetFormula(String formula)voidsetId(String id)voidsetInChI(String inChI)voidsetInChIKey(String inChIKey)voidsetName(String name)voidsetSmiles(String smiles)voidsetType(String type)voidsetWeight(Double weight)
-
-
-
Constructor Detail
-
RCSBLigand
public RCSBLigand()
-
-
Method Detail
-
getFormula
public String getFormula()
-
getInChIKey
public String getInChIKey()
-
setFormula
public void setFormula(String formula)
-
setInChIKey
public void setInChIKey(String inChIKey)
-
-