org.openanzo.atom.jastor.queso
Interface TextContent

All Superinterfaces:
Content, CoreThing, GraphThing, TypedContent
All Known Implementing Classes:
TextContentImpl

public interface TextContent
extends TypedContent, GraphThing

Interface for TextContent ontology class
Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this interface.

(URI: http://boca.adtech.ibm.com/schemas/queso#TextContent)





Field Summary
static org.openrdf.model.URI contentBodyProperty
          The Jena Property for contentBody
static org.openrdf.model.URI TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface org.openanzo.atom.jastor.queso.TypedContent
mimeTypeProperty
 
Method Summary
 java.lang.String getContentBody()
          Gets the 'contentBody' property value
 void setContentBody(java.lang.String contentBody)
          Sets the 'contentBody' property value
 
Methods inherited from interface org.openanzo.atom.jastor.queso.TypedContent
getMimeType, setMimeType
 
Methods inherited from interface org.openanzo.jastor.GraphThing
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue
 
Methods inherited from interface org.openanzo.jastor.CoreThing
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final org.openrdf.model.URI TYPE
The rdf:type for this ontology class


contentBodyProperty

static final org.openrdf.model.URI contentBodyProperty
The Jena Property for contentBody

(URI: http://boca.adtech.ibm.com/schemas/queso#contentBody)


Method Detail

getContentBody

java.lang.String getContentBody()
                                throws JastorException
Gets the 'contentBody' property value

Returns:
String
Throws:
JastorException
See Also:
contentBodyProperty

setContentBody

void setContentBody(java.lang.String contentBody)
                    throws JastorException
Sets the 'contentBody' property value

Parameters:
{@link - java.lang.String}
Throws:
JastorException
See Also:
contentBodyProperty


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.