Class 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
    • Constructor Detail

      • PdbxDatabasePDBObsSpr

        public PdbxDatabasePDBObsSpr​(String name,
                                     int rowCount,
                                     Object[] encodedColumns)
      • PdbxDatabasePDBObsSpr

        public PdbxDatabasePDBObsSpr​(String name)
    • 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