public interface Xref extends UtilityClass
(URI: http://www.biopax.org/release/biopax-level3.owl#Xref)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
dbProperty
The Jena Property for db
|
static com.hp.hpl.jena.rdf.model.Property |
dbVersionProperty
The Jena Property for dbVersion
|
static com.hp.hpl.jena.rdf.model.Property |
idProperty
The Jena Property for id
|
static com.hp.hpl.jena.rdf.model.Property |
idVersionProperty
The Jena Property for idVersion
|
static Resource |
TYPE
The rdf:type for this ontology class
|
commentProperty
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDb()
Gets the 'db' property value
|
java.lang.String |
getDbVersion()
Gets the 'dbVersion' property value
|
java.lang.String |
getId()
Gets the 'id' property value
|
java.lang.String |
getIdVersion()
Gets the 'idVersion' property value
|
void |
setDb(java.lang.String db)
Sets the 'db' property value
|
void |
setDbVersion(java.lang.String dbVersion)
Sets the 'dbVersion' property value
|
void |
setId(java.lang.String id)
Sets the 'id' property value
|
void |
setIdVersion(java.lang.String idVersion)
Sets the 'idVersion' property value
|
addComment, getComment, removeComment
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property idProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#id)
static final com.hp.hpl.jena.rdf.model.Property dbProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#db)
static final com.hp.hpl.jena.rdf.model.Property idVersionProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#idVersion)
static final com.hp.hpl.jena.rdf.model.Property dbVersionProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#dbVersion)
java.lang.String getId() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
idProperty
void setId(java.lang.String id) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}com.ibm.adtech.jastor.JastorException
idProperty
java.lang.String getDb() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
dbProperty
void setDb(java.lang.String db) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}com.ibm.adtech.jastor.JastorException
dbProperty
java.lang.String getIdVersion() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
idVersionProperty
void setIdVersion(java.lang.String idVersion) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}com.ibm.adtech.jastor.JastorException
idVersionProperty
java.lang.String getDbVersion() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
dbVersionProperty
void setDbVersion(java.lang.String dbVersion) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}com.ibm.adtech.jastor.JastorException
dbVersionProperty