Package org.rcsb.cif.schema.mm
Class PdbxStructRefSeqFeature
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructRefSeqFeature
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructRefSeqFeature
extends DelegatingCategory
Data items in the PDBX_STRUCT_REF_SEQ_FEATURE category provide a
mechanism for identifying and annotating sequence features.
-
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 PdbxStructRefSeqFeature(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.StrColumngetAsymId()Instance identifier for the polymer molecule.StrColumngetBegAuthMonId()Monomer ID at the initial position in the PDB sequence segment.StrColumngetBegAuthSeqId()Initial position in the PDB sequence segment.StrColumngetBegPdbInsCode()Initial insertion code of the PDB sequence segment.StrColumngetBegSeqNum()Initial position in the sequence segment.StrColumngetDetails()A description of special aspects of the featureStrColumngetEndAuthMonId()Monomer ID at the terminal position in the PDB sequence segmentStrColumngetEndAuthSeqId()Ending position in the PDB sequence segmentStrColumngetEndPdbInsCode()Terminal insertion code of the PDB sequence segment.StrColumngetEndSeqNum()Ending position in the sequence segmentIntColumngetFeatureId()Uniquely identfies a sequence feature in the STRUCT_REF_SEQ_FEATURE category.StrColumngetPdbStrandId()PDB strand/chain id.StrColumngetType()A classification of the featureMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getFeatureId
Uniquely identfies a sequence feature in the STRUCT_REF_SEQ_FEATURE category.- Returns:
- IntColumn
-
getAlignId
This data item is a pointer to _struct_ref_seq.align_id in the STRUCT_REF_SEQ category.- Returns:
- StrColumn
-
getType
A classification of the feature- Returns:
- StrColumn
-
getDetails
A description of special aspects of the feature- Returns:
- StrColumn
-
getPdbStrandId
PDB strand/chain id.- Returns:
- StrColumn
-
getAsymId
Instance identifier for the polymer molecule.- Returns:
- StrColumn
-
getBegAuthSeqId
Initial position in the PDB sequence segment.- Returns:
- StrColumn
-
getEndAuthSeqId
Ending position in the PDB sequence segment- Returns:
- StrColumn
-
getBegSeqNum
Initial position in the sequence segment.- Returns:
- StrColumn
-
getEndSeqNum
Ending position in the sequence segment- Returns:
- StrColumn
-
getBegAuthMonId
Monomer ID at the initial position in the PDB sequence segment.- Returns:
- StrColumn
-
getEndAuthMonId
Monomer ID at the terminal position in the PDB sequence segment- Returns:
- StrColumn
-
getBegPdbInsCode
Initial insertion code of the PDB sequence segment.- Returns:
- StrColumn
-
getEndPdbInsCode
Terminal insertion code of the PDB sequence segment.- Returns:
- StrColumn
-