Package org.rcsb.cif.schema.mm
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description DatabasePDBRev(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
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
Date the PDB revision took place. Taken from the REVDAT record.- Returns:
- 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
A code taken from the REVDAT record classifying common types of entry revisions.- Returns:
- StrColumn
-
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
The PDB code for a subsequent PDB entry that replaced the PDB file corresponding to this data block.- Returns:
- 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
The status of this revision.- Returns:
- StrColumn
-
getPdbxRecordRevised1
The first PDB record name that was revised. OBSOLETE LOCAL ITEM -- Replaced by _database_PDB_rev_record.type- Returns:
- StrColumn
-
getPdbxRecordRevised2
The second PDB record name that was revised. OBSOLETE LOCAL ITEM -- Replaced by _database_PDB_rev_record.type- Returns:
- StrColumn
-
getPdbxRecordRevised3
The third PDB record name that was revised. OBSOLETE LOCAL ITEM -- Replaced by _database_PDB_rev_record.type- Returns:
- StrColumn
-
getPdbxRecordRevised4
The fourth PDB record name that was revised. OBSOLETE LOCAL ITEM -- Replaced by _database_PDB_rev_record.type- Returns:
- StrColumn
-