Package org.rcsb.cif.schema.mm
Class PdbxDepositionMessageFileReference
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDepositionMessageFileReference
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDepositionMessageFileReference
extends DelegatingCategory
Data items in the PDBX_DEPOSITION_MESSAGE_FILE_REFERENCE category record details of
files references associated with messages defined in the PDBX_DEPOSITION_MESSAGE_INFO
data category.
-
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 PdbxDepositionMessageFileReference(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetContentFormat()The content format of the referenced data file.StrColumngetContentType()The content type of the referenced data file.StrColumngetDepositionDataSetId()The internal identifier assigned to each deposition.StrColumngetMessageId()The internal identifier assigned to each message.IntColumngetOrdinal()Ordinal index for the each file reference.StrColumngetPartitionNumber()The partition number of the referenced data file.StrColumngetStorageType()The storate type of the referenced data file.StrColumngetVersionId()The version identifier of the referenced data file.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinal
Ordinal index for the each file reference.- Returns:
- IntColumn
-
getDepositionDataSetId
The internal identifier assigned to each deposition.- Returns:
- StrColumn
-
getMessageId
The internal identifier assigned to each message.- Returns:
- StrColumn
-
getContentType
The content type of the referenced data file.- Returns:
- StrColumn
-
getContentFormat
The content format of the referenced data file.- Returns:
- StrColumn
-
getPartitionNumber
The partition number of the referenced data file.- Returns:
- StrColumn
-
getVersionId
The version identifier of the referenced data file.- Returns:
- StrColumn
-
getStorageType
The storate type of the referenced data file.- Returns:
- StrColumn
-