Package org.rcsb.cif.schema.mm
Class EmVirusNaturalHost
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmVirusNaturalHost
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmVirusNaturalHost
extends DelegatingCategory
Data items in this category record details of a virus entity.
-
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 EmVirusNaturalHost(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntityAssemblyId()Pointer to _em_entity_assembly.id.StrColumngetId()Unique identifier for the virus natural host.IntColumngetNcbiTaxId()The NCBI taxonomy of the host species from which the virus was isolated.StrColumngetOrganism()The host organism from which the virus was isolated.StrColumngetStrain()The strain of the host organism from which the virus 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
-
getEntityAssemblyId
Pointer to _em_entity_assembly.id.- Returns:
- StrColumn
-
getId
Unique identifier for the virus natural host.- Returns:
- StrColumn
-
getNcbiTaxId
The NCBI taxonomy of the host species from which the virus was isolated.- Returns:
- IntColumn
-
getOrganism
The host organism from which the virus was isolated.- Returns:
- StrColumn
-
getStrain
The strain of the host organism from which the virus was obtained, if relevant.- Returns:
- StrColumn
-