Package org.rcsb.cif.schema.mm
Class EmAssembly
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmAssembly
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmAssembly
extends DelegatingCategory
Data items in the EM_ASSEMBLY category record details
about the imaged EM sample.
-
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 EmAssembly(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAggregationState()A description of the aggregation state of the assembly.StrColumngetComposition()The composition of the assembly.StrColumngetDetails()Any additional details describing the imaged sample.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetId()The value of _em_assembly.id must uniquely identify a collection of observed complexes.FloatColumngetMolWtExp()The value (in megadaltons) of the experimentally determined molecular weight of the assembly.StrColumngetMolWtMethod()The method used to determine the molecular weight.FloatColumngetMolWtTheo()The value (in megadaltons) of the theoretically determined molecular weight of the assembly.StrColumngetName()The name of the assembly of observed complexes.IntColumngetNumComponents()The number of components of the biological assembly.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _em_assembly.id must uniquely identify a collection of observed complexes.- Returns:
- StrColumn
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getName
The name of the assembly of observed complexes.- Returns:
- StrColumn
-
getAggregationState
A description of the aggregation state of the assembly.- Returns:
- StrColumn
-
getComposition
The composition of the assembly.- Returns:
- StrColumn
-
getNumComponents
The number of components of the biological assembly.- Returns:
- IntColumn
-
getMolWtExp
The value (in megadaltons) of the experimentally determined molecular weight of the assembly.- Returns:
- FloatColumn
-
getMolWtTheo
The value (in megadaltons) of the theoretically determined molecular weight of the assembly.- Returns:
- FloatColumn
-
getMolWtMethod
The method used to determine the molecular weight.- Returns:
- StrColumn
-
getDetails
Any additional details describing the imaged sample.- Returns:
- StrColumn
-