Package org.rcsb.cif.schema.mm
Class PdbxDepuiUpload
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDepuiUpload
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDepuiUpload
extends DelegatingCategory
Data items in the PDBX_DEPUI_UPLOAD category record the
details of uploaded data files.
-
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 PdbxDepuiUpload(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinal
Ordinal identifier for each update record.- Returns:
- IntColumn
-
getFileContentType
The content type of the uploaded file.- Returns:
- StrColumn
-
getFileType
The internal file type of the uploaded file.- Returns:
- StrColumn
-
getFileName
The name of the uploaded file.- Returns:
- StrColumn
-
getFileSize
The size of the uploaded file in bytes.- Returns:
- IntColumn
-
getValidFlag
A flag to indicate if the uploaded data is satisfies a preliminary validation criteria.- Returns:
- StrColumn
-
getDiagnosticMessage
Text of any diagnostic messages asssociated with the upload processing of the input data.- Returns:
- StrColumn
-
getSequenceAlign
Some text data item related sequene alignment.- Returns:
- StrColumn
-