public class AGAVEXrefs
extends java.lang.Object
Constructor and Description |
---|
AGAVEXrefs() |
Modifier and Type | Method and Description |
---|---|
void |
addDbId(AGAVEDbId id)
add @param id
|
void |
addXref(AGAVEXref xref)
add @param xref
|
java.util.Iterator |
getDbIds()
return a set of DbId
|
java.util.Iterator |
getXrefs()
return a set of AGAVEXref
|
java.lang.String |
toString()
the agave xml representation of xrefs
|
java.lang.String |
toString(java.lang.String indent,
java.lang.String indent_unit) |
public void addDbId(AGAVEDbId id)
public void addXref(AGAVEXref xref)
public java.util.Iterator getDbIds()
public java.util.Iterator getXrefs()
public java.lang.String toString(java.lang.String indent, java.lang.String indent_unit)
indent
- the leading spaceindent_unit
- the unit of indenting for xml formatpublic java.lang.String toString()
toString
in class java.lang.Object