Package org.rcsb.cif.schema.mm
Class PdbxStructRefSeqDepositorInfo
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructRefSeqDepositorInfo
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructRefSeqDepositorInfo
extends DelegatingCategory
Data items in the PDBX_STRUCT_REF_SEQ_DEPOSITOR_INFO category capture
depositor provided information related to the archival cateogory
STRUCT_REF_SEQ.
-
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 PdbxStructRefSeqDepositorInfo(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDbAccession()Accession code of the reference database.IntColumngetDbAlignBeg()The sequence position in the referenced database entry at which the alignment begins.IntColumngetDbAlignEnd()The sequence position in the referenced database entry at which the alignment ends.StrColumngetDbCode()The code for this entity or biological unit or for a closely related entity or biological unit in the named database.StrColumngetDbName()The name of the database containing reference information about this entity or biological unit.StrColumngetDbSeqOneLetterCode()Database chemical sequence expressed as string of one-letter residue codes.StrColumngetDetails()A description of special aspects of the sequence alignment.StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.StrColumngetRefId()This data item is a unique identifier for reference sequence information.StrColumngetSeqAlignBegin()Beginning index in the author provided chemical sequence.StrColumngetSeqAlignEnd()Ending index in the author provided chemical sequence.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getRefId
This data item is a unique identifier for reference sequence information.- Returns:
- StrColumn
-
getEntityId
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getDbAlignBeg
The sequence position in the referenced database entry at which the alignment begins.- Returns:
- IntColumn
-
getDbAlignEnd
The sequence position in the referenced database entry at which the alignment ends.- Returns:
- IntColumn
-
getDetails
A description of special aspects of the sequence alignment.- Returns:
- StrColumn
-
getDbAccession
Accession code of the reference database.- Returns:
- StrColumn
-
getDbCode
The code for this entity or biological unit or for a closely related entity or biological unit in the named database.- Returns:
- StrColumn
-
getDbName
The name of the database containing reference information about this entity or biological unit.- Returns:
- StrColumn
-
getDbSeqOneLetterCode
Database chemical sequence expressed as string of one-letter residue codes.- Returns:
- StrColumn
-
getSeqAlignBegin
Beginning index in the author provided chemical sequence.- Returns:
- StrColumn
-
getSeqAlignEnd
Ending index in the author provided chemical sequence.- Returns:
- StrColumn
-