Package org.rcsb.cif.model.generated
Class PdbxDepositGroupIndex
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDepositGroupIndex(String name)PdbxDepositGroupIndex(String name, int rowCount, Object[] encodedColumns)PdbxDepositGroupIndex(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
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
-
-