Package org.rcsb.cif.model.generated
Class PdbxDatabasePDBObsSpr
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDatabasePDBObsSpr
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDatabasePDBObsSpr extends BaseCategory
The PDBX_DATABASE_PDB_OBS_SPR category provides placeholders for information on obsolete/superseded PDB entries
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDatabasePDBObsSpr(String name)PdbxDatabasePDBObsSpr(String name, int rowCount, Object[] encodedColumns)PdbxDatabasePDBObsSpr(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getId
public StrColumn getId()
Identifier for the type of obsolete entry to be added to this entry.- Returns:
- StrColumn
-
getDate
public StrColumn getDate()
The date of replacement.- Returns:
- StrColumn
-
getPdbId
public StrColumn getPdbId()
The new PDB identifier for the replaced entry.- Returns:
- StrColumn
-
getReplacePdbId
public StrColumn getReplacePdbId()
The PDB identifier for the replaced (OLD) entry/entries.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Details related to the replaced or replacing entry.- Returns:
- StrColumn
-
-