Class PdbxContactAuthor

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxContactAuthor
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxContactAuthor
extends DelegatingCategory
Data items in the PDBX_CONTACT_AUTHOR category record details about the name and address of the author to be contacted concerning the contents of this data block. This category atomizes information to a greater degree than the standard AUDIT_CONTACT_AUTHOR category.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getId

      public StrColumn getId()
      A unique integer identifier for this author
      Returns:
      StrColumn
    • getAddress1

      public StrColumn getAddress1()
      The mailing address of the author of the data block to whom correspondence should be addressed, line 1 of 3.
      Returns:
      StrColumn
    • getAddress2

      public StrColumn getAddress2()
      The mailing address of the author of the data block to whom correspondence should be addressed, line 2 of 3.
      Returns:
      StrColumn
    • getAddress3

      public StrColumn getAddress3()
      The mailing address of the author of the data block to whom correspondence should be addressed, line 3 of 3.
      Returns:
      StrColumn
    • getLegacyAddress

      public StrColumn getLegacyAddress()
      The mailing address of the author of the data block to whom correspondence should be addressed transfered from _audit_contact_author.address
      Returns:
      StrColumn
    • getCity

      public StrColumn getCity()
      The mailing address of the author of the data block to whom correspondence should be addressed, city.
      Returns:
      StrColumn
    • getStateProvince

      public StrColumn getStateProvince()
      The mailing address of the author of the data block to whom correspondence should be addressed, state or province.
      Returns:
      StrColumn
    • getPostalCode

      public StrColumn getPostalCode()
      The mailing address of the author of the data block to whom correspondence should be addressed, zip code.
      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 recognisable to international networks.
      Returns:
      StrColumn
    • getFax

      public StrColumn getFax()
      The facsimile telephone number of the author of the data block to whom correspondence should be addressed. The recommended style includes the international dialing prefix, the area code in parentheses, followed by the local number with no spaces.
      Returns:
      StrColumn
    • getNameFirst

      public StrColumn getNameFirst()
      The first name of the author of the data block to whom correspondence should be addressed.
      Returns:
      StrColumn
    • getNameLast

      public StrColumn getNameLast()
      The last name of the author of the data block to whom correspondence should be addressed.
      Returns:
      StrColumn
    • getNameMi

      public StrColumn getNameMi()
      The middle initial(s) of the author of the data block to whom correspondence should be addressed.
      Returns:
      StrColumn
    • getNameSalutation

      public StrColumn getNameSalutation()
      The salutation of the author of the data block to whom correspondence should be addressed.
      Returns:
      StrColumn
    • getCountry

      public StrColumn getCountry()
      The country/region of the author of the data block to whom correspondence should be addressed.
      Returns:
      StrColumn
    • getContinent

      public StrColumn getContinent()
      The continent of the author of the data block to whom correspondence should be addressed.
      Returns:
      StrColumn
    • getPhone

      public StrColumn getPhone()
      The telephone number of the author of the data block to whom correspondence should be addressed. The recommended style includes the international dialing prefix, 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 prefixes in parentheses is no longer recommended.
      Returns:
      StrColumn
    • getRole

      public StrColumn getRole()
      The role of this author in the project depositing this data.
      Returns:
      StrColumn
    • getOrganizationType

      public StrColumn getOrganizationType()
      The organization type to which this author is affiliated.
      Returns:
      StrColumn
    • getIdentifierORCID

      public StrColumn getIdentifierORCID()
      The Open Researcher and Contributor ID (ORCID).
      Returns:
      StrColumn