Package org.rcsb.cif.model.generated
Class EmAssembly
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmAssembly
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmAssembly extends BaseCategory
Data items in the EM_ASSEMBLY category record details about the imaged EM sample.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmAssembly(String name)EmAssembly(String name, int rowCount, Object[] encodedColumns)EmAssembly(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getId
public StrColumn getId()
The value of _em_assembly.id must uniquely identify a collection of observed complexes.- Returns:
- StrColumn
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getName
public StrColumn getName()
The name of the assembly of observed complexes.- Returns:
- StrColumn
-
getAggregationState
public StrColumn getAggregationState()
A description of the aggregation state of the assembly.- Returns:
- StrColumn
-
getComposition
public StrColumn getComposition()
The composition of the assembly.- Returns:
- StrColumn
-
getNumComponents
public IntColumn getNumComponents()
The number of components of the biological assembly.- Returns:
- IntColumn
-
getMolWtExp
public FloatColumn getMolWtExp()
The value (in megadaltons) of the experimentally determined molecular weight of the assembly.- Returns:
- FloatColumn
-
getMolWtTheo
public FloatColumn getMolWtTheo()
The value (in megadaltons) of the theoretically determined molecular weight of the assembly.- Returns:
- FloatColumn
-
getMolWtMethod
public StrColumn getMolWtMethod()
The method used to determine the molecular weight.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Any additional details describing the imaged sample.- Returns:
- StrColumn
-
-