Java Doc for Thing.java in  » Search-Engine » semweb4j » org » rdfs » sioc » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Search Engine » semweb4j » org.rdfs.sioc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.rdfs.sioc.Thing

All known Subclasses:   org.rdfs.sioc.Agent,  org.rdfs.sioc.Community,  org.rdfs.sioc.OnlineAccount,  org.rdfs.sioc.Container,  org.rdfs.sioc.Space,  org.rdfs.sioc.Role,  org.rdfs.sioc.Document,  org.rdfs.sioc.Usergroup,
Thing
public class Thing extends org.ontoware.rdfreactor.schema.rdfschema.Class (Code)
This class was generated by RDFReactor on 01.06.07 18:30 This class manages access to these properties:
  • Linksto
  • Link
  • Space
  • Id
  • Subject
  • Name
  • Feed
  • Topic
  • Numviews
Schema Comment: This class acts as a catch-all for all properties, for which no domain has specified.


Field Summary
final public static  URIFEED
    
final public static  URIID
    
final public static  URILINK
    
final public static  URILINKSTO
    
final public static  URI[]MANAGED_URIS
    
final public static  URINAME
    
final public static  URINUMVIEWS
    
final public static  URIRDFS_CLASS
    
final public static  URISPACE
    
final public static  URISUBJECT
    
final public static  URITOPIC
    

Constructor Summary
protected  Thing(Model model, URI classURI, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)
     Returns a Java wrapper over an RDF object, identified by URI.
public  Thing(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)
     Returns a Java wrapper over an RDF object, identified by URI.
public  Thing(Model model, URI uri)
     Returns a Java wrapper over an RDF object, identified by URI.
public  Thing(Model model, String uriString)
     Returns a Java wrapper over an RDF object, identified by URI.
public  Thing(Model model, BlankNode bnode)
     Returns a Java wrapper over an RDF object, identified by a blank node.
public  Thing(Model model)
     Returns a Java wrapper over an RDF object, identified by a randomly generated URI.

Method Summary
public  voidaddSiocAttachment_Inverse(Post value)
    
public  voidaddSiocAvatar_Inverse(User value)
    
public  voidaddSiocEmail_Inverse(User value)
    
public  voidaddSiocFeed(Thing value)
    
public  voidaddSiocFeed_Inverse(Thing value)
    
public  voidaddSiocId(java.lang.String value)
     adds a value
Parameters:
  value - the value to be addedSchema Comment: An identifier of a SIOC concept instance.
public  voidaddSiocLink(Thing value)
    
public  voidaddSiocLink_Inverse(Thing value)
    
public  voidaddSiocLinksto(Thing value)
    
public  voidaddSiocLinksto_Inverse(Thing value)
    
public  voidaddSiocName(java.lang.String value)
     adds a value
Parameters:
  value - the value to be addedSchema Comment: The name of a SIOC instance, e.g.
public  voidaddSiocNumviews(java.lang.Integer value)
     adds a value
Parameters:
  value - the value to be addedSchema Comment: The number of times this Item, Thread, User profile, etc.
public  voidaddSiocSpace(Space value)
    
public  voidaddSiocSpaceof_Inverse(Space value)
    
public  voidaddSiocSubject(Thing value)
    
public  voidaddSiocSubject_Inverse(Thing value)
    
public  voidaddSiocTopic(Thing value)
    
public  voidaddSiocTopic_Inverse(Thing value)
    
public  Thing[]getAllInstances()
    
public static  Thing[]getAllInstances(Model model)
    
public  Post[]getAllSiocAttachment_Inverse()
    
public  User[]getAllSiocAvatar_Inverse()
    
public  User[]getAllSiocEmail_Inverse()
    
public  Thing[]getAllSiocFeed()
    
public  Thing[]getAllSiocFeed_Inverse()
    
public  java.lang.String[]getAllSiocId()
     all valuesSchema Comment: An identifier of a SIOC concept instance.
public  Thing[]getAllSiocLink()
    
public  Thing[]getAllSiocLink_Inverse()
    
