Package org.rcsb.cif.model.generated
Class PdbxExptlPd
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxExptlPd
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxExptlPd extends BaseCategory
Data items in the pdbx_exptl_pd record information about powder sample preparations.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxExptlPd(String name)PdbxExptlPd(String name, int rowCount, Object[] encodedColumns)PdbxExptlPd(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEntryId()The value of _pdbx_exptl_pd.entry_id uniquely identifies a record in the PDBX_EXPTL_PD category.StrColumngetSpecPreparation()A description of preparation steps for producing the diffraction specimen from the sample.FloatColumngetSpecPreparationPH()The pH at which the powder sample was prepared.StrColumngetSpecPreparationPHRange()The range of pH values at which the sample was prepared.-
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
-
-
-
-
Method Detail
-
getEntryId
public StrColumn getEntryId()
The value of _pdbx_exptl_pd.entry_id uniquely identifies a record in the PDBX_EXPTL_PD category.- Returns:
- StrColumn
-
getSpecPreparationPH
public FloatColumn getSpecPreparationPH()
The pH at which the powder sample was prepared.- Returns:
- FloatColumn
-
getSpecPreparationPHRange
public StrColumn getSpecPreparationPHRange()
The range of pH values at which the sample was prepared. Used when a point estimate of pH is not appropriate.- Returns:
- StrColumn
-
getSpecPreparation
public StrColumn getSpecPreparation()
A description of preparation steps for producing the diffraction specimen from the sample. Include any procedures related to grinding, sieving, spray drying, etc.- Returns:
- StrColumn
-
-