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

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

public interface Terminate
extends Message, _Thing

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





Field Summary
static com.hp.hpl.jena.rdf.model.Property relatesToProperty
          The Jena Property for relatesTo (URI: http://rewerse.net/I5/NS/2006/r3#relatesTo)
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._Thing
NAMESPACE, NS
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 void clearRelatesTo()
          Removes all values for the 'relatesTo' property.
 Request getRelatesTo()
          Gets the 'relatesTo' property value
 Request setRelatesTo()
          Sets the 'relatesTo' property value to an anonymous node
 void setRelatesTo(Request relatesTo)
          Sets the 'relatesTo' property value
 Request setRelatesTo(com.hp.hpl.jena.rdf.model.Resource resource)
          Sets the 'relatesTo' property value to the given resource, and add's rdf:type properties.
 Request setRelatesTo(com.hp.hpl.jena.rdf.model.Resource resource, boolean full)
           
 
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


relatesToProperty

static final com.hp.hpl.jena.rdf.model.Property relatesToProperty
The Jena Property for relatesTo

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


Method Detail

getRelatesTo

Request getRelatesTo()
                     throws com.ibm.adtech.jastor.JastorException
Gets the 'relatesTo' property value

Returns:
Request
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
relatesToProperty

setRelatesTo

void setRelatesTo(Request relatesTo)
                  throws java.lang.Exception
Sets the 'relatesTo' property value

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

setRelatesTo

Request setRelatesTo()
                     throws com.ibm.adtech.jastor.JastorException
Sets the 'relatesTo' property value to an anonymous node

Returns:
Request, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
relatesToProperty

setRelatesTo

Request setRelatesTo(com.hp.hpl.jena.rdf.model.Resource resource)
                     throws java.lang.Exception
Sets the 'relatesTo' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of Request with the factory. and calling setRelatesTo(net.rewerse.i5.r3.juice.ontology.Request relatesTo) The resource argument have rdf:type http://rewerse.net/I5/NS/2006/r3#Request. 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:
Request, the newly created value
Throws:
java.lang.Exception
See Also:
relatesToProperty

setRelatesTo

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

clearRelatesTo

void clearRelatesTo()
                    throws com.ibm.adtech.jastor.JastorException
Removes all values for the 'relatesTo' 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:
relatesToProperty