Package org.rcsb.cif.schema.mm
Class PdbxChemCompUploadDepositorInfo
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompUploadDepositorInfo
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompUploadDepositorInfo
extends DelegatingCategory
Data items in the PDBX_CHEM_COMP_UPLOAD_DEPOSITOR_INFO category record
details of the uploaded files related to depositor provided chemical assignments.
-
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 PdbxChemCompUploadDepositorInfo(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCompId()The chemical component identifier used by the depositor to represent this component.IntColumngetOrdinal()Ordinal index for this category.StrColumngetUploadFileName()The name of the uploaded file containing information about this component.StrColumngetUploadFileType()The type of the uploaded file containing information about this component.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinal
Ordinal index for this category.- Returns:
- IntColumn
-
getCompId
The chemical component identifier used by the depositor to represent this component.- Returns:
- StrColumn
-
getUploadFileType
The type of the uploaded file containing information about this component.- Returns:
- StrColumn
-
getUploadFileName
The name of the uploaded file containing information about this component.- Returns:
- StrColumn
-