org.biojava.bio.seq.io.agave
Class AGAVEXref

java.lang.Object
  extended byorg.biojava.bio.seq.io.agave.AGAVEXref

public class AGAVEXref
extends java.lang.Object

xref

Author:
Hanning Ni Doubletwist Inc, Greg Cox

Constructor Summary
AGAVEXref()
           
 
Method Summary
 void addProp(AGAVEProperty prop)
           
 AGAVEDbId getDbId()
           
 java.lang.String getRel()
           
 java.util.Iterator getXrefProps()
           
 void setDbId(AGAVEDbId id)
           
 void setRel(java.lang.String rel)
           
 java.lang.String toString()
          return the agave xml representation of this instance
 java.lang.String toString(java.lang.String indent, java.lang.String indent_unit)
          return the agave xml representation of this instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AGAVEXref

public AGAVEXref()
Method Detail

setDbId

public void setDbId(AGAVEDbId id)

addProp

public void addProp(AGAVEProperty prop)

setRel

public void setRel(java.lang.String rel)

getRel

public java.lang.String getRel()

getDbId

public AGAVEDbId getDbId()

getXrefProps

public java.util.Iterator getXrefProps()

toString

public java.lang.String toString(java.lang.String indent,
                                 java.lang.String indent_unit)
return the agave xml representation of this instance


toString

public java.lang.String toString()
return the agave xml representation of this instance