Package org.rcsb.cif.model.generated
Class IhmGeometricObjectList
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmGeometricObjectList(String name)IhmGeometricObjectList(String name, int rowCount, Object[] encodedColumns)IhmGeometricObjectList(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetObjectDescription()Brief description of the geometric object.IntColumngetObjectId()A unique identifier for the geometric object.StrColumngetObjectName()User-provided name for the object.StrColumngetObjectType()The type of geomtric object.StrColumngetOtherDetails()Additional details about the geometric object, especially if _ihm_geometric_object_list.object_type is "other".-
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
-
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
-
-