Class IhmGeometricObjectList

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class IhmGeometricObjectList
    extends BaseCategory
    Data items in the IHM_GEOMETRIC_OBJECT_LIST category records the list of geometric objects used as restraints in the integrative modeling study.
    • Constructor Detail

      • IhmGeometricObjectList

        public IhmGeometricObjectList​(String name,
                                      int rowCount,
                                      Object[] encodedColumns)
      • IhmGeometricObjectList

        public IhmGeometricObjectList​(String name)
    • Method Detail

      • getObjectId

        public IntColumn getObjectId()
        A unique identifier for the geometric object.
        Returns:
        IntColumn
      • getObjectType

        public StrColumn getObjectType()
        The type of geomtric object.
        Returns:
        StrColumn
      • getObjectName

        public StrColumn getObjectName()
        User-provided name for the object.
        Returns:
        StrColumn
      • getObjectDescription

        public StrColumn getObjectDescription()
        Brief description of the geometric object.
        Returns:
        StrColumn
      • getOtherDetails

        public StrColumn getOtherDetails()
        Additional details about the geometric object, especially if _ihm_geometric_object_list.object_type is "other".
        Returns:
        StrColumn