org.openanzo.atom.jastor.atomowl
Interface HTML

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

public interface HTML
extends TextContent, GraphThing

Interface for Html 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/#HTML)


RDF Schema Standard Properties
label : Html content class
comment : see 3.1.1.2 of rfc 4287. The class of html strings@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 htmlProperty
          The Jena Property for html
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 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 getHtml()
          Gets the 'html' property value
 void setHtml(java.lang.String html)
          Sets the 'html' 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


htmlProperty

static final org.openrdf.model.URI htmlProperty
The Jena Property for html

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



RDF Schema Standard Properties
label : html value
comment : see 3.1.1.2 of rfc 4287. The datatype of html text elements. It is considered to be a relation to the text.@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

getHtml

java.lang.String getHtml()
                         throws JastorException
Gets the 'html' property value

Returns:
String
Throws:
JastorException
See Also:
htmlProperty

setHtml

void setHtml(java.lang.String html)
             throws JastorException
Sets the 'html' property value

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


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