Package org.rcsb.cif.schema.mm
Class PdbxBranchScheme
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxBranchScheme
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxBranchScheme
extends DelegatingCategory
The PDBX_BRANCH_SCHEME category provides residue level nomenclature
mapping for branch chain entities.
-
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 PdbxBranchScheme(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()Pointer to _atom_site.label_asym_id.StrColumngetAuthAsymId()This data item is a pointer to _atom_site.pdbx_auth_asym_id in the ATOM_SITE category.StrColumngetAuthMonId()This data item is a pointer to _atom_site.pdbx_auth_comp_id in the ATOM_SITE category.StrColumngetAuthSeqNum()This data item is a pointer to _atom_site.pdbx_auth_seq_id in the ATOM_SITE category.StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.StrColumngetHetero()A flag to indicate whether this monomer in the entity is heterogeneous in sequence.StrColumngetMonId()This data item is a pointer to _atom_site.label_comp_id in the PDBX_ENTITY_BRANCH_LIST category.IntColumngetNum()This data item is a pointer to _pdbx_entity_branch_list.num in the PDBX_ENTITY_BRANCH_LIST category.StrColumngetPdbAsymId()This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.StrColumngetPdbInsCode()This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.StrColumngetPdbMonId()This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.StrColumngetPdbSeqNum()This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntityId
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getHetero
A flag to indicate whether this monomer in the entity is heterogeneous in sequence.- Returns:
- StrColumn
-
getAsymId
Pointer to _atom_site.label_asym_id.- Returns:
- StrColumn
-
getMonId
This data item is a pointer to _atom_site.label_comp_id in the PDBX_ENTITY_BRANCH_LIST category.- Returns:
- StrColumn
-
getNum
This data item is a pointer to _pdbx_entity_branch_list.num in the PDBX_ENTITY_BRANCH_LIST category.- Returns:
- IntColumn
-
getPdbAsymId
This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbSeqNum
This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbInsCode
This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbMonId
This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAsymId
This data item is a pointer to _atom_site.pdbx_auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqNum
This data item is a pointer to _atom_site.pdbx_auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthMonId
This data item is a pointer to _atom_site.pdbx_auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-