public class EntityPolySeq extends AbstractBean
Field 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
Constructor and Description |
---|
EntityPolySeq() |
Modifier and Type | Method and 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) |
toString
public String getEntity_id()
public void setEntity_id(String entity_id)
public String getNum()
public void setNum(String num)
public String getMon_id()
public void setMon_id(String mon_id)
public String getHetero()
public void setHetero(String hetero)
Copyright © 2000–2016 BioJava. All rights reserved.