Package org.rcsb.cif.schema.mm
Class PdbxNmrSpectralPeakList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrSpectralPeakList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrSpectralPeakList
extends DelegatingCategory
Items in the pdbx_nmr_spectral_peak_list category provide information about a list of reported spectral peak characteristic values.
-
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 PdbxNmrSpectralPeakList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetConditionsId()Pointer to '_pdbx_nmr_exptl_sample_conditions.conditions_id'StrColumngetConditionsLabel()Pointer to 'pdbx_nmr_exptl_sample_conditions.label'.StrColumngetDataFileName()The name of the file submitted with a deposition that contains the quantitative data for a spectral peak list.StrColumngetDetails()Text describing the reported list of spectral peaks.StrColumngetEntryId()Pointer to '_entry.id'IntColumngetExperimentId()Pointer to '_pdbx_nmr_exptl.experiment_id'IntColumngetId()Unique identifier for a spectral peak list in an entry.StrColumngetLabel()A descriptive label that uniquely identifies a list of reported spectral peaks.IntColumngetNumberOfSpectralDimensions()Number of dimension in the spectrum from which the peak list was extracted.IntColumngetSolutionId()Pointer to '_pdbx_nmr_exptl_sample.solution_id'StrColumngetTextDataFormat()The data format used to represent the spectral peak data as ASCII text in the text block that is the value to the '_Spectral_peak_list.Text_data' tag.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
Pointer to '_entry.id'- Returns:
- StrColumn
-
getId
Unique identifier for a spectral peak list in an entry.- Returns:
- IntColumn
-
getDataFileName
The name of the file submitted with a deposition that contains the quantitative data for a spectral peak list.- Returns:
- StrColumn
-
getSolutionId
Pointer to '_pdbx_nmr_exptl_sample.solution_id'- Returns:
- IntColumn
-
getConditionsId
Pointer to '_pdbx_nmr_exptl_sample_conditions.conditions_id'- Returns:
- IntColumn
-
getExperimentId
Pointer to '_pdbx_nmr_exptl.experiment_id'- Returns:
- IntColumn
-
getNumberOfSpectralDimensions
Number of dimension in the spectrum from which the peak list was extracted.- Returns:
- IntColumn
-
getDetails
Text describing the reported list of spectral peaks.- Returns:
- StrColumn
-
getTextDataFormat
The data format used to represent the spectral peak data as ASCII text in the text block that is the value to the '_Spectral_peak_list.Text_data' tag.- Returns:
- StrColumn
-
getLabel
A descriptive label that uniquely identifies a list of reported spectral peaks.- Returns:
- StrColumn
-
getConditionsLabel
Pointer to 'pdbx_nmr_exptl_sample_conditions.label'.- Returns:
- StrColumn
-