Class IhmGeometricObjectAxis

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmGeometricObjectAxis
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmGeometricObjectAxis
extends DelegatingCategory
Data items in the IHM_GEOMETRIC_OBJECT_AXIS category records the details of an axis used in a spatial restraint.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getObjectId

      public IntColumn getObjectId()
      Identifier to the geometric object. This data item is a pointer to the _ihm_geometric_object_list.object_id in the IHM_GEOMETRIC_OBJECT_LIST category.
      Returns:
      IntColumn
    • getAxisType

      public StrColumn getAxisType()
      The type of axis.
      Returns:
      StrColumn
    • getTransformationId

      public IntColumn getTransformationId()
      Identifier to the description of the transformation. This data item is a pointer to the _ihm_geometric_object_transformation.id in the IHM_GEOMETRIC_OBJECT_TRANSFORMATION category. If no transformation is provide, identity transformation is assumed.
      Returns:
      IntColumn