Class DatabasePDBRev

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DatabasePDBRev
extends DelegatingCategory
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 Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • 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