Package org.rcsb.cif.schema.mm
Class PdbxDatabasePDBObsSpr
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDatabasePDBObsSpr
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDatabasePDBObsSpr
extends DelegatingCategory
The PDBX_DATABASE_PDB_OBS_SPR category provides placeholders
for information on obsolete/superseded PDB entries
-
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 PdbxDatabasePDBObsSpr(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDate()The date of replacement.StrColumngetDetails()Details related to the replaced or replacing entry.StrColumngetId()Identifier for the type of obsolete entry to be added to this entry.StrColumngetPdbId()The new PDB identifier for the replaced entry.StrColumngetReplacePdbId()The PDB identifier for the replaced (OLD) entry/entries.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
Identifier for the type of obsolete entry to be added to this entry.- Returns:
- StrColumn
-
getDate
The date of replacement.- Returns:
- StrColumn
-
getPdbId
The new PDB identifier for the replaced entry.- Returns:
- StrColumn
-
getReplacePdbId
The PDB identifier for the replaced (OLD) entry/entries.- Returns:
- StrColumn
-
getDetails
Details related to the replaced or replacing entry.- Returns:
- StrColumn
-