Package org.rcsb.cif.schema.core
Class JournalTecheditor
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.JournalTecheditor
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class JournalTecheditor
extends DelegatingCategory.DelegatingCifCoreCategory
Category of items recording details of the technical editor
processing this publication.
-
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 JournalTecheditor(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetAddress()Postal address of the technical editor for this publication.StrColumngetCode()Code of the technical editor for this publication.StrColumngetEmail()Email address of the technical editor for this publication.StrColumngetFax()Fax number of the technical editor for this publication.StrColumngetName()Name of the technical editor for this publication.StrColumngetNotes()Notes of the technical editor for this publication.StrColumngetPhone()Phone number of the technical editor for this publication.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getAddress
Postal address of the technical editor for this publication.- Returns:
- StrColumn
-
getCode
Code of the technical editor for this publication.- Returns:
- StrColumn
-
getEmail
Email address of the technical editor for this publication.- Returns:
- StrColumn
-
getFax
Fax number of the technical editor for this publication.- Returns:
- StrColumn
-
getName
Name of the technical editor for this publication.- Returns:
- StrColumn
-
getNotes
Notes of the technical editor for this publication.- Returns:
- StrColumn
-
getPhone
Phone number of the technical editor for this publication.- Returns:
- StrColumn
-