Class PdbxAuditSupport

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxAuditSupport
    extends BaseCategory
    Data items in the PDBX_AUDIT_SUPPORT category record details about funding support for the entry.
    • Constructor Detail

      • PdbxAuditSupport

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

        public PdbxAuditSupport​(String name)
    • Method Detail

      • getFundingOrganization

        public StrColumn getFundingOrganization()
        The name of the organization providing funding support for the entry.
        Returns:
        StrColumn
      • getCountry

        public StrColumn getCountry()
        The country providing the funding support for the entry.
        Returns:
        StrColumn
      • getGrantNumber

        public StrColumn getGrantNumber()
        The grant number associated with this source of support.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        Additional details regarding the funding of this entry
        Returns:
        StrColumn
      • getOrdinal

        public IntColumn getOrdinal()
        A unique sequential integer identifier for each source of support for this entry.
        Returns:
        IntColumn