Class IhmDatasetRelatedDbReference

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class IhmDatasetRelatedDbReference
    extends BaseCategory
    Category holds information related to data sources for the entry. These can be datasets archived in other related databases such as BMRB, EMDB, EMPIAR, SASBDB, PRIDE etc.
    • Constructor Detail

      • IhmDatasetRelatedDbReference

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

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

        public IhmDatasetRelatedDbReference​(String name)
    • Method Detail

      • getId

        public IntColumn getId()
        A unique identifier for the related database entry.
        Returns:
        IntColumn
      • getDatasetListId

        public IntColumn getDatasetListId()
        Identifier to the dataset list used in the IHM modeling. This data item is a pointer to the _ihm_dataset_list.id in the IHM_DATASET_LIST category.
        Returns:
        IntColumn
      • getDbName

        public StrColumn getDbName()
        The name of the database containing the dataset entry.
        Returns:
        StrColumn
      • getAccessionCode

        public StrColumn getAccessionCode()
        The accession code for the database entry.
        Returns:
        StrColumn
      • getVersion

        public StrColumn getVersion()
        Version of the database entry, if the database allows versioning.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        Details regarding the dataset entry.
        Returns:
        StrColumn