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 RCSBdescribeMolXML file.- Since:
- 3.0.6
- Author:
- dmyerstu
- See Also:
- RCSB RESTful
 
- 
- 
Constructor SummaryConstructors Constructor Description RCSBDescription()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPolymer(RCSBPolymer polymer)StringgetPdbId()List<RCSBPolymer>getPolymers()
 
- 
- 
- 
Constructor Detail- 
RCSBDescriptionpublic RCSBDescription() 
 
- 
 - 
Method Detail- 
addPolymerpublic void addPolymer(RCSBPolymer polymer) 
 - 
getPolymerspublic List<RCSBPolymer> getPolymers() 
 
- 
 
-