Package org.rcsb.cif.schema.mm
Class PdbxStructAssembly
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructAssembly
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructAssembly
extends DelegatingCategory
Data items in the PDBX_STRUCT_ASSEMBLY category record details about
the structural elements that form macromolecular assemblies.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxStructAssembly(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of the macromolecular assembly.StrColumngetId()The value of _pdbx_struct_assembly.id must uniquely identify a record in the PDBX_STRUCT_ASSEMBLY list.StrColumngetMethodDetails()Provides details of the method used to determine or compute the assembly.IntColumngetOligomericCount()The number of polymer molecules in the assembly.StrColumngetOligomericDetails()Provides the details of the oligomeric state of the assembly.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getMethodDetails
Provides details of the method used to determine or compute the assembly.- Returns:
- StrColumn
-
getOligomericDetails
Provides the details of the oligomeric state of the assembly.- Returns:
- StrColumn
-
getOligomericCount
The number of polymer molecules in the assembly.- Returns:
- IntColumn
-
getDetails
A description of special aspects of the macromolecular assembly.- Returns:
- StrColumn
-
getId
The value of _pdbx_struct_assembly.id must uniquely identify a record in the PDBX_STRUCT_ASSEMBLY list.- Returns:
- StrColumn
-