public  Thing[]getAllSiocLinksto()
    
public  Thing[]getAllSiocLinksto_Inverse()
    
public  java.lang.String[]getAllSiocName()
     all valuesSchema Comment: The name of a SIOC instance, e.g.
public  java.lang.Integer[]getAllSiocNumviews()
     all valuesSchema Comment: The number of times this Item, Thread, User profile, etc.
public  Space[]getAllSiocSpace()
    
public  Space[]getAllSiocSpaceof_Inverse()
    
public  Thing[]getAllSiocSubject()
    
public  Thing[]getAllSiocSubject_Inverse()
    
public  Thing[]getAllSiocTopic()
    
public  Thing[]getAllSiocTopic_Inverse()
    
public static  ThinggetInstance(Model model, URI uri)
    
public  ThinggetSiocFeed()
     Schema Comment: A feed (e.g., RSS, Atom, etc.) pertaining to this resource (e.g., for a Forum, Site, User, etc.). the only value.
public  java.lang.StringgetSiocId()
     Schema Comment: An identifier of a SIOC concept instance.
public  ThinggetSiocLink()
     Schema Comment: A URI of a document which contains this SIOC object. the only value.
public  ThinggetSiocLinksto()
     Schema Comment: Links extracted from hyperlinks within a SIOC concept, e.g., Post or Site. the only value.
public  java.lang.StringgetSiocName()
     Schema Comment: The name of a SIOC instance, e.g.
public  java.lang.IntegergetSiocNumviews()
     Schema Comment: The number of times this Item, Thread, User profile, etc.
public  SpacegetSiocSpace()
     Schema Comment: A data Space which this resource is a part of. the only value.
public  ThinggetSiocSubject()
     the only value.
public  ThinggetSiocTopic()
     Schema Comment: A topic of interest, linking to the appropriate URI, e.g., in the Open Directory Project or of a SKOS category. the only value.
public static  booleanhasInstance(Model model, URI uri)
    
public  booleanhasSiocFeed(Thing value)
    
public  booleanhasSiocFeed()
    
public  booleanhasSiocId(java.lang.String value)
    
public  booleanhasSiocId()
    
public  booleanhasSiocLink(Thing value)
    
public  booleanhasSiocLink()
    
public  booleanhasSiocLinksto(Thing value)
    
public  booleanhasSiocLinksto()
    
public  booleanhasSiocName(java.lang.String value)
    
public  booleanhasSiocName()
    
public  booleanhasSiocNumviews(java.lang.Integer value)
    
public  booleanhasSiocNumviews()
    
public  booleanhasSiocSpace(Space value)
    
public  booleanhasSiocSpace()
    
public  booleanhasSiocSubject(Thing value)
    
public  booleanhasSiocSubject()
    
public  booleanhasSiocTopic(Thing value)
    
public  booleanhasSiocTopic()
    
public  voidremoveSiocFeed(Thing value)
    
public  voidremoveSiocId(java.lang.String value)
     removes a value
Parameters:
  value - the value to be removedSchema Comment: An identifier of a SIOC concept instance.
public  voidremoveSiocLink(Thing value)
    
public  voidremoveSiocLinksto(Thing value)
    
public  voidremoveSiocName(java.lang.String value)
     removes a value
Parameters:
  value - the value to be removedSchema Comment: The name of a SIOC instance, e.g.
public  voidremoveSiocNumviews(java.lang.Integer value)
     removes a value
Parameters:
  value - the value to be removedSchema Comment: The number of times this Item, Thread, User profile, etc.
public  voidremoveSiocSpace(Space value)
    
public  voidremoveSiocSubject(Thing value)
    
public  voidremoveSiocTopic(Thing value)
    
public  voidsetSiocFeed(Thing value)
    
public  voidsetSiocId(java.lang.String value)
     removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: An identifier of a SIOC concept instance.
public  voidsetSiocLink(Thing value)
    
public  voidsetSiocLinksto(Thing value)
    
