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 SummaryConstructors Constructor Description RCSBLigand()
 - 
Method SummaryAll 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- 
RCSBLigandpublic RCSBLigand() 
 
- 
 - 
Method Detail- 
getFormulapublic String getFormula() 
 - 
getInChIKeypublic String getInChIKey() 
 - 
setFormulapublic void setFormula(String formula) 
 - 
setInChIKeypublic void setInChIKey(String inChIKey) 
 
- 
 
-