Package org.rcsb.cif.schema.mm
Class StructRefSeq
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructRefSeq
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructRefSeq
extends DelegatingCategory
Data items in the STRUCT_REF_SEQ category provide a mechanism
for indicating and annotating a region (or regions) of alignment
between the sequence of an entity or biological unit described
in the data block and the sequence in the referenced database
entry.
-
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 StructRefSeq(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAlignId()The value of _struct_ref_seq.align_id must uniquely identify a record in the STRUCT_REF_SEQ list.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.StrColumngetDetails()A description of special aspects of the sequence alignment.StrColumngetPdbxAuthSeqAlignBeg()Initial position in the PDB sequence segment.StrColumngetPdbxAuthSeqAlignEnd()Ending position in the PDB sequence segmentStrColumngetPdbxDbAccession()Accession code of the reference database.StrColumngetPdbxDbAlignBegInsCode()Initial insertion code of the sequence segment of the reference database.StrColumngetPdbxDbAlignEndInsCode()Ending insertion code of the sequence segment of the reference database.StrColumngetPdbxPDBIdCode()The PDB code of the structure.StrColumngetPdbxSeqAlignBegInsCode()Initial insertion code of the PDB sequence segment.StrColumngetPdbxSeqAlignEndInsCode()Ending insertion code of the sequence segmentStrColumngetPdbxStrandId()The PDB strand/chain ID .StrColumngetRefId()This data item is a pointer to _struct_ref.id in the STRUCT_REF category.IntColumngetSeqAlignBeg()The sequence position in the entity or biological unit described in the data block at which the alignment begins.IntColumngetSeqAlignEnd()The sequence position in the entity or biological unit described in the data block at which the alignment ends.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAlignId
The value of _struct_ref_seq.align_id must uniquely identify a record in the STRUCT_REF_SEQ list. Note that this item need not be a number; it can be any unique identifier.- 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
-
getRefId
This data item is a pointer to _struct_ref.id in the STRUCT_REF category.- Returns:
- StrColumn
-
getSeqAlignBeg
The sequence position in the entity or biological unit described in the data block at which the alignment begins. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getSeqAlignEnd
The sequence position in the entity or biological unit described in the data block at which the alignment ends. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getPdbxStrandId
The PDB strand/chain ID .- Returns:
- StrColumn
-
getPdbxDbAccession
Accession code of the reference database.- Returns:
- StrColumn
-
getPdbxDbAlignBegInsCode
Initial insertion code of the sequence segment of the reference database.- Returns:
- StrColumn
-
getPdbxDbAlignEndInsCode
Ending insertion code of the sequence segment of the reference database.- Returns:
- StrColumn
-
getPdbxPDBIdCode
The PDB code of the structure.- Returns:
- StrColumn
-
getPdbxAuthSeqAlignBeg
Initial position in the PDB sequence segment.- Returns:
- StrColumn
-
getPdbxAuthSeqAlignEnd
Ending position in the PDB sequence segment- Returns:
- StrColumn
-
getPdbxSeqAlignBegInsCode
Initial insertion code of the PDB sequence segment.- Returns:
- StrColumn
-
getPdbxSeqAlignEndInsCode
Ending insertion code of the sequence segment- Returns:
- StrColumn
-