Package org.rcsb.cif.model.generated
Class PdbxChemCompIdentifier
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxChemCompIdentifier
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxChemCompIdentifier extends BaseCategory
Data items in the CHEM_COMP_IDENTIFIER category provide identifiers for chemical components.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxChemCompIdentifier(String name)PdbxChemCompIdentifier(String name, int rowCount, Object[] encodedColumns)PdbxChemCompIdentifier(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCompId()This data item is a pointer to _chem_comp.id in the CHEM_COMP category.StrColumngetIdentifier()This data item contains the identifier value for this component.IntColumngetOrdinal()Ordinal index for this category.StrColumngetProgram()This data item contains the name of the program or library used to compute the identifier.StrColumngetProgramVersion()This data item contains the version of the program or library used to compute the identifier.StrColumngetType()This data item contains the identifier type.-
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
-
getCompId
public StrColumn getCompId()
This data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getIdentifier
public StrColumn getIdentifier()
This data item contains the identifier value for this component.- Returns:
- StrColumn
-
getType
public StrColumn getType()
This data item contains the identifier type.- Returns:
- StrColumn
-
getProgram
public StrColumn getProgram()
This data item contains the name of the program or library used to compute the identifier.- Returns:
- StrColumn
-
getProgramVersion
public StrColumn getProgramVersion()
This data item contains the version of the program or library used to compute the identifier.- Returns:
- StrColumn
-
getOrdinal
public IntColumn getOrdinal()
Ordinal index for this category.- Returns:
- IntColumn
-
-