Class StructSheetRange

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructSheetRange
extends DelegatingCategory
Data items in the STRUCT_SHEET_RANGE category record details about the residue ranges that form a beta-sheet. Residues are included in a range if they made beta-sheet-type hydrogen-bonding interactions with at least one adjacent strand and if there are at least two residues in the range.
  • Constructor Details

  • Method Details

    • createDelegate

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

      public StrColumn getBegLabelAsymId()
      A component of the identifier for the residue at which the beta-sheet range begins. This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.
      Returns:
      StrColumn
    • getBegLabelCompId

      public StrColumn getBegLabelCompId()
      A component of the identifier for the residue at which the beta-sheet range begins. This data item is a pointer to _chem_comp.id in the CHEM_COMP category.
      Returns:
      StrColumn
    • getBegLabelSeqId

      public IntColumn getBegLabelSeqId()
      A component of the identifier for the residue at which the beta-sheet range begins. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.
      Returns:
      IntColumn
    • getEndLabelAsymId

      public StrColumn getEndLabelAsymId()
      A component of the identifier for the residue at which the beta-sheet range ends. This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.
      Returns:
      StrColumn
    • getEndLabelCompId

      public StrColumn getEndLabelCompId()
      A component of the identifier for the residue at which the beta-sheet range ends. This data item is a pointer to _chem_comp.id in the CHEM_COMP category.
      Returns:
      StrColumn
    • getEndLabelSeqId

      public IntColumn getEndLabelSeqId()
      A component of the identifier for the residue at which the beta-sheet range ends. 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 residue at which the beta-sheet range 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 residue at which the beta-sheet range begins. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getBegAuthSeqId

      public IntColumn getBegAuthSeqId()
      A component of the identifier for the residue at which the beta-sheet range begins. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.
      Returns:
      IntColumn
    • getEndAuthAsymId

      public StrColumn getEndAuthAsymId()
      A component of the identifier for the residue at which the beta-sheet range 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 residue at which the beta-sheet range ends. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getEndAuthSeqId

      public IntColumn getEndAuthSeqId()
      A component of the identifier for the residue at which the beta-sheet range ends. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.
      Returns:
      IntColumn
    • getId

      public StrColumn getId()
      The value of _struct_sheet_range.id must uniquely identify a range in a given sheet in the STRUCT_SHEET_RANGE list. Note that this item need not be a number; it can be any unique identifier.
      Returns:
      StrColumn
    • getSheetId

      public StrColumn getSheetId()
      This data item is a pointer to _struct_sheet.id in the STRUCT_SHEET category.
      Returns:
      StrColumn
    • getSymmetry

      public StrColumn getSymmetry()
      Describes the symmetry operation that should be applied to the residues delimited by the start and end designators in order to generate the appropriate strand in this sheet.
      Returns:
      StrColumn
    • getPdbxBegPDBInsCode

      public StrColumn getPdbxBegPDBInsCode()
      A component of the identifier for the residue at which the beta sheet range begins. Insertion code.
      Returns:
      StrColumn
    • getPdbxEndPDBInsCode

      public StrColumn getPdbxEndPDBInsCode()
      A component of the identifier for the residue at which the beta sheet range ends. Insertion code.
      Returns:
      StrColumn