Class PdbxEntityNameInstance

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxEntityNameInstance
    extends BaseCategory
    Data items in the PDBX_ENTITY_NAME_INSTANCE category list names used to define entities with their associated database, entity, chain, and molecule identifiers.
    • Constructor Detail

      • PdbxEntityNameInstance

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

        public PdbxEntityNameInstance​(String name)
    • Method Detail

      • getName

        public StrColumn getName()
        This data item holds an entity name.
        Returns:
        StrColumn
      • getPdbId

        public StrColumn getPdbId()
        This data item holds a PDB ID code
        Returns:
        StrColumn
      • getRcsbId

        public StrColumn getRcsbId()
        This data item holds a RCSB ID code.
        Returns:
        StrColumn
      • getEntityId

        public StrColumn getEntityId()
        This data item holds the entity_id of this entity within the entry.
        Returns:
        StrColumn
      • getPdbChainId

        public StrColumn getPdbChainId()
        This data item holds the PDB chain id of this entity within the entry.
        Returns:
        StrColumn
      • getPdbMolId

        public StrColumn getPdbMolId()
        This data item holds the PDB molecule id of this entity within the entry.
        Returns:
        StrColumn