Class PdbxEntityBranchList

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxEntityBranchList
    extends BaseCategory
    Data items in the PDBX_ENTITY_BRANCH_LIST category specify the list of monomers in a branched entity. Allowance is made for the possibility of microheterogeneity in a sample by allowing a given sequence number to be correlated with more than one monomer ID. The corresponding ATOM_SITE entries should reflect this heterogeneity.
    • Constructor Detail

      • PdbxEntityBranchList

        public PdbxEntityBranchList​(String name,
                                    int rowCount,
                                    Object[] encodedColumns)
      • PdbxEntityBranchList

        public PdbxEntityBranchList​(String name)
    • Method Detail

      • getEntityId

        public StrColumn getEntityId()
        This data item is a pointer to _entity.id in the ENTITY category.
        Returns:
        StrColumn
      • getHetero

        public StrColumn getHetero()
        A flag to indicate whether this monomer in the entity is heterogeneous in sequence.
        Returns:
        StrColumn
      • getCompId

        public StrColumn getCompId()
        This data item is a pointer to _chem_comp.id in the CHEM_COMP category.
        Returns:
        StrColumn
      • getNum

        public IntColumn getNum()
        The value pair _pdbx_entity_branch_list.num and _pdbx_entity_branch_list.comp_id must uniquely identify a record in the PDBX_ENTITY_BRANCH_LIST list.
        Returns:
        IntColumn