Package org.rcsb.cif.schema.mm
Class PdbxStructRefSeqInsertion
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructRefSeqInsertion
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructRefSeqInsertion
extends DelegatingCategory
Data items in the PDBX_STRUCT_REF_SEQ_INSERTION category
annotate insertions in the sequence of the entity described
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 PdbxStructRefSeqInsertion(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()Part of the identifier of the inserted residue.StrColumngetAuthAsymId()Part of the author identifier of the inserted residue.StrColumngetAuthSeqId()Part of the author identifier of the inserted residue.StrColumngetCompId()Part of the identifier of the inserted residue.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.StrColumngetDetails()A description of any special aspects of the insertionStrColumngetId()The value of _pdbx_struct_ref_seq_insertion.id must uniquely identify a record in the PDBX_STRUCT_REF_SEQ_INSERTION list.StrColumngetPDBInsCode()Part of the author identifier of the inserted residue.IntColumngetSeqId()Part of the author identifier of the inserted residue.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _pdbx_struct_ref_seq_insertion.id must uniquely identify a record in the PDBX_STRUCT_REF_SEQ_INSERTION list.- Returns:
- StrColumn
-
getCompId
Part of the identifier of the inserted residue. This data item is a pointer to _pdbx_poly_seq_scheme.mon_id in the PDBX_POLY_SEQ_SCHEME category.- Returns:
- StrColumn
-
getAsymId
Part of the identifier of the inserted residue. This data item is a pointer to _pdbx_poly_seq_scheme.asym_id in the PDBX_POLY_SEQ_SCHEME category.- Returns:
- StrColumn
-
getAuthAsymId
Part of the author identifier of the inserted residue. This data item is a pointer to _pdbx_poly_seq_scheme.pdb_strand_id in the PDBX_POLY_SEQ_SCHEME category.- Returns:
- StrColumn
-
getAuthSeqId
Part of the author identifier of the inserted residue. This data item is a pointer to _pdbx_poly_seq_scheme.auth_seq_num in the PDBX_POLY_SEQ_SCHEME category.- Returns:
- StrColumn
-
getSeqId
Part of the author identifier of the inserted residue. This data item is a pointer to _pdbx_poly_seq_scheme.seq_id in the PDBX_POLY_SEQ_SCHEME category.- Returns:
- IntColumn
-
getPDBInsCode
Part of the author identifier of the inserted residue. This data item is a pointer to _pdbx_poly_seq_scheme.pdb_ins_code in the PDBX_POLY_SEQ_SCHEME category.- Returns:
- StrColumn
-
getDetails
A description of any special aspects of the insertion- 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
-