Package org.rcsb.cif.model.generated
Class PdbxEntitySrcGenCloneRecombination
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntitySrcGenCloneRecombination
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntitySrcGenCloneRecombination extends BaseCategory
This category contains details for the recombination-based cloning steps used in the overall protein production process. It is assumed that these reactions will use commercially available kits. _pdbx_entity_src_gen_clone_recombination.clone_step_id in this category must point at a defined _pdbx_entity_src_gen_clone.step_id. The details in PDBX_ENTITY_SRC_GEN_CLONE_RECOMBINATION extend the details in PDBX_ENTITY_SRC_GEN_CLONE to cover recombination dependent cloning steps.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntitySrcGenCloneRecombination(String name)PdbxEntitySrcGenCloneRecombination(String name, int rowCount, Object[] encodedColumns)PdbxEntitySrcGenCloneRecombination(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()Any details to be associated with this recombination step, e.g.StrColumngetEntityId()This item is a pointer to _pdbx_entity_src_gen_clone.entity_id in the PDBX_ENTITY_SRC_GEN_CLONE category.StrColumngetEntryId()This item is a pointer to _pdbx_entity_src_gen_clone.entry_id in the PDBX_ENTITY_SRC_GEN_CLONE category.StrColumngetRecombinationEnzymes()The names of the enzymes used for this recombination step.IntColumngetStepId()This item is a pointer to _pdbx_entity_src_gen_clone.step_id in the PDBX_ENTITY_SRC_GEN_CLONE category.StrColumngetSystem()The name of the recombination system.-
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
-
-
-
-
Constructor Detail
-
PdbxEntitySrcGenCloneRecombination
public PdbxEntitySrcGenCloneRecombination(String name, Map<String,Column> columns)
-
PdbxEntitySrcGenCloneRecombination
public PdbxEntitySrcGenCloneRecombination(String name, int rowCount, Object[] encodedColumns)
-
PdbxEntitySrcGenCloneRecombination
public PdbxEntitySrcGenCloneRecombination(String name)
-
-
Method Detail
-
getEntryId
public StrColumn getEntryId()
This item is a pointer to _pdbx_entity_src_gen_clone.entry_id in the PDBX_ENTITY_SRC_GEN_CLONE category.- Returns:
- StrColumn
-
getEntityId
public StrColumn getEntityId()
This item is a pointer to _pdbx_entity_src_gen_clone.entity_id in the PDBX_ENTITY_SRC_GEN_CLONE category.- Returns:
- StrColumn
-
getStepId
public IntColumn getStepId()
This item is a pointer to _pdbx_entity_src_gen_clone.step_id in the PDBX_ENTITY_SRC_GEN_CLONE category.- Returns:
- IntColumn
-
getSystem
public StrColumn getSystem()
The name of the recombination system.- Returns:
- StrColumn
-
getRecombinationEnzymes
public StrColumn getRecombinationEnzymes()
The names of the enzymes used for this recombination step.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Any details to be associated with this recombination step, e.g. the protocol or differences from the manufacturer's specified protocol.- Returns:
- StrColumn
-
-