public class AGAVEXref
extends java.lang.Object
Constructor and Description |
---|
AGAVEXref() |
Modifier and Type | Method and Description |
---|---|
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
|
public void setDbId(AGAVEDbId id)
public void addProp(AGAVEProperty prop)
public void setRel(java.lang.String rel)
public java.lang.String getRel()
public AGAVEDbId getDbId()
public java.util.Iterator getXrefProps()
public java.lang.String toString(java.lang.String indent, java.lang.String indent_unit)
public java.lang.String toString()
toString
in class java.lang.Object