Package org.rcsb.cif.model.generated
Class PdbxNmrSpectralPeakList
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrSpectralPeakList
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrSpectralPeakList extends BaseCategory
Items in the pdbx_nmr_spectral_peak_list category provide information about a list of reported spectral peak characteristic values.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrSpectralPeakList(String name)PdbxNmrSpectralPeakList(String name, int rowCount, Object[] encodedColumns)PdbxNmrSpectralPeakList(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getEntryId
public StrColumn getEntryId()
Pointer to '_entry.id'- Returns:
- StrColumn
-
getId
public IntColumn getId()
Unique identifier for a spectral peak list in an entry.- Returns:
- IntColumn
-
getDataFileName
public StrColumn getDataFileName()
The name of the file submitted with a deposition that contains the quantitative data for a spectral peak list.- Returns:
- StrColumn
-
getSolutionId
public IntColumn getSolutionId()
Pointer to '_pdbx_nmr_exptl_sample.solution_id'- Returns:
- IntColumn
-
getConditionsId
public IntColumn getConditionsId()
Pointer to '_pdbx_nmr_exptl_sample_conditions.conditions_id'- Returns:
- IntColumn
-
getExperimentId
public IntColumn getExperimentId()
Pointer to '_pdbx_nmr_exptl.experiment_id'- Returns:
- IntColumn
-
getNumberOfSpectralDimensions
public IntColumn getNumberOfSpectralDimensions()
Number of dimension in the spectrum from which the peak list was extracted.- Returns:
- IntColumn
-
getDetails
public StrColumn getDetails()
Text describing the reported list of spectral peaks.- Returns:
- StrColumn
-
getTextDataFormat
public 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
public StrColumn getLabel()
A descriptive label that uniquely identifies a list of reported spectral peaks.- Returns:
- StrColumn
-
getConditionsLabel
public StrColumn getConditionsLabel()
Pointer to 'pdbx_nmr_exptl_sample_conditions.label'.- Returns:
- StrColumn
-
-