Package org.rcsb.cif.model.generated
Class EmVirusNaturalHost
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmVirusNaturalHost
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmVirusNaturalHost extends BaseCategory
Data items in this category record details of a virus entity.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmVirusNaturalHost(String name)EmVirusNaturalHost(String name, int rowCount, Object[] encodedColumns)EmVirusNaturalHost(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
-
-
-
Method Detail
-
getEntityAssemblyId
public StrColumn getEntityAssemblyId()
Pointer to _em_entity_assembly.id.- Returns:
- StrColumn
-
getId
public StrColumn getId()
Unique identifier for the virus natural host.- Returns:
- StrColumn
-
getNcbiTaxId
public IntColumn getNcbiTaxId()
The NCBI taxonomy of the host species from which the virus was isolated.- Returns:
- IntColumn
-
getOrganism
public StrColumn getOrganism()
The host organism from which the virus was isolated.- Returns:
- StrColumn
-
getStrain
public StrColumn getStrain()
The strain of the host organism from which the virus was obtained, if relevant.- Returns:
- StrColumn
-
-