Package org.rcsb.cif.schema.mm
Class PdbxNmrExptl
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrExptl
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrExptl
extends DelegatingCategory
In this section, enter information on those experiments that were
used to generate constraint data. For each NMR experiment indicate
which sample and which sample conditions were used for the experiment.
-
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 PdbxNmrExptl(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetConditionsId()The number to identify the set of sample conditions.StrColumngetExperimentId()A numerical ID for each experiment.StrColumngetSampleState()Physical state of the sample either anisotropic or isotropic.StrColumngetSolutionId()The solution_id from the Experimental Sample to identify the sample that these conditions refer to.IntColumngetSpectrometerId()Pointer to '_pdbx_nmr_spectrometer.spectrometer_id'StrColumngetType()The type of NMR experiment.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getExperimentId
A numerical ID for each experiment.- Returns:
- StrColumn
-
getConditionsId
The number to identify the set of sample conditions.- Returns:
- StrColumn
-
getSolutionId
The solution_id from the Experimental Sample to identify the sample that these conditions refer to. [Remember to save the entries here before returning to the Experimental Sample form]- Returns:
- StrColumn
-
getType
The type of NMR experiment.- Returns:
- StrColumn
-
getSpectrometerId
Pointer to '_pdbx_nmr_spectrometer.spectrometer_id'- Returns:
- IntColumn
-
getSampleState
Physical state of the sample either anisotropic or isotropic.- Returns:
- StrColumn
-