Package org.rcsb.cif.model.generated
Class PdbxDepositGroup
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDepositGroup
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDepositGroup extends BaseCategory
Data items in the pdbx_deposit_group category provide identifiers and related information for groups of entries deposited in a collection.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDepositGroup(String name)PdbxDepositGroup(String name, int rowCount, Object[] encodedColumns)PdbxDepositGroup(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetGroupDescription()A description of the contents of entries in the collection.StrColumngetGroupId()A unique identifier for a group of entries deposited as a collection.StrColumngetGroupTitle()A title to describe the group of entries deposited in the collection.StrColumngetGroupType()Text to describe a grouping of entries in multiple collections-
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
-
getGroupId
public StrColumn getGroupId()
A unique identifier for a group of entries deposited as a collection.- Returns:
- StrColumn
-
getGroupTitle
public StrColumn getGroupTitle()
A title to describe the group of entries deposited in the collection.- Returns:
- StrColumn
-
getGroupDescription
public StrColumn getGroupDescription()
A description of the contents of entries in the collection.- Returns:
- StrColumn
-
getGroupType
public StrColumn getGroupType()
Text to describe a grouping of entries in multiple collections- Returns:
- StrColumn
-
-