Package org.rcsb.cif.model.generated
Class PdbxBufferComponents
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxBufferComponents
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxBufferComponents extends BaseCategory
Constituents of buffer in sample
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxBufferComponents(String name)PdbxBufferComponents(String name, int rowCount, Object[] encodedColumns)PdbxBufferComponents(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetBufferId()This data item is a pointer to _pdbx_buffer.id in the BUFFER category.StrColumngetConc()The millimolar concentration of buffer component.StrColumngetConcUnits()The concentration units of the component.StrColumngetDetails()Any additional details to do with buffer composition.StrColumngetId()The value of _pdbx_buffer_components.id must uniquely identify a component of the buffer.StrColumngetIsotopicLabeling()The isotopic composition of each component, including the % labeling level, if known.StrColumngetName()The name of each buffer component.StrColumngetVolume()The volume of buffer component.-
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
-
getId
public StrColumn getId()
The value of _pdbx_buffer_components.id must uniquely identify a component of the buffer.- Returns:
- StrColumn
-
getBufferId
public StrColumn getBufferId()
This data item is a pointer to _pdbx_buffer.id in the BUFFER category.- Returns:
- StrColumn
-
getName
public StrColumn getName()
The name of each buffer component.- Returns:
- StrColumn
-
getVolume
public StrColumn getVolume()
The volume of buffer component.- Returns:
- StrColumn
-
getConc
public StrColumn getConc()
The millimolar concentration of buffer component.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Any additional details to do with buffer composition.- Returns:
- StrColumn
-
getConcUnits
public StrColumn getConcUnits()
The concentration units of the component.- Returns:
- StrColumn
-
getIsotopicLabeling
public StrColumn getIsotopicLabeling()
The isotopic composition of each component, including the % labeling level, if known. For example: 1. Uniform (random) labeling with 15N: U-15N 2. Uniform (random) labeling with 13C, 15N at known labeling levels: U-95% 13C;U-98% 15N 3. Residue selective labeling: U-95% 15N-Thymine 4. Site specific labeling: 95% 13C-Ala18, 5. Natural abundance labeling in an otherwise uniformly labled biomolecule is designated by NA: U-13C; NA-K,H- Returns:
- StrColumn
-
-