Class Xref


  • public class Xref
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Xref()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<Xref> fromJson​(org.json.simple.JSONArray xrefData)  
      java.lang.Integer getIndex()  
      java.lang.String getName()  
      void setIndex​(java.lang.Integer index)  
      void setName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • Xref

        public Xref()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getIndex

        public java.lang.Integer getIndex()
      • setIndex

        public void setIndex​(java.lang.Integer index)
      • fromJson

        public static java.util.List<Xref> fromJson​(org.json.simple.JSONArray xrefData)