Package org.biojava.nbio.structure.rcsb
Class RCSBPolymer
- java.lang.Object
-
- org.biojava.nbio.structure.rcsb.RCSBPolymer
-
public class RCSBPolymer extends Object
Corresponds to a polymer in adescribeMolXML file.- Since:
- 3.0.6
- Author:
- dmyerstu
- See Also:
- RCSB RESTful
-
-
Constructor Summary
Constructors Constructor Description RCSBPolymer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Character>getChains()StringgetDescription()StringgetEnzClass()IntegergetIndex()IntegergetLength()RCSBMacromoleculegetMolecule()List<String>getSynonyms()RCSBTaxonomygetTaxonomy()StringgetType()DoublegetWeight()
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
getEnzClass
public String getEnzClass()
-
getIndex
public Integer getIndex()
-
getLength
public Integer getLength()
-
getMolecule
public RCSBMacromolecule getMolecule()
-
getTaxonomy
public RCSBTaxonomy getTaxonomy()
-
getType
public String getType()
-
getWeight
public Double getWeight()
-
-