Class PdbxEntityPolyDomain

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntityPolyDomain
All Implemented Interfaces:
Category

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

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • 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