Package org.rcsb.cif.schema.core
Class PublAuthor
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.PublAuthor
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PublAuthor
extends DelegatingCategory.DelegatingCifCoreCategory
Category of data items recording the author information.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description PublAuthor(CifCoreBlock parentBlock) -
Method Summary
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.StrColumngetIdOrcid()Identifier in the ORCID Registry of a publication author.StrColumngetName()The name of a publication author.StrColumngetPhone()Telephone number of the author submitting the manuscript and data block.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getAddress
The address of a publication author. If there is more than one author, this will be looped with _publ_author.name.- Returns:
- 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
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
-
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
-
getIdOrcid
Identifier in the ORCID Registry of a publication author. ORCID is an open, non-profit, community-driven service to provide a registry of unique researcher identifiers (http://orcid.org).- Returns:
- 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
-
getPhone
Telephone number of the author submitting the manuscript and data block. The recommended style starts with the international dialing prefix, followed by the area code in parentheses, followed by the local number and any extension number prefixed by 'x', with no spaces. The earlier convention of including the international dialing prefix in parentheses is no longer recommended.- Returns:
- StrColumn
-