Package org.rcsb.cif.schema.mm
Class PdbxNmrChemShiftExperiment
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrChemShiftExperiment
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrChemShiftExperiment
extends DelegatingCategory
Items in the chem_shift_experiment category provide pointers to the NMR experiments and samples used to collect the data for a set of reported assigned chemical shifts.
-
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 PdbxNmrChemShiftExperiment(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetAssignedChemShiftListId()Pointer to '_pdbx_nmr_assigned_chem_shift_list.ID'StrColumngetEntryId()Pointer to '_entry.id'IntColumngetExperimentId()Pointer to '_pdbx_nmr_exptl.experiment.id'StrColumngetExperimentName()The name of an experiment used to determine the data reported.StrColumngetSampleState()Physical state of the sample either anisotropic or isotropic.IntColumngetSolutionId()Pointer to '_pdbx_nmr_exptl_sample.solution_id'Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAssignedChemShiftListId
Pointer to '_pdbx_nmr_assigned_chem_shift_list.ID'- Returns:
- IntColumn
-
getEntryId
Pointer to '_entry.id'- Returns:
- StrColumn
-
getExperimentId
Pointer to '_pdbx_nmr_exptl.experiment.id'- Returns:
- IntColumn
-
getExperimentName
The name of an experiment used to determine the data reported.- Returns:
- StrColumn
-
getSampleState
Physical state of the sample either anisotropic or isotropic.- Returns:
- StrColumn
-
getSolutionId
Pointer to '_pdbx_nmr_exptl_sample.solution_id'- Returns:
- IntColumn
-