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

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

public interface Loaded
extends Response, _Thing

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





Field Summary
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.Response
availableProperty, relatesToProperty
 
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.
 Load getRelatesTo_asLoad()
          Gets the 'relatesTo' property value
 Load setRelatesTo_asLoad()
          Sets the 'relatesTo' property value to an anonymous node
 Load setRelatesTo_asLoad(com.hp.hpl.jena.rdf.model.Resource resource)
          Sets the 'relatesTo' property value to the given resource, and add's rdf:type properties.
 Load setRelatesTo_asLoad(com.hp.hpl.jena.rdf.model.Resource resource, boolean full)
           
 void setRelatesTo(Load relatesTo)
          Sets the 'relatesTo' property value
 
Methods inherited from interface net.rewerse.i5.r3.juice.ontology.Response
addAvailable, addAvailable, addAvailable, addAvailable, addAvailable, addAvailable, addAvailable, clearAvailable, getAvailable, getRelatesTo, removeAvailable, setAvailable, setAvailable, setRelatesTo, setRelatesTo, setRelatesTo, setRelatesTo
 
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

Method Detail

getRelatesTo_asLoad

Load getRelatesTo_asLoad()
                         throws com.ibm.adtech.jastor.JastorException
Gets the 'relatesTo' property value

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

setRelatesTo

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

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

setRelatesTo_asLoad

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

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

setRelatesTo_asLoad

Load setRelatesTo_asLoad(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 Load with the factory. and calling setRelatesTo(net.rewerse.i5.r3.juice.ontology.Load relatesTo) The resource argument have rdf:type http://rewerse.net/I5/NS/2006/r3#Load. 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:
Load, the newly created value
Throws:
java.lang.Exception
See Also:
Response.relatesToProperty

setRelatesTo_asLoad

Load setRelatesTo_asLoad(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.

Specified by:
clearRelatesTo in interface Response
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
Response.relatesToProperty