Package org.rcsb.cif.model.generated
Class PdbxNmrChemShiftReference
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrChemShiftReference
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrChemShiftReference extends BaseCategory
Items in the chem_shift_reference category define a set of chemical shift referencing parameters.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrChemShiftReference(String name)PdbxNmrChemShiftReference(String name, int rowCount, Object[] encodedColumns)PdbxNmrChemShiftReference(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Constructor Detail
-
PdbxNmrChemShiftReference
public PdbxNmrChemShiftReference(String name, Map<String,Column> columns)
-
PdbxNmrChemShiftReference
public PdbxNmrChemShiftReference(String name, int rowCount, Object[] encodedColumns)
-
PdbxNmrChemShiftReference
public PdbxNmrChemShiftReference(String name)
-
-
Method Detail
-
getCarbonShiftsFlag
public StrColumn 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
public StrColumn getDetails()
Text providing additional information regarding the reported chemical shift referencing values or methods.- Returns:
- StrColumn
-
getEntryId
public StrColumn getEntryId()
Pointer to '_entry.id'- Returns:
- StrColumn
-
getId
public IntColumn 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
public StrColumn 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
public 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
public StrColumn getOtherShiftsFlag()
A value indicating if chemical shifts other than 1H, 13C, 15N, or 31P are being deposited.- Returns:
- StrColumn
-
getPhosphorusShiftsFlag
public 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
public 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
-
-