Package org.rcsb.cif.schema.mm
Class PdbxReferenceEntitySrcNat
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferenceEntitySrcNat
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferenceEntitySrcNat
extends DelegatingCategory
Data items in the PDBX_REFERENCE_ENTITY_SRC_NAT category record
details of the source from which the entity was obtained.
-
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 PdbxReferenceEntitySrcNat(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtcc()The Americal Tissue Culture Collection code for organism from which the entity was isolated.StrColumngetDbCode()The database code for this source informationStrColumngetDbName()The database name for this source informationIntColumngetOrdinal()The value of _pdbx_reference_entity_src_nat.ordinal distinguishes source details for this entity.StrColumngetOrganismScientific()The scientific name of the organism from which the entity was isolated.StrColumngetPrdId()The value of _pdbx_reference_entity_src_nat.prd_id is a reference _pdbx_reference_entity_list.prd_id in the PDBX_REFERENCE_ENTITY_LIST category.StrColumngetRefEntityId()The value of _pdbx_reference_entity_src_nat.ref_entity_id is a reference to _pdbx_reference_entity_list.ref_entity_id in PDBX_REFERENCE_ENTITY_LIST category.StrColumngetSource()The data source for this information.StrColumngetSourceId()A identifier within the data source for this information.StrColumngetStrain()The strain of the organism from which the entity was isolated.StrColumngetTaxid()The NCBI TaxId of the organism from which the entity was isolated.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getPrdId
The value of _pdbx_reference_entity_src_nat.prd_id is a reference _pdbx_reference_entity_list.prd_id in the PDBX_REFERENCE_ENTITY_LIST category.- Returns:
- StrColumn
-
getRefEntityId
The value of _pdbx_reference_entity_src_nat.ref_entity_id is a reference to _pdbx_reference_entity_list.ref_entity_id in PDBX_REFERENCE_ENTITY_LIST category.- Returns:
- StrColumn
-
getOrdinal
The value of _pdbx_reference_entity_src_nat.ordinal distinguishes source details for this entity.- Returns:
- IntColumn
-
getOrganismScientific
The scientific name of the organism from which the entity was isolated.- Returns:
- StrColumn
-
getStrain
The strain of the organism from which the entity was isolated.- Returns:
- StrColumn
-
getTaxid
The NCBI TaxId of the organism from which the entity was isolated.- Returns:
- StrColumn
-
getAtcc
The Americal Tissue Culture Collection code for organism from which the entity was isolated.- Returns:
- StrColumn
-
getDbCode
The database code for this source information- Returns:
- StrColumn
-
getDbName
The database name for this source information- Returns:
- StrColumn
-
getSource
The data source for this information.- Returns:
- StrColumn
-
getSourceId
A identifier within the data source for this information.- Returns:
- StrColumn
-