Class PdbxUnpair

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxUnpair
    extends BaseCategory
    These records give information about residues which do not pair (h-bond) in the asymmetric unit. The records about Watson-Crick base pairing depend on these records.
    • Constructor Detail

      • PdbxUnpair

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

        public PdbxUnpair​(String name)
    • Method Detail

      • getChainId

        public StrColumn getChainId()
        Strand id.
        Returns:
        StrColumn
      • getResidueName

        public StrColumn getResidueName()
        Name of residue which does not pair.
        Returns:
        StrColumn
      • getResidueNumber

        public StrColumn getResidueNumber()
        Number of residue which does not pair.
        Returns:
        StrColumn