Package org.rcsb.cif.model.generated
Class AuditContactAuthor
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.AuditContactAuthor
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class AuditContactAuthor extends BaseCategory
Data items in the AUDIT_CONTACT_AUTHOR category record details about the name and address of the author to be contacted concerning the content of this data block.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description AuditContactAuthor(String name)AuditContactAuthor(String name, int rowCount, Object[] encodedColumns)AuditContactAuthor(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAddress()The mailing address 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 recognizable to international networks.StrColumngetFax()The facsimile telephone number of the author of the data block to whom correspondence should be addressed.StrColumngetName()The name of the author of the data block to whom correspondence should be addressed.StrColumngetPhone()The telephone number of the author of the data block to whom correspondence should be addressed.-
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
-
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()
The facsimile telephone number of the author of the data block to whom correspondence should be addressed. The recommended style starts with the international dialing prefix, followed by the area code in parentheses, followed by the local number with no spaces.- 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()
The telephone number of the author of the data block to whom correspondence should be addressed. The recommended style starts with 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.- Returns:
- StrColumn
-
-