Package org.biojava.bio.seq.io.agave
Class AGAVEXref
- java.lang.Object
-
- org.biojava.bio.seq.io.agave.AGAVEXref
-
-
Constructor Summary
Constructors Constructor Description AGAVEXref()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProp(AGAVEProperty prop)
AGAVEDbId
getDbId()
String
getRel()
Iterator
getXrefProps()
void
setDbId(AGAVEDbId id)
void
setRel(String rel)
String
toString()
return the agave xml representation of this instanceString
toString(String indent, String indent_unit)
return the agave xml representation of this instance
-
-
-
Constructor Detail
-
AGAVEXref
public AGAVEXref()
-
-
Method Detail
-
addProp
public void addProp(AGAVEProperty prop)
-
getXrefProps
public Iterator getXrefProps()
-
toString
public String toString(String indent, String indent_unit)
return the agave xml representation of this instance
-
-