public interface PublicationXref extends Xref
(URI: http://www.biopax.org/release/biopax-level3.owl#PublicationXref)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
authorProperty
The Jena Property for author
|
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 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
|
dbProperty, dbVersionProperty, idProperty, idVersionProperty
commentProperty
Modifier and Type | Method and Description |
---|---|
void |
addAuthor(java.lang.String author)
Add a 'author' 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 |
getAuthor()
Iterates through the 'author' 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 |
removeAuthor(java.lang.String author)
Remove a 'author' 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
|
getDb, getDbVersion, getId, getIdVersion, setDb, setDbVersion, setId, setIdVersion
addComment, getComment, removeComment
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property titleProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#title)
static final com.hp.hpl.jena.rdf.model.Property yearProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#year)
static final com.hp.hpl.jena.rdf.model.Property urlProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#url)
static final com.hp.hpl.jena.rdf.model.Property authorProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#author)
static final com.hp.hpl.jena.rdf.model.Property sourceProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#source)
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 addcom.ibm.adtech.jastor.JastorException
urlProperty
void removeUrl(java.lang.String url) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to removecom.ibm.adtech.jastor.JastorException
urlProperty
java.util.Iterator getAuthor() throws com.ibm.adtech.jastor.JastorException
Iterator
of String
com.ibm.adtech.jastor.JastorException
authorProperty
void addAuthor(java.lang.String author) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to addcom.ibm.adtech.jastor.JastorException
authorProperty
void removeAuthor(java.lang.String author) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to removecom.ibm.adtech.jastor.JastorException
authorProperty
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 addcom.ibm.adtech.jastor.JastorException
sourceProperty
void removeSource(java.lang.String source) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to removecom.ibm.adtech.jastor.JastorException
sourceProperty