Package org.rcsb.cif.model.generated
Class PdbxEntityFuncBindMode
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntityFuncBindMode
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntityFuncBindMode extends BaseCategory
Data items in the PDBX_ENTITY_FUNC_BIND_MODE category describe characteristics of protein oligonucleotide binding.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntityFuncBindMode(String name)PdbxEntityFuncBindMode(String name, int rowCount, Object[] encodedColumns)PdbxEntityFuncBindMode(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDomainId()This data item is a pointer to _pdbx_entity_poly_domain.id in the PDBX_ENTITY_POLY_DOMAIN category.StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.StrColumngetId()The value of _pdbx_entity_func_bind_mode.id is a unique identifier for a binding mode within a domain within an entity.StrColumngetProteinBindsTo()This data item identifies the type of oligonucleotide to which the protein binds.StrColumngetType()This data item describes the functional type of the protein oligonucleotide binding interaction.-
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()
The value of _pdbx_entity_func_bind_mode.id is a unique identifier for a binding mode within a domain within an entity. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getDomainId
public StrColumn getDomainId()
This data item is a pointer to _pdbx_entity_poly_domain.id in the PDBX_ENTITY_POLY_DOMAIN category.- Returns:
- StrColumn
-
getEntityId
public StrColumn getEntityId()
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getProteinBindsTo
public StrColumn getProteinBindsTo()
This data item identifies the type of oligonucleotide to which the protein binds.- Returns:
- StrColumn
-
getType
public StrColumn getType()
This data item describes the functional type of the protein oligonucleotide binding interaction.- Returns:
- StrColumn
-
-