Package org.rcsb.cif.schema.mm
Class IhmStartingModelCoord
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmStartingModelCoord
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmStartingModelCoord
extends DelegatingCategory
Data items in the IHM_STARTING_MODEL_COORD category records the coordinates
for structural templates used as starting inputs in the integrative model
building tasks.
-
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 IhmStartingModelCoord(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()The asym/strand id corresponding to this coordinate position.StrColumngetAtomId()The atom identifier/name corresponding to this coordinate position.FloatColumngetBIsoOrEquiv()The isotropic temperature factor corresponding to this coordinate position.FloatColumngetCartnX()The Cartesian X component corresponding to this coordinate position.FloatColumngetCartnY()The Cartesian Y component corresponding to this coordinate position.FloatColumngetCartnZ()The Cartesian Z component corresponding to this coordinate position.StrColumngetCompId()The component identifier corresponding to this coordinate position.StrColumngetEntityId()The entity identifier corresponding to this coordinate position.IntColumngetFormalCharge()The formal charge corresponding to this coordinate position.StrColumngetGroupPDB()The group of atoms to which the atom site in the starting model belongs.IntColumngetId()The serial number for this coordinate position.IntColumngetOrdinalId()A unique identifier for this coordinate position.IntColumngetSeqId()The sequence index corresponding this to coordinate position.StrColumngetStartingModelId()The identifier for the starting structural model.StrColumngetTypeSymbol()The atom type symbol(element symbol) corresponding to this coordinate position.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinalId
A unique identifier for this coordinate position.- Returns:
- IntColumn
-
getStartingModelId
The identifier for the starting structural model. This data item is a pointer to _ihm_starting_model_details.starting_model_id in the IHM_STARTING_MODEL_DETAILS category.- Returns:
- StrColumn
-
getGroupPDB
The group of atoms to which the atom site in the starting model belongs. This data item is provided for compatibility with the original Protein Data Bank format, and only for that purpose.- Returns:
- StrColumn
-
getId
The serial number for this coordinate position.- Returns:
- IntColumn
-
getTypeSymbol
The atom type symbol(element symbol) corresponding to this coordinate position.- Returns:
- StrColumn
-
getEntityId
The entity identifier corresponding to this coordinate position. This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getAtomId
The atom identifier/name corresponding to this coordinate position. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getCompId
The component identifier corresponding to this coordinate position. This data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getSeqId
The sequence index corresponding this to coordinate position. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getAsymId
The asym/strand id corresponding to this coordinate position. This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getCartnX
The Cartesian X component corresponding to this coordinate position.- Returns:
- FloatColumn
-
getCartnY
The Cartesian Y component corresponding to this coordinate position.- Returns:
- FloatColumn
-
getCartnZ
The Cartesian Z component corresponding to this coordinate position.- Returns:
- FloatColumn
-
getBIsoOrEquiv
The isotropic temperature factor corresponding to this coordinate position.- Returns:
- FloatColumn
-
getFormalCharge
The formal charge corresponding to this coordinate position.- Returns:
- IntColumn
-