Package org.rcsb.cif.schema.mm
Class IhmStartingModelSeqDif
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmStartingModelSeqDif
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmStartingModelSeqDif
extends DelegatingCategory
Data items in the IHM_STARTING_MODEL_SEQ_DIF category provide a
mechanism for indicating and annotating point differences
between the sequence of the entity or biological unit described
in the data block and the sequence of the starting model used in
the integrative modeling referenced from a database. The point
differences may be due to point mutations introduced in the
starting model or the presence of modified amino acid residues.
-
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 IhmStartingModelSeqDif(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()An asym/strand identifier for the entity molecule.StrColumngetCompId()The component identifier for the residue.StrColumngetDbAsymId()The asym/strand identifier for the entity molecule of the database starting model.StrColumngetDbCompId()The correspinding component identifier for the residue in the database starting model.StrColumngetDbEntityId()The molecular entity of the database starting model.IntColumngetDbSeqId()The corresponding residue index of the database starting model.StrColumngetDetails()A description of special aspects of the point differences between the sequence of the entity or biological unit described in the data block and that in the starting model referenced from a database.StrColumngetEntityId()A unique identifier for the distinct molecular entities.IntColumngetId()A unique identifier for the entry.IntColumngetSeqId()The residue index.StrColumngetStartingModelId()Unique identifier for the starting model record.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique identifier for the entry.- Returns:
- IntColumn
-
getEntityId
A unique identifier for the distinct molecular entities. This data item is a pointer to _entity_poly_seq.entity_id in the ENTITY_POLY category.- Returns:
- StrColumn
-
getAsymId
An asym/strand identifier for the entity molecule. This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getSeqId
The residue index. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getCompId
The component identifier for the residue. This data item is a pointer to _entity_poly_seq.mon_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getStartingModelId
Unique identifier for the starting model record. This data item is a pointer to _ihm_starting_model_details.starting_model_id in the IHM_STARTING_MODEL_DETAILS category.- Returns:
- StrColumn
-
getDbEntityId
The molecular entity of the database starting model.- Returns:
- StrColumn
-
getDbAsymId
The asym/strand identifier for the entity molecule of the database starting model.- Returns:
- StrColumn
-
getDbSeqId
The corresponding residue index of the database starting model.- Returns:
- IntColumn
-
getDbCompId
The correspinding component identifier for the residue in the database starting model.- Returns:
- StrColumn
-
getDetails
A description of special aspects of the point differences between the sequence of the entity or biological unit described in the data block and that in the starting model referenced from a database.- Returns:
- StrColumn
-