Package org.rcsb.cif.model.generated
Class DatabasePDBRev
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description DatabasePDBRev(String name)DatabasePDBRev(String name, int rowCount, Object[] encodedColumns)DatabasePDBRev(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAuthorName()The name of the person responsible for submitting this revision to the PDB.StrColumngetDate()Date the PDB revision took place.StrColumngetDateOriginal()Date the entry first entered the PDB database in the form yyyy-mm-dd.StrColumngetModType()A code taken from the REVDAT record classifying common types of entry revisions.IntColumngetNum()The value of _database_PDB_rev.num must uniquely and sequentially identify a record in the DATABASE_PDB_REV list.StrColumngetPdbxRecordRevised1()The first PDB record name that was revised.StrColumngetPdbxRecordRevised2()The second PDB record name that was revised.StrColumngetPdbxRecordRevised3()The third PDB record name that was revised.StrColumngetPdbxRecordRevised4()The fourth PDB record name that was revised.StrColumngetReplacedBy()The PDB code for a subsequent PDB entry that replaced the PDB file corresponding to this data block.StrColumngetReplaces()The PDB code for a previous PDB entry that was replaced by the PDB file corresponding to this data block.StrColumngetStatus()The status of this revision.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
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
-
-