Package org.rcsb.cif.schema.mm
Class PdbxStructChemCompDiagnostics
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructChemCompDiagnostics
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructChemCompDiagnostics
extends DelegatingCategory
Data items in the PDBX_STRUCT_CHEM_COMP_DIAGNOSTICS category provides
structural diagnostics in chemical components instances.
-
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 PdbxStructChemCompDiagnostics(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()Instance identifier for the polymer molecule.StrColumngetAuthCompId()PDB component IDStrColumngetAuthSeqId()PDB position in the sequence.StrColumngetDetails()Special structural details about this chemical component.IntColumngetOrdinal()An ordinal index for this categoryStrColumngetPdbInsCode()Insertion code of the monomer or ligand .StrColumngetPdbStrandId()PDB strand/chain id.IntColumngetSeqNum()Position in the sequence.StrColumngetType()A classification of the diagnostic for the chemical component instanceMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
Special structural details about this chemical component.- Returns:
- StrColumn
-
getType
A classification of the diagnostic for the chemical component instance- Returns:
- StrColumn
-
getPdbStrandId
PDB strand/chain id.- Returns:
- StrColumn
-
getAsymId
Instance identifier for the polymer molecule.- Returns:
- StrColumn
-
getAuthSeqId
PDB position in the sequence.- Returns:
- StrColumn
-
getSeqNum
Position in the sequence.- Returns:
- IntColumn
-
getAuthCompId
PDB component ID- Returns:
- StrColumn
-
getPdbInsCode
Insertion code of the monomer or ligand .- Returns:
- StrColumn
-
getOrdinal
An ordinal index for this category- Returns:
- IntColumn
-