public  voidsetSiocName(java.lang.String value)
     removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: The name of a SIOC instance, e.g.
public  voidsetSiocNumviews(java.lang.Integer value)
     removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: The number of times this Item, Thread, User profile, etc.
public  voidsetSiocSpace(Space value)
    
public  voidsetSiocSubject(Thing value)
    
public  voidsetSiocTopic(Thing value)
    

Field Detail
FEED
final public static URI FEED(Code)
http://rdfs.org/sioc/ns#feed



ID
final public static URI ID(Code)
http://rdfs.org/sioc/ns#id



LINK
final public static URI LINK(Code)
http://rdfs.org/sioc/ns#link



LINKSTO
final public static URI LINKSTO(Code)
http://rdfs.org/sioc/ns#links_to



MANAGED_URIS
final public static URI[] MANAGED_URIS(Code)
all property-URIs with this class as domain



NAME
final public static URI NAME(Code)
http://rdfs.org/sioc/ns#name



NUMVIEWS
final public static URI NUMVIEWS(Code)
http://rdfs.org/sioc/ns#num_views



RDFS_CLASS
final public static URI RDFS_CLASS(Code)
http://www.w3.org/2000/01/rdf-schema#Class



SPACE
final public static URI SPACE(Code)
http://rdfs.org/sioc/ns#has_space



SUBJECT
final public static URI SUBJECT(Code)
http://purl.org/dc/elements/1.1/subject



TOPIC
final public static URI TOPIC(Code)
http://rdfs.org/sioc/ns#topic




Constructor Detail
Thing
protected Thing(Model model, URI classURI, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)(Code)
Returns a Java wrapper over an RDF object, identified by URI. Creating two wrappers for the same instanceURI is legal.
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.semweb4j.org
Parameters:
  classURI - URI of RDFS class
Parameters:
  instanceIdentifier - Resource that identifies this instance
Parameters:
  write - if true, the statement (this, rdf:type, TYPE) is written to the model



Thing
public Thing(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)(Code)
Returns a Java wrapper over an RDF object, identified by URI. Creating two wrappers for the same instanceURI is legal.
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  instanceIdentifier - an RDF2Go Resource identifying this instance
Parameters:
  write - if true, the statement (this, rdf:type, TYPE) is written to the model



Thing
public Thing(Model model, URI uri)(Code)
Returns a Java wrapper over an RDF object, identified by URI. Creating two wrappers for the same instanceURI is legal. The statement (this, rdf:type, TYPE) is written to the model
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  uri - URI of this instance



Thing
public Thing(Model model, String uriString) throws ModelRuntimeException(Code)
Returns a Java wrapper over an RDF object, identified by URI. Creating two wrappers for the same instanceURI is legal. The statement (this, rdf:type, TYPE) is written to the model
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  uriString - A URI of this instance, represented as a String
throws:
  ModelRuntimeException - if URI syntax is wrong



Thing
public Thing(Model model, BlankNode bnode)(Code)
Returns a Java wrapper over an RDF object, identified by a blank node. Creating two wrappers for the same blank node is legal. The statement (this, rdf:type, TYPE) is written to the model
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  bnode - BlankNode of this instance



Thing
public Thing(Model model)(Code)
Returns a Java wrapper over an RDF object, identified by a randomly generated URI. Creating two wrappers results in different URIs. The statement (this, rdf:type, TYPE) is written to the model
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org




Method Detail
addSiocAttachment_Inverse
public void addSiocAttachment_Inverse(Post value)(Code)
add 'Attachment'-Inverse
Parameters:
  value -



addSiocAvatar_Inverse
public void addSiocAvatar_Inverse(User value)(Code)
add 'Avatar'-Inverse
Parameters:
  value -



addSiocEmail_Inverse
public void addSiocEmail_Inverse(User value)(Code)
add 'Email'-Inverse
Parameters:
  value -



