Package org.biojava.nbio.structure.rcsb
Class RCSBLigands
- java.lang.Object
-
- org.biojava.nbio.structure.rcsb.RCSBLigands
-
public class RCSBLigands extends Object
Corresponds to the wrapper element "ligandInfo" in an RCSBligandInfo
XML 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 void
addLigand(RCSBLigand ligand)
List<RCSBLigand>
getLigands()
String
getPdbId()
-
-
-
Constructor Detail
-
RCSBLigands
public RCSBLigands()
-
-
Method Detail
-
addLigand
public void addLigand(RCSBLigand ligand)
-
getLigands
public List<RCSBLigand> getLigands()
-
-