Package org.rcsb.cif.model.generated
Class EmEntityAssemblyRecombinant
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmEntityAssemblyRecombinant
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmEntityAssemblyRecombinant extends BaseCategory
Data items in this category record details about recombinant expression of the assembly or assembly component.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmEntityAssemblyRecombinant(String name)EmEntityAssemblyRecombinant(String name, int rowCount, Object[] encodedColumns)EmEntityAssemblyRecombinant(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
EmEntityAssemblyRecombinant
public EmEntityAssemblyRecombinant(String name, Map<String,Column> columns)
-
EmEntityAssemblyRecombinant
public EmEntityAssemblyRecombinant(String name, int rowCount, Object[] encodedColumns)
-
EmEntityAssemblyRecombinant
public EmEntityAssemblyRecombinant(String name)
-
-
Method Detail
-
getCell
public StrColumn getCell()
The cell of the host organism from which the expressed component was obtained, if relevant.- Returns:
- StrColumn
-
getEntityAssemblyId
public StrColumn getEntityAssemblyId()
Pointer to the expressed component described in the EM ENTITY ASSEMBLY category.- Returns:
- StrColumn
-
getId
public StrColumn getId()
Ordinal identifier- Returns:
- StrColumn
-
getNcbiTaxId
public IntColumn getNcbiTaxId()
The NCBI taxonomy id of the expression host used to produce the component.- Returns:
- IntColumn
-
getOrganism
public StrColumn getOrganism()
Expression system host organism used to produce the component.- Returns:
- StrColumn
-
getPlasmid
public StrColumn getPlasmid()
The plasmid used to produce the component in the expression system.- Returns:
- StrColumn
-
getStrain
public StrColumn getStrain()
The strain of the host organism from which the expresed component was obtained, if relevant.- Returns:
- StrColumn
-
-