Package org.biojava.bio.seq.io.agave
Class AGAVEXref
- java.lang.Object
-
- org.biojava.bio.seq.io.agave.AGAVEXref
-
public class AGAVEXref extends java.lang.Objectxref- Author:
- Hanning Ni Doubletwist Inc, Greg Cox
-
-
Constructor Summary
Constructors Constructor Description AGAVEXref()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProp(AGAVEProperty prop)AGAVEDbIdgetDbId()java.lang.StringgetRel()java.util.IteratorgetXrefProps()voidsetDbId(AGAVEDbId id)voidsetRel(java.lang.String rel)java.lang.StringtoString()return the agave xml representation of this instancejava.lang.StringtoString(java.lang.String indent, java.lang.String indent_unit)return the agave xml representation of this instance
-
-
-
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- Overrides:
toStringin classjava.lang.Object
-
-