org.openanzo.atom.jastor.foaf
Class PersonalProfileDocumentImpl

java.lang.Object
  extended by org.openanzo.jastor.GraphThingImpl
      extended by org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
All Implemented Interfaces:
Document, PersonalProfileDocument, CoreThing, GraphThing

public class PersonalProfileDocumentImpl
extends GraphThingImpl
implements PersonalProfileDocument

Implementation of PersonalProfileDocument Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this class.

(URI: http://xmlns.com/foaf/0.1/PersonalProfileDocument)



Field Summary
 
Fields inherited from interface org.openanzo.atom.jastor.foaf.PersonalProfileDocument
TYPE
 
Method Summary
 Image addDepiction()
          Adds an anonymous value for the 'depiction' property
 void addDepiction(Image depiction)
          Adds a value for the 'depiction' property
 Image addDepiction(org.openrdf.model.Resource resource)
          Adds a value for the 'depiction' property.
 void addDnaChecksum(org.openrdf.model.Literal dnaChecksum)
          Add a 'dnaChecksum' property value
 GraphThing addFundedBy()
          Adds an anonymous value for the 'fundedBy' property
 void addFundedBy(GraphThing fundedBy)
          Adds a value for the 'fundedBy' property
 GraphThing addFundedBy(org.openrdf.model.Resource resource)
          Adds a value for the 'fundedBy' property.
 GraphThing addGivenname()
          Adds an anonymous value for the 'givenname' property
 void addGivenname(GraphThing givenname)
          Adds a value for the 'givenname' property
 GraphThing addGivenname(org.openrdf.model.Resource resource)
          Adds a value for the 'givenname' property.
 GraphThing addLogo()
          Adds an anonymous value for the 'logo' property
 void addLogo(GraphThing logo)
          Adds a value for the 'logo' property
 GraphThing addLogo(org.openrdf.model.Resource resource)
          Adds a value for the 'logo' property.
 Agent addMaker()
          Adds an anonymous value for the 'maker' property
 void addMaker(Agent maker)
          Adds a value for the 'maker' property
 Agent addMaker(org.openrdf.model.Resource resource)
          Adds a value for the 'maker' property.
 void addName(org.openrdf.model.Literal name)
          Add a 'name' property value
 GraphThing addNick()
          Adds an anonymous value for the 'nick' property
 void addNick(GraphThing nick)
          Adds a value for the 'nick' property
 GraphThing addNick(org.openrdf.model.Resource resource)
          Adds a value for the 'nick' property.
 Document addPage()
          Adds an anonymous value for the 'page' property
 void addPage(Document page)
          Adds a value for the 'page' property
 Document addPage(org.openrdf.model.Resource resource)
          Adds a value for the 'page' property.
 GraphThing addPhone()
          Adds an anonymous value for the 'phone' property
 void addPhone(GraphThing phone)
          Adds a value for the 'phone' property
 GraphThing addPhone(org.openrdf.model.Resource resource)
          Adds a value for the 'phone' property.
 GraphThing addSha1()
          Adds an anonymous value for the 'sha1' property
 void addSha1(GraphThing sha1)
          Adds a value for the 'sha1' property
 GraphThing addSha1(org.openrdf.model.Resource resource)
          Adds a value for the 'sha1' property.
 GraphThing addTheme()
          Adds an anonymous value for the 'theme' property
 void addTheme(GraphThing theme)
          Adds a value for the 'theme' property
 GraphThing addTheme(org.openrdf.model.Resource resource)
          Adds a value for the 'theme' property.
 GraphThing addTitle()
          Adds an anonymous value for the 'title' property
 void addTitle(GraphThing title)
          Adds a value for the 'title' property
 GraphThing addTitle(org.openrdf.model.Resource resource)
          Adds a value for the 'title' property.
 GraphThing addTopic()
          Adds an anonymous value for the 'topic' property
 void addTopic(GraphThing topic)
          Adds a value for the 'topic' property
 GraphThing addTopic(org.openrdf.model.Resource resource)
          Adds a value for the 'topic' property.
 info.aduna.collections.iterators.CloseableIterator<Image> getDepiction()
          Get an Iterator the 'depiction' property values.
 info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getDnaChecksum()
          Iterates through the 'dnaChecksum' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getFundedBy()
          Get an Iterator the 'fundedBy' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getGivenname()
          Get an Iterator the 'givenname' property values.
 Document getHomepage()
          Gets the 'homepage' property value
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getLogo()
          Get an Iterator the 'logo' property values.
 info.aduna.collections.iterators.CloseableIterator<Agent> getMaker()
          Get an Iterator the 'maker' property values.
 info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getName()
          Iterates through the 'name' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getNick()
          Get an Iterator the 'nick' property values.
 info.aduna.collections.iterators.CloseableIterator<Document> getPage()
          Get an Iterator the 'page' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getPhone()
          Get an Iterator the 'phone' property values.
 GraphThing getPrimaryTopic()
          Gets the 'primaryTopic' property value
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getSha1()
          Get an Iterator the 'sha1' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getTheme()
          Get an Iterator the 'theme' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getTitle()
          Get an Iterator the 'title' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getTopic()
          Get an Iterator the 'topic' property values.
 java.util.Collection<org.openrdf.model.Statement> listStatements()
          Get set of statements that makeup this THINGS's properties and types
 void removeDepiction(Image depiction)
          Removes a value for the 'depiction' property.
 void removeDnaChecksum(org.openrdf.model.Literal dnaChecksum)
          Remove a 'dnaChecksum' property value.
 void removeFundedBy(GraphThing fundedBy)
          Removes a value for the 'fundedBy' property.
 void removeGivenname(GraphThing givenname)
          Removes a value for the 'givenname' property.
 void removeLogo(GraphThing logo)
          Removes a value for the 'logo' property.
 void removeMaker(Agent maker)
          Removes a value for the 'maker' property.
 void removeName(org.openrdf.model.Literal name)
          Remove a 'name' property value.
 void removeNick(GraphThing nick)
          Removes a value for the 'nick' property.
 void removePage(Document page)
          Removes a value for the 'page' property.
 void removePhone(GraphThing phone)
          Removes a value for the 'phone' property.
 void removeSha1(GraphThing sha1)
          Removes a value for the 'sha1' property.
 void removeTheme(GraphThing theme)
          Removes a value for the 'theme' property.
 void removeTitle(GraphThing title)
          Removes a value for the 'title' property.
 void removeTopic(GraphThing topic)
          Removes a value for the 'topic' property.
 Document setHomepage()
          Sets the 'homepage' property value to an anonymous node
 void setHomepage(Document homepage)
          Sets the 'homepage' property value
 Document setHomepage(org.openrdf.model.Resource resource)
          Sets the 'homepage' property value to the given resource, and add's rdf:type properties.
 GraphThing setPrimaryTopic()
          Sets the 'primaryTopic' property value to an anonymous node
 void setPrimaryTopic(GraphThing primaryTopic)
          Sets the 'primaryTopic' property value
 GraphThing setPrimaryTopic(org.openrdf.model.Resource resource)
          Sets the 'primaryTopic' property value to the given resource, and add's rdf:type properties.
 
Methods inherited from class org.openanzo.jastor.GraphThingImpl
clearCache, equals, getLiteral, getLiteralValue, getProperties, getPropertyValue, getPropertyValue, graph, isRDFType, registerListener, removeStatements, resource, setPropertyValue, setPropertyValue, toString, unregisterListener, uri
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openanzo.jastor.GraphThing
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue
 
Methods inherited from interface org.openanzo.jastor.CoreThing
clearCache, isRDFType, registerListener, removeStatements, resource, unregisterListener, uri
 

Method Detail

listStatements

public java.util.Collection<org.openrdf.model.Statement> listStatements()
Description copied from interface: CoreThing
Get set of statements that makeup this THINGS's properties and types

Specified by:
listStatements in interface CoreThing
Overrides:
listStatements in class GraphThingImpl
Returns:
set of statements that makeup this THINGS's properties and types

getSha1

public info.aduna.collections.iterators.CloseableIterator<GraphThing> getSha1()
                                                                       throws JastorException
Description copied from interface: Document
Get an Iterator the 'sha1' property values. This Iteartor may be used to remove all such values.

Specified by:
getSha1 in interface Document
Returns:
Iterator of GraphThing
Throws:
JastorException
See Also:
Document.sha1Property

addSha1

public void addSha1(GraphThing sha1)
             throws JastorException
Description copied from interface: Document
Adds a value for the 'sha1' property

Specified by:
addSha1 in interface Document
Throws:
JastorException
See Also:
Document.sha1Property

addSha1

public GraphThing addSha1()
                   throws JastorException
Description copied from interface: Document
Adds an anonymous value for the 'sha1' property

Specified by:
addSha1 in interface Document
Returns:
The anoymous GraphThing created
Throws:
JastorException
See Also:
Document.sha1Property

addSha1

public GraphThing addSha1(org.openrdf.model.Resource resource)
                   throws JastorException
Description copied from interface: Document
Adds a value for the 'sha1' property. This method is equivalent constructing a new instance of GraphThing with the factory and calling addSha1(org.openanzo.jastor.GraphThing sha1) 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.

Specified by:
addSha1 in interface Document
Throws:
JastorException
See Also:
Document.sha1Property

removeSha1

public void removeSha1(GraphThing sha1)
                throws JastorException
Description copied from interface: Document
Removes a value for the 'sha1' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeSha1 in interface Document
Throws:
JastorException
See Also:
Document.sha1Property

getPrimaryTopic

public GraphThing getPrimaryTopic()
                           throws JastorException
Description copied from interface: Document
Gets the 'primaryTopic' property value

Specified by:
getPrimaryTopic in interface Document
Returns:
GraphThing
Throws:
JastorException
See Also:
Document.primaryTopicProperty

setPrimaryTopic

public void setPrimaryTopic(GraphThing primaryTopic)
                     throws JastorException
Description copied from interface: Document
Sets the 'primaryTopic' property value

Specified by:
setPrimaryTopic in interface Document
Throws:
JastorException
See Also:
Document.primaryTopicProperty

setPrimaryTopic

public GraphThing setPrimaryTopic()
                           throws JastorException
Description copied from interface: Document
Sets the 'primaryTopic' property value to an anonymous node

Specified by:
setPrimaryTopic in interface Document
Returns:
GraphThing, the created value
Throws:
JastorException
See Also:
Document.primaryTopicProperty

setPrimaryTopic

public GraphThing setPrimaryTopic(org.openrdf.model.Resource resource)
                           throws JastorException
Description copied from interface: Document
Sets the 'primaryTopic' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of GraphThing with the factory. and calling setPrimaryTopic(org.openanzo.jastor.GraphThing primaryTopic) 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.

Specified by:
setPrimaryTopic in interface Document
Returns:
GraphThing, the newly created value
Throws:
JastorException
See Also:
Document.primaryTopicProperty

getTopic

public info.aduna.collections.iterators.CloseableIterator<GraphThing> getTopic()
                                                                        throws JastorException
Description copied from interface: Document
Get an Iterator the 'topic' property values. This Iteartor may be used to remove all such values.

Specified by:
getTopic in interface Document
Returns:
Iterator of GraphThing
Throws:
JastorException
See Also:
Document.topicProperty

addTopic

public void addTopic(GraphThing topic)
              throws JastorException
Description copied from interface: Document
Adds a value for the 'topic' property

Specified by:
addTopic in interface Document
Throws:
JastorException
See Also:
Document.topicProperty

addTopic

public GraphThing addTopic()
                    throws JastorException
Description copied from interface: Document
Adds an anonymous value for the 'topic' property

Specified by:
addTopic in interface Document
Returns:
The anoymous GraphThing created
Throws:
JastorException
See Also:
Document.topicProperty

addTopic

public GraphThing addTopic(org.openrdf.model.Resource resource)
                    throws JastorException
Description copied from interface: Document
Adds a value for the 'topic' property. This method is equivalent constructing a new instance of GraphThing with the factory and calling addTopic(org.openanzo.jastor.GraphThing topic) 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.

Specified by:
addTopic in interface Document
Throws:
JastorException
See Also:
Document.topicProperty

removeTopic

public void removeTopic(GraphThing topic)
                 throws JastorException
Description copied from interface: Document
Removes a value for the 'topic' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeTopic in interface Document
Throws:
JastorException
See Also:
Document.topicProperty

getFundedBy

public info.aduna.collections.iterators.CloseableIterator<GraphThing> getFundedBy()
                                                                           throws JastorException
Description copied from interface: Document
Get an Iterator the 'fundedBy' property values. This Iteartor may be used to remove all such values.

Specified by:
getFundedBy in interface Document
Returns:
Iterator of GraphThing
Throws:
JastorException
See Also:
Document.fundedByProperty

addFundedBy

public void addFundedBy(GraphThing fundedBy)
                 throws JastorException
Description copied from interface: Document
Adds a value for the 'fundedBy' property

Specified by:
addFundedBy in interface Document
Throws:
JastorException
See Also:
Document.fundedByProperty

addFundedBy

public GraphThing addFundedBy()
                       throws JastorException
Description copied from interface: Document
Adds an anonymous value for the 'fundedBy' property

Specified by:
addFundedBy in interface Document
Returns:
The anoymous GraphThing created
Throws:
JastorException
See Also:
Document.fundedByProperty

addFundedBy

public GraphThing addFundedBy(org.openrdf.model.Resource resource)
                       throws JastorException
Description copied from interface: Document
Adds a value for the 'fundedBy' property. This method is equivalent constructing a new instance of GraphThing with the factory and calling addFundedBy(org.openanzo.jastor.GraphThing fundedBy) 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.

Specified by:
addFundedBy in interface Document
Throws:
JastorException
See Also:
Document.fundedByProperty

removeFundedBy

public void removeFundedBy(GraphThing fundedBy)
                    throws JastorException
Description copied from interface: Document
Removes a value for the 'fundedBy' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeFundedBy in interface Document
Throws:
JastorException
See Also:
Document.fundedByProperty

getHomepage

public Document getHomepage()
                     throws JastorException
Description copied from interface: Document
Gets the 'homepage' property value

Specified by:
getHomepage in interface Document
Returns:
Document
Throws:
JastorException
See Also:
Document.homepageProperty

setHomepage

public void setHomepage(Document homepage)
                 throws JastorException
Description copied from interface: Document
Sets the 'homepage' property value

Specified by:
setHomepage in interface Document
Throws:
JastorException
See Also:
Document.homepageProperty

setHomepage

public Document setHomepage()
                     throws JastorException
Description copied from interface: Document
Sets the 'homepage' property value to an anonymous node

Specified by:
setHomepage in interface Document
Returns:
Document, the created value
Throws:
JastorException
See Also:
Document.homepageProperty

setHomepage

public Document setHomepage(org.openrdf.model.Resource resource)
                     throws JastorException
Description copied from interface: Document
Sets the 'homepage' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of Document with the factory. and calling setHomepage(org.openanzo.atom.jastor.foaf.Document homepage) The resource argument have rdf:type http://xmlns.com/foaf/0.1/Document. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
setHomepage in interface Document
Returns:
Document, the newly created value
Throws:
JastorException
See Also:
Document.homepageProperty

getDepiction

public info.aduna.collections.iterators.CloseableIterator<Image> getDepiction()
                                                                       throws JastorException
Description copied from interface: Document
Get an Iterator the 'depiction' property values. This Iteartor may be used to remove all such values.

Specified by:
getDepiction in interface Document
Returns:
Iterator of Image
Throws:
JastorException
See Also:
Document.depictionProperty

addDepiction

public void addDepiction(Image depiction)
                  throws JastorException
Description copied from interface: Document
Adds a value for the 'depiction' property

Specified by:
addDepiction in interface Document
Throws:
JastorException
See Also:
Document.depictionProperty

addDepiction

public Image addDepiction()
                   throws JastorException
Description copied from interface: Document
Adds an anonymous value for the 'depiction' property

Specified by:
addDepiction in interface Document
Returns:
The anoymous Image created
Throws:
JastorException
See Also:
Document.depictionProperty

addDepiction

public Image addDepiction(org.openrdf.model.Resource resource)
                   throws JastorException
Description copied from interface: Document
Adds a value for the 'depiction' property. This method is equivalent constructing a new instance of Image with the factory and calling addDepiction(org.openanzo.atom.jastor.foaf.Image depiction) The resource argument have rdf:type http://xmlns.com/foaf/0.1/Image. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
addDepiction in interface Document
Throws:
JastorException
See Also:
Document.depictionProperty

removeDepiction

public void removeDepiction(Image depiction)
                     throws JastorException
Description copied from interface: Document
Removes a value for the 'depiction' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeDepiction in interface Document
Throws:
JastorException
See Also:
Document.depictionProperty

getName

public info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getName()
                                                                                      throws JastorException
Description copied from interface: Document
Iterates through the 'name' property values. This Iteartor may be used to remove all such values.

Specified by:
getName in interface Document
Returns:
Iterator of Literal
Throws:
JastorException
See Also:
Document.nameProperty

addName

public void addName(org.openrdf.model.Literal name)
             throws JastorException
Description copied from interface: Document
Add a 'name' property value

Specified by:
addName in interface Document
Throws:
JastorException
See Also:
Document.nameProperty

removeName

public void removeName(org.openrdf.model.Literal name)
                throws JastorException
Description copied from interface: Document
Remove a 'name' property value. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeName in interface Document
Throws:
JastorException
See Also:
Document.nameProperty

getLogo

public info.aduna.collections.iterators.CloseableIterator<GraphThing> getLogo()
                                                                       throws JastorException
Description copied from interface: Document
Get an Iterator the 'logo' property values. This Iteartor may be used to remove all such values.

Specified by:
getLogo in interface Document
Returns:
Iterator of GraphThing
Throws:
JastorException
See Also:
Document.logoProperty

addLogo

public void addLogo(GraphThing logo)
             throws JastorException
Description copied from interface: Document
Adds a value for the 'logo' property

Specified by:
addLogo in interface Document
Throws:
JastorException
See Also:
Document.logoProperty

addLogo

public GraphThing addLogo()
                   throws JastorException
Description copied from interface: Document
Adds an anonymous value for the 'logo' property

Specified by:
addLogo in interface Document
Returns:
The anoymous GraphThing created
Throws:
JastorException
See Also:
Document.logoProperty

addLogo

public GraphThing addLogo(org.openrdf.model.Resource resource)
                   throws JastorException
Description copied from interface: Document
Adds a value for the 'logo' property. This method is equivalent constructing a new instance of GraphThing with the factory and calling addLogo(org.openanzo.jastor.GraphThing logo) 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.

Specified by:
addLogo in interface Document
Throws:
JastorException
See Also:
Document.logoProperty

removeLogo

public void removeLogo(GraphThing logo)
                throws JastorException
Description copied from interface: Document
Removes a value for the 'logo' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeLogo in interface Document
Throws:
JastorException
See Also:
Document.logoProperty

getTheme

public info.aduna.collections.iterators.CloseableIterator<GraphThing> getTheme()
                                                                        throws JastorException
Description copied from interface: Document
Get an Iterator the 'theme' property values. This Iteartor may be used to remove all such values.

Specified by:
getTheme in interface Document
Returns:
Iterator of GraphThing
Throws:
JastorException
See Also:
Document.themeProperty

addTheme

public void addTheme(GraphThing theme)
              throws JastorException
Description copied from interface: Document
Adds a value for the 'theme' property

Specified by:
addTheme in interface Document
Throws:
JastorException
See Also:
Document.themeProperty

addTheme

public GraphThing addTheme()
                    throws JastorException
Description copied from interface: Document
Adds an anonymous value for the 'theme' property

Specified by:
addTheme in interface Document
Returns:
The anoymous GraphThing created
Throws:
JastorException
See Also:
Document.themeProperty

addTheme

public GraphThing addTheme(org.openrdf.model.Resource resource)
                    throws JastorException
Description copied from interface: Document
Adds a value for the 'theme' property. This method is equivalent constructing a new instance of GraphThing with the factory and calling addTheme(org.openanzo.jastor.GraphThing theme) 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.

Specified by:
addTheme in interface Document
Throws:
JastorException
See Also:
Document.themeProperty

removeTheme

public void removeTheme(GraphThing theme)
                 throws JastorException
Description copied from interface: Document
Removes a value for the 'theme' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeTheme in interface Document
Throws:
JastorException
See Also:
Document.themeProperty

getMaker

public info.aduna.collections.iterators.CloseableIterator<Agent> getMaker()
                                                                   throws JastorException
Description copied from interface: Document
Get an Iterator the 'maker' property values. This Iteartor may be used to remove all such values.

Specified by:
getMaker in interface Document
Returns:
Iterator of Agent
Throws:
JastorException
See Also:
Document.makerProperty

addMaker

public void addMaker(Agent maker)
              throws JastorException
Description copied from interface: Document
Adds a value for the 'maker' property

Specified by:
addMaker in interface Document
Throws:
JastorException
See Also:
Document.makerProperty

addMaker

public Agent addMaker()
               throws JastorException
Description copied from interface: Document
Adds an anonymous value for the 'maker' property

Specified by:
addMaker in interface Document
Returns:
The anoymous Agent created
Throws:
JastorException
See Also:
Document.makerProperty

addMaker

public Agent addMaker(org.openrdf.model.Resource resource)
               throws JastorException
Description copied from interface: Document
Adds a value for the 'maker' property. This method is equivalent constructing a new instance of Agent with the factory and calling addMaker(org.openanzo.atom.jastor.foaf.Agent maker) The resource argument have rdf:type http://xmlns.com/foaf/0.1/Agent. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
addMaker in interface Document
Throws:
JastorException
See Also:
Document.makerProperty

removeMaker

public void removeMaker(Agent maker)
                 throws JastorException
Description copied from interface: Document
Removes a value for the 'maker' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeMaker in interface Document
Throws:
JastorException
See Also:
Document.makerProperty

getDnaChecksum

public info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getDnaChecksum()
                                                                                             throws JastorException
Description copied from interface: Document
Iterates through the 'dnaChecksum' property values. This Iteartor may be used to remove all such values.

Specified by:
getDnaChecksum in interface Document
Returns:
Iterator of Literal
Throws:
JastorException
See Also:
Document.dnaChecksumProperty

addDnaChecksum

public void addDnaChecksum(org.openrdf.model.Literal dnaChecksum)
                    throws JastorException
Description copied from interface: Document
Add a 'dnaChecksum' property value

Specified by:
addDnaChecksum in interface Document
Throws:
JastorException
See Also:
Document.dnaChecksumProperty

removeDnaChecksum

public void removeDnaChecksum(org.openrdf.model.Literal dnaChecksum)
                       throws JastorException
Description copied from interface: Document
Remove a 'dnaChecksum' property value. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeDnaChecksum in interface Document
Throws:
JastorException
See Also:
Document.dnaChecksumProperty

getPhone

public info.aduna.collections.iterators.CloseableIterator<GraphThing> getPhone()
                                                                        throws JastorException
Description copied from interface: Document
Get an Iterator the 'phone' property values. This Iteartor may be used to remove all such values.

Specified by:
getPhone in interface Document
Returns:
Iterator of GraphThing
Throws:
JastorException
See Also:
Document.phoneProperty

addPhone

public void addPhone(