Package org.rcsb.cif.model.generated
Class EmTomographySpecimen
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmTomographySpecimen
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmTomographySpecimen extends BaseCategory
Description specimen preparation for imaging using tomography.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmTomographySpecimen(String name)EmTomographySpecimen(String name, int rowCount, Object[] encodedColumns)EmTomographySpecimen(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCryoProtectant()The type of cryo-protectant used during specimen preparation.StrColumngetDetails()Any additional details about specimen preparation.StrColumngetFiducialMarkers()'YES' indicates that fiducial markers were used in the specimen preparationStrColumngetHighPressureFreezing()'YES' indicates that high pressure freezing was used in the specimen preparationStrColumngetId()This data item is the primary key of the category.StrColumngetSectioning()The type of sectioning performed during specimen preparation.StrColumngetSpecimenId()Foreign key relationship to the EMD SPECIMEN 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
-
getCryoProtectant
public StrColumn getCryoProtectant()
The type of cryo-protectant used during specimen preparation.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Any additional details about specimen preparation.- Returns:
- StrColumn
-
getFiducialMarkers
public StrColumn getFiducialMarkers()
'YES' indicates that fiducial markers were used in the specimen preparation- Returns:
- StrColumn
-
getHighPressureFreezing
public StrColumn getHighPressureFreezing()
'YES' indicates that high pressure freezing was used in the specimen preparation- Returns:
- StrColumn
-
getId
public StrColumn getId()
This data item is the primary key of the category.- Returns:
- StrColumn
-
getSectioning
public StrColumn getSectioning()
The type of sectioning performed during specimen preparation.- Returns:
- StrColumn
-
getSpecimenId
public StrColumn getSpecimenId()
Foreign key relationship to the EMD SPECIMEN category- Returns:
- StrColumn
-
-