Package org.rcsb.cif.model.generated
Class PdbxReferenceLinkedEntityLink
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxReferenceLinkedEntityLink
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxReferenceLinkedEntityLink extends BaseCategory
Data items in the pdbx_reference_linked_entity_link category enumerate linkages between the entities in common observed interaction patterns described in the pdbx_reference_linked_entity category.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxReferenceLinkedEntityLink(String name)PdbxReferenceLinkedEntityLink(String name, int rowCount, Object[] encodedColumns)PdbxReferenceLinkedEntityLink(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()A description of special aspects of a linkage between these constituents in this linked entity.StrColumngetFromAtomId()The atom identifier/name in the second of the two constituents containing the linkage.StrColumngetFromAtomStereoConfig()The chiral configuration of the second atom making the linkage.StrColumngetFromCompId()The component identifier in the second of the two constituents containing the linkage.StrColumngetFromLeavingAtomId()The leaving atom identifier/name bonded to the second atom making the linkage.IntColumngetFromListId()The value of _pdbx_reference_linked_entity_link.from_list_id is a reference _pdbx_reference_linked_entity_comp_list.list_id in the pdbx_reference_linked_entity_comp_list category.IntColumngetLinkedEntityId()The value of _pdbx_reference_linked_entity_link.linked_entity_id is a reference _pdbx_reference_linked_entity_comp_list.linked_entity_id in the pdbx_reference_linked_entity_comp_list category.IntColumngetLinkId()The value of _pdbx_reference_linked_entity_link.link_id uniquely identifies linkages within the linked entity.StrColumngetToAtomId()The atom identifier/name in the first of the two constituents containing the linkage.StrColumngetToCompId()The component identifier in the first of the two constituents containing the linkage.StrColumngetValueOrder()The bond order target for the chemical linkage.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Constructor Detail
-
PdbxReferenceLinkedEntityLink
public PdbxReferenceLinkedEntityLink(String name, Map<String,Column> columns)
-
PdbxReferenceLinkedEntityLink
public PdbxReferenceLinkedEntityLink(String name, int rowCount, Object[] encodedColumns)
-
PdbxReferenceLinkedEntityLink
public PdbxReferenceLinkedEntityLink(String name)
-
-
Method Detail
-
getLinkedEntityId
public IntColumn getLinkedEntityId()
The value of _pdbx_reference_linked_entity_link.linked_entity_id is a reference _pdbx_reference_linked_entity_comp_list.linked_entity_id in the pdbx_reference_linked_entity_comp_list category.- Returns:
- IntColumn
-
getLinkId
public IntColumn getLinkId()
The value of _pdbx_reference_linked_entity_link.link_id uniquely identifies linkages within the linked entity.- Returns:
- IntColumn
-
getFromListId
public IntColumn getFromListId()
The value of _pdbx_reference_linked_entity_link.from_list_id is a reference _pdbx_reference_linked_entity_comp_list.list_id in the pdbx_reference_linked_entity_comp_list category.- Returns:
- IntColumn
-
getDetails
public StrColumn getDetails()
A description of special aspects of a linkage between these constituents in this linked entity.- Returns:
- StrColumn
-
getToCompId
public StrColumn getToCompId()
The component identifier in the first of the two constituents containing the linkage.- Returns:
- StrColumn
-
getFromCompId
public StrColumn getFromCompId()
The component identifier in the second of the two constituents containing the linkage.- Returns:
- StrColumn
-
getToAtomId
public StrColumn getToAtomId()
The atom identifier/name in the first of the two constituents containing the linkage.- Returns:
- StrColumn
-
getFromAtomId
public StrColumn getFromAtomId()
The atom identifier/name in the second of the two constituents containing the linkage.- Returns:
- StrColumn
-
getFromLeavingAtomId
public StrColumn getFromLeavingAtomId()
The leaving atom identifier/name bonded to the second atom making the linkage.- Returns:
- StrColumn
-
getFromAtomStereoConfig
public StrColumn getFromAtomStereoConfig()
The chiral configuration of the second atom making the linkage.- Returns:
- StrColumn
-
getValueOrder
public StrColumn getValueOrder()
The bond order target for the chemical linkage.- Returns:
- StrColumn
-
-