Package org.rcsb.cif.schema.mm
Class PdbxNmrExptlSampleConditions
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrExptlSampleConditions
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrExptlSampleConditions
extends DelegatingCategory
The experimental conditions used to for each sample. Each set of conditions
is identified by a numerical code.
-
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 PdbxNmrExptlSampleConditions(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetConditionsId()The condition number as defined above.StrColumngetDetails()General details describing conditions of both the sample and the environment during measurements.StrColumngetIonicStrength()The ionic strength at which the NMR data were collected -in lieu of this enter the concentration and identity of the salt in the sample.FloatColumngetIonicStrengthErr()Estimate of the standard error for the value for the sample ionic strength.StrColumngetIonicStrengthUnits()Units for the value of the sample condition ionic strength..StrColumngetLabel()A descriptive label that uniquely identifies this set of sample conditions.StrColumngetPH()The pH at which the NMR data were collected.FloatColumngetPHErr()Estimate of the standard error for the value for the sample pH.StrColumngetPHUnits()Units for the value of the sample condition pH.StrColumngetPressure()The pressure at which NMR data were collected.FloatColumngetPressureErr()Estimate of the standard error for the value for the sample pressure.StrColumngetPressureUnits()The units of pressure at which NMR data were collected.StrColumngetTemperature()The temperature (in Kelvin) at which NMR data were collected.FloatColumngetTemperatureErr()Estimate of the standard error for the value for the sample temperature.StrColumngetTemperatureUnits()Units for the value of the sample condition temperature.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getConditionsId
The condition number as defined above.- Returns:
- StrColumn
-
getTemperature
The temperature (in Kelvin) at which NMR data were collected.- Returns:
- StrColumn
-
getPressureUnits
The units of pressure at which NMR data were collected.- Returns:
- StrColumn
-
getPressure
The pressure at which NMR data were collected.- Returns:
- StrColumn
-
getPH
The pH at which the NMR data were collected.- Returns:
- StrColumn
-
getIonicStrength
The ionic strength at which the NMR data were collected -in lieu of this enter the concentration and identity of the salt in the sample.- Returns:
- StrColumn
-
getDetails
General details describing conditions of both the sample and the environment during measurements.- Returns:
- StrColumn
-
getIonicStrengthErr
Estimate of the standard error for the value for the sample ionic strength.- Returns:
- FloatColumn
-
getIonicStrengthUnits
Units for the value of the sample condition ionic strength..- Returns:
- StrColumn
-
getLabel
A descriptive label that uniquely identifies this set of sample conditions.- Returns:
- StrColumn
-
getPHErr
Estimate of the standard error for the value for the sample pH.- Returns:
- FloatColumn
-
getPHUnits
Units for the value of the sample condition pH.- Returns:
- StrColumn
-
getPressureErr
Estimate of the standard error for the value for the sample pressure.- Returns:
- FloatColumn
-
getTemperatureErr
Estimate of the standard error for the value for the sample temperature.- Returns:
- FloatColumn
-
getTemperatureUnits
Units for the value of the sample condition temperature.- Returns:
- StrColumn
-