Class 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.
    • Constructor Detail

      • PdbxNmrUpload

        public PdbxNmrUpload​(String name,
                             int rowCount,
                             Object[] encodedColumns)
      • PdbxNmrUpload

        public PdbxNmrUpload​(String name)
    • 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