Package org.rcsb.cif.schema.mm
Class PdbxNmrUpload
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrUpload
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrUpload
extends DelegatingCategory
Items in the pdbx_nmr_upload category provide information about the data files uploaded by a depositor using the deposition system.
-
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 PdbxNmrUpload(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDataFileCategory()This item defines the kind of data in the file uploaded for deposition.IntColumngetDataFileId()Unique code assigned to the file being uploaded by the depositor and that contains data that will be incorporated into this entry.StrColumngetDataFileName()The directory path and file name for the data file that is to be uploaded.StrColumngetDataFileSyntax()The syntax or format of the file that is uploaded.StrColumngetEntryId()Pointer to '_entry.id'Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDataFileId
Unique code assigned to the file being uploaded by the depositor and that contains data that will be incorporated into this entry.- Returns:
- IntColumn
-
getDataFileName
The directory path and file name for the data file that is to be uploaded.- Returns:
- StrColumn
-
getDataFileCategory
This item defines the kind of data in the file uploaded for deposition.- Returns:
- StrColumn
-
getDataFileSyntax
The syntax or format of the file that is uploaded.- Returns:
- StrColumn
-
getEntryId
Pointer to '_entry.id'- Returns:
- StrColumn
-