Package org.rcsb.cif.schema.mm
Class PdbxSGProject
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxSGProject
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxSGProject
extends DelegatingCategory
Data items in the PDBX_CONTACT_AUTHOR category record details
about the Structural Genomics Project and name and initials
for each Center.
-
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 PdbxSGProject(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetFullNameOfCenter()The value identifies the full name of center.StrColumngetId()A unique integer identifier for this centerStrColumngetInitialOfCenter()The value identifies the full name of center.StrColumngetProjectName()The value identifies the Structural Genomics project.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 center- Returns:
- StrColumn
-
getProjectName
The value identifies the Structural Genomics project.- Returns:
- StrColumn
-
getFullNameOfCenter
The value identifies the full name of center.- Returns:
- StrColumn
-
getInitialOfCenter
The value identifies the full name of center.- Returns:
- StrColumn
-