Class PdbxLinkedEntityList

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxLinkedEntityList
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxLinkedEntityList
extends DelegatingCategory
Data items in the PDBX_LINKED_ENTITY_LIST category record the list of entity constituents for this molecule.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getLinkedEntityId

      public StrColumn getLinkedEntityId()
      The value of _pdbx_linked_entity_list.linked_entity_id is a reference _pdbx_linked_entity.linked_entity_id in the PDBX_LINKED_ENTITY category.
      Returns:
      StrColumn
    • getEntityId

      public StrColumn getEntityId()
      The value of _pdbx_linked_entity_list.ref_entity_id is a unique identifier the a constituent entity within this reference molecule.
      Returns:
      StrColumn
    • getComponentId

      public IntColumn getComponentId()
      The component number of this entity within the molecule.
      Returns:
      IntColumn
    • getDetails

      public StrColumn getDetails()
      Additional details about this entity within this molecule.
      Returns:
      StrColumn