Class PdbxDepositGroup

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxDepositGroup
    extends BaseCategory
    Data items in the pdbx_deposit_group category provide identifiers and related information for groups of entries deposited in a collection.
    • Constructor Detail

      • PdbxDepositGroup

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

        public PdbxDepositGroup​(String name)
    • Method Detail

      • getGroupId

        public StrColumn getGroupId()
        A unique identifier for a group of entries deposited as a collection.
        Returns:
        StrColumn
      • getGroupTitle

        public StrColumn getGroupTitle()
        A title to describe the group of entries deposited in the collection.
        Returns:
        StrColumn
      • getGroupDescription

        public StrColumn getGroupDescription()
        A description of the contents of entries in the collection.
        Returns:
        StrColumn
      • getGroupType

        public StrColumn getGroupType()
        Text to describe a grouping of entries in multiple collections
        Returns:
        StrColumn