Class PdbxLinkedEntityList

  • All Implemented Interfaces:
    Category

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

      • PdbxLinkedEntityList

        public PdbxLinkedEntityList​(String name,
                                    int rowCount,
                                    Object[] encodedColumns)
      • PdbxLinkedEntityList

        public PdbxLinkedEntityList​(String name)
    • Method Detail

      • 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