Package org.rcsb.cif.schema.mm
Class PdbxEntitySrcGenLysis
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntitySrcGenLysis
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntitySrcGenLysis
extends DelegatingCategory
This category contains details for the cell lysis steps used in
the overall protein production process.
-
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 PdbxEntitySrcGenLysis(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetBufferId()This item is a pointer to pdbx_buffer.id in the PDBX_BUFFER category.FloatColumngetBufferVolume()The volume in milliliters of buffer in which the lysis was performed.StrColumngetDate()The date of this production step.StrColumngetDetails()String value containing details of the lysis protocol.StrColumngetEndConstructId()This item is a pointer to pdbx_construct.id in the PDBX_CONSTRUCT category.StrColumngetEntityId()The value of _pdbx_entity_src_gen_lysis.entity_id uniquely identifies each protein contained in the project target protein complex whose structure is to be determined.StrColumngetEntryId()The value of _pdbx_entity_src_gen_lysis.entry_id uniquely identifies a sample consisting of one or more proteins whose structure is to be determined.StrColumngetMethod()The lysis method.IntColumngetNextStepId()This item unique identifier for the next production step.StrColumngetRobotId()This data item is a pointer to pdbx_robot_system.id in the PDBX_ROBOT_SYSTEM category.IntColumngetStepId()This item is the unique identifier for this lysis step.FloatColumngetTemperature()The temperature in degrees celsius at which the lysis was performed.FloatColumngetTime()The time in seconds of the lysis experiment.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_lysis.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_lysis.entity_id uniquely identifies each protein contained in the project target protein complex 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 is the unique identifier for this lysis step.- Returns:
- IntColumn
-
getNextStepId
This item unique identifier for the next production step. This allows a workflow to have multiple entry points leading to a single product.- Returns:
- IntColumn
-
getEndConstructId
This item is a pointer to pdbx_construct.id in the PDBX_CONSTRUCT category. The referenced sequence is expected to be the amino acid sequence of the expressed product after lysis.- Returns:
- StrColumn
-
getRobotId
This data item is a pointer to pdbx_robot_system.id in the PDBX_ROBOT_SYSTEM category.- Returns:
- StrColumn
-
getDate
The date of this production step.- Returns:
- StrColumn
-
getMethod
The lysis method.- Returns:
- StrColumn
-
getBufferId
This item is a pointer to pdbx_buffer.id in the PDBX_BUFFER category. The referenced buffer is that in which the lysis was performed.- Returns:
- StrColumn
-
getBufferVolume
The volume in milliliters of buffer in which the lysis was performed.- Returns:
- FloatColumn
-
getTemperature
The temperature in degrees celsius at which the lysis was performed.- Returns:
- FloatColumn
-
getTime
The time in seconds of the lysis experiment.- Returns:
- FloatColumn
-
getDetails
String value containing details of the lysis protocol.- Returns:
- StrColumn
-