Package org.rcsb.cif.schema.mm
Class IhmHydroxylRadicalFpRestraint
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmHydroxylRadicalFpRestraint
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmHydroxylRadicalFpRestraint
extends DelegatingCategory
Data items in the IHM_HYDROXYL_RADICAL_FP_RESTRAINT category records the
restraints derived from hydroxyl radical footprinting experiment.
These restraints provide information regarding solvent accessible surface
area of 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 IhmHydroxylRadicalFpRestraint(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()An asym/strand identifier.StrColumngetCompId()The component identifier for the residue.IntColumngetDatasetListId()Identifier to the hydroxyl radical footprinting dataset.StrColumngetEntityDescription()A text description of the molecular entity.StrColumngetEntityId()The entity identifier.FloatColumngetFpRate()The footprinting rate.FloatColumngetFpRateError()The footprinting rate error.IntColumngetGroupId()An identifier to group the hydroxyl radical footprinting restraints.IntColumngetId()A unique identifier for the hydroxyl radical footprinting restraint.FloatColumngetLogPf()Log (base 10) protection factor.FloatColumngetLogPfError()Error of Log (base 10) protection factor.FloatColumngetPredictedSasa()The predicted solvent accessible surface area.IntColumngetSeqId()The sequence index for the residue.IntColumngetSoftwareId()Identifier to the software used to obtain the restraint.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 hydroxyl radical footprinting restraint.- Returns:
- IntColumn
-
getGroupId
An identifier to group the hydroxyl radical footprinting restraints.- Returns:
- IntColumn
-
getEntityDescription
A text description of the molecular entity.- Returns:
- StrColumn
-
getEntityId
The entity identifier. 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
-
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
-
getSeqId
The sequence index for the residue. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getFpRate
The footprinting rate.- Returns:
- FloatColumn
-
getFpRateError
The footprinting rate error.- Returns:
- FloatColumn
-
getLogPf
Log (base 10) protection factor.- Returns:
- FloatColumn
-
getLogPfError
Error of Log (base 10) protection factor.- Returns:
- FloatColumn
-
getPredictedSasa
The predicted solvent accessible surface area.- Returns:
- FloatColumn
-
getDatasetListId
Identifier to the hydroxyl radical footprinting dataset. This data item is a pointer to the _ihm_dataset_list.id in the IHM_DATASET_LIST category.- Returns:
- IntColumn
-
getSoftwareId
Identifier to the software used to obtain the restraint. This data item is a pointer to the _software.pdbx_ordinal in the SOFTWARE category.- Returns:
- IntColumn
-