Package org.rcsb.cif.model.generated
Class PdbxNmrUpload
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrUpload
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrUpload extends BaseCategory
Items in the pdbx_nmr_upload category provide information about the data files uploaded by a depositor using the deposition system.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrUpload(String name)PdbxNmrUpload(String name, int rowCount, Object[] encodedColumns)PdbxNmrUpload(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getDataFileId
public IntColumn 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
public StrColumn getDataFileName()
The directory path and file name for the data file that is to be uploaded.- Returns:
- StrColumn
-
getDataFileCategory
public StrColumn getDataFileCategory()
This item defines the kind of data in the file uploaded for deposition.- Returns:
- StrColumn
-
getDataFileSyntax
public StrColumn getDataFileSyntax()
The syntax or format of the file that is uploaded.- Returns:
- StrColumn
-
getEntryId
public StrColumn getEntryId()
Pointer to '_entry.id'- Returns:
- StrColumn
-
-