Package org.rcsb.cif.schema.mm
Class PdbxExptlPd
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxExptlPd
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxExptlPd
extends DelegatingCategory
Data items in the pdbx_exptl_pd record information about
powder sample preparations.
-
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 PdbxExptlPd(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntryId()The value of _pdbx_exptl_pd.entry_id uniquely identifies a record in the PDBX_EXPTL_PD category.StrColumngetSpecPreparation()A description of preparation steps for producing the diffraction specimen from the sample.FloatColumngetSpecPreparationPH()The pH at which the powder sample was prepared.StrColumngetSpecPreparationPHRange()The range of pH values at which the sample was prepared.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
The value of _pdbx_exptl_pd.entry_id uniquely identifies a record in the PDBX_EXPTL_PD category.- Returns:
- StrColumn
-
getSpecPreparationPH
The pH at which the powder sample was prepared.- Returns:
- FloatColumn
-
getSpecPreparationPHRange
The range of pH values at which the sample was prepared. Used when a point estimate of pH is not appropriate.- Returns:
- StrColumn
-
getSpecPreparation
A description of preparation steps for producing the diffraction specimen from the sample. Include any procedures related to grinding, sieving, spray drying, etc.- Returns:
- StrColumn
-