Package org.rcsb.cif.model.generated
Class IhmPseudoSiteFeature
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.IhmPseudoSiteFeature
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class IhmPseudoSiteFeature extends BaseCategory
Data items in the IHM_PSEUDO_SITE_FEATURE category records the details of pseudo positions for the features listed in IHM_FEATURE_LIST.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmPseudoSiteFeature(String name)IhmPseudoSiteFeature(String name, int rowCount, Object[] encodedColumns)IhmPseudoSiteFeature(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatColumngetCartnX()The Cartesian X component corresponding to this pseudo site.FloatColumngetCartnY()The Cartesian Y component corresponding to this pseudo site.FloatColumngetCartnZ()The Cartesian Z component corresponding to this pseudo site.StrColumngetDescription()Textual description of the pseudo site representing the specific feature.IntColumngetFeatureId()The feature identifier corresponding to this pseudo site.FloatColumngetRadius()The radius associated with the feature at this position, if applicable.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getFeatureId
public IntColumn getFeatureId()
The feature identifier corresponding to this pseudo site. This data item is a pointer to _ihm_feature_list.feature_id in the IHM_FEATURE_LIST category.- Returns:
- IntColumn
-
getCartnX
public FloatColumn getCartnX()
The Cartesian X component corresponding to this pseudo site.- Returns:
- FloatColumn
-
getCartnY
public FloatColumn getCartnY()
The Cartesian Y component corresponding to this pseudo site.- Returns:
- FloatColumn
-
getCartnZ
public FloatColumn getCartnZ()
The Cartesian Z component corresponding to this pseudo site.- Returns:
- FloatColumn
-
getRadius
public FloatColumn getRadius()
The radius associated with the feature at this position, if applicable.- Returns:
- FloatColumn
-
getDescription
public StrColumn getDescription()
Textual description of the pseudo site representing the specific feature.- Returns:
- StrColumn
-
-