org.openanzo.atom.jastor.queso
Interface TypedContent

All Superinterfaces:
Content, CoreThing, GraphThing
All Known Subinterfaces:
BinaryContent, TextContent
All Known Implementing Classes:
BinaryContentImpl, TextContentImpl, TypedContentImpl

public interface TypedContent
extends Content, GraphThing

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

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





Field Summary
static org.openrdf.model.URI mimeTypeProperty
          The Jena Property for mimeType
static org.openrdf.model.URI TYPE
          The rdf:type for this ontology class
 
Method Summary
 java.lang.String getMimeType()
          Gets the 'mimeType' property value
 void setMimeType(java.lang.String mimeType)
          Sets the 'mimeType' property value
 
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


mimeTypeProperty

static final org.openrdf.model.URI mimeTypeProperty
The Jena Property for mimeType

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


Method Detail

getMimeType

java.lang.String getMimeType()
                             throws JastorException
Gets the 'mimeType' property value

Returns:
String
Throws:
JastorException
See Also:
mimeTypeProperty

setMimeType

void setMimeType(java.lang.String mimeType)
                 throws JastorException
Sets the 'mimeType' property value

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


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