Package org.rcsb.cif.schema.mm
Class PdbxStructRefSeqDifDepositorInfo
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructRefSeqDifDepositorInfo
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructRefSeqDifDepositorInfo
extends DelegatingCategory
Data items in the PDBX_STRUCT_REF_SEQ_DIF_DEPOSITOR_INFO category capture
depositor provided information related to the archival cateogory
STRUCT_REF_SEQ_DIF.
-
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 PdbxStructRefSeqDifDepositorInfo(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAnnotation()The description of the sequence difference.StrColumngetAuthMonId()The monomer type found at this position in the sequence of the entity or biological unit provided by the depositor.IntColumngetAuthSeqId()The monomer position in the author provided sequence.StrColumngetDbAccession()Accession code of the reference database.StrColumngetDbCode()The code for this entity or biological unit or for a closely related entity or biological unit in the named database.StrColumngetDbMonId()The monomer type found at this position in the referenced database entry.StrColumngetDbName()The name of the database containing reference information about this entity or biological unit.IntColumngetDbSeqId()The monomer 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.StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.IntColumngetOrdinal()Ordinal index for this category.StrColumngetRefId()This data item is a pointer to _struct_ref_seq.ref_id in the STRUCT_REF_SEQ_DEPOSITOR_INFO category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinal
Ordinal index for this category.- Returns:
- IntColumn
-
getRefId
This data item is a pointer to _struct_ref_seq.ref_id in the STRUCT_REF_SEQ_DEPOSITOR_INFO category.- Returns:
- StrColumn
-
getEntityId
This data item is a pointer to _entity.id in the ENTITY 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
-
getDbSeqId
The monomer position in the referenced database entry.- Returns:
- IntColumn
-
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
-
getAuthMonId
The monomer type found at this position in the sequence of the entity or biological unit provided by the depositor.- Returns:
- StrColumn
-
getAuthSeqId
The monomer position in the author provided sequence.- Returns:
- IntColumn
-
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
-
getAnnotation
The description of the sequence difference.- Returns:
- StrColumn
-