Package org.rcsb.cif.model.generated
Class PdbxAuditAuthor
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxAuditAuthor
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxAuditAuthor extends BaseCategory
Data items in the PDBX_AUDIT_AUTHOR category record details about the author(s) of the data block.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxAuditAuthor(String name)PdbxAuditAuthor(String name, int rowCount, Object[] encodedColumns)PdbxAuditAuthor(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAddress()The address of an author of this data block.StrColumngetName()The name of an author of this data block.IntColumngetOrdinal()A unique sequential integer identifier for each author.-
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
-
getAddress
public StrColumn getAddress()
The address of an author of this data block. If there are multiple authors, _pdbx_audit_author.address is looped with _pdbx_audit_author.name.- Returns:
- StrColumn
-
getName
public StrColumn getName()
The name of an author of this data block. If there are multiple authors, _pdbx_audit_author.name is looped with _pdbx_audit_author.address. The family name(s), followed by a comma and including any dynastic compoents, precedes the first name(s) or initial(s).- Returns:
- StrColumn
-
getOrdinal
public IntColumn getOrdinal()
A unique sequential integer identifier for each author.- Returns:
- IntColumn
-
-