org.biopax.paxtools.impl.level2
Class publicationXrefImpl

java.lang.Object
  extended by org.biopax.paxtools.impl.level2.bioPAXElementImpl
      extended by org.biopax.paxtools.impl.level2.xrefImpl
          extended by org.biopax.paxtools.impl.level2.publicationXrefImpl
All Implemented Interfaces:
BioPAXElement, externalReferenceUtilityClass, publicationXref, utilityClass, xref

public class publicationXrefImpl
extends xrefImpl
implements publicationXref


Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Constructor Summary
publicationXrefImpl()
           
 
Method Summary
 void addAUTHORS(java.lang.String AUTHORS)
           
 void addSOURCE(java.lang.String SOURCE)
           
 void addURL(java.lang.String URL)
           
 java.util.Set<java.lang.String> getAUTHORS()
           
 java.lang.Class getModelInterface()
           
 java.util.Set<java.lang.String> getSOURCE()
           
 java.lang.String getTITLE()
           
 java.util.Set<java.lang.String> getURL()
           
 int getYEAR()
           
 void removeAUTHORS(java.lang.String AUTHORS)
           
 void removeSOURCE(java.lang.String SOURCE)
           
 void removeURL(java.lang.String URL)
           
 void setAUTHORS(java.util.Set<java.lang.String> AUTHORS)
           
 void setSOURCE(java.util.Set<java.lang.String> SOURCE)
           
 void setTITLE(java.lang.String TITLE)
           
 void setURL(java.util.Set<java.lang.String> URL)
           
 void setYEAR(int YEAR)
           
 
Methods inherited from class org.biopax.paxtools.impl.level2.xrefImpl
equivalenceCode, getDB_VERSION, getDB, getID_VERSION, getID, isEquivalent, isXREFof, setDB_VERSION, setDB, setID_VERSION, setID
 
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.xref
getDB_VERSION, getDB, getID_VERSION, getID, isXREFof, setDB_VERSION, setDB, setID_VERSION, setID
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, equivalenceCode, getCOMMENT, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 

Constructor Detail

publicationXrefImpl

public publicationXrefImpl()
Method Detail

getModelInterface

public java.lang.Class getModelInterface()
Specified by:
getModelInterface in interface BioPAXElement

getSOURCE

public java.util.Set<java.lang.String> getSOURCE()
Specified by:
getSOURCE in interface publicationXref

setSOURCE

public void setSOURCE(java.util.Set<java.lang.String> SOURCE)
Specified by:
setSOURCE in interface publicationXref

addSOURCE

public void addSOURCE(java.lang.String SOURCE)
Specified by:
addSOURCE in interface publicationXref

removeSOURCE

public void removeSOURCE(java.lang.String SOURCE)
Specified by:
removeSOURCE in interface publicationXref

getURL

public java.util.Set<java.lang.String> getURL()
Specified by:
getURL in interface publicationXref

setURL

public void setURL(java.util.Set<java.lang.String> URL)
Specified by:
setURL in interface publicationXref

addURL

public void addURL(java.lang.String URL)
Specified by:
addURL in interface publicationXref

removeURL

public void removeURL(java.lang.String URL)
Specified by:
removeURL in interface publicationXref

getTITLE

public java.lang.String getTITLE()
Specified by:
getTITLE in interface publicationXref

setTITLE

public void setTITLE(java.lang.String TITLE)
Specified by:
setTITLE in interface publicationXref

getAUTHORS

public java.util.Set<java.lang.String> getAUTHORS()
Specified by:
getAUTHORS in interface publicationXref

setAUTHORS

public void setAUTHORS(java.util.Set<java.lang.String> AUTHORS)
Specified by:
setAUTHORS in interface publicationXref

addAUTHORS

public void addAUTHORS(java.lang.String AUTHORS)
Specified by:
addAUTHORS in interface publicationXref

removeAUTHORS

public void removeAUTHORS(java.lang.String AUTHORS)
Specified by:
removeAUTHORS in interface publicationXref

getYEAR

public int getYEAR()
Specified by:
getYEAR in interface publicationXref

setYEAR

public void setYEAR(int YEAR)
Specified by:
setYEAR in interface publicationXref