Package org.rcsb.cif.schema.mm
Class PdbxDepositGroupIndex
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDepositGroupIndex
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDepositGroupIndex
extends DelegatingCategory
Data items in the pdbx_deposit_group_index category provides details
about the individual data files in the collection of deposited entries.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxDepositGroupIndex(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthFileContentType()The data content type for this data file within the collection.StrColumngetAuthFileFormatType()The data format for this data file within the collection.StrColumngetAuthFileLabel()A contributor label for this data file within the collection.StrColumngetAuthFileName()The file name for this data file within the collection.IntColumngetAuthFileSize()The file size (bytes) for this data file within the collection.StrColumngetDepSetId()An internal identifier for a deposited data set.StrColumngetGroupFileName()A file name of the group of collected structures.StrColumngetGroupFileTimestamp()A file timestamp of the group of collected structures.StrColumngetGroupId()A unique identifier for a group of entries deposited as a collection.IntColumngetOrdinalId()A unique identifier for the index entry within the deposition group.StrColumngetPdbIdCode()A PDB accession code.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getGroupId
A unique identifier for a group of entries deposited as a collection.- Returns:
- StrColumn
-
getOrdinalId
A unique identifier for the index entry within the deposition group.- Returns:
- IntColumn
-
getDepSetId
An internal identifier for a deposited data set.- Returns:
- StrColumn
-
getPdbIdCode
A PDB accession code.- Returns:
- StrColumn
-
getGroupFileName
A file name of the group of collected structures.- Returns:
- StrColumn
-
getGroupFileTimestamp
A file timestamp of the group of collected structures.- Returns:
- StrColumn
-
getAuthFileLabel
A contributor label for this data file within the collection.- Returns:
- StrColumn
-
getAuthFileContentType
The data content type for this data file within the collection.- Returns:
- StrColumn
-
getAuthFileFormatType
The data format for this data file within the collection.- Returns:
- StrColumn
-
getAuthFileName
The file name for this data file within the collection.- Returns:
- StrColumn
-
getAuthFileSize
The file size (bytes) for this data file within the collection.- Returns:
- IntColumn
-