Class PdbxPolySeqScheme

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxPolySeqScheme
    extends BaseCategory
    The PDBX_POLY_SEQ_SCHEME category provides residue level nomenclature mapping for polymer entities.
    • Constructor Detail

      • PdbxPolySeqScheme

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

        public PdbxPolySeqScheme​(String name)
    • Method Detail

      • getAsymId

        public StrColumn getAsymId()
        Pointer to _atom_site.label_asym_id.
        Returns:
        StrColumn
      • getEntityId

        public StrColumn getEntityId()
        Pointer to _entity.id.
        Returns:
        StrColumn
      • getSeqId

        public IntColumn getSeqId()
        Pointer to _entity_poly_seq.num
        Returns:
        IntColumn
      • getHetero

        public StrColumn getHetero()
        Pointer to _entity_poly_seq.hetero
        Returns:
        StrColumn
      • getMonId

        public StrColumn getMonId()
        Pointer to _entity_poly_seq.mon_id.
        Returns:
        StrColumn
      • getPdbStrandId

        public StrColumn getPdbStrandId()
        PDB strand/chain id.
        Returns:
        StrColumn
      • getNdbSeqNum

        public IntColumn getNdbSeqNum()
        NDB residue number.
        Returns:
        IntColumn
      • getPdbSeqNum

        public StrColumn getPdbSeqNum()
        PDB residue number.
        Returns:
        StrColumn
      • getAuthSeqNum

        public StrColumn getAuthSeqNum()
        Author provided residue number. This value may differ from the PDB residue number and may not correspond to residue numbering within the coordinate records.
        Returns:
        StrColumn
      • getPdbMonId

        public StrColumn getPdbMonId()
        PDB residue identifier.
        Returns:
        StrColumn
      • getAuthMonId

        public StrColumn getAuthMonId()
        Author provided residue identifier. This value may differ from the PDB residue identifier and may not correspond to residue identifier within the coordinate records.
        Returns:
        StrColumn
      • getPdbInsCode

        public StrColumn getPdbInsCode()
        PDB insertion code.
        Returns:
        StrColumn