Class PdbxDatabaseRelated

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxDatabaseRelated
    extends BaseCategory
    Data items in PDBX_DATABASE_RELATED contain references to entries that are related to the this entry.
    • Constructor Detail

      • PdbxDatabaseRelated

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

        public PdbxDatabaseRelated​(String name)
    • Method Detail

      • getDbName

        public StrColumn getDbName()
        The name of the database containing the related entry.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        A description of the related entry.
        Returns:
        StrColumn
      • getDbId

        public StrColumn getDbId()
        The identifying code in the related database.
        Returns:
        StrColumn
      • getContentType

        public StrColumn getContentType()
        The identifying content type of the related entry.
        Returns:
        StrColumn