fr.curie.BiNoM.pathways.biopax
Interface xref

All Superinterfaces:
externalReferenceUtilityClass, com.ibm.adtech.jastor.Thing, utilityClass
All Known Subinterfaces:
publicationXref, relationshipXref, unificationXref
All Known Implementing Classes:
publicationXrefImpl, relationshipXrefImpl, unificationXrefImpl, xrefImpl

public interface xref
extends externalReferenceUtilityClass, com.ibm.adtech.jastor.Thing

Interface for xref 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#xref)


RDF Schema Standard Properties
comment : Definition: A reference from an instance of a class in this ontology to an object in an external resource. Comment: Instances of the xref class should never be created and more specific classes should be used instead.^^http://www.w3.org/2001/XMLSchema#string



Field Summary
static com.hp.hpl.jena.rdf.model.Property DB_DASH_VERSIONProperty
          The Jena Property for DB_DASH_VERSION
static com.hp.hpl.jena.rdf.model.Property DBProperty
          The Jena Property for DB
static com.hp.hpl.jena.rdf.model.Property ID_DASH_VERSIONProperty
          The Jena Property for ID_DASH_VERSION
static com.hp.hpl.jena.rdf.model.Property IDProperty
          The Jena Property for ID
static com.hp.hpl.jena.rdf.model.Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.utilityClass
COMMENTProperty
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 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
 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
 
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

TYPE

static final com.hp.hpl.jena.rdf.model.Resource TYPE
The rdf:type for this ontology class


ID_DASH_VERSIONProperty

static final com.hp.hpl.jena.rdf.model.Property ID_DASH_VERSIONProperty
The Jena Property for ID_DASH_VERSION

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



RDF Schema Standard Properties
comment : The version number of the identifier (ID). E.g. The RefSeq accession number NM_005228.3 should be split into NM_005228 as the ID and 3 as the ID-VERSION.^^http://www.w3.org/2001/XMLSchema#string


DB_DASH_VERSIONProperty

static final com.hp.hpl.jena.rdf.model.Property DB_DASH_VERSIONProperty
The Jena Property for DB_DASH_VERSION

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



RDF Schema Standard Properties
comment : The version of the external database in which this xref was last known to be valid. Resources may have recommendations for referencing dataset versions. For instance, the Gene Ontology recommends listing the date the GO terms were downloaded.@en


IDProperty

static final com.hp.hpl.jena.rdf.model.Property IDProperty
The Jena Property for ID

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



RDF Schema Standard Properties
comment : The primary identifier in the external database of the object to which this xref refers.@en


DBProperty

static final com.hp.hpl.jena.rdf.model.Property DBProperty
The Jena Property for DB

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



RDF Schema Standard Properties
comment : The name of the external database to which this xref refers.@en

Method Detail

getID_DASH_VERSION

java.lang.String getID_DASH_VERSION()
                                    throws com.ibm.adtech.jastor.JastorException
Gets the 'ID_DASH_VERSION' property value

Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
ID_DASH_VERSIONProperty

setID_DASH_VERSION

void setID_DASH_VERSION(java.lang.String ID_DASH_VERSION)
                        throws com.ibm.adtech.jastor.JastorException
Sets the 'ID_DASH_VERSION' property value

Parameters:
{@link - java.lang.String}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
ID_DASH_VERSIONProperty

getDB_DASH_VERSION

java.lang.String getDB_DASH_VERSION()
                                    throws com.ibm.adtech.jastor.JastorException
Gets the 'DB_DASH_VERSION' property value

Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
DB_DASH_VERSIONProperty

setDB_DASH_VERSION

void setDB_DASH_VERSION(java.lang.String DB_DASH_VERSION)
                        throws com.ibm.adtech.jastor.JastorException
Sets the 'DB_DASH_VERSION' property value

Parameters:
{@link - java.lang.String}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
DB_DASH_VERSIONProperty

getID

java.lang.String getID()
                       throws com.ibm.adtech.jastor.JastorException
Gets the 'ID' property value

Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
IDProperty

setID

void setID(java.lang.String ID)
           throws com.ibm.adtech.jastor.JastorException
Sets the 'ID' property value

Parameters:
{@link - java.lang.String}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
IDProperty

getDB

java.lang.String getDB()
                       throws com.ibm.adtech.jastor.JastorException
Gets the 'DB' property value

Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
DBProperty

setDB

void setDB(java.lang.String DB)
           throws com.ibm.adtech.jastor.JastorException
Sets the 'DB' property value

Parameters:
{@link - java.lang.String}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
DBProperty