Package org.rcsb.cif.schema.mm
Class PdbxEntitySrcGenPure
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntitySrcGenPure
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntitySrcGenPure
extends DelegatingCategory
This category contains details for the final purified protein product. Note
that this category does not contain the amino acid sequence of the protein.
The sequence will be found in the ENTITY_POLY_SEQ entry with matching
entity_id.
Only one PDBX_ENTITY_SRC_GEN_PURE category is allowed per entity, hence there is
no step_id for this category.
-
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 PdbxEntitySrcGenPure(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetConcAssayMethod()The method used to measure the protein concentrationStrColumngetConcDetails()Details of the protein concentration procedureStrColumngetConcDeviceId()This data item is a pointer to pdbx_robot_system.id in the PDBX_ROBOT_SYSTEM category.StrColumngetDate()The date of production step.StrColumngetEntityId()The value of _pdbx_entity_src_gen_pure.entity_id uniquely identifies each protein contained in the project target complex proteins whose structure is to be determined.StrColumngetEntryId()The value of _pdbx_entity_src_gen_pure.entry_id uniquely identifies a sample consisting of one or more proteins whose structure is to be determined.StrColumngetProductId()When present, this item should be a globally unique identifier that identifies the final product.FloatColumngetProteinConcentration()The final concentration of the protein.IntColumngetProteinOligomericState()The oligomeric state of the protein.FloatColumngetProteinPurity()The purity of the protein (percent).FloatColumngetProteinYield()The yield of protein in milligrams.IntColumngetStepId()This item unique identifier the production step.StrColumngetStorageBufferId()This item is a pointer to pdbx_buffer.id in the PDBX_BUFFER category.FloatColumngetStorageTemperature()The temperature in degrees celsius at which the protein was stored.StrColumngetSummary()Summary of the details of protein purification method used to obtain the final protein product.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
The value of _pdbx_entity_src_gen_pure.entry_id uniquely identifies a sample consisting of one or more proteins whose structure is to be determined. This is a pointer to _entry.id. This item may be a site dependent bar code.- Returns:
- StrColumn
-
getEntityId
The value of _pdbx_entity_src_gen_pure.entity_id uniquely identifies each protein contained in the project target complex proteins whose structure is to be determined. This data item is a pointer to _entity.id in the ENTITY category. This item may be a site dependent bar code.- Returns:
- StrColumn
-
getStepId
This item unique identifier the production step.- Returns:
- IntColumn
-
getProductId
When present, this item should be a globally unique identifier that identifies the final product. It is envisaged that this should be the same as and product code associated with the sample and would provide the key by which information about the production process may be extracted from the protein production facility. For files describing the protein production process (i.e. where _entity.type is 'P' or 'E') this should have the same value as _entry.id- Returns:
- StrColumn
-
getDate
The date of production step.- Returns:
- StrColumn
-
getConcDeviceId
This data item is a pointer to pdbx_robot_system.id in the PDBX_ROBOT_SYSTEM category.- Returns:
- StrColumn
-
getConcDetails
Details of the protein concentration procedure- Returns:
- StrColumn
-
getConcAssayMethod
The method used to measure the protein concentration- Returns:
- StrColumn
-
getProteinConcentration
The final concentration of the protein.- Returns:
- FloatColumn
-
getProteinYield
The yield of protein in milligrams.- Returns:
- FloatColumn
-
getProteinPurity
The purity of the protein (percent).- Returns:
- FloatColumn
-
getProteinOligomericState
The oligomeric state of the protein. Monomeric is 1, dimeric 2, etc.- Returns:
- IntColumn
-
getStorageBufferId
This item is a pointer to pdbx_buffer.id in the PDBX_BUFFER category. The referenced buffer is that in which the protein was stored.- Returns:
- StrColumn
-
getStorageTemperature
The temperature in degrees celsius at which the protein was stored.- Returns:
- FloatColumn
-
getSummary
Summary of the details of protein purification method used to obtain the final protein product. This description should include any lysis, fractionation, proteolysis, refolding, chromatography used as well as the method used the characterize the final product.- Returns:
- StrColumn
-