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.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • 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