org.biojava.bio.seq.io.agave
public class AGAVEXref extends Object
Constructor and Description |
---|
AGAVEXref() |
Modifier and Type | Method and 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 instance
|
String |
toString(String indent,
String indent_unit)
return the agave xml representation of this instance
|
public void setDbId(AGAVEDbId id)
public void addProp(AGAVEProperty prop)
public void setRel(String rel)
public String getRel()
public AGAVEDbId getDbId()
public Iterator getXrefProps()
public String toString(String indent, String indent_unit)