Class PdbxLinkedEntityInstanceList

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxLinkedEntityInstanceList
    extends BaseCategory
    Data items in the PDBX_LINKED_ENTITY_INSTANCE_LIST category identify instance molecules represented as linked entities within an entry.
    • Constructor Detail

      • PdbxLinkedEntityInstanceList

        public PdbxLinkedEntityInstanceList​(String name,
                                            Map<String,​Column> columns)
      • PdbxLinkedEntityInstanceList

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

        public PdbxLinkedEntityInstanceList​(String name)
    • Method Detail

      • getLinkedEntityId

        public StrColumn getLinkedEntityId()
        The value of _pdbx_linked_entity_instance_list.linked_entity_id is a reference to the identifier for a molecule represented as a linked entity.
        Returns:
        StrColumn
      • getInstanceId

        public IntColumn getInstanceId()
        The value of _pdbx_linked_entity_instance_list.instance_id is identifies a particular molecule instance within an entry.
        Returns:
        IntColumn
      • getAsymId

        public StrColumn getAsymId()
        A reference to _struct_asym.id in the STRUCT_ASYM category.
        Returns:
        StrColumn