Package org.rcsb.cif.schema.mm
Class PdbxExptlCrystalCryoTreatment
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxExptlCrystalCryoTreatment
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxExptlCrystalCryoTreatment
extends DelegatingCategory
Data items in the PDBX_EXPTL_CRYSTAL_CRYO_TREATMENT category
record details cryogenic treatments applied to this crystal.
-
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 PdbxExptlCrystalCryoTreatment(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAnnealingDetails()Details of the annealing treatment applied to this crystal.StrColumngetCoolingDetails()Details of the cooling treatment applied to this crystal.StrColumngetCrystalId()This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.StrColumngetFinalSolutionDetails()Details of the final solution used in the treatment of this crystalStrColumngetSoakingDetails()Details of the soaking treatment applied to this crystal.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCrystalId
This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.- Returns:
- StrColumn
-
getFinalSolutionDetails
Details of the final solution used in the treatment of this crystal- Returns:
- StrColumn
-
getSoakingDetails
Details of the soaking treatment applied to this crystal.- Returns:
- StrColumn
-
getCoolingDetails
Details of the cooling treatment applied to this crystal.- Returns:
- StrColumn
-
getAnnealingDetails
Details of the annealing treatment applied to this crystal.- Returns:
- StrColumn
-