Class AuditContactAuthor

All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class AuditContactAuthor
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items used for contact author(s) details.
  • Constructor Details

  • Method Details

    • getAddress

      public StrColumn getAddress()
      The mailing address of the author of the data block to whom correspondence should be addressed.
      Returns:
      StrColumn
    • getEmail

      public StrColumn getEmail()
      The electronic mail address of the author of the data block to whom correspondence should be addressed, 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

      public 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

      public StrColumn getName()
      The name of the author of the data block to whom correspondence should be addressed. The family name(s), followed by a comma and including any dynastic components, precedes the first name(s) or initial(s).
      Returns:
      StrColumn
    • getPhone

      public 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