Package org.rcsb.cif.schema.mm
Class IhmResiduesNotModeled
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmResiduesNotModeled
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmResiduesNotModeled
extends DelegatingCategory
Data items in the IHM_RESIDUES_NOT_MODELED category record the
details of the residues that are defined in the
IHM_STRUCT_ASSEMBLY category but are missing in the
three-dimensional model (ATOM_SITE, IHM_SPHERE_OBJ_SITE,
IHM_GAUSSIAN_OBJ_SITE categories) i.e., residues in the
assembly that are not modeled.
-
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 IhmResiduesNotModeled(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()An asym/strand identifier.StrColumngetCompIdBegin()The starting residue for the sequence segment of missing residues.StrColumngetCompIdEnd()The ending residue for the sequence segment of missing residues.StrColumngetDetails()Additional details regarding the missing segments.StrColumngetEntityDescription()A text description of the molecular entity, whose residues are not modeled.StrColumngetEntityId()A unique identifier to the molecular entity, whose residues are not modeled.IntColumngetId()A unique identifier for the category.IntColumngetModelId()An identifier for the structural model.StrColumngetReason()The reason why the residues are missing in the structural model.IntColumngetSeqIdBegin()The starting residue index for the sequence segment of missing residues.IntColumngetSeqIdEnd()The ending residue index for the sequence segment of missing residues.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 category.- Returns:
- IntColumn
-
getModelId
An identifier for the structural model. This data item is a pointer to _ihm_model_list.model_id in the IHM_MODEL_LIST category.- Returns:
- IntColumn
-
getEntityDescription
A text description of the molecular entity, whose residues are not modeled. This data item is a pointer to _entity.pdbx_description in the ENTITY category.- Returns:
- StrColumn
-
getEntityId
A unique identifier to the molecular entity, whose residues are not modeled. This data item is a pointer to _entity_poly_seq.entity_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getAsymId
An asym/strand identifier. This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getSeqIdBegin
The starting residue index for the sequence segment of missing residues. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getSeqIdEnd
The ending residue index for the sequence segment of missing residues. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getCompIdBegin
The starting residue for the sequence segment of missing residues. This data item is a pointer to _entity_poly_seq.mon_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getCompIdEnd
The ending residue for the sequence segment of missing residues. This data item is a pointer to _entity_poly_seq.mon_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getReason
The reason why the residues are missing in the structural model.- Returns:
- StrColumn
-
getDetails
Additional details regarding the missing segments.- Returns:
- StrColumn
-