Package org.rcsb.cif.model.generated
Class PdbxContactAuthor
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxContactAuthor
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxContactAuthor extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxContactAuthor(String name)PdbxContactAuthor(String name, int rowCount, Object[] encodedColumns)PdbxContactAuthor(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAddress1()The mailing address of the author of the data block to whom correspondence should be addressed, line 1 of 3.StrColumngetAddress2()The mailing address of the author of the data block to whom correspondence should be addressed, line 2 of 3.StrColumngetAddress3()The mailing address of the author of the data block to whom correspondence should be addressed, line 3 of 3.StrColumngetCity()The mailing address of the author of the data block to whom correspondence should be addressed, city.StrColumngetContinent()The continent of the author of the data block to whom correspondence should be addressed.StrColumngetCountry()The country of the author of the data block to whom correspondence should be addressed.StrColumngetEmail()The electronic mail address of the author of the data block to whom correspondence should be addressed, in a form recognisable to international networks.StrColumngetFax()The facsimile telephone number of the author of the data block to whom correspondence should be addressed.StrColumngetId()A unique integer identifier for this authorStrColumngetIdentifierORCID()The Open Researcher and Contributor ID (ORCID).StrColumngetLegacyAddress()The mailing address of the author of the data block to whom correspondence should be addressed transfered from _audit_contact_author.addressStrColumngetNameFirst()The first name of the author of the data block to whom correspondence should be addressed.StrColumngetNameLast()The last name of the author of the data block to whom correspondence should be addressed.StrColumngetNameMi()The middle initial(s) of the author of the data block to whom correspondence should be addressed.StrColumngetNameSalutation()The salutation of the author of the data block to whom correspondence should be addressed.StrColumngetOrganizationType()The organization type to which this author is affiliated.StrColumngetPhone()The telephone number of the author of the data block to whom correspondence should be addressed.StrColumngetPostalCode()The mailing address of the author of the data block to whom correspondence should be addressed, zip code.StrColumngetRole()The role of this author in the project depositing this data.StrColumngetStateProvince()The mailing address of the author of the data block to whom correspondence should be addressed, state or province.-
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
-
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 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
-
-