|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserProfileData
Interface for UserProfileData ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
(URI: http://www.ibspan.waw.pl/tss/UserModelling#UserProfileData)
Field Summary | |
---|---|
static Property |
hasAgeProperty
The Jena Property for hasAge (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasAge) |
static Property |
hasDressProperty
The Jena Property for hasDress (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasDress) |
static Property |
hasProfessionProperty
The Jena Property for hasProfession (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasProfession) |
static Property |
hasWealthProperty
The Jena Property for hasWealth (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasWealth) |
static Resource |
TYPE
The rdf:type for this ontology class |
static Property |
wasBornProperty
The Jena Property for wasBorn (URI: http://www.ibspan.waw.pl/tss/UserModelling#wasBorn) |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
Age |
getHasAge()
Gets the 'hasAge' property value |
Dress |
getHasDress()
Gets the 'hasDress' property value |
Profession |
getHasProfession()
Gets the 'hasProfession' property value |
Wealth |
getHasWealth()
Gets the 'hasWealth' property value |
com.hp.hpl.jena.datatypes.xsd.impl.XSDDateType |
getWasBorn()
Gets the 'wasBorn' property value |
Age |
setHasAge()
Sets the 'hasAge' property value to an anonymous node |
void |
setHasAge(Age hasAge)
Sets the 'hasAge' property value |
Age |
setHasAge(Resource resource)
Sets the 'hasAge' property value to the given resource, and add's rdf:type properties. |
Dress |
setHasDress()
Sets the 'hasDress' property value to an anonymous node |
void |
setHasDress(Dress hasDress)
Sets the 'hasDress' property value |
Dress |
setHasDress(Resource resource)
Sets the 'hasDress' property value to the given resource, and add's rdf:type properties. |
Profession |
setHasProfession()
Sets the 'hasProfession' property value to an anonymous node |
void |
setHasProfession(Profession hasProfession)
Sets the 'hasProfession' property value |
Profession |
setHasProfession(Resource resource)
Sets the 'hasProfession' property value to the given resource, and add's rdf:type properties. |
Wealth |
setHasWealth()
Sets the 'hasWealth' property value to an anonymous node |
Wealth |
setHasWealth(Resource resource)
Sets the 'hasWealth' property value to the given resource, and add's rdf:type properties. |
void |
setHasWealth(Wealth hasWealth)
Sets the 'hasWealth' property value |
void |
setWasBorn(com.hp.hpl.jena.datatypes.xsd.impl.XSDDateType wasBorn)
Sets the 'wasBorn' property value |
Methods inherited from interface com.ibm.adtech.jastor.Thing |
---|
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri |
Field Detail |
---|
static final Resource TYPE
static final Property hasWealthProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasWealth)
static final Property wasBornProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#wasBorn)
static final Property hasDressProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasDress)
static final Property hasProfessionProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasProfession)
static final Property hasAgeProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasAge)
Method Detail |
---|
Wealth getHasWealth() throws com.ibm.adtech.jastor.JastorException
Wealth
com.ibm.adtech.jastor.JastorException
hasWealthProperty
void setHasWealth(Wealth hasWealth) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.Wealth}
com.ibm.adtech.jastor.JastorException
hasWealthProperty
Wealth setHasWealth() throws com.ibm.adtech.jastor.JastorException
Wealth
, the created value
com.ibm.adtech.jastor.JastorException
hasWealthProperty
Wealth setHasWealth(Resource resource) throws com.ibm.adtech.jastor.JastorException
Wealth
with the factory.
and calling setHasWealth(ibspan.tss.um.ontology.Wealth hasWealth)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Wealth. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link
- com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Wealth
, the newly created value
com.ibm.adtech.jastor.JastorException
hasWealthProperty
com.hp.hpl.jena.datatypes.xsd.impl.XSDDateType getWasBorn() throws com.ibm.adtech.jastor.JastorException
XSDDateType
com.ibm.adtech.jastor.JastorException
wasBornProperty
void setWasBorn(com.hp.hpl.jena.datatypes.xsd.impl.XSDDateType wasBorn) throws com.ibm.adtech.jastor.JastorException
{@link
- com.hp.hpl.jena.datatypes.xsd.impl.XSDDateType}
com.ibm.adtech.jastor.JastorException
wasBornProperty
Dress getHasDress() throws com.ibm.adtech.jastor.JastorException
Dress
com.ibm.adtech.jastor.JastorException
hasDressProperty
void setHasDress(Dress hasDress) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.Dress}
com.ibm.adtech.jastor.JastorException
hasDressProperty
Dress setHasDress() throws com.ibm.adtech.jastor.JastorException
Dress
, the created value
com.ibm.adtech.jastor.JastorException
hasDressProperty
Dress setHasDress(Resource resource) throws com.ibm.adtech.jastor.JastorException
Dress
with the factory.
and calling setHasDress(ibspan.tss.um.ontology.Dress hasDress)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Dress. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link
- com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Dress
, the newly created value
com.ibm.adtech.jastor.JastorException
hasDressProperty
Profession getHasProfession() throws com.ibm.adtech.jastor.JastorException
Profession
com.ibm.adtech.jastor.JastorException
hasProfessionProperty
void setHasProfession(Profession hasProfession) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.Profession}
com.ibm.adtech.jastor.JastorException
hasProfessionProperty
Profession setHasProfession() throws com.ibm.adtech.jastor.JastorException
Profession
, the created value
com.ibm.adtech.jastor.JastorException
hasProfessionProperty
Profession setHasProfession(Resource resource) throws com.ibm.adtech.jastor.JastorException
Profession
with the factory.
and calling setHasProfession(ibspan.tss.um.ontology.Profession hasProfession)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Profession. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link
- com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Profession
, the newly created value
com.ibm.adtech.jastor.JastorException
hasProfessionProperty
Age getHasAge() throws com.ibm.adtech.jastor.JastorException
Age
com.ibm.adtech.jastor.JastorException
hasAgeProperty
void setHasAge(Age hasAge) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.Age}
com.ibm.adtech.jastor.JastorException
hasAgeProperty
Age setHasAge() throws com.ibm.adtech.jastor.JastorException
Age
, the created value
com.ibm.adtech.jastor.JastorException
hasAgeProperty
Age setHasAge(Resource resource) throws com.ibm.adtech.jastor.JastorException
Age
with the factory.
and calling setHasAge(ibspan.tss.um.ontology.Age hasAge)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Age. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link
- com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Age
, the newly created value
com.ibm.adtech.jastor.JastorException
hasAgeProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |