Class PdbxDepuiUpload

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxDepuiUpload
    extends BaseCategory
    Data items in the PDBX_DEPUI_UPLOAD category record the details of uploaded data files.
    • Constructor Detail

      • PdbxDepuiUpload

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

        public PdbxDepuiUpload​(String name)
    • Method Detail

      • getOrdinal

        public IntColumn getOrdinal()
        Ordinal identifier for each update record.
        Returns:
        IntColumn
      • getFileContentType

        public StrColumn getFileContentType()
        The content type of the uploaded file.
        Returns:
        StrColumn
      • getFileType

        public StrColumn getFileType()
        The internal file type of the uploaded file.
        Returns:
        StrColumn
      • getFileName

        public StrColumn getFileName()
        The name of the uploaded file.
        Returns:
        StrColumn
      • getFileSize

        public IntColumn getFileSize()
        The size of the uploaded file in bytes.
        Returns:
        IntColumn
      • getValidFlag

        public StrColumn getValidFlag()
        A flag to indicate if the uploaded data is satisfies a preliminary validation criteria.
        Returns:
        StrColumn
      • getDiagnosticMessage

        public StrColumn getDiagnosticMessage()
        Text of any diagnostic messages asssociated with the upload processing of the input data.
        Returns:
        StrColumn
      • getSequenceAlign

        public StrColumn getSequenceAlign()
        Some text data item related sequene alignment.
        Returns:
        StrColumn