Class 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.
    • Constructor Detail

      • PdbxReferenceEntityList

        public PdbxReferenceEntityList​(String name,
                                       Map<String,​Column> columns)
      • PdbxReferenceEntityList

        public PdbxReferenceEntityList​(String name,
                                       int rowCount,
                                       Object[] encodedColumns)
      • PdbxReferenceEntityList

        public PdbxReferenceEntityList​(String name)
    • 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