Package org.rcsb.cif.schema.mm
Class IhmSphereObjSite
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmSphereObjSite
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmSphereObjSite
extends DelegatingCategory
Data items in the IHM_SPHERE_OBJ_SITE category records the details
of the spherical objects modeled in the integrative structural model.
-
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 IhmSphereObjSite(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()An asym/strand identifier corresponding to this sphere object.FloatColumngetCartnX()The Cartesian X component corresponding to this sphere object.FloatColumngetCartnY()The Cartesian Y component corresponding to this sphere object.FloatColumngetCartnZ()The Cartesian Z component corresponding to this sphere object.StrColumngetEntityId()The entity identifier corresponding to this sphere object.IntColumngetId()A unique identifier for this pseudo atom / sphere object.IntColumngetModelId()The model id corresponding to the sphere object.FloatColumngetObjectRadius()The radius associated with the primitive sphere object at this position.FloatColumngetRmsf()The Root Mean Square Fluctuation (RMSF) observed in the primitive sphere object at this position.IntColumngetSeqIdBegin()The leading sequence index corresponding to this sphere object.IntColumngetSeqIdEnd()The trailing sequence index corresponding to this sphere object.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 this pseudo atom / sphere object.- Returns:
- IntColumn
-
getEntityId
The entity identifier corresponding to this sphere object. This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getSeqIdBegin
The leading sequence index corresponding to this sphere object. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getSeqIdEnd
The trailing sequence index corresponding to this sphere object. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getAsymId
An asym/strand identifier corresponding to this sphere object. 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 sphere object.- Returns:
- FloatColumn
-
getCartnY
The Cartesian Y component corresponding to this sphere object.- Returns:
- FloatColumn
-
getCartnZ
The Cartesian Z component corresponding to this sphere object.- Returns:
- FloatColumn
-
getObjectRadius
The radius associated with the primitive sphere object at this position.- Returns:
- FloatColumn
-
getRmsf
The Root Mean Square Fluctuation (RMSF) observed in the primitive sphere object at this position.- Returns:
- FloatColumn
-
getModelId
The model id corresponding to the sphere object. This data item is a pointer to _ihm_model_list.model_id in the IHM_MODEL_LIST category.- Returns:
- IntColumn
-