Package org.rcsb.cif.model.generated
Class IhmStructAssemblyClass
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.IhmStructAssemblyClass
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class IhmStructAssemblyClass extends BaseCategory
Data items in the IHM_STRUCT_ASSEMBLY_CLASS category provides details regarding the structural assembly classes. This category provides a mechanism to identify the classes to which structural assemblies belong.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmStructAssemblyClass(String name)IhmStructAssemblyClass(String name, int rowCount, Object[] encodedColumns)IhmStructAssemblyClass(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntColumngetAssemblyId()An identifier for the structural assembly.IntColumngetClassId()An identifier for the structural assembly class.IntColumngetOrdinalId()A unique identifier for the category.-
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
-
getOrdinalId
public IntColumn getOrdinalId()
A unique identifier for the category.- Returns:
- IntColumn
-
getClassId
public IntColumn getClassId()
An identifier for the structural assembly class. This data item is a pointer to _ihm_struct_assembly_class_list.class_id in the IHM_STRUCT_ASSEMBLY_CLASS_LIST category.- Returns:
- IntColumn
-
getAssemblyId
public IntColumn getAssemblyId()
An identifier for the structural assembly. This data item is a pointer to _ihm_struct_assembly.assembly_id in the IHM_STRUCT_ASSEMBLY category.- Returns:
- IntColumn
-
-