|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface publicationXref
Interface for publicationXref ontology class
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this interface.
(URI: http://www.biopax.org/release/biopax-level2.owl#publicationXref)
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
AUTHORSProperty
The Jena Property for AUTHORS |
static com.hp.hpl.jena.rdf.model.Property |
SOURCEProperty
The Jena Property for SOURCE |
static com.hp.hpl.jena.rdf.model.Property |
TITLEProperty
The Jena Property for TITLE |
static com.hp.hpl.jena.rdf.model.Resource |
TYPE
The rdf:type for this ontology class |
static com.hp.hpl.jena.rdf.model.Property |
URLProperty
The Jena Property for URL |
static com.hp.hpl.jena.rdf.model.Property |
YEARProperty
The Jena Property for YEAR |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.xref |
---|
DB_DASH_VERSIONProperty, DBProperty, ID_DASH_VERSIONProperty, IDProperty |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.utilityClass |
---|
COMMENTProperty |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
void |
addAUTHORS(java.lang.String AUTHORS)
Add a 'AUTHORS' property value |
void |
addSOURCE(java.lang.String SOURCE)
Add a 'SOURCE' property value |
void |
addURL(java.lang.String URL)
Add a 'URL' property value |
java.util.Iterator |
getAUTHORS()
Iterates through the 'AUTHORS' property values. |
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 |
void |
removeAUTHORS(java.lang.String AUTHORS)
Remove a 'AUTHORS' property value. |
void |
removeSOURCE(java.lang.String SOURCE)
Remove a 'SOURCE' property value. |
void |
removeURL(java.lang.String URL)
Remove a 'URL' property value. |
void |
setTITLE(java.lang.String TITLE)
Sets the 'TITLE' property value |
void |
setYEAR(java.lang.Integer YEAR)
Sets the 'YEAR' property value |
Methods inherited from interface fr.curie.BiNoM.pathways.biopax.xref |
---|
getDB_DASH_VERSION, getDB, getID_DASH_VERSION, getID, setDB_DASH_VERSION, setDB, setID_DASH_VERSION, setID |
Methods inherited from interface fr.curie.BiNoM.pathways.biopax.utilityClass |
---|
addCOMMENT, getCOMMENT, removeCOMMENT |
Methods inherited from interface com.ibm.adtech.jastor.Thing |
---|
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri |
Field Detail |
---|
static final com.hp.hpl.jena.rdf.model.Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property TITLEProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#TITLE)
static final com.hp.hpl.jena.rdf.model.Property YEARProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#YEAR)
static final com.hp.hpl.jena.rdf.model.Property URLProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#URL)
static final com.hp.hpl.jena.rdf.model.Property SOURCEProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#SOURCE)
static final com.hp.hpl.jena.rdf.model.Property AUTHORSProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#AUTHORS)
Method Detail |
---|
java.lang.String getTITLE() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
TITLEProperty
void setTITLE(java.lang.String TITLE) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}
com.ibm.adtech.jastor.JastorException
TITLEProperty
java.lang.Integer getYEAR() throws com.ibm.adtech.jastor.JastorException
Integer
com.ibm.adtech.jastor.JastorException
YEARProperty
void setYEAR(java.lang.Integer YEAR) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Integer}
com.ibm.adtech.jastor.JastorException
YEARProperty
java.util.Iterator getURL() throws com.ibm.adtech.jastor.JastorException
Iterator
of String
com.ibm.adtech.jastor.JastorException
URLProperty
void addURL(java.lang.String URL) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to add
com.ibm.adtech.jastor.JastorException
URLProperty
void removeURL(java.lang.String URL) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to remove
com.ibm.adtech.jastor.JastorException
URLProperty
java.util.Iterator getSOURCE() throws com.ibm.adtech.jastor.JastorException
Iterator
of String
com.ibm.adtech.jastor.JastorException
SOURCEProperty
void addSOURCE(java.lang.String SOURCE) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to add
com.ibm.adtech.jastor.JastorException
SOURCEProperty
void removeSOURCE(java.lang.String SOURCE) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to remove
com.ibm.adtech.jastor.JastorException
SOURCEProperty
java.util.Iterator getAUTHORS() throws com.ibm.adtech.jastor.JastorException
Iterator
of String
com.ibm.adtech.jastor.JastorException
AUTHORSProperty
void addAUTHORS(java.lang.String AUTHORS) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to add
com.ibm.adtech.jastor.JastorException
AUTHORSProperty
void removeAUTHORS(java.lang.String AUTHORS) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to remove
com.ibm.adtech.jastor.JastorException
AUTHORSProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |