Class PdbxReferenceMoleculeSynonyms

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxReferenceMoleculeSynonyms
    extends BaseCategory
    Data items in the PDBX_REFERENCE_MOLECULE_SYNONYMS category records synonym names for reference entities.
    • Constructor Detail

      • PdbxReferenceMoleculeSynonyms

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

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

        public PdbxReferenceMoleculeSynonyms​(String name)
    • Method Detail

      • getFamilyPrdId

        public StrColumn getFamilyPrdId()
        The value of _pdbx_reference_molecule_synonyms.family_prd_id is a reference to _pdbx_reference_molecule_list.family_prd_id in category PDBX_REFERENCE_MOLECULE_FAMILY_LIST.
        Returns:
        StrColumn
      • getPrdId

        public StrColumn getPrdId()
        The value of _pdbx_reference_molecule_synonyms.prd_id is a reference _pdbx_reference_molecule.prd_id in the PDBX_REFERENCE_MOLECULE category.
        Returns:
        StrColumn
      • getOrdinal

        public IntColumn getOrdinal()
        The value of _pdbx_reference_molecule_synonyms.ordinal is an ordinal to distinguish synonyms for this entity.
        Returns:
        IntColumn
      • getName

        public StrColumn getName()
        A synonym name for the entity.
        Returns:
        StrColumn
      • getSource

        public StrColumn getSource()
        The source of this synonym name for the entity.
        Returns:
        StrColumn
      • getChemCompId

        public StrColumn getChemCompId()
        For entities represented as single molecules, the identifier corresponding to the chemical definition for the molecule.
        Returns:
        StrColumn