Class Pdb


  • public class Pdb
    extends Object
    • Constructor Detail

      • Pdb

        public Pdb​(String structureId)
    • Method Detail

      • load

        public void load()
                  throws IOException
        Access the RCSB REST API to load this entry's title. For example, the title for the entry with structureId "1B9G" is "INSULIN-LIKE-GROWTH-FACTOR-1".
        Throws:
        IOException
      • getStructureId

        public String getStructureId()
      • getTitle

        public String getTitle()
        Get the descriptor title for this entry. Make sure to call load first, or this will return null.