Package org.rcsb.cif.schema.mm
Class PdbxReferenceEntityPolyLink
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferenceEntityPolyLink
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferenceEntityPolyLink
extends DelegatingCategory
Data items in the PDBX_REFERENCE_ENTITY_POLY_LINK category give details about
polymer linkages including both standard and non-standard linkages between
polymer componnents.
-
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 PdbxReferenceEntityPolyLink(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomId1()The atom identifier/name in the first of the two components making the linkage.StrColumngetAtomId2()The atom identifier/name in the second of the two components making the linkage.StrColumngetCompId1()The component identifier in the first of the two components making the linkage.StrColumngetCompId2()The component identifier in the second of the two components making the linkage.IntColumngetComponentId()The entity component identifier entity containing the linkage.StrColumngetDetails()A description of special aspects of this linkage.IntColumngetEntitySeqNum1()For a polymer entity, the sequence number in the first of the two components making the linkage.IntColumngetEntitySeqNum2()For a polymer entity, the sequence number in the second of the two components making the linkage.StrColumngetInsertCode1()The residue insertion code for the first of the two components making the non-standard linkage.StrColumngetInsertCode2()The residue insertion code for the second of the two components making the non-standard linkage.IntColumngetLinkId()The value of _pdbx_reference_entity_poly_link.link_id uniquely identifies a linkage within a polymer entity.StrColumngetPrdId()The value of _pdbx_reference_entity_poly_link.prd_id is a reference _pdbx_reference_entity_list.prd_id in the PDBX_REFERENCE_ENTITY_POLY category.StrColumngetRefEntityId()The reference entity id of the polymer entity containing the linkage.StrColumngetValueOrder()The bond order target for the non-standard 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_reference_entity_poly_link.link_id uniquely identifies a linkage within a polymer entity.- Returns:
- IntColumn
-
getPrdId
The value of _pdbx_reference_entity_poly_link.prd_id is a reference _pdbx_reference_entity_list.prd_id in the PDBX_REFERENCE_ENTITY_POLY category.- Returns:
- StrColumn
-
getDetails
A description of special aspects of this linkage.- Returns:
- StrColumn
-
getRefEntityId
The reference entity id of the polymer entity containing the linkage. This data item is a pointer to _pdbx_reference_entity_poly.ref_entity_id in the PDBX_REFERENCE_ENTITY_POLY category.- Returns:
- StrColumn
-
getComponentId
The entity component identifier entity containing the linkage.- Returns:
- IntColumn
-
getEntitySeqNum1
For a polymer entity, the sequence number in the first of the two components making the linkage. This data item is a pointer to _pdbx_reference_entity_poly_seq.num in the PDBX_REFERENCE_ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getEntitySeqNum2
For a polymer entity, the sequence number in the second of the two components making the linkage. This data item is a pointer to _pdbx_reference_entity_poly_seq.num in the PDBX_REFERENCE_ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getCompId1
The component identifier in the first of the two components making the linkage. This data item is a pointer to _pdbx_reference_entity_poly_seq.mon_id in the PDBX_REFERENCE_ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getCompId2
The component identifier in the second of the two components making the linkage. This data item is a pointer to _pdbx_reference_entity_poly_seq.mon_id in the PDBX_REFERENCE_ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getAtomId1
The atom identifier/name in the first of the two components making the linkage.- Returns:
- StrColumn
-
getAtomId2
The atom identifier/name in the second of the two components making the linkage.- Returns:
- StrColumn
-
getInsertCode1
The residue insertion code for the first of the two components making the non-standard linkage.- Returns:
- StrColumn
-
getInsertCode2
The residue insertion code for the second of the two components making the non-standard linkage.- Returns:
- StrColumn
-
getValueOrder
The bond order target for the non-standard linkage.- Returns:
- StrColumn
-