Package org.rcsb.cif.schema.mm
Class PdbxNmrSpectralDim
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrSpectralDim
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrSpectralDim
extends DelegatingCategory
Items in the spectral_dim category describe the parameters of each dimension in the NMR experiment used to generate the spectral peak list.
-
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 PdbxNmrSpectralDim(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetAtomIsotopeNumber()The mass number for the specified atom.StrColumngetAtomType()The value for this tag is a standard IUPAC abbreviation for an element (i.e., H, C, N, P, etc).FloatColumngetCenterFrequencyOffset()The center frequency offset for the spectral dimension specified.IntColumngetEncodedSourceDimensionId()Pointer to '_pdbx_nmr_spectral_dim.id'.StrColumngetEncodingCode()Code describing how information from one spectral dimension has been encoded in another dimension in for example a reduced dimensionality experiment.StrColumngetEntryId()Pointer to '_entry.id'IntColumngetId()An integer value that specifies the dimension of a multidimensional NMR spectrum.IntColumngetMagnetizationLinkageId()The magnetization linkage ID is used to designate dimensions of a multidimensional NMR experiment where the nuclei observed in the dimensions are directly linked by a one bond scalar coupling.IntColumngetSpectralPeakListId()Pointer to '_pdbx_nmr_spectral_peak_list.id'StrColumngetSpectralRegion()A code defining the type of nuclei that would be expected to be observed in the spectral region observed in the dimension of the spectrum.FloatColumngetSweepWidth()The width of the spectral window observed in Hz.StrColumngetSweepWidthUnits()The units for the sweep width value (Hz or ppm)StrColumngetUnderSamplingType()The type of spectral folding/aliasing that was used or occurred when the spectrum was collected.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
An integer value that specifies the dimension of a multidimensional NMR spectrum.- Returns:
- IntColumn
-
getAtomType
The value for this tag is a standard IUPAC abbreviation for an element (i.e., H, C, N, P, etc).- Returns:
- StrColumn
-
getAtomIsotopeNumber
The mass number for the specified atom.- Returns:
- IntColumn
-
getSpectralRegion
A code defining the type of nuclei that would be expected to be observed in the spectral region observed in the dimension of the spectrum.- Returns:
- StrColumn
-
getMagnetizationLinkageId
The magnetization linkage ID is used to designate dimensions of a multidimensional NMR experiment where the nuclei observed in the dimensions are directly linked by a one bond scalar coupling. For example, the amide proton and amide nitrogen in an 1H-15N HSQC experiment.- Returns:
- IntColumn
-
getSweepWidth
The width of the spectral window observed in Hz.- Returns:
- FloatColumn
-
getEncodingCode
Code describing how information from one spectral dimension has been encoded in another dimension in for example a reduced dimensionality experiment.- Returns:
- StrColumn
-
getEncodedSourceDimensionId
Pointer to '_pdbx_nmr_spectral_dim.id'. The spectral dimension in a reduced dimensionality experiment that is the source of the magnetization that has been encoded.- Returns:
- IntColumn
-
getEntryId
Pointer to '_entry.id'- Returns:
- StrColumn
-
getSpectralPeakListId
Pointer to '_pdbx_nmr_spectral_peak_list.id'- Returns:
- IntColumn
-
getSweepWidthUnits
The units for the sweep width value (Hz or ppm)- Returns:
- StrColumn
-
getCenterFrequencyOffset
The center frequency offset for the spectral dimension specified.- Returns:
- FloatColumn
-
getUnderSamplingType
The type of spectral folding/aliasing that was used or occurred when the spectrum was collected.- Returns:
- StrColumn
-