Class PdbxDatabaseRemark

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxDatabaseRemark
    extends BaseCategory
    Data items in the PDBX_DATABASE_REMARK category record keep additional information about the entry. They are mostly used to create 'non-standard' PDB REMARK annotations (6-99).
    • Constructor Detail

      • PdbxDatabaseRemark

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

        public PdbxDatabaseRemark​(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