org.openanzo.atom.jastor.atomowl
Interface XML

All Superinterfaces:
Content, CoreThing, GraphThing, Representation
All Known Implementing Classes:
XMLImpl

public interface XML
extends Content, GraphThing

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


RDF Schema Standard Properties
label : XML content class
comment : see 4.1.3.3 of rfc 4287. The datatype of xml content@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 TYPE
          The rdf:type for this ontology class
static org.openrdf.model.URI xmlProperty
          The Jena Property for xml
 
Fields inherited from interface org.openanzo.atom.jastor.atomowl.Content
bodyProperty, langProperty, lengthProperty, srcProperty, typeProperty
 
Method Summary
 java.lang.String getXml()
          Gets the 'xml' property value
 void setXml(java.lang.String xml)
          Sets the 'xml' 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


xmlProperty

static final org.openrdf.model.URI xmlProperty
The Jena Property for xml

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



RDF Schema Standard Properties
label : xml type relation
comment : see 4.1.3.1 of rfc 4287. Relates an :XML object to its content.@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

getXml

java.lang.String getXml()
                        throws JastorException
Gets the 'xml' property value

Returns:
String
Throws:
JastorException
See Also:
xmlProperty

setXml

void setXml(java.lang.String xml)
            throws JastorException
Sets the 'xml' property value

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


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