Class PdbxReferenceEntityList

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferenceEntityList
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferenceEntityList
extends DelegatingCategory
Data items in the PDBX_REFERENCE_ENTITY_LIST category record the list of entities within each reference molecule.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • 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