org.biopax.paxtools.proxy.level2
Class xrefProxy
java.lang.Object
org.biopax.paxtools.proxy.level2.BioPAXElementProxy
org.biopax.paxtools.proxy.level2.utilityClassProxy
org.biopax.paxtools.proxy.level2.externalReferenceUtilityClassProxy
org.biopax.paxtools.proxy.level2.xrefProxy
- All Implemented Interfaces:
- java.io.Serializable, BioPAXElement, externalReferenceUtilityClass, utilityClass, xref
- Direct Known Subclasses:
- publicationXrefProxy, relationshipXrefProxy, unificationXrefProxy
@Indexed(index="paxtools")
public abstract class xrefProxy
- extends externalReferenceUtilityClassProxy
- implements xref, java.io.Serializable
Proxy for xref
- See Also:
- Serialized Form
| Fields inherited from class org.biopax.paxtools.proxy.level2.BioPAXElementProxy |
SEARCH_FIELD_AVAILABILITY, SEARCH_FIELD_COMMENT, SEARCH_FIELD_EC_NUMBER, SEARCH_FIELD_KEYWORD, SEARCH_FIELD_NAME, SEARCH_FIELD_SEQUENCE, SEARCH_FIELD_SYNONYMS, SEARCH_FIELD_TERM, SEARCH_FIELD_XREF_DB, SEARCH_FIELD_XREF_ID, SEARCH_INDEX_NAME |
| Methods inherited from class org.biopax.paxtools.proxy.level2.BioPAXElementProxy |
addCOMMENT, doubleSetToStringSet, doubleToString, equals, equivalenceCode, floatToString, getCOMMENT, getModelInterface, getProxyId, getRDFId, hashCode, isEquivalent, removeCOMMENT, setCOMMENT, setProxyId, setRDFId, stringSetToDoubleSet, stringToDouble, stringToFloat |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
xrefProxy
public xrefProxy()
getDB
@Field(name="xref_db",
index=TOKENIZED)
public java.lang.String getDB()
- Specified by:
getDB in interface xref
getDB_VERSION
@Field(name="keyword",
index=TOKENIZED)
public java.lang.String getDB_VERSION()
- Specified by:
getDB_VERSION in interface xref
getID
@Field(name="xref_id",
index=TOKENIZED)
public java.lang.String getID()
- Specified by:
getID in interface xref
getID_VERSION
@Field(name="keyword",
index=TOKENIZED)
public java.lang.String getID_VERSION()
- Specified by:
getID_VERSION in interface xref
isXREFof
public java.util.Set<XReferrable> isXREFof()
- Specified by:
isXREFof in interface xref
setDB
public void setDB(java.lang.String DB)
- Specified by:
setDB in interface xref
setDB_VERSION
public void setDB_VERSION(java.lang.String DB_VERSION)
- Specified by:
setDB_VERSION in interface xref
setID
public void setID(java.lang.String ID)
- Specified by:
setID in interface xref
setID_VERSION
public void setID_VERSION(java.lang.String ID_VERSION)
- Specified by:
setID_VERSION in interface xref