Class EntrezgeneProt


  • public class EntrezgeneProt
    extends java.lang.Object
    Represents the Entrezgene_prot element of the gene XML format.
    Author:
    faessler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String protrefDesc  
      java.util.List<java.lang.String> protrefName  
    • Constructor Summary

      Constructors 
      Constructor Description
      EntrezgeneProt()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addProtrefName​(java.lang.String name)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • protrefName

        public java.util.List<java.lang.String> protrefName
      • protrefDesc

        public java.lang.String protrefDesc
    • Constructor Detail

      • EntrezgeneProt

        public EntrezgeneProt()
    • Method Detail

      • addProtrefName

        public void addProtrefName​(java.lang.String name)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object