Package org.rcsb.cif.model.generated
Class PdbxAuditSupport
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxAuditSupport(String name)PdbxAuditSupport(String name, int rowCount, Object[] encodedColumns)PdbxAuditSupport(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCountry()The country providing the funding support for the entry.StrColumngetDetails()Additional details regarding the funding of this entryStrColumngetFundingOrganization()The name of the organization providing funding support for the entry.StrColumngetGrantNumber()The grant number associated with this source of support.IntColumngetOrdinal()A unique sequential integer identifier for each source of support for this entry.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
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
-
-