Package org.rcsb.cif.schema.mm
Class PdbxNmrSystematicChemShiftOffset
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrSystematicChemShiftOffset
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrSystematicChemShiftOffset
extends DelegatingCategory
Items in the pdbx_nmr_systematic_chem_shift_offset category define chemical shift offsets that systematically affect all chemical shifts in a set of assigned chemical shifts for a specific nuclei.
-
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 PdbxNmrSystematicChemShiftOffset(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'IntColumngetAtomIsotopeNumber()Mass number for the atom defined by the '.Atom_type' tag with a systematic chemical shift offset.StrColumngetAtomType()The kind of atom to which the chemical shift offset value applies.StrColumngetEntryId()Pointer to '_entry.id'IntColumngetOrdinal()An ordinal identifier uniquely identifying records in the pdbx_nmr_systematic_chem_shift_offset category.StrColumngetType()The kind of chemical shift offset that should be applied to all chemical shifts observed for a specific type of atom.FloatColumngetVal()Chemical shift value that has been applied to all of the reported chemical shifts to bring their values in line with values expected to be observed for the chemical shift referencing that was used.FloatColumngetValErr()Error in the reported chemical shift offset value used.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getType
The kind of chemical shift offset that should be applied to all chemical shifts observed for a specific type of atom.- Returns:
- StrColumn
-
getAtomType
The kind of atom to which the chemical shift offset value applies.- Returns:
- StrColumn
-
getAtomIsotopeNumber
Mass number for the atom defined by the '.Atom_type' tag with a systematic chemical shift offset.- Returns:
- IntColumn
-
getVal
Chemical shift value that has been applied to all of the reported chemical shifts to bring their values in line with values expected to be observed for the chemical shift referencing that was used.- Returns:
- FloatColumn
-
getValErr
Error in the reported chemical shift offset value used.- Returns:
- FloatColumn
-
getEntryId
Pointer to '_entry.id'- Returns:
- StrColumn
-
getAssignedChemShiftListId
Pointer to '_pdbx_nmr_assigned_chem_shift_list.id'- Returns:
- IntColumn
-
getOrdinal
An ordinal identifier uniquely identifying records in the pdbx_nmr_systematic_chem_shift_offset category.- Returns:
- IntColumn
-