Class RCSBTaxonomy


  • public class RCSBTaxonomy
    extends java.lang.Object
    Corresponds to a taxonomy in a describeMol XML file.
    Since:
    3.0.6
    Author:
    dmyerstu
    See Also:
    RCSB RESTful
    • Constructor Summary

      Constructors 
      Constructor Description
      RCSBTaxonomy​(java.lang.String name, int id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RCSBTaxonomy

        public RCSBTaxonomy​(java.lang.String name,
                            int id)
    • Method Detail

      • getId

        public int getId()
      • getName

        public java.lang.String getName()