/******************************************************************************* * Copyright (c) 2004, 2007-2008 IBM Corporation and Cambridge Semantics Incorporated. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * File: $Source$ * Created by: Generated Source from org.openanzo.jdbc.utils.opgen.jet * Created on: Generated Source from org.openanzo.jdbc.utils.opgen.jet * Revision: $Id$ * * Contributors: * IBM Corporation - initial API and implementation * Cambridge Semantics Incorporated - Fork to Anzo *******************************************************************************/ package org.openanzo.ontologies.foaf; /** * Interface for Agent ontology class<br> * Use the org.openanzo.ontologies.foaf.FOAFFactory to create instances of this interface. * <p>(URI: http://xmlns.com/foaf/0.1/Agent)</p> * <br> * RDF Schema Standard Properties <br> * label : Agent <br> * comment : An agent (eg. person, group, software or physical artifact). <br> * <br> * <br> */ @SuppressWarnings("all") public interface Agent extends org.openanzo.rdf.jastor.Thing { /** * The rdf:type for this ontology class */ public static final org.openanzo.rdf.URI TYPE = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/Agent"); /** * The Anzo Property for description * <p>(URI: http://purl.org/dc/elements/1.1/description)</p> * <br> */ public static org.openanzo.rdf.URI descriptionProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://purl.org/dc/elements/1.1/description"); /** * The Anzo Property for aimChatID * <p>(URI: http://xmlns.com/foaf/0.1/aimChatID)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : AIM chat ID <br> * comment : An AIM chat ID <br> * <br> */ public static org.openanzo.rdf.URI aimChatIDProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/aimChatID"); /** * The Anzo Property for birthday * <p>(URI: http://xmlns.com/foaf/0.1/birthday)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : birthday <br> * comment : The birthday of this Agent, represented in mm-dd string form, eg. '12-31'. <br> * <br> */ public static org.openanzo.rdf.URI birthdayProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/birthday"); /** * The Anzo Property for gender * <p>(URI: http://xmlns.com/foaf/0.1/gender)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : gender <br> * comment : The gender of this Agent (typically but not necessarily 'male' or 'female'). <br> * <br> */ public static org.openanzo.rdf.URI genderProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/gender"); /** * The Anzo Property for icqChatID * <p>(URI: http://xmlns.com/foaf/0.1/icqChatID)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : ICQ chat ID <br> * comment : An ICQ chat ID <br> * <br> */ public static org.openanzo.rdf.URI icqChatIDProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/icqChatID"); /** * The Anzo Property for jabberID * <p>(URI: http://xmlns.com/foaf/0.1/jabberID)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : jabber ID <br> * comment : A jabber ID for something. <br> * <br> */ public static org.openanzo.rdf.URI jabberIDProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/jabberID"); /** * The Anzo Property for mbox__sha1sum * <p>(URI: http://xmlns.com/foaf/0.1/mbox_sha1sum)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : mailbox sha1sum <br> * comment : The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox. <br> * <br> */ public static org.openanzo.rdf.URI mbox__sha1sumProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/mbox_sha1sum"); /** * The Anzo Property for msnChatID * <p>(URI: http://xmlns.com/foaf/0.1/msnChatID)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : MSN chat ID <br> * comment : An MSN chat ID <br> * <br> */ public static org.openanzo.rdf.URI msnChatIDProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/msnChatID"); /** * The Anzo Property for yahooChatID * <p>(URI: http://xmlns.com/foaf/0.1/yahooChatID)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : Yahoo chat ID <br> * comment : A Yahoo chat ID <br> * <br> */ public static org.openanzo.rdf.URI yahooChatIDProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/yahooChatID"); /** * The Anzo Property for holdsAccount * <p>(URI: http://xmlns.com/foaf/0.1/holdsAccount)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : holds account <br> * comment : Indicates an account held by this agent. <br> * <br> */ public static org.openanzo.rdf.URI holdsAccountProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/holdsAccount"); /** * The Anzo Property for made * <p>(URI: http://xmlns.com/foaf/0.1/made)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : made <br> * comment : Something that was made by this agent. <br> * <br> */ public static org.openanzo.rdf.URI madeProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/made"); /** * The Anzo Property for mbox * <p>(URI: http://xmlns.com/foaf/0.1/mbox)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : personal mailbox <br> * comment : A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that there is (across time and change) at most one individual that ever has any particular value for foaf:mbox. <br> * <br> */ public static org.openanzo.rdf.URI mboxProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/mbox"); /** * The Anzo Property for tipjar * <p>(URI: http://xmlns.com/foaf/0.1/tipjar)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : tipjar <br> * comment : A tipjar document for this agent, describing means for payment and reward. <br> * <br> */ public static org.openanzo.rdf.URI tipjarProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/tipjar"); /** * The Anzo Property for weblog * <p>(URI: http://xmlns.com/foaf/0.1/weblog)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : weblog <br> * comment : A weblog of some thing (whether person, group, company etc.). <br> * <br> */ public static org.openanzo.rdf.URI weblogProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/weblog"); /** * The Anzo Property for depiction * <p>(URI: http://xmlns.com/foaf/0.1/depiction)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : depiction <br> * comment : A depiction of some thing. <br> * <br> */ public static org.openanzo.rdf.URI depictionProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/depiction"); /** * The Anzo Property for fundedBy * <p>(URI: http://xmlns.com/foaf/0.1/fundedBy)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : funded by <br> * comment : An organization funding a project or person. <br> * <br> */ public static org.openanzo.rdf.URI fundedByProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/fundedBy"); /** * The Anzo Property for homepage * <p>(URI: http://xmlns.com/foaf/0.1/homepage)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : homepage <br> * comment : A homepage for some thing. <br> * <br> */ public static org.openanzo.rdf.URI homepageProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/homepage"); /** * The Anzo Property for isPrimaryTopicOf * <p>(URI: http://xmlns.com/foaf/0.1/isPrimaryTopicOf)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : is primary topic of <br> * comment : A document that this thing is the primary topic of. <br> * <br> */ public static org.openanzo.rdf.URI isPrimaryTopicOfProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/isPrimaryTopicOf"); /** * The Anzo Property for logo * <p>(URI: http://xmlns.com/foaf/0.1/logo)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : logo <br> * comment : A logo representing some thing. <br> * <br> */ public static org.openanzo.rdf.URI logoProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/logo"); /** * The Anzo Property for maker * <p>(URI: http://xmlns.com/foaf/0.1/maker)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : maker <br> * comment : An agent that made this thing. <br> * <br> */ public static org.openanzo.rdf.URI makerProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/maker"); /** * The Anzo Property for page * <p>(URI: http://xmlns.com/foaf/0.1/page)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : page <br> * comment : A page or document about this thing. <br> * <br> */ public static org.openanzo.rdf.URI pageProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/page"); /** * The Anzo Property for theme * <p>(URI: http://xmlns.com/foaf/0.1/theme)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : theme <br> * comment : A theme. <br> * <br> */ public static org.openanzo.rdf.URI themeProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/theme"); /** * The Anzo Property for dnaChecksum * <p>(URI: http://xmlns.com/foaf/0.1/dnaChecksum)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : DNA checksum <br> * comment : A checksum for the DNA of some thing. Joke. <br> * <br> */ public static org.openanzo.rdf.URI dnaChecksumProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/dnaChecksum"); /** * The Anzo Property for nick * <p>(URI: http://xmlns.com/foaf/0.1/nick)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : nickname <br> * comment : A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames). <br> * <br> */ public static org.openanzo.rdf.URI nickProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/nick"); /** * The Anzo Property for title * <p>(URI: http://xmlns.com/foaf/0.1/title)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : title <br> * comment : Title (Mr, Mrs, Ms, Dr. etc) <br> * <br> */ public static org.openanzo.rdf.URI titleProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/title"); /** * The Anzo Property for phone * <p>(URI: http://xmlns.com/foaf/0.1/phone)</p> * <br> * <br> * RDF Schema Standard Properties <br> * isDefinedBy : http://xmlns.com/foaf/0.1/ <br> * label : phone <br> * comment : A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel). <br> * <br> */ public static org.openanzo.rdf.URI phoneProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://xmlns.com/foaf/0.1/phone"); /** * Iterates through the 'description' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #descriptionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getDescription() throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'description' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #descriptionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getDescription(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Add a 'description' property value * @param description {@link org.openanzo.rdf.Literal}, the value to add * @see #descriptionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addDescription(org.openanzo.rdf.Literal description) throws org.openanzo.rdf.jastor.JastorException; /** * Remove a 'description' 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. * @param description {@link org.openanzo.rdf.Literal}, the value to remove * @see #descriptionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeDescription(org.openanzo.rdf.Literal description) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'description'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #descriptionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDescription(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'aimChatID' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #aimChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getAimChatID() throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'aimChatID' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #aimChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getAimChatID(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Add a 'aimChatID' property value * @param aimChatID {@link org.openanzo.rdf.Literal}, the value to add * @see #aimChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addAimChatID(org.openanzo.rdf.Literal aimChatID) throws org.openanzo.rdf.jastor.JastorException; /** * Remove a 'aimChatID' 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. * @param aimChatID {@link org.openanzo.rdf.Literal}, the value to remove * @see #aimChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeAimChatID(org.openanzo.rdf.Literal aimChatID) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'aimChatID'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #aimChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearAimChatID(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'birthday' property value from the given graph * @return {@link org.openanzo.rdf.Literal} * @see #birthdayProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.Literal getBirthday() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'birthday' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link org.openanzo.rdf.Literal} * @see #birthdayProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.Literal getBirthday(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'birthday' property value * @param birthday {@link org.openanzo.rdf.Literal}, the value to set * @see #birthdayProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setBirthday(org.openanzo.rdf.Literal birthday) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'birthday'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #birthdayProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearBirthday(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'gender' property value from the given graph * @return {@link org.openanzo.rdf.Literal} * @see #genderProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.Literal getGender() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'gender' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link org.openanzo.rdf.Literal} * @see #genderProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.Literal getGender(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'gender' property value * @param gender {@link org.openanzo.rdf.Literal}, the value to set * @see #genderProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setGender(org.openanzo.rdf.Literal gender) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'gender'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #genderProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearGender(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'icqChatID' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #icqChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getIcqChatID() throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'icqChatID' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #icqChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getIcqChatID(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Add a 'icqChatID' property value * @param icqChatID {@link org.openanzo.rdf.Literal}, the value to add * @see #icqChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addIcqChatID(org.openanzo.rdf.Literal icqChatID) throws org.openanzo.rdf.jastor.JastorException; /** * Remove a 'icqChatID' 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. * @param icqChatID {@link org.openanzo.rdf.Literal}, the value to remove * @see #icqChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeIcqChatID(org.openanzo.rdf.Literal icqChatID) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'icqChatID'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #icqChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearIcqChatID(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'jabberID' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #jabberIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getJabberID() throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'jabberID' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #jabberIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getJabberID(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Add a 'jabberID' property value * @param jabberID {@link org.openanzo.rdf.Literal}, the value to add * @see #jabberIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addJabberID(org.openanzo.rdf.Literal jabberID) throws org.openanzo.rdf.jastor.JastorException; /** * Remove a 'jabberID' 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. * @param jabberID {@link org.openanzo.rdf.Literal}, the value to remove * @see #jabberIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeJabberID(org.openanzo.rdf.Literal jabberID) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'jabberID'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #jabberIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearJabberID(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'mbox__sha1sum' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #mbox__sha1sumProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getMbox__sha1sum() throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'mbox__sha1sum' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #mbox__sha1sumProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getMbox__sha1sum(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Add a 'mbox__sha1sum' property value * @param mbox__sha1sum {@link org.openanzo.rdf.Literal}, the value to add * @see #mbox__sha1sumProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addMbox__sha1sum(org.openanzo.rdf.Literal mbox__sha1sum) throws org.openanzo.rdf.jastor.JastorException; /** * Remove a 'mbox__sha1sum' 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. * @param mbox__sha1sum {@link org.openanzo.rdf.Literal}, the value to remove * @see #mbox__sha1sumProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeMbox__sha1sum(org.openanzo.rdf.Literal mbox__sha1sum) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'mbox__sha1sum'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #mbox__sha1sumProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearMbox__sha1sum(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'msnChatID' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #msnChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getMsnChatID() throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'msnChatID' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #msnChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getMsnChatID(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Add a 'msnChatID' property value * @param msnChatID {@link org.openanzo.rdf.Literal}, the value to add * @see #msnChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addMsnChatID(org.openanzo.rdf.Literal msnChatID) throws org.openanzo.rdf.jastor.JastorException; /** * Remove a 'msnChatID' 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. * @param msnChatID {@link org.openanzo.rdf.Literal}, the value to remove * @see #msnChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeMsnChatID(org.openanzo.rdf.Literal msnChatID) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'msnChatID'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #msnChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearMsnChatID(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'yahooChatID' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #yahooChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getYahooChatID() throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'yahooChatID' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #yahooChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getYahooChatID(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Add a 'yahooChatID' property value * @param yahooChatID {@link org.openanzo.rdf.Literal}, the value to add * @see #yahooChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addYahooChatID(org.openanzo.rdf.Literal yahooChatID) throws org.openanzo.rdf.jastor.JastorException; /** * Remove a 'yahooChatID' 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. * @param yahooChatID {@link org.openanzo.rdf.Literal}, the value to remove * @see #yahooChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeYahooChatID(org.openanzo.rdf.Literal yahooChatID) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'yahooChatID'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #yahooChatIDProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearYahooChatID(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'holdsAccount' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.OnlineAccount} * @see #holdsAccountProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.OnlineAccount> getHoldsAccount() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'holdsAccount' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.OnlineAccount} * @see #holdsAccountProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.OnlineAccount> getHoldsAccount(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'holdsAccount' property * @param holdsAccount The {@link org.openanzo.ontologies.foaf.OnlineAccount} to add * @see #holdsAccountProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addHoldsAccount(org.openanzo.ontologies.foaf.OnlineAccount holdsAccount) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'holdsAccount' property * @return The anoymous {@link org.openanzo.ontologies.foaf.OnlineAccount} created * @see #holdsAccountProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.OnlineAccount addHoldsAccount() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'holdsAccount' property. This * method is equivalent constructing a new instance of {@link org.openanzo.ontologies.foaf.OnlineAccount} with the factory * and calling addHoldsAccount(org.openanzo.ontologies.foaf.OnlineAccount holdsAccount) * The resource argument have rdf:type http://xmlns.com/foaf/0.1/OnlineAccount. That is, this method * should not be used as a shortcut for creating new objects in the model. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.ontologies.foaf.OnlineAccount, value added * @see #holdsAccountProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.OnlineAccount addHoldsAccount(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'holdsAccount' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param holdsAccount The {@link org.openanzo.ontologies.foaf.OnlineAccount} to remove * @see #holdsAccountProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeHoldsAccount(org.openanzo.ontologies.foaf.OnlineAccount holdsAccount) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'holdsAccount' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param holdsAccount The {@link org.openanzo.rdf.Resource} to remove * @see #holdsAccountProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeHoldsAccount(org.openanzo.rdf.Resource holdsAccount) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'holdsAccount'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #holdsAccountProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearHoldsAccount(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'made' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.jastor.Thing} * @see #madeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.jastor.Thing> getMade() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'made' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.jastor.Thing} * @see #madeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.jastor.Thing> getMade(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'made' property * @param made The {@link org.openanzo.rdf.jastor.Thing} to add * @see #madeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addMade(org.openanzo.rdf.jastor.Thing made) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'made' property * @return The anoymous {@link org.openanzo.rdf.jastor.Thing} created * @see #madeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing addMade() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'made' property. This * method is equivalent constructing a new instance of {@link org.openanzo.rdf.jastor.Thing} with the factory * and calling addMade(org.openanzo.rdf.jastor.Thing made) * 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. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.rdf.jastor.Thing, value added * @see #madeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing addMade(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'made' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param made The {@link org.openanzo.rdf.jastor.Thing} to remove * @see #madeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeMade(org.openanzo.rdf.jastor.Thing made) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'made' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param made The {@link org.openanzo.rdf.Resource} to remove * @see #madeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeMade(org.openanzo.rdf.Resource made) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'made'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #madeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearMade(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'mbox' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.jastor.Thing} * @see #mboxProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.jastor.Thing> getMbox() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'mbox' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.jastor.Thing} * @see #mboxProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.jastor.Thing> getMbox(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'mbox' property * @param mbox The {@link org.openanzo.rdf.jastor.Thing} to add * @see #mboxProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addMbox(org.openanzo.rdf.jastor.Thing mbox) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'mbox' property * @return The anoymous {@link org.openanzo.rdf.jastor.Thing} created * @see #mboxProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing addMbox() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'mbox' property. This * method is equivalent constructing a new instance of {@link org.openanzo.rdf.jastor.Thing} with the factory * and calling addMbox(org.openanzo.rdf.jastor.Thing mbox) * 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. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.rdf.jastor.Thing, value added * @see #mboxProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing addMbox(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'mbox' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param mbox The {@link org.openanzo.rdf.jastor.Thing} to remove * @see #mboxProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeMbox(org.openanzo.rdf.jastor.Thing mbox) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'mbox' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param mbox The {@link org.openanzo.rdf.Resource} to remove * @see #mboxProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeMbox(org.openanzo.rdf.Resource mbox) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'mbox'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #mboxProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearMbox(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'tipjar' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.Document} * @see #tipjarProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.Document> getTipjar() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'tipjar' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.Document} * @see #tipjarProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.Document> getTipjar(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'tipjar' property * @param tipjar The {@link org.openanzo.ontologies.foaf.Document} to add * @see #tipjarProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addTipjar(org.openanzo.ontologies.foaf.Document tipjar) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'tipjar' property * @return The anoymous {@link org.openanzo.ontologies.foaf.Document} created * @see #tipjarProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.Document addTipjar() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'tipjar' property. This * method is equivalent constructing a new instance of {@link org.openanzo.ontologies.foaf.Document} with the factory * and calling addTipjar(org.openanzo.ontologies.foaf.Document tipjar) * 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. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.ontologies.foaf.Document, value added * @see #tipjarProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.Document addTipjar(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'tipjar' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param tipjar The {@link org.openanzo.ontologies.foaf.Document} to remove * @see #tipjarProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeTipjar(org.openanzo.ontologies.foaf.Document tipjar) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'tipjar' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param tipjar The {@link org.openanzo.rdf.Resource} to remove * @see #tipjarProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeTipjar(org.openanzo.rdf.Resource tipjar) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'tipjar'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #tipjarProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearTipjar(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'weblog' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.Document} * @see #weblogProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.Document> getWeblog() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'weblog' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.Document} * @see #weblogProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.Document> getWeblog(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'weblog' property * @param weblog The {@link org.openanzo.ontologies.foaf.Document} to add * @see #weblogProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addWeblog(org.openanzo.ontologies.foaf.Document weblog) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'weblog' property * @return The anoymous {@link org.openanzo.ontologies.foaf.Document} created * @see #weblogProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.Document addWeblog() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'weblog' property. This * method is equivalent constructing a new instance of {@link org.openanzo.ontologies.foaf.Document} with the factory * and calling addWeblog(org.openanzo.ontologies.foaf.Document weblog) * 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. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.ontologies.foaf.Document, value added * @see #weblogProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.Document addWeblog(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'weblog' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param weblog The {@link org.openanzo.ontologies.foaf.Document} to remove * @see #weblogProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeWeblog(org.openanzo.ontologies.foaf.Document weblog) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'weblog' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param weblog The {@link org.openanzo.rdf.Resource} to remove * @see #weblogProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeWeblog(org.openanzo.rdf.Resource weblog) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'weblog'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #weblogProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearWeblog(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'depiction' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.Image} * @see #depictionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.Image> getDepiction() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'depiction' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.Image} * @see #depictionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.Image> getDepiction(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'depiction' property * @param depiction The {@link org.openanzo.ontologies.foaf.Image} to add * @see #depictionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addDepiction(org.openanzo.ontologies.foaf.Image depiction) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'depiction' property * @return The anoymous {@link org.openanzo.ontologies.foaf.Image} created * @see #depictionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.Image addDepiction() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'depiction' property. This * method is equivalent constructing a new instance of {@link org.openanzo.ontologies.foaf.Image} with the factory * and calling addDepiction(org.openanzo.ontologies.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. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.ontologies.foaf.Image, value added * @see #depictionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.Image addDepiction(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * 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. * @param depiction The {@link org.openanzo.ontologies.foaf.Image} to remove * @see #depictionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeDepiction(org.openanzo.ontologies.foaf.Image depiction) throws org.openanzo.rdf.jastor.JastorException; /** * 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. * @param depiction The {@link org.openanzo.rdf.Resource} to remove * @see #depictionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeDepiction(org.openanzo.rdf.Resource depiction) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'depiction'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #depictionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDepiction(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'fundedBy' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.jastor.Thing} * @see #fundedByProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.jastor.Thing> getFundedBy() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'fundedBy' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.jastor.Thing} * @see #fundedByProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.jastor.Thing> getFundedBy(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'fundedBy' property * @param fundedBy The {@link org.openanzo.rdf.jastor.Thing} to add * @see #fundedByProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addFundedBy(org.openanzo.rdf.jastor.Thing fundedBy) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'fundedBy' property * @return The anoymous {@link org.openanzo.rdf.jastor.Thing} created * @see #fundedByProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing addFundedBy() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'fundedBy' property. This * method is equivalent constructing a new instance of {@link org.openanzo.rdf.jastor.Thing} with the factory * and calling addFundedBy(org.openanzo.rdf.jastor.Thing 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. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.rdf.jastor.Thing, value added * @see #fundedByProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing addFundedBy(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * 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. * @param fundedBy The {@link org.openanzo.rdf.jastor.Thing} to remove * @see #fundedByProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeFundedBy(org.openanzo.rdf.jastor.Thing fundedBy) throws org.openanzo.rdf.jastor.JastorException; /** * 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. * @param fundedBy The {@link org.openanzo.rdf.Resource} to remove * @see #fundedByProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeFundedBy(org.openanzo.rdf.Resource fundedBy) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'fundedBy'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #fundedByProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearFundedBy(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'homepage' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.Document} * @see #homepageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.Document> getHomepage() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'homepage' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.Document} * @see #homepageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.Document> getHomepage(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'homepage' property * @param homepage The {@link org.openanzo.ontologies.foaf.Document} to add * @see #homepageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addHomepage(org.openanzo.ontologies.foaf.Document homepage) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'homepage' property * @return The anoymous {@link org.openanzo.ontologies.foaf.Document} created * @see #homepageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.Document addHomepage() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'homepage' property. This * method is equivalent constructing a new instance of {@link org.openanzo.ontologies.foaf.Document} with the factory * and calling addHomepage(org.openanzo.ontologies.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. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.ontologies.foaf.Document, value added * @see #homepageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.Document addHomepage(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'homepage' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param homepage The {@link org.openanzo.ontologies.foaf.Document} to remove * @see #homepageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeHomepage(org.openanzo.ontologies.foaf.Document homepage) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'homepage' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param homepage The {@link org.openanzo.rdf.Resource} to remove * @see #homepageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeHomepage(org.openanzo.rdf.Resource homepage) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'homepage'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #homepageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearHomepage(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'isPrimaryTopicOf'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #isPrimaryTopicOfProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearIsPrimaryTopicOf(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'logo' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.jastor.Thing} * @see #logoProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.jastor.Thing> getLogo() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'logo' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.jastor.Thing} * @see #logoProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.jastor.Thing> getLogo(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'logo' property * @param logo The {@link org.openanzo.rdf.jastor.Thing} to add * @see #logoProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addLogo(org.openanzo.rdf.jastor.Thing logo) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'logo' property * @return The anoymous {@link org.openanzo.rdf.jastor.Thing} created * @see #logoProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing addLogo() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'logo' property. This * method is equivalent constructing a new instance of {@link org.openanzo.rdf.jastor.Thing} with the factory * and calling addLogo(org.openanzo.rdf.jastor.Thing 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. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.rdf.jastor.Thing, value added * @see #logoProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing addLogo(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * 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. * @param logo The {@link org.openanzo.rdf.jastor.Thing} to remove * @see #logoProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeLogo(org.openanzo.rdf.jastor.Thing logo) throws org.openanzo.rdf.jastor.JastorException; /** * 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. * @param logo The {@link org.openanzo.rdf.Resource} to remove * @see #logoProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeLogo(org.openanzo.rdf.Resource logo) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'logo'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #logoProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearLogo(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'maker' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.Agent} * @see #makerProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.Agent> getMaker() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'maker' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.Agent} * @see #makerProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.Agent> getMaker(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'maker' property * @param maker The {@link org.openanzo.ontologies.foaf.Agent} to add * @see #makerProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addMaker(org.openanzo.ontologies.foaf.Agent maker) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'maker' property * @return The anoymous {@link org.openanzo.ontologies.foaf.Agent} created * @see #makerProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.Agent addMaker() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'maker' property. This * method is equivalent constructing a new instance of {@link org.openanzo.ontologies.foaf.Agent} with the factory * and calling addMaker(org.openanzo.ontologies.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. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.ontologies.foaf.Agent, value added * @see #makerProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.Agent addMaker(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * 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. * @param maker The {@link org.openanzo.ontologies.foaf.Agent} to remove * @see #makerProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeMaker(org.openanzo.ontologies.foaf.Agent maker) throws org.openanzo.rdf.jastor.JastorException; /** * 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. * @param maker The {@link org.openanzo.rdf.Resource} to remove * @see #makerProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeMaker(org.openanzo.rdf.Resource maker) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'maker'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #makerProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearMaker(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'page' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.Document} * @see #pageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.Document> getPage() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'page' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.foaf.Document} * @see #pageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.foaf.Document> getPage(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'page' property * @param page The {@link org.openanzo.ontologies.foaf.Document} to add * @see #pageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addPage(org.openanzo.ontologies.foaf.Document page) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'page' property * @return The anoymous {@link org.openanzo.ontologies.foaf.Document} created * @see #pageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.Document addPage() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'page' property. This * method is equivalent constructing a new instance of {@link org.openanzo.ontologies.foaf.Document} with the factory * and calling addPage(org.openanzo.ontologies.foaf.Document page) * 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. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.ontologies.foaf.Document, value added * @see #pageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.foaf.Document addPage(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'page' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param page The {@link org.openanzo.ontologies.foaf.Document} to remove * @see #pageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removePage(org.openanzo.ontologies.foaf.Document page) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'page' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param page The {@link org.openanzo.rdf.Resource} to remove * @see #pageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removePage(org.openanzo.rdf.Resource page) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'page'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #pageProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearPage(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'theme' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.jastor.Thing} * @see #themeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.jastor.Thing> getTheme() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'theme' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.jastor.Thing} * @see #themeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.jastor.Thing> getTheme(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'theme' property * @param theme The {@link org.openanzo.rdf.jastor.Thing} to add * @see #themeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addTheme(org.openanzo.rdf.jastor.Thing theme) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'theme' property * @return The anoymous {@link org.openanzo.rdf.jastor.Thing} created * @see #themeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing addTheme() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'theme' property. This * method is equivalent constructing a new instance of {@link org.openanzo.rdf.jastor.Thing} with the factory * and calling addTheme(org.openanzo.rdf.jastor.Thing 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. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.rdf.jastor.Thing, value added * @see #themeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing addTheme(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * 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. * @param theme The {@link org.openanzo.rdf.jastor.Thing} to remove * @see #themeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeTheme(org.openanzo.rdf.jastor.Thing theme) throws org.openanzo.rdf.jastor.JastorException; /** * 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. * @param theme The {@link org.openanzo.rdf.Resource} to remove * @see #themeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeTheme(org.openanzo.rdf.Resource theme) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'theme'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #themeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearTheme(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'dnaChecksum' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #dnaChecksumProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getDnaChecksum() throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'dnaChecksum' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #dnaChecksumProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getDnaChecksum(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Add a 'dnaChecksum' property value * @param dnaChecksum {@link org.openanzo.rdf.Literal}, the value to add * @see #dnaChecksumProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addDnaChecksum(org.openanzo.rdf.Literal dnaChecksum) throws org.openanzo.rdf.jastor.JastorException; /** * 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. * @param dnaChecksum {@link org.openanzo.rdf.Literal}, the value to remove * @see #dnaChecksumProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeDnaChecksum(org.openanzo.rdf.Literal dnaChecksum) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'dnaChecksum'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #dnaChecksumProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDnaChecksum(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'nick' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #nickProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getNick() throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'nick' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #nickProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getNick(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Add a 'nick' property value * @param nick {@link org.openanzo.rdf.Literal}, the value to add * @see #nickProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addNick(org.openanzo.rdf.Literal nick) throws org.openanzo.rdf.jastor.JastorException; /** * Remove a 'nick' 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. * @param nick {@link org.openanzo.rdf.Literal}, the value to remove * @see #nickProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeNick(org.openanzo.rdf.Literal nick) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'nick'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #nickProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearNick(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'title' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #titleProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getTitle() throws org.openanzo.rdf.jastor.JastorException; /** * Iterates through the 'title' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.Literal} * @see #titleProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.Literal> getTitle(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Add a 'title' property value * @param title {@link org.openanzo.rdf.Literal}, the value to add * @see #titleProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addTitle(org.openanzo.rdf.Literal title) throws org.openanzo.rdf.jastor.JastorException; /** * Remove a 'title' 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. * @param title {@link org.openanzo.rdf.Literal}, the value to remove * @see #titleProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeTitle(org.openanzo.rdf.Literal title) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'title'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #titleProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearTitle(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'phone' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.jastor.Thing} * @see #phoneProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.jastor.Thing> getPhone() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'phone' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.jastor.Thing} * @see #phoneProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.jastor.Thing> getPhone(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'phone' property * @param phone The {@link org.openanzo.rdf.jastor.Thing} to add * @see #phoneProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addPhone(org.openanzo.rdf.jastor.Thing phone) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'phone' property * @return The anoymous {@link org.openanzo.rdf.jastor.Thing} created * @see #phoneProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing addPhone() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'phone' property. This * method is equivalent constructing a new instance of {@link org.openanzo.rdf.jastor.Thing} with the factory * and calling addPhone(org.openanzo.rdf.jastor.Thing phone) * 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. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.rdf.jastor.Thing, value added * @see #phoneProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing addPhone(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'phone' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param phone The {@link org.openanzo.rdf.jastor.Thing} to remove * @see #phoneProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removePhone(org.openanzo.rdf.jastor.Thing phone) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'phone' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param phone The {@link org.openanzo.rdf.Resource} to remove * @see #phoneProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removePhone(org.openanzo.rdf.Resource phone) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'phone'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #phoneProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearPhone(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; }