fr.curie.BiNoM.pathways.biopax
Class publicationXrefImpl

java.lang.Object
  extended by com.hp.hpl.jena.rdf.listeners.StatementListener
      extended by com.ibm.adtech.jastor.ThingImpl
          extended by fr.curie.BiNoM.pathways.biopax.publicationXrefImpl
All Implemented Interfaces:
com.hp.hpl.jena.rdf.model.ModelChangedListener, com.ibm.adtech.jastor.Thing, externalReferenceUtilityClass, publicationXref, utilityClass, xref

public class publicationXrefImpl
extends com.ibm.adtech.jastor.ThingImpl
implements publicationXref

Implementation of publicationXref Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this class.

(URI: http://www.biopax.org/release/biopax-level2.owl#publicationXref)



Field Summary
 
Fields inherited from class com.ibm.adtech.jastor.ThingImpl
copyright
 
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.publicationXref
TYPE
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 void addAUTHORS(java.lang.String AUTHORS)
          Add a 'AUTHORS' property value
 void addCOMMENT(java.lang.String COMMENT)
          Add a 'COMMENT' property value
 void addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
           
 void addSOURCE(java.lang.String SOURCE)
          Add a 'SOURCE' property value
 void addURL(java.lang.String URL)
          Add a 'URL' property value
 void clearCache()
           
 java.util.Iterator getAUTHORS()
          Iterates through the 'AUTHORS' property values.
 java.util.Iterator getCOMMENT()
          Iterates through the 'COMMENT' property values.
 java.lang.String getDB_DASH_VERSION()
          Gets the 'DB_DASH_VERSION' property value
 java.lang.String getDB()
          Gets the 'DB' property value
 java.lang.String getID_DASH_VERSION()
          Gets the 'ID_DASH_VERSION' property value
 java.lang.String getID()
          Gets the 'ID' property value
 java.util.Iterator getSOURCE()
          Iterates through the 'SOURCE' property values.
 java.lang.String getTITLE()
          Gets the 'TITLE' property value
 java.util.Iterator getURL()
          Iterates through the 'URL' property values.
 java.lang.Integer getYEAR()
          Gets the 'YEAR' property value
 java.util.List listStatements()
           
 void registerListener(com.ibm.adtech.jastor.ThingListener listener)
           
 void removeAUTHORS(java.lang.String AUTHORS)
          Remove a 'AUTHORS' property value.
 void removeCOMMENT(java.lang.String COMMENT)
          Remove a 'COMMENT' property value.
 void removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
           
 void removeSOURCE(java.lang.String SOURCE)
          Remove a 'SOURCE' property value.
 void removeURL(java.lang.String URL)
          Remove a 'URL' property value.
 void setDB_DASH_VERSION(java.lang.String DB_DASH_VERSION)
          Sets the 'DB_DASH_VERSION' property value
 void setDB(java.lang.String DB)
          Sets the 'DB' property value
 void setID_DASH_VERSION(java.lang.String ID_DASH_VERSION)
          Sets the 'ID_DASH_VERSION' property value
 void setID(java.lang.String ID)
          Sets the 'ID' property value
 void setTITLE(java.lang.String TITLE)
          Sets the 'TITLE' property value
 void setYEAR(java.lang.Integer YEAR)
          Sets the 'YEAR' property value
 void unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
           
 
Methods inherited from class com.ibm.adtech.jastor.ThingImpl
equals, isRDFType, model, removeStatements, resource, toString, uri
 
Methods inherited from class com.hp.hpl.jena.rdf.listeners.StatementListener
addedStatements, addedStatements, addedStatements, addedStatements, notifyEvent, removedStatements, removedStatements, removedStatements, removedStatements
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.adtech.jastor.Thing
isRDFType, model, removeStatements, resource, uri
 

Method Detail

listStatements

public java.util.List listStatements()
Specified by:
listStatements in interface com.ibm.adtech.jastor.Thing
Overrides:
listStatements in class com.ibm.adtech.jastor.ThingImpl

clearCache

public void clearCache()
Specified by:
clearCache in interface com.ibm.adtech.jastor.Thing
Overrides:
clearCache in class com.ibm.adtech.jastor.ThingImpl

getCOMMENT

public java.util.Iterator getCOMMENT()
                              throws com.ibm.adtech.jastor.JastorException
Description copied from interface: utilityClass
Iterates through the 'COMMENT' property values. This Iteartor may be used to remove all such values.

Specified by:
getCOMMENT in interface utilityClass
Returns:
Iterator of String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
utilityClass.COMMENTProperty

addCOMMENT

public void addCOMMENT(java.lang.String COMMENT)
                throws com.ibm.adtech.jastor.JastorException
Description copied from interface: utilityClass
Add a 'COMMENT' property value

Specified by:
addCOMMENT in interface utilityClass
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
utilityClass.COMMENTProperty

removeCOMMENT

public void removeCOMMENT(java.lang.String COMMENT)
                   throws com.ibm.adtech.jastor.JastorException
Description copied from interface: utilityClass
Remove a 'COMMENT' property value. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeCOMMENT in interface utilityClass
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
utilityClass.COMMENTProperty

getID_DASH_VERSION

public java.lang.String getID_DASH_VERSION()
                                    throws com.ibm.adtech.jastor.JastorException
Description copied from interface: xref
Gets the 'ID_DASH_VERSION' property value

Specified by:
getID_DASH_VERSION in interface xref
Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
xref.ID_DASH_VERSIONProperty

setID_DASH_VERSION

public void setID_DASH_VERSION(java.lang.String ID_DASH_VERSION)
                        throws com.ibm.adtech.jastor.JastorException
Description copied from interface: xref
Sets the 'ID_DASH_VERSION' property value

Specified by:
setID_DASH_VERSION in interface xref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
xref.ID_DASH_VERSIONProperty

getDB_DASH_VERSION

public java.lang.String getDB_DASH_VERSION()
                                    throws com.ibm.adtech.jastor.JastorException
Description copied from interface: xref
Gets the 'DB_DASH_VERSION' property value

Specified by:
getDB_DASH_VERSION in interface xref
Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
xref.DB_DASH_VERSIONProperty

setDB_DASH_VERSION

public void setDB_DASH_VERSION(java.lang.String DB_DASH_VERSION)
                        throws com.ibm.adtech.jastor.JastorException
Description copied from interface: xref
Sets the 'DB_DASH_VERSION' property value

Specified by:
setDB_DASH_VERSION in interface xref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
xref.DB_DASH_VERSIONProperty

getID

public java.lang.String getID()
                       throws com.ibm.adtech.jastor.JastorException
Description copied from interface: xref
Gets the 'ID' property value

Specified by:
getID in interface xref
Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
xref.IDProperty

setID

public void setID(java.lang.String ID)
           throws com.ibm.adtech.jastor.JastorException
Description copied from interface: xref
Sets the 'ID' property value

Specified by:
setID in interface xref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
xref.IDProperty

getDB

public java.lang.String getDB()
                       throws com.ibm.adtech.jastor.JastorException
Description copied from interface: xref
Gets the 'DB' property value

Specified by:
getDB in interface xref
Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
xref.DBProperty

setDB

public void setDB(java.lang.String DB)
           throws com.ibm.adtech.jastor.JastorException
Description copied from interface: xref
Sets the 'DB' property value

Specified by:
setDB in interface xref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
xref.DBProperty

getTITLE

public java.lang.String getTITLE()
                          throws com.ibm.adtech.jastor.JastorException
Description copied from interface: publicationXref
Gets the 'TITLE' property value

Specified by:
getTITLE in interface publicationXref
Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
publicationXref.TITLEProperty

setTITLE

public void setTITLE(java.lang.String TITLE)
              throws com.ibm.adtech.jastor.JastorException
Description copied from interface: publicationXref
Sets the 'TITLE' property value

Specified by:
setTITLE in interface publicationXref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
publicationXref.TITLEProperty

getYEAR

public java.lang.Integer getYEAR()
                          throws com.ibm.adtech.jastor.JastorException
Description copied from interface: publicationXref
Gets the 'YEAR' property value

Specified by:
getYEAR in interface publicationXref
Returns:
Integer
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
publicationXref.YEARProperty

setYEAR

public void setYEAR(java.lang.Integer YEAR)
             throws com.ibm.adtech.jastor.JastorException
Description copied from interface: publicationXref
Sets the 'YEAR' property value

Specified by:
setYEAR in interface publicationXref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
publicationXref.YEARProperty

getURL

public java.util.Iterator getURL()
                          throws com.ibm.adtech.jastor.JastorException
Description copied from interface: publicationXref
Iterates through the 'URL' property values. This Iteartor may be used to remove all such values.

Specified by:
getURL in interface publicationXref
Returns:
Iterator of String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
publicationXref.URLProperty

addURL

public void addURL(java.lang.String URL)
            throws com.ibm.adtech.jastor.JastorException
Description copied from interface: publicationXref
Add a 'URL' property value

Specified by:
addURL in interface publicationXref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
publicationXref.URLProperty

removeURL

public void removeURL(java.lang.String URL)
               throws com.ibm.adtech.jastor.JastorException
Description copied from interface: publicationXref
Remove a 'URL' property value. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeURL in interface publicationXref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
publicationXref.URLProperty

getSOURCE

public java.util.Iterator getSOURCE()
                             throws com.ibm.adtech.jastor.JastorException
Description copied from interface: publicationXref
Iterates through the 'SOURCE' property values. This Iteartor may be used to remove all such values.

Specified by:
getSOURCE in interface publicationXref
Returns:
Iterator of String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
publicationXref.SOURCEProperty

addSOURCE

public void addSOURCE(java.lang.String SOURCE)
               throws com.ibm.adtech.jastor.JastorException
Description copied from interface: publicationXref
Add a 'SOURCE' property value

Specified by:
addSOURCE in interface publicationXref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
publicationXref.SOURCEProperty

removeSOURCE

public void removeSOURCE(java.lang.String SOURCE)
                  throws com.ibm.adtech.jastor.JastorException
Description copied from interface: publicationXref
Remove a 'SOURCE' property value. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeSOURCE in interface publicationXref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
publicationXref.SOURCEProperty

getAUTHORS

public java.util.Iterator getAUTHORS()
                              throws com.ibm.adtech.jastor.JastorException
Description copied from interface: publicationXref
Iterates through the 'AUTHORS' property values. This Iteartor may be used to remove all such values.

Specified by:
getAUTHORS in interface publicationXref
Returns:
Iterator of String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
publicationXref.AUTHORSProperty

addAUTHORS

public void addAUTHORS(java.lang.String AUTHORS)
                throws com.ibm.adtech.jastor.JastorException
Description copied from interface: publicationXref
Add a 'AUTHORS' property value

Specified by:
addAUTHORS in interface publicationXref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
publicationXref.AUTHORSProperty

removeAUTHORS

public void removeAUTHORS(java.lang.String AUTHORS)
                   throws com.ibm.adtech.jastor.JastorException
Description copied from interface: publicationXref
Remove a 'AUTHORS' property value. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeAUTHORS in interface publicationXref
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
publicationXref.AUTHORSProperty

registerListener

public void registerListener(com.ibm.adtech.jastor.ThingListener listener)
Specified by:
registerListener in interface com.ibm.adtech.jastor.Thing
Overrides:
registerListener in class com.ibm.adtech.jastor.ThingImpl

unregisterListener

public void unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
Specified by:
unregisterListener in interface com.ibm.adtech.jastor.Thing
Overrides:
unregisterListener in class com.ibm.adtech.jastor.ThingImpl

addedStatement

public void addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
Specified by:
addedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
Overrides:
addedStatement in class com.hp.hpl.jena.rdf.listeners.StatementListener

removedStatement

public void removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
Specified by:
removedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
Overrides:
removedStatement in class com.hp.hpl.jena.rdf.listeners.StatementListener