|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeedOrEntry
Interface for FeedOrEntry Class@en 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/#FeedOrEntry)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
authorProperty
The Jena Property for author |
static org.openrdf.model.URI |
categoryProperty
The Jena Property for category |
static org.openrdf.model.URI |
contentProperty
The Jena Property for content |
static org.openrdf.model.URI |
contributorProperty
The Jena Property for contributor |
static org.openrdf.model.URI |
emailProperty
The Jena Property for email |
static org.openrdf.model.URI |
linkProperty
The Jena Property for link |
static org.openrdf.model.URI |
rightsProperty
The Jena Property for rights |
static org.openrdf.model.URI |
titleProperty
The Jena Property for title |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Method Summary | |
|---|---|
Person |
addAuthor()
Adds an anonymous value for the 'author' property |
void |
addAuthor(Person author)
Adds a value for the 'author' property |
Person |
addAuthor(org.openrdf.model.Resource resource)
Adds a value for the 'author' property. |
Category |
addCategory()
Adds an anonymous value for the 'category' property |
void |
addCategory(Category category)
Adds a value for the 'category' property |
Category |
addCategory(org.openrdf.model.Resource resource)
Adds a value for the 'category' property. |
Person |
addContributor()
Adds an anonymous value for the 'contributor' property |
void |
addContributor(Person contributor)
Adds a value for the 'contributor' property |
Person |
addContributor(org.openrdf.model.Resource resource)
Adds a value for the 'contributor' property. |
GraphThing |
addEmail()
Adds an anonymous value for the 'email' property |
void |
addEmail(GraphThing email)
Adds a value for the 'email' property |
GraphThing |
addEmail(org.openrdf.model.Resource resource)
Adds a value for the 'email' property. |
Link |
addLink()
Adds an anonymous value for the 'link' property |
void |
addLink(Link link)
Adds a value for the 'link' property |
Link |
addLink(org.openrdf.model.Resource resource)
Adds a value for the 'link' property. |
info.aduna.collections.iterators.CloseableIterator<Person> |
getAuthor()
Get an Iterator the 'author' property values. |
info.aduna.collections.iterators.CloseableIterator<Category> |
getCategory()
Get an Iterator the 'category' property values. |
Content |
getContent()
Gets the 'content' property value |
info.aduna.collections.iterators.CloseableIterator<Person> |
getContributor()
Get an Iterator the 'contributor' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getEmail()
Get an Iterator the 'email' property values. |
info.aduna.collections.iterators.CloseableIterator<Link> |
getLink()
Get an Iterator the 'link' property values. |
TextContent |
getRights()
Gets the 'rights' property value |
TextContent |
getTitle()
Gets the 'title' property value |
void |
removeAuthor(Person author)
Removes a value for the 'author' property. |
void |
removeCategory(Category category)
Removes a value for the 'category' property. |
void |
removeContributor(Person contributor)
Removes a value for the 'contributor' property. |
void |
removeEmail(GraphThing email)
Removes a value for the 'email' property. |
void |
removeLink(Link link)
Removes a value for the 'link' property. |
Content |
setContent()
Sets the 'content' property value to an anonymous node |
void |
setContent(Content content)
Sets the 'content' property value |
Content |
setContent(org.openrdf.model.Resource resource)
Sets the 'content' property value to the given resource, and add's rdf:type properties. |
TextContent |
setRights()
Sets the 'rights' property value to an anonymous node |
TextContent |
setRights(org.openrdf.model.Resource resource)
Sets the 'rights' property value to the given resource, and add's rdf:type properties. |
void |
setRights(TextContent rights)
Sets the 'rights' property value |
TextContent |
setTitle()
Sets the 'title' property value to an anonymous node |
TextContent |
setTitle(org.openrdf.model.Resource resource)
Sets the 'title' property value to the given resource, and add's rdf:type properties. |
void |
setTitle(TextContent title)
Sets the 'title' 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 |
|---|
static final org.openrdf.model.URI TYPE
static final org.openrdf.model.URI rightsProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#rights)
static final org.openrdf.model.URI authorProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#author)
static final org.openrdf.model.URI linkProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#link)
static final org.openrdf.model.URI contributorProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#contributor)
static final org.openrdf.model.URI categoryProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#category)
static final org.openrdf.model.URI titleProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#title)
static final org.openrdf.model.URI emailProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#email)
static final org.openrdf.model.URI contentProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#content)
| Method Detail |
|---|
TextContent getRights()
throws JastorException
TextContent
JastorExceptionrightsProperty
void setRights(TextContent rights)
throws JastorException
{@link - org.openanzo.atom.jastor.atomowl.TextContent}
JastorExceptionrightsProperty
TextContent setRights()
throws JastorException
TextContent, the created value
JastorExceptionrightsProperty
TextContent setRights(org.openrdf.model.Resource resource)
throws JastorException
TextContent with the factory.
and calling setRights(org.openanzo.atom.jastor.atomowl.TextContent rights)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#TextContent. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
TextContent, the newly created value
JastorExceptionrightsProperty
info.aduna.collections.iterators.CloseableIterator<Person> getAuthor()
throws JastorException
Iterator of Person
JastorExceptionauthorProperty
void addAuthor(Person author)
throws JastorException
The - Person to add
JastorExceptionauthorProperty
Person addAuthor()
throws JastorException
Person created
JastorExceptionauthorProperty
Person addAuthor(org.openrdf.model.Resource resource)
throws JastorException
Person with the factory
and calling addAuthor(org.openanzo.atom.jastor.atomowl.Person author)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Person. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionauthorProperty
void removeAuthor(Person author)
throws JastorException
The - Person to remove
JastorExceptionauthorProperty
info.aduna.collections.iterators.CloseableIterator<Link> getLink()
throws JastorException
Iterator of Link
JastorExceptionlinkProperty
void addLink(Link link)
throws JastorException
The - Link to add
JastorExceptionlinkProperty
Link addLink()
throws JastorException
Link created
JastorExceptionlinkProperty
Link addLink(org.openrdf.model.Resource resource)
throws JastorException
Link with the factory
and calling addLink(org.openanzo.atom.jastor.atomowl.Link link)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Link. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionlinkProperty
void removeLink(Link link)
throws JastorException
The - Link to remove
JastorExceptionlinkProperty
info.aduna.collections.iterators.CloseableIterator<Person> getContributor()
throws JastorException
Iterator of Person
JastorExceptioncontributorProperty
void addContributor(Person contributor)
throws JastorException
The - Person to add
JastorExceptioncontributorProperty
Person addContributor()
throws JastorException
Person created
JastorExceptioncontributorProperty
Person addContributor(org.openrdf.model.Resource resource)
throws JastorException
Person with the factory
and calling addContributor(org.openanzo.atom.jastor.atomowl.Person contributor)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Person. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptioncontributorProperty
void removeContributor(Person contributor)
throws JastorException
The - Person to remove
JastorExceptioncontributorProperty
info.aduna.collections.iterators.CloseableIterator<Category> getCategory()
throws JastorException
Iterator of Category
JastorExceptioncategoryProperty
void addCategory(Category category)
throws JastorException
The - Category to add
JastorExceptioncategoryProperty
Category addCategory()
throws JastorException
Category created
JastorExceptioncategoryProperty
Category addCategory(org.openrdf.model.Resource resource)
throws JastorException
Category with the factory
and calling addCategory(org.openanzo.atom.jastor.atomowl.Category category)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Category. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptioncategoryProperty
void removeCategory(Category category)
throws JastorException
The - Category to remove
JastorExceptioncategoryProperty
TextContent getTitle()
throws JastorException
TextContent
JastorExceptiontitleProperty
void setTitle(TextContent title)
throws JastorException
{@link - org.openanzo.atom.jastor.atomowl.TextContent}
JastorExceptiontitleProperty
TextContent setTitle()
throws JastorException
TextContent, the created value
JastorExceptiontitleProperty
TextContent setTitle(org.openrdf.model.Resource resource)
throws JastorException
TextContent with the factory.
and calling setTitle(org.openanzo.atom.jastor.atomowl.TextContent title)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#TextContent. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
TextContent, the newly created value
JastorExceptiontitleProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getEmail()
throws JastorException
Iterator of GraphThing
JastorExceptionemailProperty
void addEmail(GraphThing email)
throws JastorException
The - GraphThing to add
JastorExceptionemailProperty
GraphThing addEmail()
throws JastorException
GraphThing created
JastorExceptionemailProperty
GraphThing addEmail(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addEmail(org.openanzo.jastor.GraphThing email)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionemailProperty
void removeEmail(GraphThing email)
throws JastorException
The - GraphThing to remove
JastorExceptionemailProperty
Content getContent()
throws JastorException
Content
JastorExceptioncontentProperty
void setContent(Content content)
throws JastorException
{@link - org.openanzo.atom.jastor.atomowl.Content}
JastorExceptioncontentProperty
Content setContent()
throws JastorException
Content, the created value
JastorExceptioncontentProperty
Content setContent(org.openrdf.model.Resource resource)
throws JastorException
Content with the factory.
and calling setContent(org.openanzo.atom.jastor.atomowl.Content content)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Content. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Content, the newly created value
JastorExceptioncontentProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||