Java Doc for User.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
   org.rdfs.sioc.OnlineAccount
      org.rdfs.sioc.User

User
public class User extends OnlineAccount (Code)
This class was generated by RDFReactor on 01.06.07 18:30 This class manages access to these properties:
  • Emailsha1
  • Accountof
  • Ownerof
  • Avatar
  • Moderatorof
  • Email
  • Creatorof
  • Memberof
  • Subscriberof
  • Administratorof
  • Function
  • Modifierof
Schema Comment: An online account (User) in an online community site.


Field Summary
final public static  URIACCOUNTOF
    
final public static  URIADMINISTRATOROF
    
final public static  URIAVATAR
    
final public static  URICREATOROF
    
final public static  URIEMAIL
    
final public static  URIEMAILSHA1
    
final public static  URIFUNCTION
    
final public static  URI[]MANAGED_URIS
    
final public static  URIMEMBEROF
    
final public static  URIMODERATOROF
    
final public static  URIMODIFIEROF
    
final public static  URIOWNEROF
    
final public static  URIRDFS_CLASS
    
final public static  URISUBSCRIBEROF
    

Constructor Summary
protected  User(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  User(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)
     Returns a Java wrapper over an RDF object, identified by URI.
public  User(Model model, URI uri)
     Returns a Java wrapper over an RDF object, identified by URI.
public  User(Model model, String uriString)
     Returns a Java wrapper over an RDF object, identified by URI.
public  User(Model model, BlankNode bnode)
     Returns a Java wrapper over an RDF object, identified by a blank node.
public  User(Model model)
     Returns a Java wrapper over an RDF object, identified by a randomly generated URI.

Method Summary
public  voidaddSiocAccountof(Agent value)
    
public  voidaddSiocAdministrator_Inverse(Site value)
    
public  voidaddSiocAdministratorof(Site value)
    
public  voidaddSiocAvatar(Thing value)
    
public  voidaddSiocCreator_Inverse(Item value)
    
public  voidaddSiocCreatorof(Item value)
    
public  voidaddSiocEmail(Thing value)
    
public  voidaddSiocEmailsha1(java.lang.String value)
    
public  voidaddSiocFunction(Role value)
    
public  voidaddSiocFunctionof_Inverse(Role value)
    
public  voidaddSiocMember_Inverse(Usergroup value)
    
public  voidaddSiocMemberof(Usergroup value)
    
public  voidaddSiocModerator_Inverse(Forum value)
    
public  voidaddSiocModeratorof(Forum value)
    
public  voidaddSiocModifier_Inverse(Item value)
    
public  voidaddSiocModifierof(Item value)
    
public  voidaddSiocOwner_Inverse(Container value)
    
public  voidaddSiocOwnerof(Container value)
    
public  voidaddSiocSubscriber_Inverse(Container value)
    
public  voidaddSiocSubscriberof(Container value)
    
public  User[]getAllInstances()
    
public static  User[]getAllInstances(Model model)
    
public  Agent[]getAllSiocAccountof()
    
public  Site[]getAllSiocAdministrator_Inverse()
    
public  Site[]getAllSiocAdministratorof()
    
public  Thing[]getAllSiocAvatar()
    
public  Item[]getAllSiocCreator_Inverse()
    
public  Item[]getAllSiocCreatorof()
    
public  Thing[]getAllSiocEmail()
    
public  java.lang.String[]getAllSiocEmailsha1()
    
public  Role[]getAllSiocFunction()
    
public  Role[]getAllSiocFunctionof_Inverse()
    
public  Usergroup[]getAllSiocMember_Inverse()
    
public  Usergroup[]getAllSiocMemberof()
    
public  Forum[]getAllSiocModerator_Inverse()
    
public  Forum[]getAllSiocModeratorof()
    
public  Item[]getAllSiocModifier_Inverse()
    
public  Item[]getAllSiocModifierof()
    
public  Container[]getAllSiocOwner_Inverse()
    
public  Container[]getAllSiocOwnerof()
    
public  Container[]getAllSiocSubscriber_Inverse()
    
public  Container[]getAllSiocSubscriberof()
    
public static  UsergetInstance(Model model, URI uri)
    
public  AgentgetSiocAccountof()
     Schema Comment: Refers to the foaf:Agent (or foaf:Person) who owns this sioc:User online account. the only value.
public  SitegetSiocAdministratorof()
     Schema Comment: A Site that User is an administrator of. the only value.
public  ThinggetSiocAvatar()
     Schema Comment: An image or depiction used to represent this User. the only value.
public  ItemgetSiocCreatorof()
     Schema Comment: An Item that the User is a creator of. the only value.
public  ThinggetSiocEmail()
     Schema Comment: An electronic mail address of the User. the only value.
public  java.lang.StringgetSiocEmailsha1()
     Schema Comment: An electronic mail address of the User, encoded using SHA1. the only value.
public  RolegetSiocFunction()
     Schema Comment: A Role that this User has. the only value.
public  UsergroupgetSiocMemberof()
     Schema Comment: A Usergroup that this User is a member of. the only value.
public  ForumgetSiocModeratorof()
     Schema Comment: A Forum that User is a moderator of. the only value.
public  ItemgetSiocModifierof()
     Schema Comment: An Item that this User has modified. the only value.
public  ContainergetSiocOwnerof()
     Schema Comment: A Container owned by a particular User, for example, a weblog or image gallery. the only value.
public  ContainergetSiocSubscriberof()
     Schema Comment: A Container that a User is subscribed to. the only value.
public static  booleanhasInstance(Model model, URI uri)
    
public  booleanhasSiocAccountof(Agent value)
    
public  booleanhasSiocAccountof()
    
public  booleanhasSiocAdministratorof(Site value)
    
public  booleanhasSiocAdministratorof()
    
public  booleanhasSiocAvatar(Thing value)
    
public  booleanhasSiocAvatar()
    
public  booleanhasSiocCreatorof(Item value)
    
public  booleanhasSiocCreatorof()
    
public  booleanhasSiocEmail(Thing value)
    
public  booleanhasSiocEmail()
    
public  booleanhasSiocEmailsha1(java.lang.String value)
    
public  booleanhasSiocEmailsha1()
    
public  booleanhasSiocFunction(Role value)
    
public  booleanhasSiocFunction()
    
public  booleanhasSiocMemberof(Usergroup value)
    
public  booleanhasSiocMemberof()
    
public  booleanhasSiocModeratorof(Forum value)
    
public  booleanhasSiocModeratorof()
    
public  booleanhasSiocModifierof(Item value)
    
public  booleanhasSiocModifierof()
    
public  booleanhasSiocOwnerof(Container value)
    
public  booleanhasSiocOwnerof()
    
public  booleanhasSiocSubscriberof(Container value)
    
public  booleanhasSiocSubscriberof()
    
public  voidremoveSiocAccountof(Agent value)
    
public  voidremoveSiocAdministratorof(Site value)
    
public  voidremoveSiocAvatar(Thing value)
    
public  voidremoveSiocCreatorof(Item value)
    
public  voidremoveSiocEmail(Thing value)
    
public  voidremoveSiocEmailsha1(java.lang.String value)
    
public  voidremoveSiocFunction(Role value)
    
public  voidremoveSiocMemberof(Usergroup value)
    
public  voidremoveSiocModeratorof(Forum value)
    
public  voidremoveSiocModifierof(Item value)
    
public  voidremoveSiocOwnerof(Container value)
    
public  voidremoveSiocSubscriberof(Container value)
    
public  voidsetSiocAccountof(Agent value)
    
public  voidsetSiocAdministratorof(Site value)
    
public  voidsetSiocAvatar(Thing value)
    
public  voidsetSiocCreatorof(Item value)
    
public  voidsetSiocEmail(Thing value)
    
public  voidsetSiocEmailsha1(java.lang.String value)
    
public  voidsetSiocFunction(Role value)
    
public  voidsetSiocMemberof(Usergroup value)
    
public  voidsetSiocModeratorof(Forum value)
    
public  voidsetSiocModifierof(Item value)
    
public  voidsetSiocOwnerof(Container value)
    
public  voidsetSiocSubscriberof(Container value)
    

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



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



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



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



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



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



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



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



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



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



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



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



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



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




Constructor Detail
User
protected User(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



User
public User(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



User
public User(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



User
public User(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



User
public User(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



User
public User(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
addSiocAccountof
public void addSiocAccountof(Agent value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: Refers to the foaf:Agent (or foaf:Person) who owns this sioc:User online account.



addSiocAdministrator_Inverse
public void addSiocAdministrator_Inverse(Site value)(Code)
add 'Administrator'-Inverse
Parameters:
  value -



addSiocAdministratorof
public void addSiocAdministratorof(Site value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A Site that User is an administrator of.



addSiocAvatar
public void addSiocAvatar(Thing value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: An image or depiction used to represent this User.



addSiocCreator_Inverse
public void addSiocCreator_Inverse(Item value)(Code)
add 'Creator'-Inverse
Parameters:
  value -



addSiocCreatorof
public void addSiocCreatorof(Item value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: An Item that the User is a creator of.



addSiocEmail
public void addSiocEmail(Thing value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: An electronic mail address of the User.



addSiocEmailsha1
public void addSiocEmailsha1(java.lang.String value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: An electronic mail address of the User, encoded using SHA1.



addSiocFunction
public void addSiocFunction(Role value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A Role that this User has.



addSiocFunctionof_Inverse
public void addSiocFunctionof_Inverse(Role value)(Code)
add 'Functionof'-Inverse
Parameters:
  value -



addSiocMember_Inverse
public void addSiocMember_Inverse(Usergroup value)(Code)
add 'Member'-Inverse
Parameters:
  value -



addSiocMemberof
public void addSiocMemberof(Usergroup value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A Usergroup that this User is a member of.



addSiocModerator_Inverse
public void addSiocModerator_Inverse(Forum value)(Code)
add 'Moderator'-Inverse
Parameters:
  value -



addSiocModeratorof
public void addSiocModeratorof(Forum value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A Forum that User is a moderator of.



addSiocModifier_Inverse
public void addSiocModifier_Inverse(Item value)(Code)
add 'Modifier'-Inverse
Parameters:
  value -



addSiocModifierof
public void addSiocModifierof(Item value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: An Item that this User has modified.



addSiocOwner_Inverse
public void addSiocOwner_Inverse(Container value)(Code)
add 'Owner'-Inverse
Parameters:
  value -



addSiocOwnerof
public void addSiocOwnerof(Container value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A Container owned by a particular User, for example, a weblog or image gallery.



addSiocSubscriber_Inverse
public void addSiocSubscriber_Inverse(Container value)(Code)
add 'Subscriber'-Inverse
Parameters:
  value -



addSiocSubscriberof
public void addSiocSubscriberof(Container value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A Container that a User is subscribed to.



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



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



getAllSiocAccountof
public Agent[] getAllSiocAccountof()(Code)
all valuesSchema Comment: Refers to the foaf:Agent (or foaf:Person) who owns this sioc:User online account.



getAllSiocAdministrator_Inverse
public Site[] getAllSiocAdministrator_Inverse()(Code)
all A's that have a relation 'Administrator' to this User instance



getAllSiocAdministratorof
public Site[] getAllSiocAdministratorof()(Code)
all valuesSchema Comment: A Site that User is an administrator of.



getAllSiocAvatar
public Thing[] getAllSiocAvatar()(Code)
all valuesSchema Comment: An image or depiction used to represent this User.



getAllSiocCreator_Inverse
public Item[] getAllSiocCreator_Inverse()(Code)
all A's that have a relation 'Creator' to this User instance



getAllSiocCreatorof
public Item[] getAllSiocCreatorof()(Code)
all valuesSchema Comment: An Item that the User is a creator of.



getAllSiocEmail
public Thing[] getAllSiocEmail()(Code)
all valuesSchema Comment: An electronic mail address of the User.



getAllSiocEmailsha1
public java.lang.String[] getAllSiocEmailsha1()(Code)
all valuesSchema Comment: An electronic mail address of the User, encoded using SHA1.



getAllSiocFunction
public Role[] getAllSiocFunction()(Code)
all valuesSchema Comment: A Role that this User has.



getAllSiocFunctionof_Inverse
public Role[] getAllSiocFunctionof_Inverse()(Code)
all A's that have a relation 'Functionof' to this User instance



getAllSiocMember_Inverse
public Usergroup[] getAllSiocMember_Inverse()(Code)
all A's that have a relation 'Member' to this User instance



getAllSiocMemberof
public Usergroup[] getAllSiocMemberof()(Code)
all valuesSchema Comment: A Usergroup that this User is a member of.



getAllSiocModerator_Inverse
public Forum[] getAllSiocModerator_Inverse()(Code)
all A's that have a relation 'Moderator' to this User instance



getAllSiocModeratorof
public Forum[] getAllSiocModeratorof()(Code)
all valuesSchema Comment: A Forum that User is a moderator of.



getAllSiocModifier_Inverse
public Item[] getAllSiocModifier_Inverse()(Code)
all A's that have a relation 'Modifier' to this User instance



getAllSiocModifierof
public Item[] getAllSiocModifierof()(Code)
all valuesSchema Comment: An Item that this User has modified.



getAllSiocOwner_Inverse
public Container[] getAllSiocOwner_Inverse()(Code)
all A's that have a relation 'Owner' to this User instance



getAllSiocOwnerof
public Container[] getAllSiocOwnerof()(Code)
all valuesSchema Comment: A Container owned by a particular User, for example, a weblog or image gallery.



getAllSiocSubscriber_Inverse
public Container[] getAllSiocSubscriber_Inverse()(Code)
all A's that have a relation 'Subscriber' to this User instance



getAllSiocSubscriberof
public Container[] getAllSiocSubscriberof()(Code)
all valuesSchema Comment: A Container that a User is subscribed to.



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

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



getSiocAccountof
public Agent getSiocAccountof()(Code)
Schema Comment: Refers to the foaf:Agent (or foaf:Person) who owns this sioc:User online account. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocAdministratorof
public Site getSiocAdministratorof()(Code)
Schema Comment: A Site that User is an administrator of. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocAvatar
public Thing getSiocAvatar()(Code)
Schema Comment: An image or depiction used to represent this User. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocCreatorof
public Item getSiocCreatorof()(Code)
Schema Comment: An Item that the User is a creator of. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocEmail
public Thing getSiocEmail()(Code)
Schema Comment: An electronic mail address of the User. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocEmailsha1
public java.lang.String getSiocEmailsha1()(Code)
Schema Comment: An electronic mail address of the User, encoded using SHA1. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocFunction
public Role getSiocFunction()(Code)
Schema Comment: A Role that this User has. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocMemberof
public Usergroup getSiocMemberof()(Code)
Schema Comment: A Usergroup that this User is a member of. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocModeratorof
public Forum getSiocModeratorof()(Code)
Schema Comment: A Forum that User is a moderator of. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocModifierof
public Item getSiocModifierof()(Code)
Schema Comment: An Item that this User has modified. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocOwnerof
public Container getSiocOwnerof()(Code)
Schema Comment: A Container owned by a particular User, for example, a weblog or image gallery. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocSubscriberof
public Container getSiocSubscriberof()(Code)
Schema Comment: A Container that a User is subscribed to. 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



hasSiocAccountof
public boolean hasSiocAccountof(Agent value)(Code)

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



hasSiocAccountof
public boolean hasSiocAccountof()(Code)
true if the model contains a statement (this, ACCOUNTOF, *)



hasSiocAdministratorof
public boolean hasSiocAdministratorof(Site value)(Code)

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



hasSiocAdministratorof
public boolean hasSiocAdministratorof()(Code)
true if the model contains a statement (this, ADMINISTRATOROF, *)



hasSiocAvatar
public boolean hasSiocAvatar(Thing value)(Code)

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



hasSiocAvatar
public boolean hasSiocAvatar()(Code)
true if the model contains a statement (this, AVATAR, *)



hasSiocCreatorof
public boolean hasSiocCreatorof(Item value)(Code)

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



hasSiocCreatorof
public boolean hasSiocCreatorof()(Code)
true if the model contains a statement (this, CREATOROF, *)



hasSiocEmail
public boolean hasSiocEmail(Thing value)(Code)

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



hasSiocEmail
public boolean hasSiocEmail()(Code)
true if the model contains a statement (this, EMAIL, *)



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

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



hasSiocEmailsha1
public boolean hasSiocEmailsha1()(Code)
true if the model contains a statement (this, EMAILSHA1, *)



hasSiocFunction
public boolean hasSiocFunction(Role value)(Code)

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



hasSiocFunction
public boolean hasSiocFunction()(Code)
true if the model contains a statement (this, FUNCTION, *)



hasSiocMemberof
public boolean hasSiocMemberof(Usergroup value)(Code)

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



hasSiocMemberof
public boolean hasSiocMemberof()(Code)
true if the model contains a statement (this, MEMBEROF, *)



hasSiocModeratorof
public boolean hasSiocModeratorof(Forum value)(Code)

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



hasSiocModeratorof
public boolean hasSiocModeratorof()(Code)
true if the model contains a statement (this, MODERATOROF, *)



hasSiocModifierof
public boolean hasSiocModifierof(Item value)(Code)

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



hasSiocModifierof
public boolean hasSiocModifierof()(Code)
true if the model contains a statement (this, MODIFIEROF, *)



hasSiocOwnerof
public boolean hasSiocOwnerof(Container value)(Code)

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



hasSiocOwnerof
public boolean hasSiocOwnerof()(Code)
true if the model contains a statement (this, OWNEROF, *)



hasSiocSubscriberof
public boolean hasSiocSubscriberof(Container value)(Code)

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



hasSiocSubscriberof
public boolean hasSiocSubscriberof()(Code)
true if the model contains a statement (this, SUBSCRIBEROF, *)



removeSiocAccountof
public void removeSiocAccountof(Agent value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: Refers to the foaf:Agent (or foaf:Person) who owns this sioc:User online account.



removeSiocAdministratorof
public void removeSiocAdministratorof(Site value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A Site that User is an administrator of.



removeSiocAvatar
public void removeSiocAvatar(Thing value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: An image or depiction used to represent this User.



removeSiocCreatorof
public void removeSiocCreatorof(Item value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: An Item that the User is a creator of.



removeSiocEmail
public void removeSiocEmail(Thing value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: An electronic mail address of the User.



removeSiocEmailsha1
public void removeSiocEmailsha1(java.lang.String value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: An electronic mail address of the User, encoded using SHA1.



removeSiocFunction
public void removeSiocFunction(Role value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A Role that this User has.



removeSiocMemberof
public void removeSiocMemberof(Usergroup value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A Usergroup that this User is a member of.



removeSiocModeratorof
public void removeSiocModeratorof(Forum value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A Forum that User is a moderator of.



removeSiocModifierof
public void removeSiocModifierof(Item value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: An Item that this User has modified.



removeSiocOwnerof
public void removeSiocOwnerof(Container value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A Container owned by a particular User, for example, a weblog or image gallery.



removeSiocSubscriberof
public void removeSiocSubscriberof(Container value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A Container that a User is subscribed to.



setSiocAccountof
public void setSiocAccountof(Agent value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: Refers to the foaf:Agent (or foaf:Person) who owns this sioc:User online account.



setSiocAdministratorof
public void setSiocAdministratorof(Site value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A Site that User is an administrator of.



setSiocAvatar
public void setSiocAvatar(Thing value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: An image or depiction used to represent this User.



setSiocCreatorof
public void setSiocCreatorof(Item value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: An Item that the User is a creator of.



setSiocEmail
public void setSiocEmail(Thing value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: An electronic mail address of the User.



setSiocEmailsha1
public void setSiocEmailsha1(java.lang.String value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: An electronic mail address of the User, encoded using SHA1.



setSiocFunction
public void setSiocFunction(Role value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A Role that this User has.



setSiocMemberof
public void setSiocMemberof(Usergroup value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A Usergroup that this User is a member of.



setSiocModeratorof
public void setSiocModeratorof(Forum value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A Forum that User is a moderator of.



setSiocModifierof
public void setSiocModifierof(Item value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: An Item that this User has modified.



setSiocOwnerof
public void setSiocOwnerof(Container value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A Container owned by a particular User, for example, a weblog or image gallery.



setSiocSubscriberof
public void setSiocSubscriberof(Container value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A Container that a User is subscribed to.



Fields inherited from org.rdfs.sioc.OnlineAccount
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)

Methods inherited from org.rdfs.sioc.OnlineAccount
public OnlineAccount[] getAllInstances()(Code)(Java Doc)
public static OnlineAccount[] getAllInstances(Model model)(Code)(Java Doc)
public static OnlineAccount getInstance(Model model, URI uri) throws Exception(Code)(Java Doc)
public static boolean hasInstance(Model model, URI uri)(Code)(Java Doc)

Fields inherited from org.rdfs.sioc.Thing
final public static URI FEED(Code)(Java Doc)
final public static URI ID(Code)(Java Doc)
final public static URI LINK(Code)(Java Doc)
final public static URI LINKSTO(Code)(Java Doc)
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI NAME(Code)(Java Doc)
final public static URI NUMVIEWS(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)
final public static URI SPACE(Code)(Java Doc)
final public static URI SUBJECT(Code)(Java Doc)
final public static URI TOPIC(Code)(Java Doc)

Methods inherited from org.rdfs.sioc.Thing
public void addSiocAttachment_Inverse(Post value)(Code)(Java Doc)
public void addSiocAvatar_Inverse(User value)(Code)(Java Doc)
public void addSiocEmail_Inverse(User value)(Code)(Java Doc)
public void addSiocFeed(Thing value)(Code)(Java Doc)
public void addSiocFeed_Inverse(Thing value)(Code)(Java Doc)
public void addSiocId(java.lang.String value)(Code)(Java Doc)
public void addSiocLink(Thing value)(Code)(Java Doc)
public void addSiocLink_Inverse(Thing value)(Code)(Java Doc)
public void addSiocLinksto(Thing value)(Code)(Java Doc)
public void addSiocLinksto_Inverse(Thing value)(Code)(Java Doc)
public void addSiocName(java.lang.String value)(Code)(Java Doc)
public void addSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public void addSiocSpace(Space value)(Code)(Java Doc)
public void addSiocSpaceof_Inverse(Space value)(Code)(Java Doc)
public void addSiocSubject(Thing value)(Code)(Java Doc)
public void addSiocSubject_Inverse(Thing value)(Code)(Java Doc)
public void addSiocTopic(Thing value)(Code)(Java Doc)
public void addSiocTopic_Inverse(Thing value)(Code)(Java Doc)
public Thing[] getAllInstances()(Code)(Java Doc)
public static Thing[] getAllInstances(Model model)(Code)(Java Doc)
public Post[] getAllSiocAttachment_Inverse()(Code)(Java Doc)
public User[] getAllSiocAvatar_Inverse()(Code)(Java Doc)
public User[] getAllSiocEmail_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocFeed()(Code)(Java Doc)
public Thing[] getAllSiocFeed_Inverse()(Code)(Java Doc)
public java.lang.String[] getAllSiocId()(Code)(Java Doc)
public Thing[] getAllSiocLink()(Code)(Java Doc)
public Thing[] getAllSiocLink_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocLinksto()(Code)(Java Doc)
public Thing[] getAllSiocLinksto_Inverse()(Code)(Java Doc)
public java.lang.String[] getAllSiocName()(Code)(Java Doc)
public java.lang.Integer[] getAllSiocNumviews()(Code)(Java Doc)
public Space[] getAllSiocSpace()(Code)(Java Doc)
public Space[] getAllSiocSpaceof_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocSubject()(Code)(Java Doc)
public Thing[] getAllSiocSubject_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocTopic()(Code)(Java Doc)
public Thing[] getAllSiocTopic_Inverse()(Code)(Java Doc)
public static Thing getInstance(Model model, URI uri) throws Exception(Code)(Java Doc)
public Thing getSiocFeed()(Code)(Java Doc)
public java.lang.String getSiocId()(Code)(Java Doc)
public Thing getSiocLink()(Code)(Java Doc)
public Thing getSiocLinksto()(Code)(Java Doc)
public java.lang.String getSiocName()(Code)(Java Doc)
public java.lang.Integer getSiocNumviews()(Code)(Java Doc)
public Space getSiocSpace()(Code)(Java Doc)
public Thing getSiocSubject()(Code)(Java Doc)
public Thing getSiocTopic()(Code)(Java Doc)
public static boolean hasInstance(Model model, URI uri)(Code)(Java Doc)
public boolean hasSiocFeed(Thing value)(Code)(Java Doc)
public boolean hasSiocFeed()(Code)(Java Doc)
public boolean hasSiocId(java.lang.String value)(Code)(Java Doc)
public boolean hasSiocId()(Code)(Java Doc)
public boolean hasSiocLink(Thing value)(Code)(Java Doc)
public boolean hasSiocLink()(Code)(Java Doc)
public boolean hasSiocLinksto(Thing value)(Code)(Java Doc)
public boolean hasSiocLinksto()(Code)(Java Doc)
public boolean hasSiocName(java.lang.String value)(Code)(Java Doc)
public boolean hasSiocName()(Code)(Java Doc)
public boolean hasSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public boolean hasSiocNumviews()(Code)(Java Doc)
public boolean hasSiocSpace(Space value)(Code)(Java Doc)
public boolean hasSiocSpace()(Code)(Java Doc)
public boolean hasSiocSubject(Thing value)(Code)(Java Doc)
public boolean hasSiocSubject()(Code)(Java Doc)
public boolean hasSiocTopic(Thing value)(Code)(Java Doc)
public boolean hasSiocTopic()(Code)(Java Doc)
public void removeSiocFeed(Thing value)(Code)(Java Doc)
public void removeSiocId(java.lang.String value)(Code)(Java Doc)
public void removeSiocLink(Thing value)(Code)(Java Doc)
public void removeSiocLinksto(Thing value)(Code)(Java Doc)
public void removeSiocName(java.lang.String value)(Code)(Java Doc)
public void removeSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public void removeSiocSpace(Space value)(Code)(Java Doc)
public void removeSiocSubject(Thing value)(Code)(Java Doc)
public void removeSiocTopic(Thing value)(Code)(Java Doc)
public void setSiocFeed(Thing value)(Code)(Java Doc)
public void setSiocId(java.lang.String value)(Code)(Java Doc)
public void setSiocLink(Thing value)(Code)(Java Doc)
public void setSiocLinksto(Thing value)(Code)(Java Doc)
public void setSiocName(java.lang.String value)(Code)(Java Doc)
public void setSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public void setSiocSpace(Space value)(Code)(Java Doc)
public void setSiocSubject(Thing value)(Code)(Java Doc)
public void setSiocTopic(Thing value)(Code)(Java Doc)

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