Class DatabasePDBRev

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class DatabasePDBRev
    extends BaseCategory
    Data items in the DATABASE_PDB_REV category record details about the history of the data block as archived by the Protein Data Bank (PDB). These data items are assigned by the PDB database managers and should only appear in a data block if they originate from that source.
    • Constructor Detail

      • DatabasePDBRev

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

        public DatabasePDBRev​(String name)
    • Method Detail

      • getAuthorName

        public StrColumn getAuthorName()
        The name of the person responsible for submitting this revision to the PDB. The family name(s) followed by a comma precedes the first name(s) or initial(s).
        Returns:
        StrColumn
      • getDate

        public StrColumn getDate()
        Date the PDB revision took place. Taken from the REVDAT record.
        Returns:
        StrColumn
      • getDateOriginal

        public StrColumn getDateOriginal()
        Date the entry first entered the PDB database in the form yyyy-mm-dd. Taken from the PDB HEADER record.
        Returns:
        StrColumn
      • getModType

        public StrColumn getModType()
        A code taken from the REVDAT record classifying common types of entry revisions.
        Returns:
        StrColumn
      • getNum

        public IntColumn getNum()
        The value of _database_PDB_rev.num must uniquely and sequentially identify a record in the DATABASE_PDB_REV list. Note that this item must be a number and that modification numbers are assigned in increasing numerical order.
        Returns:
        IntColumn
      • getReplacedBy

        public StrColumn getReplacedBy()
        The PDB code for a subsequent PDB entry that replaced the PDB file corresponding to this data block.
        Returns:
        StrColumn
      • getReplaces

        public StrColumn getReplaces()
        The PDB code for a previous PDB entry that was replaced by the PDB file corresponding to this data block.
        Returns:
        StrColumn
      • getStatus

        public StrColumn getStatus()
        The status of this revision.
        Returns:
        StrColumn
      • getPdbxRecordRevised1

        public StrColumn getPdbxRecordRevised1()
        The first PDB record name that was revised. OBSOLETE LOCAL ITEM -- Replaced by _database_PDB_rev_record.type
        Returns:
        StrColumn
      • getPdbxRecordRevised2

        public StrColumn getPdbxRecordRevised2()
        The second PDB record name that was revised. OBSOLETE LOCAL ITEM -- Replaced by _database_PDB_rev_record.type
        Returns:
        StrColumn
      • getPdbxRecordRevised3

        public StrColumn getPdbxRecordRevised3()
        The third PDB record name that was revised. OBSOLETE LOCAL ITEM -- Replaced by _database_PDB_rev_record.type
        Returns:
        StrColumn
      • getPdbxRecordRevised4

        public StrColumn getPdbxRecordRevised4()
        The fourth PDB record name that was revised. OBSOLETE LOCAL ITEM -- Replaced by _database_PDB_rev_record.type
        Returns:
        StrColumn