Package org.rcsb.cif.schema.mm
Class StructBiol
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructBiol
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructBiol
extends DelegatingCategory
Data items in the STRUCT_BIOL category record details about
the structural elements that form each structure of biological
significance.
A given crystal structure may contain many different biological
structures. A given structural component in the asymmetric
unit may be part of more than one biological unit. A given
biological structure may involve crystallographic symmetry.
For instance, in a structure of a lysozyme-FAB structure, the
light- and heavy-chain components of the FAB could be one
biological unit, while the two chains of the FAB and the lysozyme
could constitute a second biological unit.
-
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 StructBiol(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of the biological unit.StrColumngetId()The value of _struct_biol.id must uniquely identify a record in the STRUCT_BIOL list.StrColumngetPdbxAggregationState()A description of the structural aggregation in this assembly.StrColumngetPdbxAssemblyMethod()The method or experiment used to determine this assembly.FloatColumngetPdbxFormulaWeight()Estimated formula mass in daltons of the biological assembly.StrColumngetPdbxFormulaWeightMethod()Method used to determine _struct_biol.pdbx_formula_weight.StrColumngetPdbxParentBiolId()An identifier for the parent biological assembly if this biological unit is part of a complex assembly.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
A description of special aspects of the biological unit.- Returns:
- StrColumn
-
getId
The value of _struct_biol.id must uniquely identify a record in the STRUCT_BIOL list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getPdbxParentBiolId
An identifier for the parent biological assembly if this biological unit is part of a complex assembly.- Returns:
- StrColumn
-
getPdbxFormulaWeight
Estimated formula mass in daltons of the biological assembly.- Returns:
- FloatColumn
-
getPdbxFormulaWeightMethod
Method used to determine _struct_biol.pdbx_formula_weight.- Returns:
- StrColumn
-
getPdbxAggregationState
A description of the structural aggregation in this assembly.- Returns:
- StrColumn
-
getPdbxAssemblyMethod
The method or experiment used to determine this assembly.- Returns:
- StrColumn
-