Class PdbxReferenceLinkedEntityCompList

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxReferenceLinkedEntityCompList
    extends BaseCategory
    Data items in the pdbx_reference_linked_entity_comp_list category lists the constituents of common observed interaction patterns described in the pdbx_reference_linked_entity category.
    • Constructor Detail

      • PdbxReferenceLinkedEntityCompList

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

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

        public PdbxReferenceLinkedEntityCompList​(String name)
    • Method Detail

      • getLinkedEntityId

        public IntColumn getLinkedEntityId()
        This data item is a pointer to _pdbx_reference_linked_entity.id in the pdbx_reference_linked_entity category.
        Returns:
        IntColumn
      • getListId

        public IntColumn getListId()
        This data item uniquely identifies a constituent of with the linked entity.
        Returns:
        IntColumn
      • getName

        public StrColumn getName()
        The name of the constituent withing the linked entity.
        Returns:
        StrColumn
      • getCompId

        public StrColumn getCompId()
        The component identifer for the constituent within the linked entity..
        Returns:
        StrColumn