org.openanzo.atom.jastor.atomowl
Interface PlainText

All Superinterfaces:
Content, CoreThing, GraphThing, Representation, TextContent
All Known Implementing Classes:
PlainTextImpl

public interface PlainText
extends TextContent, GraphThing

Interface for Plain text content class ontology class
Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this interface.

(URI: http://bblfish.net/work/atom-owl/2006-06-06/#PlainText)


RDF Schema Standard Properties
label : Plain text content class
comment : see 3.1.1.1 of rfc 4287. The datatype of simple text elements. Essentially this is the class of all plain text literals.@en



Field Summary
static org.openrdf.model.URI contentProperty
          The Jena Property for content
static org.openrdf.model.URI emailProperty
          The Jena Property for email
static org.openrdf.model.URI representationOfProperty
          The Jena Property for representationOf
static org.openrdf.model.URI representationProperty
          The Jena Property for representation
static org.openrdf.model.URI textProperty
          The Jena Property for text
static org.openrdf.model.URI TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface org.openanzo.atom.jastor.atomowl.Content
bodyProperty, langProperty, lengthProperty, srcProperty, typeProperty
 
Method Summary
 java.lang.String getText()
          Gets the 'text' property value
 void setText(java.lang.String text)
          Sets the 'text' property value
 
Methods inherited from interface org.openanzo.atom.jastor.atomowl.Content
addBody, addEmail, addEmail, addEmail, addSrc, addSrc, addSrc, getBody, getContent, getEmail, getLang, getLength, getSrc, getType, removeBody, removeEmail, removeSrc, setContent, setContent, setContent, setLang, setLength, setType
 
Methods inherited from interface org.openanzo.atom.jastor.webarch.Representation
addRepresentation, addRepresentation, addRepresentation, addRepresentationOf, addRepresentationOf, addRepresentationOf, getRepresentation, getRepresentationOf, removeRepresentation, removeRepresentationOf
 
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


textProperty

static final org.openrdf.model.URI textProperty
The Jena Property for text

(URI: http://bblfish.net/work/atom-owl/2006-06-06/#text)



RDF Schema Standard Properties
label : text type
comment : see 3.1.1.1 of rfc 4287. The datatype of xhtml text elements@en


representationOfProperty

static final org.openrdf.model.URI representationOfProperty
The Jena Property for representationOf

(URI: http://sw.nokia.com/WebArch-1/representationOf)



emailProperty

static final org.openrdf.model.URI emailProperty
The Jena Property for email

(URI: http://bblfish.net/work/atom-owl/2006-06-06/#email)



RDF Schema Standard Properties
label : email address@en
comment : see 3.2.3 of rfc 4287. A mailbox of the Person@en


representationProperty

static final org.openrdf.model.URI representationProperty
The Jena Property for representation

(URI: http://sw.nokia.com/WebArch-1/representation)



contentProperty

static final org.openrdf.model.URI contentProperty
The Jena Property for content

(URI: http://bblfish.net/work/atom-owl/2006-06-06/#content)



RDF Schema Standard Properties
label : content@en
comment : See 4.1.3 of rfc 4287 spec. The content of an Entry, a Link or any of the relation types that are the object of :rel properties@en

Method Detail

getText

java.lang.String getText()
                         throws JastorException
Gets the 'text' property value

Returns:
String
Throws:
JastorException
See Also:
textProperty

setText

void setText(java.lang.String text)
             throws JastorException
Sets the 'text' property value

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


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