ibspan.tss.um.ontology
Interface StereotypeProfileData

All Superinterfaces:
ProfileData, com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
StereotypeProfileDataImpl

public interface StereotypeProfileData
extends ProfileData, com.ibm.adtech.jastor.Thing

Interface for StereotypeProfileData ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.

(URI: http://www.ibspan.waw.pl/tss/UserModelling#StereotypeProfileData)


RDF Schema Standard Properties
comment : Data of stereotype "extends" data of profile in the same way, as MeasureSet concept "extends" Measure concept.^^http://www.w3.org/2001/XMLSchema#string



Field Summary
static Property hasAgeSetProperty
          The Jena Property for hasAgeSet (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasAgeSet)
static Property hasDressSetProperty
          The Jena Property for hasDressSet (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasDressSet)
static Property hasProfessionSetProperty
          The Jena Property for hasProfessionSet (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasProfessionSet)
static Property hasWealthSetProperty
          The Jena Property for hasWealthSet (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasWealthSet)
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 AgeSet getHasAgeSet()
          Gets the 'hasAgeSet' property value
 DressSet getHasDressSet()
          Gets the 'hasDressSet' property value
 ProfessionSet getHasProfessionSet()
          Gets the 'hasProfessionSet' property value
 WealthSet getHasWealthSet()
          Gets the 'hasWealthSet' property value
 AgeSet setHasAgeSet()
          Sets the 'hasAgeSet' property value to an anonymous node
 void setHasAgeSet(AgeSet hasAgeSet)
          Sets the 'hasAgeSet' property value
 AgeSet setHasAgeSet(Resource resource)
          Sets the 'hasAgeSet' property value to the given resource, and add's rdf:type properties.
 DressSet setHasDressSet()
          Sets the 'hasDressSet' property value to an anonymous node
 void setHasDressSet(DressSet hasDressSet)
          Sets the 'hasDressSet' property value
 DressSet setHasDressSet(Resource resource)
          Sets the 'hasDressSet' property value to the given resource, and add's rdf:type properties.
 ProfessionSet setHasProfessionSet()
          Sets the 'hasProfessionSet' property value to an anonymous node
 void setHasProfessionSet(ProfessionSet hasProfessionSet)
          Sets the 'hasProfessionSet' property value
 ProfessionSet setHasProfessionSet(Resource resource)
          Sets the 'hasProfessionSet' property value to the given resource, and add's rdf:type properties.
 WealthSet setHasWealthSet()
          Sets the 'hasWealthSet' property value to an anonymous node
 WealthSet setHasWealthSet(Resource resource)
          Sets the 'hasWealthSet' property value to the given resource, and add's rdf:type properties.
 void setHasWealthSet(WealthSet hasWealthSet)
          Sets the 'hasWealthSet' property value
 
Methods inherited from interface com.ibm.adtech.jastor.Thing
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final Resource TYPE
The rdf:type for this ontology class


hasWealthSetProperty

static final Property hasWealthSetProperty
The Jena Property for hasWealthSet

(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasWealthSet)



hasDressSetProperty

static final Property hasDressSetProperty
The Jena Property for hasDressSet

(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasDressSet)



hasProfessionSetProperty

static final Property hasProfessionSetProperty
The Jena Property for hasProfessionSet

(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasProfessionSet)



hasAgeSetProperty

static final Property hasAgeSetProperty
The Jena Property for hasAgeSet

(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasAgeSet)


Method Detail

getHasWealthSet

WealthSet getHasWealthSet()
                          throws com.ibm.adtech.jastor.JastorException
Gets the 'hasWealthSet' property value

Returns:
WealthSet
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasWealthSetProperty

setHasWealthSet

void setHasWealthSet(WealthSet hasWealthSet)
                     throws com.ibm.adtech.jastor.JastorException
Sets the 'hasWealthSet' property value

Parameters:
{@link - ibspan.tss.um.ontology.WealthSet}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasWealthSetProperty

setHasWealthSet

WealthSet setHasWealthSet()
                          throws com.ibm.adtech.jastor.JastorException
Sets the 'hasWealthSet' property value to an anonymous node

Returns:
WealthSet, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasWealthSetProperty

setHasWealthSet

WealthSet setHasWealthSet(Resource resource)
                          throws com.ibm.adtech.jastor.JastorException
Sets the 'hasWealthSet' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of WealthSet with the factory. and calling setHasWealthSet(ibspan.tss.um.ontology.WealthSet hasWealthSet) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#WealthSet. That is, this method should not be used as a shortcut for creating new objects in the model.

Parameters:
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Returns:
WealthSet, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasWealthSetProperty

getHasDressSet

DressSet getHasDressSet()
                        throws com.ibm.adtech.jastor.JastorException
Gets the 'hasDressSet' property value

Returns:
DressSet
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasDressSetProperty

setHasDressSet

void setHasDressSet(DressSet hasDressSet)
                    throws com.ibm.adtech.jastor.JastorException
Sets the 'hasDressSet' property value

Parameters:
{@link - ibspan.tss.um.ontology.DressSet}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasDressSetProperty

setHasDressSet

DressSet setHasDressSet()
                        throws com.ibm.adtech.jastor.JastorException
Sets the 'hasDressSet' property value to an anonymous node

Returns:
DressSet, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasDressSetProperty

setHasDressSet

DressSet setHasDressSet(Resource resource)
                        throws com.ibm.adtech.jastor.JastorException
Sets the 'hasDressSet' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of DressSet with the factory. and calling setHasDressSet(ibspan.tss.um.ontology.DressSet hasDressSet) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#DressSet. That is, this method should not be used as a shortcut for creating new objects in the model.

Parameters:
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Returns:
DressSet, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasDressSetProperty

getHasProfessionSet

ProfessionSet getHasProfessionSet()
                                  throws com.ibm.adtech.jastor.JastorException
Gets the 'hasProfessionSet' property value

Returns:
ProfessionSet
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasProfessionSetProperty

setHasProfessionSet

void setHasProfessionSet(ProfessionSet hasProfessionSet)
                         throws com.ibm.adtech.jastor.JastorException
Sets the 'hasProfessionSet' property value

Parameters:
{@link - ibspan.tss.um.ontology.ProfessionSet}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasProfessionSetProperty

setHasProfessionSet

ProfessionSet setHasProfessionSet()
                                  throws com.ibm.adtech.jastor.JastorException
Sets the 'hasProfessionSet' property value to an anonymous node

Returns:
ProfessionSet, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasProfessionSetProperty

setHasProfessionSet

ProfessionSet setHasProfessionSet(Resource resource)
                                  throws com.ibm.adtech.jastor.JastorException
Sets the 'hasProfessionSet' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of ProfessionSet with the factory. and calling setHasProfessionSet(ibspan.tss.um.ontology.ProfessionSet hasProfessionSet) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#ProfessionSet. That is, this method should not be used as a shortcut for creating new objects in the model.

Parameters:
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Returns:
ProfessionSet, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasProfessionSetProperty

getHasAgeSet

AgeSet getHasAgeSet()
                    throws com.ibm.adtech.jastor.JastorException
Gets the 'hasAgeSet' property value

Returns:
AgeSet
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasAgeSetProperty

setHasAgeSet

void setHasAgeSet(AgeSet hasAgeSet)
                  throws com.ibm.adtech.jastor.JastorException
Sets the 'hasAgeSet' property value

Parameters:
{@link - ibspan.tss.um.ontology.AgeSet}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasAgeSetProperty

setHasAgeSet

AgeSet setHasAgeSet()
                    throws com.ibm.adtech.jastor.JastorException
Sets the 'hasAgeSet' property value to an anonymous node

Returns:
AgeSet, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasAgeSetProperty

setHasAgeSet

AgeSet setHasAgeSet(Resource resource)
                    throws com.ibm.adtech.jastor.JastorException
Sets the 'hasAgeSet' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of AgeSet with the factory. and calling setHasAgeSet(ibspan.tss.um.ontology.AgeSet hasAgeSet) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#AgeSet. That is, this method should not be used as a shortcut for creating new objects in the model.

Parameters:
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Returns:
AgeSet, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasAgeSetProperty