Class DatabasePDBRemark

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class DatabasePDBRemark
    extends BaseCategory
    Data items in the DATABASE_PDB_REMARK category record details about the data block as archived by the Protein Data Bank (PDB). Some data appearing in PDB REMARK records can be algorithmically extracted into the appropriate data items in the data block. These data items are included only for consistency with older PDB format files. They should appear in a data block only if that data block was created by reformatting a PDB format file. NOTE: These remark records in this category are not uniformly annotated by the PDB and may not be consistent with nomenclature or labeling used in the entry.
    • Constructor Detail

      • DatabasePDBRemark

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

        public DatabasePDBRemark​(String name)
    • Method Detail

      • getId

        public IntColumn getId()
        A unique identifier for the PDB remark record.
        Returns:
        IntColumn
      • getText

        public StrColumn getText()
        The full text of the PDB remark record.
        Returns:
        StrColumn