Class PdbxDomainRange

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDomainRange
extends DelegatingCategory
Data items in the PDBX_DOMAIN_RANGE category identify the beginning and ending points of polypeptide chain segments that form all or part of a domain.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getBegLabelAltId

      public StrColumn getBegLabelAltId()
      A component of the identifier for the monomer at which this segment of the domain begins. This data item is a pointer to _atom_sites_alt.id in the ATOM_SITES_ALT category.
      Returns:
      StrColumn
    • getBegLabelAsymId

      public StrColumn getBegLabelAsymId()
      A component of the identifier for the monomer at which this segment of the domain begins. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getBegLabelCompId

      public StrColumn getBegLabelCompId()
      A component of the identifier for the monomer at which this segment of the domain begins. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getBegLabelSeqId

      public IntColumn getBegLabelSeqId()
      A component of the identifier for the monomer at which this segment of the domain begins. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.
      Returns:
      IntColumn
    • getBegAuthAsymId

      public StrColumn getBegAuthAsymId()
      A component of the identifier for the monomer at which this segment of the domain begins. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getBegAuthCompId

      public StrColumn getBegAuthCompId()
      A component of the identifier for the monomer at which this segment of the domain begins. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getBegAuthSeqId

      public StrColumn getBegAuthSeqId()
      A component of the identifier for the monomer at which this segment of the domain begins. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getDomainId

      public StrColumn getDomainId()
      This data item is a pointer to _pdbx_domain.id in the PDBX_DOMAIN category.
      Returns:
      StrColumn
    • getEndLabelAltId

      public StrColumn getEndLabelAltId()
      A component of the identifier for the monomer at which this segment of the domain ends. This data item is a pointer to _atom_sites_alt.id in the ATOM_SITES_ALT category.
      Returns:
      StrColumn
    • getEndLabelAsymId

      public StrColumn getEndLabelAsymId()
      A component of the identifier for the monomer at which this segment of the domain ends. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getEndLabelCompId

      public StrColumn getEndLabelCompId()
      A component of the identifier for the monomer at which this segment of the domain ends. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getEndLabelSeqId

      public IntColumn getEndLabelSeqId()
      A component of the identifier for the monomer at which this segment of the domain ends. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.
      Returns:
      IntColumn
    • getEndAuthAsymId

      public StrColumn getEndAuthAsymId()
      A component of the identifier for the monomer at which this segment of the domain ends. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getEndAuthCompId

      public StrColumn getEndAuthCompId()
      A component of the identifier for the monomer at which this segment of the domain ends. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getEndAuthSeqId

      public StrColumn getEndAuthSeqId()
      A component of the identifier for the monomer at which this segment of the domain ends. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.
      Returns:
      StrColumn