Package org.rcsb.cif.schema.mm
Class PdbxBufferComponents
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxBufferComponents
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxBufferComponents
extends DelegatingCategory
Constituents of buffer in sample
-
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 PdbxBufferComponents(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _pdbx_buffer_components.id must uniquely identify a component of the buffer.- Returns:
- StrColumn
-
getBufferId
This data item is a pointer to _pdbx_buffer.id in the BUFFER category.- Returns:
- StrColumn
-
getName
The name of each buffer component.- Returns:
- StrColumn
-
getVolume
The volume of buffer component.- Returns:
- StrColumn
-
getConc
The millimolar concentration of buffer component.- Returns:
- StrColumn
-
getDetails
Any additional details to do with buffer composition.- Returns:
- StrColumn
-
getConcUnits
The concentration units of the component.- Returns:
- 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
-