Package org.rcsb.cif.model.generated
Class PdbxReferenceEntityList
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxReferenceEntityList
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxReferenceEntityList extends BaseCategory
Data items in the PDBX_REFERENCE_ENTITY_LIST category record the list of entities within each reference molecule.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxReferenceEntityList(String name)PdbxReferenceEntityList(String name, int rowCount, Object[] encodedColumns)PdbxReferenceEntityList(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.StrColumngetPrdId()The value of _pdbx_reference_entity_list.prd_id is a reference _pdbx_reference_molecule.prd_id in the PDBX_REFERENCE_MOLECULE category.StrColumngetRefEntityId()The value of _pdbx_reference_entity_list.ref_entity_id is a unique identifier the a constituent entity within this reference molecule.StrColumngetType()Defines the polymer characteristic of the entity.-
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
-
getPrdId
public StrColumn getPrdId()
The value of _pdbx_reference_entity_list.prd_id is a reference _pdbx_reference_molecule.prd_id in the PDBX_REFERENCE_MOLECULE category.- Returns:
- StrColumn
-
getRefEntityId
public StrColumn getRefEntityId()
The value of _pdbx_reference_entity_list.ref_entity_id is a unique identifier the a constituent entity within this reference molecule.- Returns:
- StrColumn
-
getType
public StrColumn getType()
Defines the polymer characteristic of the entity.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Additional details about this entity.- Returns:
- StrColumn
-
getComponentId
public IntColumn getComponentId()
The component number of this entity within the molecule.- Returns:
- IntColumn
-
-