Class PdbxNmrExptlSampleConditions

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxNmrExptlSampleConditions
    extends BaseCategory
    The experimental conditions used to for each sample. Each set of conditions is identified by a numerical code.
    • Constructor Detail

      • PdbxNmrExptlSampleConditions

        public PdbxNmrExptlSampleConditions​(String name,
                                            Map<String,​Column> columns)
      • PdbxNmrExptlSampleConditions

        public PdbxNmrExptlSampleConditions​(String name,
                                            int rowCount,
                                            Object[] encodedColumns)
      • PdbxNmrExptlSampleConditions

        public PdbxNmrExptlSampleConditions​(String name)
    • Method Detail

      • getConditionsId

        public StrColumn getConditionsId()
        The condition number as defined above.
        Returns:
        StrColumn
      • getTemperature

        public StrColumn getTemperature()
        The temperature (in Kelvin) at which NMR data were collected.
        Returns:
        StrColumn
      • getPressureUnits

        public StrColumn getPressureUnits()
        The units of pressure at which NMR data were collected.
        Returns:
        StrColumn
      • getPressure

        public StrColumn getPressure()
        The pressure at which NMR data were collected.
        Returns:
        StrColumn
      • getPH

        public StrColumn getPH()
        The pH at which the NMR data were collected.
        Returns:
        StrColumn
      • getIonicStrength

        public 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

        public StrColumn getDetails()
        General details describing conditions of both the sample and the environment during measurements.
        Returns:
        StrColumn
      • getIonicStrengthErr

        public FloatColumn getIonicStrengthErr()
        Estimate of the standard error for the value for the sample ionic strength.
        Returns:
        FloatColumn
      • getIonicStrengthUnits

        public StrColumn getIonicStrengthUnits()
        Units for the value of the sample condition ionic strength..
        Returns:
        StrColumn
      • getLabel

        public StrColumn getLabel()
        A descriptive label that uniquely identifies this set of sample conditions.
        Returns:
        StrColumn
      • getPHErr

        public FloatColumn getPHErr()
        Estimate of the standard error for the value for the sample pH.
        Returns:
        FloatColumn
      • getPHUnits

        public StrColumn getPHUnits()
        Units for the value of the sample condition pH.
        Returns:
        StrColumn
      • getPressureErr

        public FloatColumn getPressureErr()
        Estimate of the standard error for the value for the sample pressure.
        Returns:
        FloatColumn
      • getTemperatureErr

        public FloatColumn getTemperatureErr()
        Estimate of the standard error for the value for the sample temperature.
        Returns:
        FloatColumn
      • getTemperatureUnits

        public StrColumn getTemperatureUnits()
        Units for the value of the sample condition temperature.
        Returns:
        StrColumn