Package org.rcsb.cif.model.generated
Class PdbxNmrAssignedChemShiftList
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrAssignedChemShiftList
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrAssignedChemShiftList extends BaseCategory
Items in the assigned_chem_shift_list category provide information about a list of reported assigned chemical shift values.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrAssignedChemShiftList(String name)PdbxNmrAssignedChemShiftList(String name, int rowCount, Object[] encodedColumns)PdbxNmrAssignedChemShiftList(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatColumngetChemShift13CErr()The value assigned as the error for all 13C chemical shifts reported in the chemical shift list.FloatColumngetChemShift15NErr()The value assigned as the error for all 15N chemical shifts reported in the chemical shift list.FloatColumngetChemShift19FErr()The value assigned as the error for all 19F chemical shifts reported in the chemical shift list.FloatColumngetChemShift1HErr()The value assigned as the error for all 1H chemical shifts reported in the chemical shift list.FloatColumngetChemShift2HErr()The value assigned as the error for all 2H chemical shifts reported in the chemical shift list.FloatColumngetChemShift31PErr()The value assigned as the error for all 31P chemical shifts reported in the chemical shift list.IntColumngetChemShiftReferenceId()Pointer to '_pdbx_nmr_chem_shift_reference.id'IntColumngetConditionsId()Pointer to '_pdbx_nmr_exptl_sample_conditions.conditions_id'StrColumngetConditionsLabel()Pointer to 'pdbx_nmr_exptl_sample_conditions.label'.StrColumngetDataFileName()The name of the file submitted with a deposition that contains the quantitative chemical shift data.StrColumngetDetails()Text describing the reported assigned chemical shifts.StrColumngetEntryId()Pointer to '_entry.ID'StrColumngetErrorDerivationMethod()Method used to derive the estimated error in the reported chemical shifts.IntColumngetId()An integer value that uniquely identifies a list of assigned chemical shifts from other sets of assigned chemical shifts in the entry.StrColumngetLabel()A descriptive label that uniquely identifies a list of reported assigned chemical shifts.-
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
-
PdbxNmrAssignedChemShiftList
public PdbxNmrAssignedChemShiftList(String name, Map<String,Column> columns)
-
PdbxNmrAssignedChemShiftList
public PdbxNmrAssignedChemShiftList(String name, int rowCount, Object[] encodedColumns)
-
PdbxNmrAssignedChemShiftList
public PdbxNmrAssignedChemShiftList(String name)
-
-
Method Detail
-
getChemShift13CErr
public FloatColumn getChemShift13CErr()
The value assigned as the error for all 13C chemical shifts reported in the chemical shift list. The value reported for this tag will be inserted during annotation into the assigned chemical shift error column in the table of assigned chemical shifts.- Returns:
- FloatColumn
-
getChemShift15NErr
public FloatColumn getChemShift15NErr()
The value assigned as the error for all 15N chemical shifts reported in the chemical shift list. The value reported for this tag will be inserted during annotation into the assigned chemical shift error column in the table of assigned chemical shifts.- Returns:
- FloatColumn
-
getChemShift19FErr
public FloatColumn getChemShift19FErr()
The value assigned as the error for all 19F chemical shifts reported in the chemical shift list. The value reported for this tag will be inserted during annotation into the assigned chemical shift error column in the table of assigned chemical shifts.- Returns:
- FloatColumn
-
getChemShift1HErr
public FloatColumn getChemShift1HErr()
The value assigned as the error for all 1H chemical shifts reported in the chemical shift list. The value reported for this tag will be inserted during annotation into the assigned chemical shift error column in the table of assigned chemical shifts.- Returns:
- FloatColumn
-
getChemShift2HErr
public FloatColumn getChemShift2HErr()
The value assigned as the error for all 2H chemical shifts reported in the chemical shift list. The value reported for this tag will be inserted during annotation into the assigned chemical shift error column in the table of assigned chemical shifts.- Returns:
- FloatColumn
-
getChemShift31PErr
public FloatColumn getChemShift31PErr()
The value assigned as the error for all 31P chemical shifts reported in the chemical shift list. The value reported for this tag will be inserted during annotation into the assigned chemical shift error column in the table of assigned chemical shifts.- Returns:
- FloatColumn
-
getChemShiftReferenceId
public IntColumn getChemShiftReferenceId()
Pointer to '_pdbx_nmr_chem_shift_reference.id'- Returns:
- IntColumn
-
getConditionsId
public IntColumn getConditionsId()
Pointer to '_pdbx_nmr_exptl_sample_conditions.conditions_id'- Returns:
- IntColumn
-
getDataFileName
public StrColumn getDataFileName()
The name of the file submitted with a deposition that contains the quantitative chemical shift data.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Text describing the reported assigned chemical shifts.- Returns:
- StrColumn
-
getEntryId
public StrColumn getEntryId()
Pointer to '_entry.ID'- Returns:
- StrColumn
-
getErrorDerivationMethod
public StrColumn getErrorDerivationMethod()
Method used to derive the estimated error in the reported chemical shifts.- Returns:
- StrColumn
-
getId
public IntColumn getId()
An integer value that uniquely identifies a list of assigned chemical shifts from other sets of assigned chemical shifts in the entry.- Returns:
- IntColumn
-
getLabel
public StrColumn getLabel()
A descriptive label that uniquely identifies a list of reported assigned chemical shifts.- Returns:
- StrColumn
-
getConditionsLabel
public StrColumn getConditionsLabel()
Pointer to 'pdbx_nmr_exptl_sample_conditions.label'.- Returns:
- StrColumn
-
-