Class DatabaseRelated

All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DatabaseRelated
extends DelegatingCategory.DelegatingCifCoreCategory
A category of items recording entries in databases that describe the same or related data. Databases wishing to insert their own canonical codes when archiving and delivering data blocks should use items from the DATABASE category.
  • Constructor Details

  • Method Details

    • getId

      public StrColumn getId()
      An identifer for this database reference
      Returns:
      StrColumn
    • getDatabaseId

      public StrColumn getDatabaseId()
      An identifier for the database that contains the related dataset.
      Returns:
      StrColumn
    • getEntryCode

      public StrColumn getEntryCode()
      The code used by the database referred to in _database_related.database_id to identify the related dataset.
      Returns:
      StrColumn
    • getRelation

      public StrColumn getRelation()
      The general relationship of the data in the data block to the dataset referred to in the database.
      Returns:
      StrColumn
    • getSpecialDetails

      public StrColumn getSpecialDetails()
      Information about the external dataset and relationship not encoded elsewhere.
      Returns:
      StrColumn