Class PdbxRmsDevsCovByMonomer

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxRmsDevsCovByMonomer
extends DelegatingCategory
Data items in the PDBX_RMS_DEVS_COV_BY_MONOMER record the RMS deviations covalent geometry for each momoner relative to small molecule crystal standards.
  • Constructor Details

  • Method Details

    • createDelegate

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

      public IntColumn getId()
      The value of _pdbx_rms_devs_cov_by_monomer.id must uniquely identify each item in the PDBX_RMS_DEVS_COV_BY_MONOMER list. This is an integer serial number.
      Returns:
      IntColumn
    • getModelId

      public IntColumn getModelId()
      The model number
      Returns:
      IntColumn
    • getAuthAsymId

      public StrColumn getAuthAsymId()
      This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getLabelAsymId

      public StrColumn getLabelAsymId()
      This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getLabelCompId

      public StrColumn getLabelCompId()
      This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getAuthSeqId

      public StrColumn getAuthSeqId()
      This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getLabelSeqId

      public IntColumn getLabelSeqId()
      This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.
      Returns:
      IntColumn
    • getRmsBonds

      public FloatColumn getRmsBonds()
      RMS deviation for all bonds in this monomer relative to small molecule crystal standards.
      Returns:
      FloatColumn
    • getNumBonds

      public IntColumn getNumBonds()
      Total number of bonds in calculation of _pdbx_rms_devs_cov_by_monomer.rms_bonds.
      Returns:
      IntColumn
    • getRmsAngles

      public FloatColumn getRmsAngles()
      RMS deviation for all angles in this monomer relative to small molecule crystal standards.
      Returns:
      FloatColumn
    • getNumAngles

      public IntColumn getNumAngles()
      Total number of angles in calculation of _pdbx_rms_devs_cov_by_monomer.rms_angles.
      Returns:
      IntColumn