Package org.rcsb.cif.schema.mm
Class IhmPolyProbePosition
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmPolyProbePosition
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmPolyProbePosition
extends DelegatingCategory
Data items in the IHM_POLY_PROBE_POSITION category identifies
specific residue positions in the polymeric entity where probes
are covalently attached.
-
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 IhmPolyProbePosition(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCompId()The component identifier of the residue in the entity where the probe is attached.StrColumngetDescription()An author provided description for the residue position in the polymer.StrColumngetEntityDescription()Description of the entity.StrColumngetEntityId()A unique identifier for the entity where the probe is attached.IntColumngetId()A unique identifier for the category.StrColumngetModificationFlag()A flag to indicate whether the residue is chemically modified or not.IntColumngetModResChemCompDescriptorId()An identifier to the chemical descriptor of the modified residue, if applicable.StrColumngetMutationFlag()A flag to indicate whether the residue has an engineered mutation or not.StrColumngetMutResChemCompId()The chemical component identifier of the mutated residue, if applicable.IntColumngetSeqId()The sequence index of the residue in the entity where the probe is attached.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
-
getEntityId
A unique identifier for the entity where the probe is attached. This data item is a pointer to _entity_poly_seq.entity_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getEntityDescription
Description of the entity.- Returns:
- StrColumn
-
getSeqId
The sequence index of the residue in the entity where the probe is attached. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getCompId
The component identifier of the residue in the entity where the probe is attached. This data item is a pointer to _entity_poly_seq.mon_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getMutationFlag
A flag to indicate whether the residue has an engineered mutation or not.- Returns:
- StrColumn
-
getMutResChemCompId
The chemical component identifier of the mutated residue, if applicable. This data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getModificationFlag
A flag to indicate whether the residue is chemically modified or not.- Returns:
- StrColumn
-
getModResChemCompDescriptorId
An identifier to the chemical descriptor of the modified residue, if applicable. This data item is a pointer to _ihm_chemical_component_descriptor.id in the IHM_CHEMICAL_COMPONENT_DESCRIPTOR category.- Returns:
- IntColumn
-
getDescription
An author provided description for the residue position in the polymer.- Returns:
- StrColumn
-