Class PdbxMolecule

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxMolecule
    extends BaseCategory
    Data items in the PDBX_MOLECULE category identify reference molecules within a PDB entry.
    • Constructor Detail

      • PdbxMolecule

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

        public PdbxMolecule​(String name)
    • Method Detail

      • getPrdId

        public StrColumn getPrdId()
        The value of _pdbx_molecule.prd_id is the PDB accession code for this reference molecule.
        Returns:
        StrColumn
      • getInstanceId

        public IntColumn getInstanceId()
        The value of _pdbx_molecule.instance_id is identifies a particular molecule in the molecule list.
        Returns:
        IntColumn
      • getAsymId

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

        public StrColumn getLinkedEntityId()
        A reference to _pdbx_linked_entity.linked_entity_id in the PDBX_LINKED_ENTITY category.
        Returns:
        StrColumn