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 aligandInfo
XML 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 String
getFormula()
String
getId()
String
getInChI()
String
getInChIKey()
String
getName()
String
getSmiles()
String
getType()
Double
getWeight()
void
setFormula(String formula)
void
setId(String id)
void
setInChI(String inChI)
void
setInChIKey(String inChIKey)
void
setName(String name)
void
setSmiles(String smiles)
void
setType(String type)
void
setWeight(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)
-
-