Package org.rcsb.cif.model.generated
Class PdbxDepositionMessageFileReference
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDepositionMessageFileReference
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDepositionMessageFileReference extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDepositionMessageFileReference(String name)PdbxDepositionMessageFileReference(String name, int rowCount, Object[] encodedColumns)PdbxDepositionMessageFileReference(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
-
-
-
Constructor Detail
-
PdbxDepositionMessageFileReference
public PdbxDepositionMessageFileReference(String name, Map<String,Column> columns)
-
PdbxDepositionMessageFileReference
public PdbxDepositionMessageFileReference(String name, int rowCount, Object[] encodedColumns)
-
PdbxDepositionMessageFileReference
public PdbxDepositionMessageFileReference(String name)
-
-
Method Detail
-
getOrdinal
public IntColumn getOrdinal()
Ordinal index for the each file reference.- Returns:
- IntColumn
-
getDepositionDataSetId
public StrColumn getDepositionDataSetId()
The internal identifier assigned to each deposition.- Returns:
- StrColumn
-
getMessageId
public StrColumn getMessageId()
The internal identifier assigned to each message.- Returns:
- StrColumn
-
getContentType
public StrColumn getContentType()
The content type of the referenced data file.- Returns:
- StrColumn
-
getContentFormat
public StrColumn getContentFormat()
The content format of the referenced data file.- Returns:
- StrColumn
-
getPartitionNumber
public StrColumn getPartitionNumber()
The partition number of the referenced data file.- Returns:
- StrColumn
-
getVersionId
public StrColumn getVersionId()
The version identifier of the referenced data file.- Returns:
- StrColumn
-
getStorageType
public StrColumn getStorageType()
The storate type of the referenced data file.- Returns:
- StrColumn
-
-