Class PdbxLinkedEntity

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxLinkedEntity
    extends BaseCategory
    Data items in the PDBX_LINKED_ENTITY category record information about molecules composed of linked entities.
    • Constructor Detail

      • PdbxLinkedEntity

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

        public PdbxLinkedEntity​(String name)
    • Method Detail

      • getLinkedEntityId

        public StrColumn getLinkedEntityId()
        The value of _pdbx_linked_entity.linked_entity_id is the unique identifier for the molecule represented as a collection of linked entities.
        Returns:
        StrColumn
      • getType

        public StrColumn getType()
        Defines the structural classification of this molecule.
        Returns:
        StrColumn
      • getClazz

        public StrColumn getClazz()
        Broadly defines the function of this molecule.
        Returns:
        StrColumn
      • getName

        public StrColumn getName()
        A name of the molecule.
        Returns:
        StrColumn
      • getDescription

        public StrColumn getDescription()
        Description of this molecule.
        Returns:
        StrColumn
      • getPrdId

        public StrColumn getPrdId()
        The identifier used by the PDB corresponding to the chemical definition for the molecule.
        Returns:
        StrColumn