Package org.rcsb.cif.schema.mm
Class StructRefSeqDif
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructRefSeqDif
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructRefSeqDif
extends DelegatingCategory
Data items in the STRUCT_REF_SEQ_DIF category provide a
mechanism for indicating and annotating point differences
between the sequence of the entity or biological unit described
in the data block and the sequence of 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 StructRefSeqDif(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAlignId()This data item is a pointer to _struct_ref_seq.align_id in the STRUCT_REF_SEQ category.StrColumngetDbMonId()The monomer type found at this position in the referenced database entry.StrColumngetDetails()A description of special aspects of the point differences between the sequence of the entity or biological unit described in the data block and that in the referenced database entry.StrColumngetMonId()The monomer type found at this position in the sequence of the entity or biological unit described in this data block.StrColumngetPdbxAuthSeqNum()Insertion code in PDB sequenceIntColumngetPdbxOrdinal()A synthetic integer primary key for this category.StrColumngetPdbxPdbIdCode()The PDB ID code.StrColumngetPdbxPdbInsCode()Insertion code in PDB sequenceStrColumngetPdbxPdbStrandId()PDB strand/chain id.StrColumngetPdbxSeqDbAccessionCode()Sequence database accession number.StrColumngetPdbxSeqDbName()Sequence database name.StrColumngetPdbxSeqDbSeqNum()Sequence database sequence number.IntColumngetSeqNum()This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAlignId
This data item is a pointer to _struct_ref_seq.align_id in the STRUCT_REF_SEQ category.- Returns:
- StrColumn
-
getDbMonId
The monomer type found at this position in the referenced database entry. This data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getDetails
A description of special aspects of the point differences between the sequence of the entity or biological unit described in the data block and that in the referenced database entry.- Returns:
- StrColumn
-
getMonId
The monomer type found at this position in the sequence of the entity or biological unit described in this data block. This data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getSeqNum
This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getPdbxPdbIdCode
The PDB ID code.- Returns:
- StrColumn
-
getPdbxPdbStrandId
PDB strand/chain id.- Returns:
- StrColumn
-
getPdbxPdbInsCode
Insertion code in PDB sequence- Returns:
- StrColumn
-
getPdbxAuthSeqNum
Insertion code in PDB sequence- Returns:
- StrColumn
-
getPdbxSeqDbName
Sequence database name.- Returns:
- StrColumn
-
getPdbxSeqDbAccessionCode
Sequence database accession number.- Returns:
- StrColumn
-
getPdbxSeqDbSeqNum
Sequence database sequence number.- Returns:
- StrColumn
-
getPdbxOrdinal
A synthetic integer primary key for this category.- Returns:
- IntColumn
-