Package org.rcsb.cif.model.generated
Class PublAuthor
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PublAuthor
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PublAuthor extends BaseCategory
Data items in the PUBL_AUTHOR category record details of the authors of a manuscript submitted for publication.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PublAuthor(String name)PublAuthor(String name, int rowCount, Object[] encodedColumns)PublAuthor(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAddress()The address of a publication author.StrColumngetEmail()The e-mail address of a publication author.StrColumngetFootnote()A footnote accompanying an author's name in the list of authors of a paper.StrColumngetIdIucr()Identifier in the IUCr contact database of a publication author.StrColumngetName()The name of a publication 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 a publication author. If there is more than one author this is looped with _publ_author.name.- Returns:
- StrColumn
-
getEmail
public StrColumn getEmail()
The e-mail address of a publication author. If there is more than one author, this will be looped with _publ_author.name. The format of e-mail addresses is given in Section 3.4, Address Specification, of Internet Message Format, RFC 2822, P. Resnick (Editor), Network Standards Group, April 2001.- Returns:
- StrColumn
-
getFootnote
public StrColumn getFootnote()
A footnote accompanying an author's name in the list of authors of a paper. Typically indicates sabbatical address, additional affiliations or date of decease.- Returns:
- StrColumn
-
getName
public StrColumn getName()
The name of a publication author. If there are multiple authors this will be looped with _publ_author.address. The family name(s), followed by a comma and including any dynastic components, precedes the first names or initials.- Returns:
- StrColumn
-
getIdIucr
public StrColumn getIdIucr()
Identifier in the IUCr contact database of a publication author. This identifier may be available from the World Directory of Crystallographers (http://wdc.iucr.org).- Returns:
- StrColumn
-
-