Package org.rcsb.cif.schema.mm
Class PdbxNmrChemShiftRef
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrChemShiftRef
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrChemShiftRef
extends DelegatingCategory
Items in the pdbx_nmr_chem_shift_ref category provide the chemical shift referencing values used in assigning the chemical shift positions for peaks in spectral peak lists and assigned atom 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 PdbxNmrChemShiftRef(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomGroup()Group of atoms within a molecule whose chemical shift was used as the standard chemical shift reference for the defined observed nuclei.IntColumngetAtomIsotopeNumber()The mass number for the chemical element defined by the tag '_pdbx_nmr_chem_shift_ref.atom_type' or any of its related tags.StrColumngetAtomType()The value for this tag is a standard IUPAC abbreviation for an element (i.e., H, C, P, etc).IntColumngetChemShiftReferenceId()Pointer to '_pdbx_nmr_chem_shift_reference.id'StrColumngetChemShiftUnits()Units for the chemical shift value assigned to the atoms of the chemical shift reference.FloatColumngetChemShiftVal()Value assigned to the chemical shift of the reference compound.FloatColumngetCorrectionVal()An uniform correction value that was applied because of an extenuating circumstance such as data collection at an unusual temperature.StrColumngetEntryId()Pointer to '_entry.id'StrColumngetExternalRefAxis()The axis of the external chemical shift reference sample relative to the static field (Bo) of the spectrometer.StrColumngetExternalRefLoc()External chemical shift references are defined as either located within the sample (e.g., as a capillary) or external to the sample and are inserted into the spectrometer before, after, or both before and after the sample containing the molecular system studied in the entry.StrColumngetExternalRefSampleGeometry()The geometrical shape of the external reference sample.FloatColumngetIndirectShiftRatio()The Chi value used in calculating the chemical shift referencing values for nuclei that are referenced indirectly.StrColumngetMolCommonName()Common name or abbreviation used in the literature for the molecule used as a chemical shift reference.StrColumngetRank()The rank of the chemical shift reference.StrColumngetRefCorrectionType()If a correction value is applied to calculate the reported chemical shifts the source of the correction (pH; temperature; etc.).StrColumngetRefMethod()The chemical shift reference may be either internal (the compound is located in the sample) or external (the compound is in a container external to the sample).StrColumngetRefType()The reference type may be either direct (against a value measured with a chemical compound) or indirect (calculated from chemical shift ratios).StrColumngetSolvent()Solvent used for the external reference sample.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAtomGroup
Group of atoms within a molecule whose chemical shift was used as the standard chemical shift reference for the defined observed nuclei.- Returns:
- StrColumn
-
getAtomIsotopeNumber
The mass number for the chemical element defined by the tag '_pdbx_nmr_chem_shift_ref.atom_type' or any of its related tags.- Returns:
- IntColumn
-
getAtomType
The value for this tag is a standard IUPAC abbreviation for an element (i.e., H, C, P, etc).- Returns:
- StrColumn
-
getChemShiftReferenceId
Pointer to '_pdbx_nmr_chem_shift_reference.id'- Returns:
- IntColumn
-
getChemShiftUnits
Units for the chemical shift value assigned to the atoms of the chemical shift reference.- Returns:
- StrColumn
-
getChemShiftVal
Value assigned to the chemical shift of the reference compound.- Returns:
- FloatColumn
-
getCorrectionVal
An uniform correction value that was applied because of an extenuating circumstance such as data collection at an unusual temperature.- Returns:
- FloatColumn
-
getEntryId
Pointer to '_entry.id'- Returns:
- StrColumn
-
getExternalRefAxis
The axis of the external chemical shift reference sample relative to the static field (Bo) of the spectrometer.- Returns:
- StrColumn
-
getExternalRefLoc
External chemical shift references are defined as either located within the sample (e.g., as a capillary) or external to the sample and are inserted into the spectrometer before, after, or both before and after the sample containing the molecular system studied in the entry.- Returns:
- StrColumn
-
getExternalRefSampleGeometry
The geometrical shape of the external reference sample.- Returns:
- StrColumn
-
getIndirectShiftRatio
The Chi value used in calculating the chemical shift referencing values for nuclei that are referenced indirectly. The values used should be those recommended by the IUPAC Taskforce on the deposition of data to the public databases (Markley, et al. Pure and Appl. Chem. 70, 117-142 (1998).- Returns:
- FloatColumn
-
getMolCommonName
Common name or abbreviation used in the literature for the molecule used as a chemical shift reference.- Returns:
- StrColumn
-
getRank
The rank of the chemical shift reference. A primary reference is the one used in reporting the data. A secondary reference would be the compound in the sample or used as an external reference.- Returns:
- StrColumn
-
getRefCorrectionType
If a correction value is applied to calculate the reported chemical shifts the source of the correction (pH; temperature; etc.).- Returns:
- StrColumn
-
getRefMethod
The chemical shift reference may be either internal (the compound is located in the sample) or external (the compound is in a container external to the sample).- Returns:
- StrColumn
-
getRefType
The reference type may be either direct (against a value measured with a chemical compound) or indirect (calculated from chemical shift ratios).- Returns:
- StrColumn
-
getSolvent
Solvent used for the external reference sample.- Returns:
- StrColumn
-