Package org.rcsb.cif.schema.mm
Class PdbxChemCompModelAtom
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompModelAtom
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompModelAtom
extends DelegatingCategory
Data items in the PDBX_CHEM_COMP_MODEL_ATOM category record coordinates
for the chemical component model instance.
-
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 PdbxChemCompModelAtom(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomId()The value of _pdbx_chem_comp_model_atom.atom_id uniquely identifies each atom in the PDBX_CHEM_COMP_MODEL_ATOM list.IntColumngetCharge()The net integer charge assigned to this atom.FloatColumngetModelCartnX()The x component of the coordinates for this atom in this component model specified as orthogonal angstroms.FloatColumngetModelCartnY()The y component of the coordinates for this atom in this component model specified as orthogonal angstroms.FloatColumngetModelCartnZ()The z component of the coordinates for this atom in this component model specified as orthogonal angstroms.StrColumngetModelId()This data item is a pointer to _pdbx_chem_comp_model.id in the PDBX_CHEM_COMP_MODEL category.IntColumngetOrdinalId()The value of _pdbx_chem_comp_model_atom.ordinal_id is an ordinal identifer for each atom in the PDBX_CHEM_COMP_MODEL_ATOM list.StrColumngetTypeSymbol()The code used to identify the atom species representing this atom type.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAtomId
The value of _pdbx_chem_comp_model_atom.atom_id uniquely identifies each atom in the PDBX_CHEM_COMP_MODEL_ATOM list.- Returns:
- StrColumn
-
getOrdinalId
The value of _pdbx_chem_comp_model_atom.ordinal_id is an ordinal identifer for each atom in the PDBX_CHEM_COMP_MODEL_ATOM list.- Returns:
- IntColumn
-
getModelId
This data item is a pointer to _pdbx_chem_comp_model.id in the PDBX_CHEM_COMP_MODEL category.- Returns:
- StrColumn
-
getCharge
The net integer charge assigned to this atom. This is the formal charge assignment normally found in chemical diagrams.- Returns:
- IntColumn
-
getModelCartnX
The x component of the coordinates for this atom in this component model specified as orthogonal angstroms.- Returns:
- FloatColumn
-
getModelCartnY
The y component of the coordinates for this atom in this component model specified as orthogonal angstroms.- Returns:
- FloatColumn
-
getModelCartnZ
The z component of the coordinates for this atom in this component model specified as orthogonal angstroms.- Returns:
- FloatColumn
-
getTypeSymbol
The code used to identify the atom species representing this atom type. Normally this code is the element symbol.- Returns:
- StrColumn
-