Package org.rcsb.cif.schema.mm
Class PdbxNmrChemShiftReference
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrChemShiftReference
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrChemShiftReference
extends DelegatingCategory
Items in the chem_shift_reference category define a set of chemical shift referencing parameters.
-
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 PdbxNmrChemShiftReference(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCarbonShiftsFlag()A value indicating if 13C chemical shifts are being deposited and if IUPAC chemical shift referencing was used.StrColumngetDetails()Text providing additional information regarding the reported chemical shift referencing values or methods.StrColumngetEntryId()Pointer to '_entry.id'IntColumngetId()An integer value that uniquely identifies a set of chemical shift reference values from other sets of chemical shift referencing values.StrColumngetLabel()A descriptive label that uniquely identifies this list of chemical shift referencing parameters used in reporting assigned chemical shifts and other chemical shift data.StrColumngetNitrogenShiftsFlag()A value indicating if 15N chemical shifts are being deposited and if IUPAC chemical shift referencing was used.StrColumngetOtherShiftsFlag()A value indicating if chemical shifts other than 1H, 13C, 15N, or 31P are being deposited.StrColumngetPhosphorusShiftsFlag()A value indicating if 31P chemical shifts are being deposited and if IUPAC chemical shift referencing was used.StrColumngetProtonShiftsFlag()A value indicating if 1H chemical shifts are being deposited and if IUPAC chemical shift referencing was used.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCarbonShiftsFlag
A value indicating if 13C chemical shifts are being deposited and if IUPAC chemical shift referencing was used. This item is a user interface item that is used to trigger the automated population of chemical shift referencing tags if IUPAC chemical shift referencing parameters have been used.- Returns:
- StrColumn
-
getDetails
Text providing additional information regarding the reported chemical shift referencing values or methods.- Returns:
- StrColumn
-
getEntryId
Pointer to '_entry.id'- Returns:
- StrColumn
-
getId
An integer value that uniquely identifies a set of chemical shift reference values from other sets of chemical shift referencing values.- Returns:
- IntColumn
-
getLabel
A descriptive label that uniquely identifies this list of chemical shift referencing parameters used in reporting assigned chemical shifts and other chemical shift data.- Returns:
- StrColumn
-
getNitrogenShiftsFlag
A value indicating if 15N chemical shifts are being deposited and if IUPAC chemical shift referencing was used. This item is a user interface item that is used to trigger the automated population of chemical shift referencing tags if IUPAC chemical shift referencing parameters have been used.- Returns:
- StrColumn
-
getOtherShiftsFlag
A value indicating if chemical shifts other than 1H, 13C, 15N, or 31P are being deposited.- Returns:
- StrColumn
-
getPhosphorusShiftsFlag
A value indicating if 31P chemical shifts are being deposited and if IUPAC chemical shift referencing was used. This item is a user interface item that is used to trigger the automated population of chemical shift referencing tags if IUPAC chemical shift referencing parameters have been used.- Returns:
- StrColumn
-
getProtonShiftsFlag
A value indicating if 1H chemical shifts are being deposited and if IUPAC chemical shift referencing was used. This item is a user interface item that is used to trigger the automated population of chemical shift referencing tags if IUPAC chemical shift referencing parameters have been used. Please indicate yes or no$ if you are depositing 1H chemical shifts.- Returns:
- StrColumn
-