Package org.rcsb.cif.model.generated
Class PdbxLinkedEntityList
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxLinkedEntityList
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxLinkedEntityList extends BaseCategory
Data items in the PDBX_LINKED_ENTITY_LIST category record the list of entity constituents for this molecule.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxLinkedEntityList(String name)PdbxLinkedEntityList(String name, int rowCount, Object[] encodedColumns)PdbxLinkedEntityList(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntColumngetComponentId()The component number of this entity within the molecule.StrColumngetDetails()Additional details about this entity within this molecule.StrColumngetEntityId()The value of _pdbx_linked_entity_list.ref_entity_id is a unique identifier the a constituent entity within this reference molecule.StrColumngetLinkedEntityId()The value of _pdbx_linked_entity_list.linked_entity_id is a reference _pdbx_linked_entity.linked_entity_id in the PDBX_LINKED_ENTITY category.-
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_list.linked_entity_id is a reference _pdbx_linked_entity.linked_entity_id in the PDBX_LINKED_ENTITY category.- Returns:
- StrColumn
-
getEntityId
public StrColumn getEntityId()
The value of _pdbx_linked_entity_list.ref_entity_id is a unique identifier the a constituent entity within this reference molecule.- Returns:
- StrColumn
-
getComponentId
public IntColumn getComponentId()
The component number of this entity within the molecule.- Returns:
- IntColumn
-
getDetails
public StrColumn getDetails()
Additional details about this entity within this molecule.- Returns:
- StrColumn
-
-