Package org.rcsb.cif.schema.mm
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxContactAuthor(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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/region 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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique integer identifier for this author- Returns:
- 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
The mailing address of the author of the data block to whom correspondence should be addressed, line 2 of 3.- Returns:
- 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
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
The mailing address of the author of the data block to whom correspondence should be addressed, city.- Returns:
- StrColumn
-
getStateProvince
The mailing address of the author of the data block to whom correspondence should be addressed, state or province.- Returns:
- StrColumn
-
getPostalCode
The mailing address of the author of the data block to whom correspondence should be addressed, zip code.- Returns:
- 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
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
The first name of the author of the data block to whom correspondence should be addressed.- Returns:
- StrColumn
-
getNameLast
The last name of the author of the data block to whom correspondence should be addressed.- Returns:
- StrColumn
-
getNameMi
The middle initial(s) of the author of the data block to whom correspondence should be addressed.- Returns:
- StrColumn
-
getNameSalutation
The salutation of the author of the data block to whom correspondence should be addressed.- Returns:
- StrColumn
-
getCountry
The country/region of the author of the data block to whom correspondence should be addressed.- Returns:
- StrColumn
-
getContinent
The continent of the author of the data block to whom correspondence should be addressed.- Returns:
- 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
The role of this author in the project depositing this data.- Returns:
- StrColumn
-
getOrganizationType
The organization type to which this author is affiliated.- Returns:
- StrColumn
-
getIdentifierORCID
The Open Researcher and Contributor ID (ORCID).- Returns:
- StrColumn
-