Class PdbxDepositGroupIndex

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxDepositGroupIndex
    extends BaseCategory
    Data items in the pdbx_deposit_group_index category provides details about the individual data files in the collection of deposited entries.
    • Constructor Detail

      • PdbxDepositGroupIndex

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

        public PdbxDepositGroupIndex​(String name)
    • Method Detail

      • getGroupId

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

        public IntColumn getOrdinalId()
        A unique identifier for the index entry within the deposition group.
        Returns:
        IntColumn
      • getDepSetId

        public StrColumn getDepSetId()
        An internal identifier for a deposited data set.
        Returns:
        StrColumn
      • getPdbIdCode

        public StrColumn getPdbIdCode()
        A PDB accession code.
        Returns:
        StrColumn
      • getGroupFileName

        public StrColumn getGroupFileName()
        A file name of the group of collected structures.
        Returns:
        StrColumn
      • getGroupFileTimestamp

        public StrColumn getGroupFileTimestamp()
        A file timestamp of the group of collected structures.
        Returns:
        StrColumn
      • getAuthFileLabel

        public StrColumn getAuthFileLabel()
        A contributor label for this data file within the collection.
        Returns:
        StrColumn
      • getAuthFileContentType

        public StrColumn getAuthFileContentType()
        The data content type for this data file within the collection.
        Returns:
        StrColumn
      • getAuthFileFormatType

        public StrColumn getAuthFileFormatType()
        The data format for this data file within the collection.
        Returns:
        StrColumn
      • getAuthFileName

        public StrColumn getAuthFileName()
        The file name for this data file within the collection.
        Returns:
        StrColumn
      • getAuthFileSize

        public IntColumn getAuthFileSize()
        The file size (bytes) for this data file within the collection.
        Returns:
        IntColumn