Package org.rcsb.cif.model.generated
Class PdbxLinkedEntity
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxLinkedEntity
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxLinkedEntity extends BaseCategory
Data items in the PDBX_LINKED_ENTITY category record information about molecules composed of linked entities.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxLinkedEntity(String name)PdbxLinkedEntity(String name, int rowCount, Object[] encodedColumns)PdbxLinkedEntity(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetClazz()Broadly defines the function of this molecule.StrColumngetDescription()Description of this molecule.StrColumngetLinkedEntityId()The value of _pdbx_linked_entity.linked_entity_id is the unique identifier for the molecule represented as a collection of linked entities.StrColumngetName()A name of the molecule.StrColumngetPrdId()The identifier used by the PDB corresponding to the chemical definition for the molecule.StrColumngetType()Defines the structural classification of this molecule.-
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
-
getLinkedEntityId
public StrColumn getLinkedEntityId()
The value of _pdbx_linked_entity.linked_entity_id is the unique identifier for the molecule represented as a collection of linked entities.- Returns:
- StrColumn
-
getType
public StrColumn getType()
Defines the structural classification of this molecule.- Returns:
- StrColumn
-
getClazz
public StrColumn getClazz()
Broadly defines the function of this molecule.- Returns:
- StrColumn
-
getName
public StrColumn getName()
A name of the molecule.- Returns:
- StrColumn
-
getDescription
public StrColumn getDescription()
Description of this molecule.- Returns:
- StrColumn
-
getPrdId
public StrColumn getPrdId()
The identifier used by the PDB corresponding to the chemical definition for the molecule.- Returns:
- StrColumn
-
-