Package org.rcsb.cif.schema.core
Class PublContactAuthor
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.PublContactAuthor
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PublContactAuthor
extends DelegatingCategory.DelegatingCifCoreCategory
Category of items describing contact author(s) details.
-
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 PublContactAuthor(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetAddress()The address of the author submitting the manuscript and data block.StrColumngetEmail()E-mail address in a form recognizable to international networks.StrColumngetFax()Facsimile telephone number of the author submitting the manuscript and data block.StrColumngetIdIucr()Identifier in the IUCr contact database of the author submitting the manuscript and datablock.StrColumngetIdOrcid()Identifier in the ORCID Registry of the author submitting the manuscript and data block.StrColumngetName()The name of the author(s) submitting the manuscript and data block.StrColumngetPhone()Telephone number of 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
-
getIdIucr
Identifier in the IUCr contact database of the author submitting the manuscript and datablock. This identifier may be available from the World Directory of Crystallographers (http://wdc.iucr.org).- Returns:
- StrColumn
-
getIdOrcid
Identifier in the ORCID Registry of the author submitting the manuscript and data block. ORCID is an open, non-profit, community-driven service to provide a registry of unique researcher identifiers (http://orcid.org).- Returns:
- StrColumn
-
getAddress
The address of the author submitting the manuscript and data block. This is the person contacted by the journal editorial staff.- Returns:
- StrColumn
-
getEmail
E-mail address in a form recognizable to international networks. 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
-
getFax
Facsimile telephone number of the author submitting the manuscript and data block. The recommended style is the international dialing prefix, followed by the area code in parentheses, followed by the local number with no spaces. The earlier convention of including the international dialing prefix in parentheses is no longer recommended.- Returns:
- StrColumn
-
getName
The name of the author(s) submitting the manuscript and data block. This is the person contacted by the journal editorial staff.- Returns:
- StrColumn
-
getPhone
Telephone number of author submitting the manuscript and data block. The recommended style is 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
-