Package org.rcsb.cif.model.generated
Class PdbxChemCompUploadDepositorInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxChemCompUploadDepositorInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxChemCompUploadDepositorInfo extends BaseCategory
Data items in the PDBX_CHEM_COMP_UPLOAD_DEPOSITOR_INFO category record details of the uploaded files related to depositor provided chemical assignments.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxChemCompUploadDepositorInfo(String name)PdbxChemCompUploadDepositorInfo(String name, int rowCount, Object[] encodedColumns)PdbxChemCompUploadDepositorInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
-
-
-
Constructor Detail
-
PdbxChemCompUploadDepositorInfo
public PdbxChemCompUploadDepositorInfo(String name, Map<String,Column> columns)
-
PdbxChemCompUploadDepositorInfo
public PdbxChemCompUploadDepositorInfo(String name, int rowCount, Object[] encodedColumns)
-
PdbxChemCompUploadDepositorInfo
public PdbxChemCompUploadDepositorInfo(String name)
-
-
Method Detail
-
getOrdinal
public IntColumn getOrdinal()
Ordinal index for this category.- Returns:
- IntColumn
-
getCompId
public StrColumn getCompId()
The chemical component identifier used by the depositor to represent this component.- Returns:
- StrColumn
-
getUploadFileType
public StrColumn getUploadFileType()
The type of the uploaded file containing information about this component.- Returns:
- StrColumn
-
getUploadFileName
public StrColumn getUploadFileName()
The name of the uploaded file containing information about this component.- Returns:
- StrColumn
-
-