net.rewerse.i5.r3.juice.ontology
Interface Register

All Superinterfaces:
_Thing, Message, Request, com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
RegisterImpl

public interface Register
extends Request, _Thing

Interface for Register ontology class
Use the net.rewerse.i5.r3.juice.ontology.r3Factory to create instances of this interface.

(URI: http://rewerse.net/I5/NS/2006/r3#Register)





Field Summary
static com.hp.hpl.jena.rdf.model.Property declareProperty
          The Jena Property for declare (URI: http://rewerse.net/I5/NS/2006/r3#declare)
static com.hp.hpl.jena.rdf.model.Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface net.rewerse.i5.r3.juice.ontology.Request
issuerProperty
 
Fields inherited from interface net.rewerse.i5.r3.juice.ontology._Thing
NAMESPACE, NS
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 void clearDeclare()
          Removes all values for the 'declare' property.
 Definition getDeclare()
          Gets the 'declare' property value
 Definition setDeclare()
          Sets the 'declare' property value to an anonymous node
 void setDeclare(Definition declare)
          Sets the 'declare' property value
 Definition setDeclare(com.hp.hpl.jena.rdf.model.Resource resource)
          Sets the 'declare' property value to the given resource, and add's rdf:type properties.
 Definition setDeclare(com.hp.hpl.jena.rdf.model.Resource resource, boolean full)
           
 
Methods inherited from interface net.rewerse.i5.r3.juice.ontology.Request
clearIssuer, getIssuer, setIssuer, setIssuer, setIssuer, setIssuer
 
Methods inherited from interface net.rewerse.i5.juice.jastor.Thing
asDocument, asDOM, asDOM, asResource, asResource, asString, asString, clearRDFType, inModel, owlClass, setRDFType, thingClass, thingImplClass, validate, validate
 
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


declareProperty

static final com.hp.hpl.jena.rdf.model.Property declareProperty
The Jena Property for declare

(URI: http://rewerse.net/I5/NS/2006/r3#declare)


Method Detail

getDeclare

Definition getDeclare()
                      throws com.ibm.adtech.jastor.JastorException
Gets the 'declare' property value

Returns:
Definition
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
declareProperty

setDeclare

void setDeclare(Definition declare)
                throws java.lang.Exception
Sets the 'declare' property value

Parameters:
{@link - net.rewerse.i5.r3.juice.ontology.Definition}
Throws:
java.lang.Exception
See Also:
declareProperty

setDeclare

Definition setDeclare()
                      throws com.ibm.adtech.jastor.JastorException
Sets the 'declare' property value to an anonymous node

Returns:
Definition, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
declareProperty

setDeclare

Definition setDeclare(com.hp.hpl.jena.rdf.model.Resource resource)
                      throws java.lang.Exception
Sets the 'declare' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of Definition with the factory. and calling setDeclare(net.rewerse.i5.r3.juice.ontology.Definition declare) The resource argument have rdf:type http://rewerse.net/I5/NS/2006/r3#Definition. That is, this method should not be used as a shortcut for creating new objects in the model.

Parameters:
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Returns:
Definition, the newly created value
Throws:
java.lang.Exception
See Also:
declareProperty

setDeclare

Definition setDeclare(com.hp.hpl.jena.rdf.model.Resource resource,
                      boolean full)
                      throws java.lang.Exception
Throws:
java.lang.Exception

clearDeclare

void clearDeclare()
                  throws com.ibm.adtech.jastor.JastorException
Removes all values for the 'declare' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Throws:
com.ibm.adtech.jastor.JastorException
See Also:
declareProperty