Package org.rcsb.cif.schema.mm
Class EmEntityAssemblyRecombinant
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmEntityAssemblyRecombinant
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmEntityAssemblyRecombinant
extends DelegatingCategory
Data items in this category record details
about recombinant expression of the assembly or assembly component.
-
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 EmEntityAssemblyRecombinant(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCell()The cell of the host organism from which the expressed component was obtained, if relevant.StrColumngetEntityAssemblyId()Pointer to the expressed component described in the EM ENTITY ASSEMBLY category.StrColumngetId()Ordinal identifierIntColumngetNcbiTaxId()The NCBI taxonomy id of the expression host used to produce the component.StrColumngetOrganism()Expression system host organism used to produce the component.StrColumngetPlasmid()The plasmid used to produce the component in the expression system.StrColumngetStrain()The strain of the host organism from which the expresed component was obtained, if relevant.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCell
The cell of the host organism from which the expressed component was obtained, if relevant.- Returns:
- StrColumn
-
getEntityAssemblyId
Pointer to the expressed component described in the EM ENTITY ASSEMBLY category.- Returns:
- StrColumn
-
getId
Ordinal identifier- Returns:
- StrColumn
-
getNcbiTaxId
The NCBI taxonomy id of the expression host used to produce the component.- Returns:
- IntColumn
-
getOrganism
Expression system host organism used to produce the component.- Returns:
- StrColumn
-
getPlasmid
The plasmid used to produce the component in the expression system.- Returns:
- StrColumn
-
getStrain
The strain of the host organism from which the expresed component was obtained, if relevant.- Returns:
- StrColumn
-