Package org.biojava.nbio.structure.rcsb
Class RCSBLigands
- java.lang.Object
-
- org.biojava.nbio.structure.rcsb.RCSBLigands
-
public class RCSBLigands extends java.lang.ObjectCorresponds to the wrapper element "ligandInfo" in an RCSBligandInfoXML file.- Since:
- 3.0.6
- Author:
- dmyerstu
- See Also:
- RCSB RESTful
-
-
Constructor Summary
Constructors Constructor Description RCSBLigands()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLigand(RCSBLigand ligand)java.util.List<RCSBLigand>getLigands()java.lang.StringgetPdbId()
-
-
-
Method Detail
-
addLigand
public void addLigand(RCSBLigand ligand)
-
getPdbId
public java.lang.String getPdbId()
-
getLigands
public java.util.List<RCSBLigand> getLigands()
-
-