Package org.rcsb.cif.schema.mm
Class EmEntityAssemblyNaturalsource
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmEntityAssemblyNaturalsource
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmEntityAssemblyNaturalsource
extends DelegatingCategory
Data items in this category record taxonomic details about the natural source for EM
assemblies and assembly components.
-
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 EmEntityAssemblyNaturalsource(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCell()The cell type from which the component was obtained.StrColumngetCellularLocation()The cellular location of the component.StrColumngetEntityAssemblyId()Pointer to the assembly component defined in the EM ENTITY ASSEMBLY category.StrColumngetId()Ordinal key for the em_entity_assembly_naturalsource category.IntColumngetNcbiTaxId()The NCBI taxonomy id for the natural organism source of the component.StrColumngetOrgan()The organ of the organism from which the component was obtained.StrColumngetOrganelle()The organelle from which the component was obtained.StrColumngetOrganism()The genus-species of the natural organism from which the component was obtained.StrColumngetStrain()The strain of the natural organism from which the component was obtained, if relevant.StrColumngetTissue()The tissue of the natural organism from which the component was obtained.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCell
The cell type from which the component was obtained.- Returns:
- StrColumn
-
getCellularLocation
The cellular location of the component.- Returns:
- StrColumn
-
getEntityAssemblyId
Pointer to the assembly component defined in the EM ENTITY ASSEMBLY category.- Returns:
- StrColumn
-
getId
Ordinal key for the em_entity_assembly_naturalsource category.- Returns:
- StrColumn
-
getNcbiTaxId
The NCBI taxonomy id for the natural organism source of the component.- Returns:
- IntColumn
-
getOrganism
The genus-species of the natural organism from which the component was obtained.- Returns:
- StrColumn
-
getOrganelle
The organelle from which the component was obtained.- Returns:
- StrColumn
-
getOrgan
The organ of the organism from which the component was obtained.- Returns:
- StrColumn
-
getStrain
The strain of the natural organism from which the component was obtained, if relevant.- Returns:
- StrColumn
-
getTissue
The tissue of the natural organism from which the component was obtained.- Returns:
- StrColumn
-