Package org.rcsb.cif.model.generated
Class PdbxSGProject
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxSGProject
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxSGProject extends BaseCategory
Data items in the PDBX_CONTACT_AUTHOR category record details about the Structural Genomics Project and name and initials for each Center.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxSGProject(String name)PdbxSGProject(String name, int rowCount, Object[] encodedColumns)PdbxSGProject(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getId
public StrColumn getId()
A unique integer identifier for this center- Returns:
- StrColumn
-
getProjectName
public StrColumn getProjectName()
The value identifies the Structural Genomics project.- Returns:
- StrColumn
-
getFullNameOfCenter
public StrColumn getFullNameOfCenter()
The value identifies the full name of center.- Returns:
- StrColumn
-
getInitialOfCenter
public StrColumn getInitialOfCenter()
The value identifies the full name of center.- Returns:
- StrColumn
-
-