Package org.rcsb.cif.model.generated
Class PdbxStructBiolFunc
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxStructBiolFunc
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxStructBiolFunc extends BaseCategory
Data items in the PDBX_STRUCT_BIOL_FUNC category record details about the function of a particular biological assembly.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxStructBiolFunc(String name)PdbxStructBiolFunc(String name, int rowCount, Object[] encodedColumns)PdbxStructBiolFunc(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetBiolId()This data item is a pointer to _struct_biol.id in the STRUCT_BIOL category.StrColumngetFunction()The function assigned to the biological assembly.StrColumngetId()A code which must uniquely identify each function assigned to a biological assembly.-
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 code which must uniquely identify each function assigned to a biological assembly.- Returns:
- StrColumn
-
getBiolId
public StrColumn getBiolId()
This data item is a pointer to _struct_biol.id in the STRUCT_BIOL category.- Returns:
- StrColumn
-
getFunction
public StrColumn getFunction()
The function assigned to the biological assembly.- Returns:
- StrColumn
-
-