Package org.rcsb.cif.schema.mm
Class PdbxEntitySrcSyn
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntitySrcSyn
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntitySrcSyn
extends DelegatingCategory
The data items in category PDBX_ENTITY_SRC_SYN record the source details
about chemically synthesized molecules.
-
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 PdbxEntitySrcSyn(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of the source for the synthetic entity.StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.StrColumngetNcbiTaxonomyId()NCBI Taxonomy identifier of the organism from which the sequence of the synthetic entity was derived.StrColumngetOrganismCommonName()The common name of the organism from which the sequence of the synthetic entity was derived.StrColumngetOrganismScientific()The scientific name of the organism from which the sequence of the synthetic entity was derived.StrColumngetPdbxAltSourceFlag()This data item identifies cases in which an alternative source modeled.IntColumngetPdbxBegSeqNum()The beginning polymer sequence position for the polymer section corresponding to this source.IntColumngetPdbxEndSeqNum()The ending polymer sequence position for the polymer section corresponding to this source.IntColumngetPdbxSrcId()This data item is an ordinal identifier for pdbx_entity_src_syn data records.StrColumngetStrain()The strain of the organism from which the sequence of the synthetic entity was derived.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
A description of special aspects of the source for the synthetic entity.- Returns:
- StrColumn
-
getOrganismScientific
The scientific name of the organism from which the sequence of the synthetic entity was derived.- Returns:
- StrColumn
-
getOrganismCommonName
The common name of the organism from which the sequence of the synthetic entity was derived.- Returns:
- StrColumn
-
getStrain
The strain of the organism from which the sequence of the synthetic entity was derived.- Returns:
- StrColumn
-
getNcbiTaxonomyId
NCBI Taxonomy identifier of the organism from which the sequence of the synthetic entity was derived. Reference: Wheeler DL, Chappey C, Lash AE, Leipe DD, Madden TL, Schuler GD, Tatusova TA, Rapp BA (2000). Database resources of the National Center for Biotechnology Information. Nucleic Acids Res 2000 Jan 1;28(1):10-4 Benson DA, Karsch-Mizrachi I, Lipman DJ, Ostell J, Rapp BA, Wheeler DL (2000). GenBank. Nucleic Acids Res 2000 Jan 1;28(1):15-18.- Returns:
- StrColumn
-
getEntityId
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getPdbxSrcId
This data item is an ordinal identifier for pdbx_entity_src_syn data records.- Returns:
- IntColumn
-
getPdbxAltSourceFlag
This data item identifies cases in which an alternative source modeled.- Returns:
- StrColumn
-
getPdbxBegSeqNum
The beginning polymer sequence position for the polymer section corresponding to this source. A reference to the sequence position in the entity_poly category.- Returns:
- IntColumn
-
getPdbxEndSeqNum
The ending polymer sequence position for the polymer section corresponding to this source. A reference to the sequence position in the entity_poly category.- Returns:
- IntColumn
-