addSiocFeed
public void addSiocFeed(Thing value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A feed (e.g., RSS, Atom, etc.) pertaining to this resource (e.g., for a Forum, Site, User, etc.).



addSiocFeed_Inverse
public void addSiocFeed_Inverse(Thing value)(Code)
add 'Feed'-Inverse
Parameters:
  value -



addSiocId
public void addSiocId(java.lang.String value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: An identifier of a SIOC concept instance. For example, a user ID. Must be unique for instances of each type of SIOC concept within the same site.



addSiocLink
public void addSiocLink(Thing value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A URI of a document which contains this SIOC object.



addSiocLink_Inverse
public void addSiocLink_Inverse(Thing value)(Code)
add 'Link'-Inverse
Parameters:
  value -



addSiocLinksto
public void addSiocLinksto(Thing value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: Links extracted from hyperlinks within a SIOC concept, e.g., Post or Site.



addSiocLinksto_Inverse
public void addSiocLinksto_Inverse(Thing value)(Code)
add 'Linksto'-Inverse
Parameters:
  value -



addSiocName
public void addSiocName(java.lang.String value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: The name of a SIOC instance, e.g. a username for a User, group name for a Usergroup, etc.



addSiocNumviews
public void addSiocNumviews(java.lang.Integer value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: The number of times this Item, Thread, User profile, etc. has been viewed.



addSiocSpace
public void addSiocSpace(Space value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A data Space which this resource is a part of.



addSiocSpaceof_Inverse
public void addSiocSpaceof_Inverse(Space value)(Code)
add 'Spaceof'-Inverse
Parameters:
  value -



addSiocSubject
public void addSiocSubject(Thing value)(Code)
adds a value
Parameters:
  value - the value to be added



addSiocSubject_Inverse
public void addSiocSubject_Inverse(Thing value)(Code)
add 'Subject'-Inverse
Parameters:
  value -



addSiocTopic
public void addSiocTopic(Thing value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A topic of interest, linking to the appropriate URI, e.g., in the Open Directory Project or of a SKOS category.



addSiocTopic_Inverse
public void addSiocTopic_Inverse(Thing value)(Code)
add 'Topic'-Inverse
Parameters:
  value -



getAllInstances
public Thing[] getAllInstances()(Code)
all instances of this class



getAllInstances
public static Thing[] getAllInstances(Model model)(Code)
all instances of this class in the given Model
Parameters:
  model - an RDF2Go model



getAllSiocAttachment_Inverse
public Post[] getAllSiocAttachment_Inverse()(Code)
all A's that have a relation 'Attachment' to this Thing instance



getAllSiocAvatar_Inverse
public User[] getAllSiocAvatar_Inverse()(Code)
all A's that have a relation 'Avatar' to this Thing instance



getAllSiocEmail_Inverse
public User[] getAllSiocEmail_Inverse()(Code)
all A's that have a relation 'Email' to this Thing instance



getAllSiocFeed
public Thing[] getAllSiocFeed()(Code)
all valuesSchema Comment: A feed (e.g., RSS, Atom, etc.) pertaining to this resource (e.g., for a Forum, Site, User, etc.).



getAllSiocFeed_Inverse
public Thing[] getAllSiocFeed_Inverse()(Code)
all A's that have a relation 'Feed' to this Thing instance



getAllSiocId
public java.lang.String[] getAllSiocId()(Code)
all valuesSchema Comment: An identifier of a SIOC concept instance. For example, a user ID. Must be unique for instances of each type of SIOC concept within the same site.



getAllSiocLink
public Thing[] getAllSiocLink()(Code)
all valuesSchema Comment: A URI of a document which contains this SIOC object.



getAllSiocLink_Inverse
public Thing[] getAllSiocLink_Inverse()(Code)
all A's that have a relation 'Link' to this Thing instance



getAllSiocLinksto
public Thing[] getAllSiocLinksto()(Code)
all valuesSchema Comment: Links extracted from hyperlinks within a SIOC concept, e.g., Post or Site.



getAllSiocLinksto_Inverse
public Thing[] getAllSiocLinksto_Inverse()(Code)
all A's that have a relation 'Linksto' to this Thing instance



getAllSiocName
public java.lang.String[] getAllSiocName()(Code)
all valuesSchema Comment: The name of a SIOC instance, e.g. a username for a User, group name for a Usergroup, etc.



getAllSiocNumviews
public java.lang.Integer[] getAllSiocNumviews()(Code)
all valuesSchema Comment: The number of times this Item, Thread, User profile, etc. has been viewed.



getAllSiocSpace
public Space[] getAllSiocSpace()(Code)
all valuesSchema Comment: A data Space which this resource is a part of.



getAllSiocSpaceof_Inverse
public Space[] getAllSiocSpaceof_Inverse()(Code)
all A's that have a relation 'Spaceof' to this Thing instance



getAllSiocSubject
public Thing[] getAllSiocSubject()(Code)
all values



getAllSiocSubject_Inverse
public Thing[] getAllSiocSubject_Inverse()(Code)
all A's that have a relation 'Subject' to this Thing instance



getAllSiocTopic
public Thing[] getAllSiocTopic()(Code)
all valuesSchema Comment: A topic of interest, linking to the appropriate URI, e.g., in the Open Directory Project or of a SKOS category.



getAllSiocTopic_Inverse
public Thing[] getAllSiocTopic_Inverse()(Code)
all A's that have a relation 'Topic' to this Thing instance



getInstance
public static Thing getInstance(Model model, URI uri) throws Exception(Code)

Parameters:
  model - RDF2Go model
Parameters:
  uri - instance identifier an instance of Thing or null if none existst
throws:
  Exception - if Model causes problems



getSiocFeed
public Thing getSiocFeed()(Code)
Schema Comment: A feed (e.g., RSS, Atom, etc.) pertaining to this resource (e.g., for a Forum, Site, User, etc.). the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocId
public java.lang.String getSiocId()(Code)
Schema Comment: An identifier of a SIOC concept instance. For example, a user ID. Must be unique for instances of each type of SIOC concept within the same site. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocLink
public Thing getSiocLink()(Code)
Schema Comment: A URI of a document which contains this SIOC object. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocLinksto
public Thing getSiocLinksto()(Code)
Schema Comment: Links extracted from hyperlinks within a SIOC concept, e.g., Post or Site. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocName
public java.lang.String getSiocName()(Code)
Schema Comment: The name of a SIOC instance, e.g. a username for a User, group name for a Usergroup, etc. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocNumviews
public java.lang.Integer getSiocNumviews()(Code)
Schema Comment: The number of times this Item, Thread, User profile, etc. has been viewed. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocSpace
public Space getSiocSpace()(Code)
Schema Comment: A data Space which this resource is a part of. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocSubject
public Thing getSiocSubject()(Code)
the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocTopic
public Thing getSiocTopic()(Code)
Schema Comment: A topic of interest, linking to the appropriate URI, e.g., in the Open Directory Project or of a SKOS category. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



hasInstance
public static boolean hasInstance(Model model, URI uri)(Code)

Parameters:
  model -
Parameters:
  uri - true if uri is an instance of this class in the model



hasSiocFeed
public boolean hasSiocFeed(Thing value)(Code)

Parameters:
  value - true if the model contains a statement (this, FEED, value)



hasSiocFeed
public boolean hasSiocFeed()(Code)
true if the model contains a statement (this, FEED, *)



hasSiocId
public boolean hasSiocId(java.lang.String value)(Code)

Parameters:
  value - true if the model contains a statement (this, ID, value)



hasSiocId
public boolean hasSiocId()(Code)
true if the model contains a statement (this, ID, *)



hasSiocLink
public boolean hasSiocLink(Thing value)(Code)

Parameters:
  value - true if the model contains a statement (this, LINK, value)



hasSiocLink
public boolean hasSiocLink()(Code)
true if the model contains a statement (this, LINK, *)



hasSiocLinksto
public boolean hasSiocLinksto(Thing value)(Code)

Parameters:
  value - true if the model contains a statement (this, LINKSTO, value)



hasSiocLinksto
public boolean hasSiocLinksto()(Code)
true if the model contains a statement (this, LINKSTO, *)



hasSiocName
public boolean hasSiocName(java.lang.String value)(Code)

Parameters:
  value - true if the model contains a statement (this, NAME, value)



hasSiocName
public boolean hasSiocName()(Code)
true if the model contains a statement (this, NAME, *)



hasSiocNumviews
public boolean hasSiocNumviews(java.lang.Integer value)(Code)

Parameters:
  value - true if the model contains a statement (this, NUMVIEWS, value)



hasSiocNumviews
public boolean hasSiocNumviews()(Code)
true if the model contains a statement (this, NUMVIEWS, *)



hasSiocSpace
public boolean hasSiocSpace(Space value)(Code)

Parameters:
  value - true if the model contains a statement (this, SPACE, value)



hasSiocSpace
public boolean hasSiocSpace()(Code)
true if the model contains a statement (this, SPACE, *)



hasSiocSubject
public boolean hasSiocSubject(Thing value)(Code)

Parameters:
  value - true if the model contains a statement (this, SUBJECT, value)



hasSiocSubject
public boolean hasSiocSubject()(Code)
true if the model contains a statement (this, SUBJECT, *)



hasSiocTopic
public boolean hasSiocTopic(Thing value)(Code)

Parameters:
  value - true if the model contains a statement (this, TOPIC, value)



hasSiocTopic
public boolean hasSiocTopic()(Code)
true if the model contains a statement (this, TOPIC, *)



removeSiocFeed
public void removeSiocFeed(Thing value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A feed (e.g., RSS, Atom, etc.) pertaining to this resource (e.g., for a Forum, Site, User, etc.).



removeSiocId
public void removeSiocId(java.lang.String value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: An identifier of a SIOC concept instance. For example, a user ID. Must be unique for instances of each type of SIOC concept within the same site.



removeSiocLink
public void removeSiocLink(Thing value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A URI of a document which contains this SIOC object.



removeSiocLinksto
public void removeSiocLinksto(Thing value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: Links extracted from hyperlinks within a SIOC concept, e.g., Post or Site.



removeSiocName
public void removeSiocName(java.lang.String value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: The name of a SIOC instance, e.g. a username for a User, group name for a Usergroup, etc.



removeSiocNumviews
public void removeSiocNumviews(java.lang.Integer value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: The number of times this Item, Thread, User profile, etc. has been viewed.



removeSiocSpace
public void removeSiocSpace(Space value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A data Space which this resource is a part of.



removeSiocSubject
public void removeSiocSubject(Thing value)(Code)
removes a value
Parameters:
  value - the value to be removed



removeSiocTopic
public void removeSiocTopic(Thing value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A topic of interest, linking to the appropriate URI, e.g., in the Open Directory Project or of a SKOS category.



setSiocFeed
public void setSiocFeed(Thing value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A feed (e.g., RSS, Atom, etc.) pertaining to this resource (e.g., for a Forum, Site, User, etc.).



setSiocId
public void setSiocId(java.lang.String value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: An identifier of a SIOC concept instance. For example, a user ID. Must be unique for instances of each type of SIOC concept within the same site.



setSiocLink
public void setSiocLink(Thing value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A URI of a document which contains this SIOC object.



setSiocLinksto
public void setSiocLinksto(Thing value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: Links extracted from hyperlinks within a SIOC concept, e.g., Post or Site.



setSiocName
public void setSiocName(java.lang.String value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: The name of a SIOC instance, e.g. a username for a User, group name for a Usergroup, etc.



setSiocNumviews
public void setSiocNumviews(java.lang.Integer value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: The number of times this Item, Thread, User profile, etc. has been viewed.



setSiocSpace
public void setSiocSpace(Space value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A data Space which this resource is a part of.



setSiocSubject
public void setSiocSubject(Thing value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be set



setSiocTopic
public void setSiocTopic(Thing value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A topic of interest, linking to the appropriate URI, e.g., in the Open Directory Project or of a SKOS category.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.