Package org.rcsb.cif.model.generated
Class EmSamplePreparation
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmSamplePreparation
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmSamplePreparation extends BaseCategory
Data items in the EM_SAMPLE_PREPARATION category record details of sample conditions prior to and upon loading onto grid support.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmSamplePreparation(String name)EmSamplePreparation(String name, int rowCount, Object[] encodedColumns)EmSamplePreparation(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumnget_2dCrystalGrowId()This data item is a pointer to _em_2d_crystal_grow.id in the 2D_CRYSTAL_GROW category.StrColumngetBufferId()This data item is a pointer to _em_buffer.id in the BUFFER category.StrColumngetDetails()Details of the specimen preparationStrColumngetEntityAssemblyId()This data item is a pointer to _entity_assembly.id in the em_entity_assembly category.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetId()The value of _em_sample_preparation.id must uniquely identify the sample preparation.FloatColumngetPh()The pH value of the observed sample buffer.FloatColumngetSampleConcentration()The value of the concentration (mg per milliliter) of the complex in the sample.StrColumngetSupportId()This data item is a pointer to _em_sample_support.id in the EM_SAMPLE_SUPPORT category.-
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
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getId
public StrColumn getId()
The value of _em_sample_preparation.id must uniquely identify the sample preparation.- Returns:
- StrColumn
-
getPh
public FloatColumn getPh()
The pH value of the observed sample buffer.- Returns:
- FloatColumn
-
getBufferId
public StrColumn getBufferId()
This data item is a pointer to _em_buffer.id in the BUFFER category.- Returns:
- StrColumn
-
getSampleConcentration
public FloatColumn getSampleConcentration()
The value of the concentration (mg per milliliter) of the complex in the sample.- Returns:
- FloatColumn
-
get_2dCrystalGrowId
public StrColumn get_2dCrystalGrowId()
This data item is a pointer to _em_2d_crystal_grow.id in the 2D_CRYSTAL_GROW category.- Returns:
- StrColumn
-
getSupportId
public StrColumn getSupportId()
This data item is a pointer to _em_sample_support.id in the EM_SAMPLE_SUPPORT category.- Returns:
- StrColumn
-
getEntityAssemblyId
public StrColumn getEntityAssemblyId()
This data item is a pointer to _entity_assembly.id in the em_entity_assembly category.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Details of the specimen preparation- Returns:
- StrColumn
-
-