org.biopax.paxtools.impl.level2
Class xrefImpl

java.lang.Object
  extended by org.biopax.paxtools.impl.level2.bioPAXElementImpl
      extended by org.biopax.paxtools.impl.level2.xrefImpl
All Implemented Interfaces:
BioPAXElement, externalReferenceUtilityClass, utilityClass, xref
Direct Known Subclasses:
publicationXrefImpl, relationshipXrefImpl, unificationXrefImpl

public abstract class xrefImpl
extends bioPAXElementImpl
implements xref


Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Constructor Summary
xrefImpl()
           
 
Method Summary
 int equivalenceCode()
           
 java.lang.String getDB_VERSION()
           
 java.lang.String getDB()
           
 java.lang.String getID_VERSION()
           
 java.lang.String getID()
           
 boolean isEquivalent(BioPAXElement other)
           
 java.util.Set<XReferrable> isXREFof()
           
 void setDB_VERSION(java.lang.String DB_VERSION)
           
 void setDB(java.lang.String DB)
           
 void setID_VERSION(java.lang.String ID_VERSION)
           
 void setID(java.lang.String ID)
           
 
Methods inherited from class org.biopax.paxtools.impl.level2.bioPAXElementImpl
addCOMMENT, equals, getCOMMENT, getRDFId, hashCode, removeCOMMENT, setCOMMENT, setRDFId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, getCOMMENT, getModelInterface, getRDFId, removeCOMMENT, setCOMMENT, setRDFId
 

Constructor Detail

xrefImpl

public xrefImpl()
Method Detail

equivalenceCode

public int equivalenceCode()
Specified by:
equivalenceCode in interface BioPAXElement

isEquivalent

public boolean isEquivalent(BioPAXElement other)
Specified by:
isEquivalent in interface BioPAXElement

getDB

public java.lang.String getDB()
Specified by:
getDB in interface xref

setDB

public void setDB(java.lang.String DB)
Specified by:
setDB in interface xref

getDB_VERSION

public java.lang.String getDB_VERSION()
Specified by:
getDB_VERSION in interface xref

setDB_VERSION

public void setDB_VERSION(java.lang.String DB_VERSION)
Specified by:
setDB_VERSION in interface xref

getID_VERSION

public java.lang.String getID_VERSION()
Specified by:
getID_VERSION in interface xref

setID_VERSION

public void setID_VERSION(java.lang.String ID_VERSION)
Specified by:
setID_VERSION in interface xref

getID

public java.lang.String getID()
Specified by:
getID in interface xref

setID

public void setID(java.lang.String ID)
Specified by:
setID in interface xref

isXREFof

public java.util.Set<XReferrable> isXREFof()
Specified by:
isXREFof in interface xref