Package org.rcsb.cif.schema.mm
Class PdbxLinkedEntityLinkList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxLinkedEntityLinkList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxLinkedEntityLinkList
extends DelegatingCategory
Data items in the PDBX_LINKED_ENTITY_LINK_LIST category give details about
the linkages with molecules represented as linked 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 PdbxLinkedEntityLinkList(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 entities containing the linkage.StrColumngetAtomId2()The atom identifier/name in the second of the two entities containing the linkage.StrColumngetCompId1()The component identifier in the first of the two entities containing the linkage.StrColumngetCompId2()The component identifier in the second of the two entities containing the linkage.IntColumngetComponent1()The entity component identifier for the first of two entities containing the linkage.IntColumngetComponent2()The entity component identifier for the second of two entities containing the linkage.StrColumngetDetails()A description of special aspects of a linkage between these entities in this molecule.StrColumngetEntityId1()The entity id of the first of the two entities joined by the linkage.StrColumngetEntityId2()The entity id of the second of the two entities joined by the linkage.IntColumngetEntitySeqNum1()For a polymer entity, the sequence number in the first of the two entities containing the linkage.IntColumngetEntitySeqNum2()For a polymer entity, the sequence number in the second of the two entities containing the linkage.StrColumngetLinkClass()A code indicating the entity types involved in the linkage.StrColumngetLinkedEntityId()The value of _pdbx_linked_entity_link_list.linked_entity_id is a reference _pdbx_linked_entity_list.linked_entity_id in the PDBX_LINKED_ENTITY_LIST category.IntColumngetLinkId()The value of _pdbx_linked_entity_link_list.link_id uniquely identifies linkages between entities with a molecule.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_linked_entity_link_list.link_id uniquely identifies linkages between entities with a molecule.- Returns:
- IntColumn
-
getLinkedEntityId
The value of _pdbx_linked_entity_link_list.linked_entity_id is a reference _pdbx_linked_entity_list.linked_entity_id in the PDBX_LINKED_ENTITY_LIST category.- Returns:
- StrColumn
-
getDetails
A description of special aspects of a linkage between these entities in this molecule.- Returns:
- StrColumn
-
getEntityId1
The entity id of the first of the two entities joined by the linkage. This data item is a pointer to _pdbx_linked_entity_list.entity_id in the PDBX_LINKED_ENTITY_LIST category.- Returns:
- StrColumn
-
getEntityId2
The entity id of the second of the two entities joined by the linkage. This data item is a pointer to _pdbx_linked_entity_list.entity_id in the PDBX_LINKED_ENTITY_LIST category.- Returns:
- StrColumn
-
getEntitySeqNum1
For a polymer entity, the sequence number in the first of the two entities containing the linkage. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getEntitySeqNum2
For a polymer entity, the sequence number in the second of the two entities containing the linkage. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getCompId1
The component identifier in the first of the two entities containing the linkage. For polymer entities, this data item is a pointer to _entity_poly_seq.mon_id in the ENTITY_POLY_SEQ category. For non-polymer entities, this data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getCompId2
The component identifier in the second of the two entities containing the linkage. For polymer entities, this data item is a pointer to _entity_poly_seq.mon_id in the ENTITY_POLY_SEQ category. For non-polymer entities, this data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getAtomId1
The atom identifier/name in the first of the two entities containing the linkage.- Returns:
- StrColumn
-
getAtomId2
The atom identifier/name in the second of the two entities containing the linkage.- Returns:
- StrColumn
-
getValueOrder
The bond order target for the chemical linkage.- Returns:
- StrColumn
-
getComponent1
The entity component identifier for the first of two entities containing the linkage.- Returns:
- IntColumn
-
getComponent2
The entity component identifier for the second of two entities containing the linkage.- Returns:
- IntColumn
-
getLinkClass
A code indicating the entity types involved in the linkage.- Returns:
- StrColumn
-