Class EntityPolySeq
- java.lang.Object
-
- org.biojava.nbio.structure.io.mmcif.model.AbstractBean
-
- org.biojava.nbio.structure.io.mmcif.model.EntityPolySeq
-
public class EntityPolySeq extends AbstractBean
Container for _entity_poly_seq recordsField Name mmCIF Data Item Section n.a. Serial_No n.a. Strand_ID PDB strand ID corresponding to _entity_poly_seq.entity_id (*) Strand_Length derived Residue_Names _entity_poly_seq.mon_id
(*) Chemically distinct polymer strands are mapped to mmCIF entities. Two instances or the same polymer molecule in the PDB data file are mapped to a single mmCIF entity (eg. a homodimer). For convenience a table of monomer label correspondences is stored in category PDBX_POLY_SEQ_SCHEME- Since:
- 1.7
- Author:
- Andreas Prlic
-
-
Constructor Summary
Constructors Constructor Description EntityPolySeq()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEntity_id()
String
getHetero()
String
getMon_id()
String
getNum()
void
setEntity_id(String entity_id)
void
setHetero(String hetero)
void
setMon_id(String mon_id)
void
setNum(String num)
-
Methods inherited from class org.biojava.nbio.structure.io.mmcif.model.AbstractBean
toString
-
-
-
-
Constructor Detail
-
EntityPolySeq
public EntityPolySeq()
-
-
Method Detail
-
getEntity_id
public String getEntity_id()
-
setEntity_id
public void setEntity_id(String entity_id)
-
-