Package org.rcsb.cif.model.generated
Class PdbxDepuiUpload
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDepuiUpload(String name)PdbxDepuiUpload(String name, int rowCount, Object[] encodedColumns)PdbxDepuiUpload(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDiagnosticMessage()Text of any diagnostic messages asssociated with the upload processing of the input data.StrColumngetFileContentType()The content type of the uploaded file.StrColumngetFileName()The name of the uploaded file.IntColumngetFileSize()The size of the uploaded file in bytes.StrColumngetFileType()The internal file type of the uploaded file.IntColumngetOrdinal()Ordinal identifier for each update record.StrColumngetSequenceAlign()Some text data item related sequene alignment.StrColumngetValidFlag()A flag to indicate if the uploaded data is satisfies a preliminary validation criteria.-
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
-
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
-
-