Package org.biojava.nbio.structure.rcsb
Class RCSBPolymer
- java.lang.Object
-
- org.biojava.nbio.structure.rcsb.RCSBPolymer
-
public class RCSBPolymer extends java.lang.Object
Corresponds to a polymer in adescribeMol
XML 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 java.util.List<java.lang.Character>
getChains()
java.lang.String
getDescription()
java.lang.String
getEnzClass()
java.lang.Integer
getIndex()
java.lang.Integer
getLength()
RCSBMacromolecule
getMolecule()
java.util.List<java.lang.String>
getSynonyms()
RCSBTaxonomy
getTaxonomy()
java.lang.String
getType()
java.lang.Double
getWeight()
-
-
-
Method Detail
-
getChains
public java.util.List<java.lang.Character> getChains()
-
getDescription
public java.lang.String getDescription()
-
getEnzClass
public java.lang.String getEnzClass()
-
getIndex
public java.lang.Integer getIndex()
-
getLength
public java.lang.Integer getLength()
-
getMolecule
public RCSBMacromolecule getMolecule()
-
getSynonyms
public java.util.List<java.lang.String> getSynonyms()
-
getTaxonomy
public RCSBTaxonomy getTaxonomy()
-
getType
public java.lang.String getType()
-
getWeight
public java.lang.Double getWeight()
-
-