Package org.biojava.nbio.structure.rcsb
Class RCSBDescription
- java.lang.Object
-
- org.biojava.nbio.structure.rcsb.RCSBDescription
-
public class RCSBDescription extends Object
Corresponds to the wrapper element in an RCSBdescribeMol
XML file.- Since:
- 3.0.6
- Author:
- dmyerstu
- See Also:
- RCSB RESTful
-
-
Constructor Summary
Constructors Constructor Description RCSBDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPolymer(RCSBPolymer polymer)
String
getPdbId()
List<RCSBPolymer>
getPolymers()
-
-
-
Constructor Detail
-
RCSBDescription
public RCSBDescription()
-
-
Method Detail
-
addPolymer
public void addPolymer(RCSBPolymer polymer)
-
getPolymers
public List<RCSBPolymer> getPolymers()
-
-