Class PdbxEntityPolyDomain

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxEntityPolyDomain
    extends BaseCategory
    Data items in the PDBX_ENTITY_POLY_DOMAIN category specify domains of monomers within a polymer.
    • Constructor Detail

      • PdbxEntityPolyDomain

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

        public PdbxEntityPolyDomain​(String name)
    • Method Detail

      • getId

        public StrColumn getId()
        The value of _pdbx_entity_poly_domain.id must uniquely identify a domain within an entity. Note that this item need not be a number; it can be any unique identifier.
        Returns:
        StrColumn
      • getEntityId

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

        public StrColumn getBeginMonId()
        The value of _pdbx_entity_poly_domain.begin_mon_id identifies the monomer at the beginning of the domain. This must correspond to a record in the ENTITY_POLY_SEQ list.
        Returns:
        StrColumn
      • getBeginSeqNum

        public IntColumn getBeginSeqNum()
        The value of _pdbx_entity_poly_domain.begin_seq_num identifies the sequence position of the beginning of the domain. This must correspond to a record in the ENTITY_POLY_SEQ list.
        Returns:
        IntColumn
      • getEndMonId

        public StrColumn getEndMonId()
        The value of _pdbx_entity_poly_domain.begin_mon_id identifies the monomer at the end of the domain. This must correspond to a record in the ENTITY_POLY_SEQ list.
        Returns:
        StrColumn
      • getEndSeqNum

        public IntColumn getEndSeqNum()
        The value of _pdbx_entity_poly_domain.begin_seq_num identifies the sequence position of the end of the domain. This must correspond to a record in the ENTITY_POLY_SEQ list.
        Returns:
        IntColumn