Package org.rcsb.cif.schema.core
Class JournalCoeditor
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.JournalCoeditor
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class JournalCoeditor
extends DelegatingCategory.DelegatingCifCoreCategory
Category of items recording co-editor details.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description JournalCoeditor(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetAddress()The postal address of the coeditor.StrColumngetCode()The coeditor identifier.StrColumngetEmail()The email address of the coeditor.StrColumngetFax()The fax number of the coeditor.StrColumngetName()The name of the coeditor.StrColumngetNotes()Notes on coeditor interaction wrt this publication.StrColumngetPhone()The phone number of the coeditor.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getAddress
The postal address of the coeditor.- Returns:
- StrColumn
-
getCode
The coeditor identifier.- Returns:
- StrColumn
-
getEmail
The email address of the coeditor.- Returns:
- StrColumn
-
getFax
The fax number of the coeditor.- Returns:
- StrColumn
-
getName
The name of the coeditor.- Returns:
- StrColumn
-
getNotes
Notes on coeditor interaction wrt this publication.- Returns:
- StrColumn
-
getPhone
The phone number of the coeditor.- Returns:
- StrColumn
-