Package org.rcsb.cif.schema.mm
Class PdbxNmrAssignedChemShiftList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrAssignedChemShiftList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrAssignedChemShiftList
extends DelegatingCategory
Items in the assigned_chem_shift_list category provide information about a list of reported assigned chemical shift 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 PdbxNmrAssignedChemShiftList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetChemShift13CErr()The value assigned as the error for all 13C chemical shifts reported in the chemical shift list.FloatColumngetChemShift15NErr()The value assigned as the error for all 15N chemical shifts reported in the chemical shift list.FloatColumngetChemShift19FErr()The value assigned as the error for all 19F chemical shifts reported in the chemical shift list.FloatColumngetChemShift1HErr()The value assigned as the error for all 1H chemical shifts reported in the chemical shift list.FloatColumngetChemShift2HErr()The value assigned as the error for all 2H chemical shifts reported in the chemical shift list.FloatColumngetChemShift31PErr()The value assigned as the error for all 31P chemical shifts reported in the chemical shift list.IntColumngetChemShiftReferenceId()Pointer to '_pdbx_nmr_chem_shift_reference.id'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 chemical shift data.StrColumngetDetails()Text describing the reported assigned chemical shifts.StrColumngetEntryId()Pointer to '_entry.ID'StrColumngetErrorDerivationMethod()Method used to derive the estimated error in the reported chemical shifts.IntColumngetId()An integer value that uniquely identifies a list of assigned chemical shifts from other sets of assigned chemical shifts in the entry.StrColumngetLabel()A descriptive label that uniquely identifies a list of reported assigned chemical shifts.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getChemShift13CErr
The value assigned as the error for all 13C chemical shifts reported in the chemical shift list. The value reported for this tag will be inserted during annotation into the assigned chemical shift error column in the table of assigned chemical shifts.- Returns:
- FloatColumn
-
getChemShift15NErr
The value assigned as the error for all 15N chemical shifts reported in the chemical shift list. The value reported for this tag will be inserted during annotation into the assigned chemical shift error column in the table of assigned chemical shifts.- Returns:
- FloatColumn
-
getChemShift19FErr
The value assigned as the error for all 19F chemical shifts reported in the chemical shift list. The value reported for this tag will be inserted during annotation into the assigned chemical shift error column in the table of assigned chemical shifts.- Returns:
- FloatColumn
-
getChemShift1HErr
The value assigned as the error for all 1H chemical shifts reported in the chemical shift list. The value reported for this tag will be inserted during annotation into the assigned chemical shift error column in the table of assigned chemical shifts.- Returns:
- FloatColumn
-
getChemShift2HErr
The value assigned as the error for all 2H chemical shifts reported in the chemical shift list. The value reported for this tag will be inserted during annotation into the assigned chemical shift error column in the table of assigned chemical shifts.- Returns:
- FloatColumn
-
getChemShift31PErr
The value assigned as the error for all 31P chemical shifts reported in the chemical shift list. The value reported for this tag will be inserted during annotation into the assigned chemical shift error column in the table of assigned chemical shifts.- Returns:
- FloatColumn
-
getChemShiftReferenceId
Pointer to '_pdbx_nmr_chem_shift_reference.id'- Returns:
- IntColumn
-
getConditionsId
Pointer to '_pdbx_nmr_exptl_sample_conditions.conditions_id'- Returns:
- IntColumn
-
getDataFileName
The name of the file submitted with a deposition that contains the quantitative chemical shift data.- Returns:
- StrColumn
-
getDetails
Text describing the reported assigned chemical shifts.- Returns:
- StrColumn
-
getEntryId
Pointer to '_entry.ID'- Returns:
- StrColumn
-
getErrorDerivationMethod
Method used to derive the estimated error in the reported chemical shifts.- Returns:
- StrColumn
-
getId
An integer value that uniquely identifies a list of assigned chemical shifts from other sets of assigned chemical shifts in the entry.- Returns:
- IntColumn
-
getLabel
A descriptive label that uniquely identifies a list of reported assigned chemical shifts.- Returns:
- StrColumn
-
getConditionsLabel
Pointer to 'pdbx_nmr_exptl_sample_conditions.label'.- Returns:
- StrColumn
-