Class PdbxCoord

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxCoord
    extends BaseCategory
    Gives information about what kind of coordinates are available.
    • Constructor Detail

      • PdbxCoord

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

        public PdbxCoord​(String name)
    • Method Detail

      • getEntryId

        public StrColumn getEntryId()
        The entry identifier.
        Returns:
        StrColumn
      • getChainAtomsYP

        public StrColumn getChainAtomsYP()
        Gives information if the coordinates for the main chain atoms are available.
        Returns:
        StrColumn
      • getHydrogenAtomsYN

        public StrColumn getHydrogenAtomsYN()
        Gives information if the coordinates for hydrogen atoms are available.
        Returns:
        StrColumn
      • getSolventAtomsYN

        public StrColumn getSolventAtomsYN()
        Gives information if the coordinates for solvent atoms are available.
        Returns:
        StrColumn
      • getStructureFactorsYN

        public StrColumn getStructureFactorsYN()
        Gives information if the structure factors for this entry are available.
        Returns:
        StrColumn