Package org.rcsb.cif.schema.mm
Class PdbxEntityBranchLink
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntityBranchLink
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntityBranchLink
extends DelegatingCategory
Data items in the PDBX_ENTITY_BRANCH_LINK category give details about
the linkages between components within a branched entity.
-
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 PdbxEntityBranchLink(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomId1()The atom identifier/name for the first atom making the linkage.StrColumngetAtomId2()The atom identifier/name for the second atom making the linkage.StrColumngetAtomStereoConfig1()The chiral configuration of the first atom making the linkage.StrColumngetAtomStereoConfig2()The chiral configuration of the second atom making the linkage.StrColumngetCompId1()The component identifier for the first component making the linkage.StrColumngetCompId2()The component identifier for the second component making the linkage.StrColumngetDetails()A description of special aspects of this linkage.IntColumngetEntityBranchListNum1()The component number for the first component making the linkage.IntColumngetEntityBranchListNum2()The component number for the second component making the linkage.StrColumngetEntityId()The entity id for this branched entity.StrColumngetLeavingAtomId1()The leaving atom identifier/name bonded to the first atom making the linkage.StrColumngetLeavingAtomId2()The leaving atom identifier/name bonded to the second atom making the linkage.IntColumngetLinkId()The value of _pdbx_entity_branch_link.link_id uniquely identifies linkages within the branched entity.StrColumngetValueOrder()The bond order target for the chemical linkage.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getLinkId
The value of _pdbx_entity_branch_link.link_id uniquely identifies linkages within the branched entity.- Returns:
- IntColumn
-
getDetails
A description of special aspects of this linkage.- Returns:
- StrColumn
-
getEntityId
The entity id for this branched entity. This data item is a pointer to _pdbx_entity_branch_list.entity_id in the PDBX_ENTITY_BRANCH_LIST category.- Returns:
- StrColumn
-
getEntityBranchListNum1
The component number for the first component making the linkage. This data item is a pointer to _pdbx_entity_branch_list.num in the PDBX_ENTITY_BRANCH_LIST category.- Returns:
- IntColumn
-
getEntityBranchListNum2
The component number for the second component making the linkage. This data item is a pointer to _pdbx_entity_branch_list.num in the PDBX_ENTITY_BRANCH_LIST category.- Returns:
- IntColumn
-
getCompId1
The component identifier for the first component making the linkage. This data item is a pointer to _pdbx_entity_branch_list.comp_id in the PDBX_ENTITY_BRANCH_LIST category.- Returns:
- StrColumn
-
getCompId2
The component identifier for the second component making the linkage. This data item is a pointer to _pdbx_entity_branch_list.comp_id in the PDBX_ENTITY_BRANCH_LIST category.- Returns:
- StrColumn
-
getAtomId1
The atom identifier/name for the first atom making the linkage.- Returns:
- StrColumn
-
getLeavingAtomId1
The leaving atom identifier/name bonded to the first atom making the linkage.- Returns:
- StrColumn
-
getAtomStereoConfig1
The chiral configuration of the first atom making the linkage.- Returns:
- StrColumn
-
getAtomId2
The atom identifier/name for the second atom making the linkage.- Returns:
- StrColumn
-
getLeavingAtomId2
The leaving atom identifier/name bonded to the second atom making the linkage.- Returns:
- StrColumn
-
getAtomStereoConfig2
The chiral configuration of the second atom making the linkage.- Returns:
- StrColumn
-
getValueOrder
The bond order target for the chemical linkage.- Returns:
- StrColumn
-