|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Location
Interface for Location ontology class
Use the ibspan.tss.domain.ontology.location.LocationFactory to create instances of this interface.
(URI: http://www.ibspan.waw.pl/tss/Location#Location)
| Field Summary | |
|---|---|
static Property |
attractionCategoryProperty
The Jena Property for attractionCategory (URI: http://www.ibspan.waw.pl/tss/Location#attractionCategory) |
static Property |
cityProperty
The Jena Property for city (URI: http://www.ibspan.waw.pl/tss/Location#city) |
static Property |
countryProperty
The Jena Property for country (URI: http://www.ibspan.waw.pl/tss/Location#country) |
static Property |
crossStreetProperty
The Jena Property for crossStreet (URI: http://www.ibspan.waw.pl/tss/Location#crossStreet) |
static Property |
faxProperty
The Jena Property for fax (URI: http://www.ibspan.waw.pl/tss/Location#fax) |
static Property |
indexPointProperty
The Jena Property for indexPoint (URI: http://www.ibspan.waw.pl/tss/Location#indexPoint) |
static Property |
locationCategoryProperty
The Jena Property for locationCategory (URI: http://www.ibspan.waw.pl/tss/Location#locationCategory) |
static Property |
locationPathProperty
The Jena Property for locationPath (URI: http://www.ibspan.waw.pl/tss/Location#locationPath) |
static Property |
neighborhoodProperty
The Jena Property for neighborhood (URI: http://www.ibspan.waw.pl/tss/Location#neighborhood) |
static Property |
phoneProperty
The Jena Property for phone (URI: http://www.ibspan.waw.pl/tss/Location#phone) |
static Property |
stateProperty
The Jena Property for state (URI: http://www.ibspan.waw.pl/tss/Location#state) |
static Property |
streetAddressProperty
The Jena Property for streetAddress (URI: http://www.ibspan.waw.pl/tss/Location#streetAddress) |
static Resource |
TYPE
The rdf:type for this ontology class |
static Property |
zipProperty
The Jena Property for zip (URI: http://www.ibspan.waw.pl/tss/Location#zip) |
| Fields inherited from interface com.ibm.adtech.jastor.Thing |
|---|
copyright |
| Method Summary | |
|---|---|
AttractionCategoryCode |
addAttractionCategory()
Adds an anonymous value for the 'attractionCategory' property |
void |
addAttractionCategory(AttractionCategoryCode attractionCategory)
Adds a value for the 'attractionCategory' property |
AttractionCategoryCode |
addAttractionCategory(Resource resource)
Adds a value for the 'attractionCategory' property. |
void |
addCrossStreet(String crossStreet)
Add a 'crossStreet' property value |
IndexPointCode |
addIndexPoint()
Adds an anonymous value for the 'indexPoint' property |
void |
addIndexPoint(IndexPointCode indexPoint)
Adds a value for the 'indexPoint' property |
IndexPointCode |
addIndexPoint(Resource resource)
Adds a value for the 'indexPoint' property. |
LocationCategoryCode |
addLocationCategory()
Adds an anonymous value for the 'locationCategory' property |
void |
addLocationCategory(LocationCategoryCode locationCategory)
Adds a value for the 'locationCategory' property |
LocationCategoryCode |
addLocationCategory(Resource resource)
Adds a value for the 'locationCategory' property. |
void |
addPhone(String phone)
Add a 'phone' property value |
Iterator |
getAttractionCategory()
Get an Iterator the 'attractionCategory' property values. |
String |
getCity()
Gets the 'city' property value |
String |
getCountry()
Gets the 'country' property value |
Iterator |
getCrossStreet()
Iterates through the 'crossStreet' property values. |
String |
getFax()
Gets the 'fax' property value |
Iterator |
getIndexPoint()
Get an Iterator the 'indexPoint' property values. |
Iterator |
getLocationCategory()
Get an Iterator the 'locationCategory' property values. |
String |
getLocationPath()
Gets the 'locationPath' property value |
String |
getNeighborhood()
Gets the 'neighborhood' property value |
Iterator |
getPhone()
Iterates through the 'phone' property values. |
String |
getState()
Gets the 'state' property value |
String |
getStreetAddress()
Gets the 'streetAddress' property value |
String |
getZip()
Gets the 'zip' property value |
void |
removeAttractionCategory(AttractionCategoryCode attractionCategory)
Removes a value for the 'attractionCategory' property. |
void |
removeCrossStreet(String crossStreet)
Remove a 'crossStreet' property value. |
void |
removeIndexPoint(IndexPointCode indexPoint)
Removes a value for the 'indexPoint' property. |
void |
removeLocationCategory(LocationCategoryCode locationCategory)
Removes a value for the 'locationCategory' property. |
void |
removePhone(String phone)
Remove a 'phone' property value. |
void |
setCity(String city)
Sets the 'city' property value |
void |
setCountry(String country)
Sets the 'country' property value |
void |
setFax(String fax)
Sets the 'fax' property value |
void |
setLocationPath(String locationPath)
Sets the 'locationPath' property value |
void |
setNeighborhood(String neighborhood)
Sets the 'neighborhood' property value |
void |
setState(String state)
Sets the 'state' property value |
void |
setStreetAddress(String streetAddress)
Sets the 'streetAddress' property value |
void |
setZip(String zip)
Sets the 'zip' 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 indexPointProperty
(URI: http://www.ibspan.waw.pl/tss/Location#indexPoint)
static final Property locationPathProperty
(URI: http://www.ibspan.waw.pl/tss/Location#locationPath)
static final Property cityProperty
(URI: http://www.ibspan.waw.pl/tss/Location#city)
static final Property crossStreetProperty
(URI: http://www.ibspan.waw.pl/tss/Location#crossStreet)
static final Property attractionCategoryProperty
(URI: http://www.ibspan.waw.pl/tss/Location#attractionCategory)
static final Property locationCategoryProperty
(URI: http://www.ibspan.waw.pl/tss/Location#locationCategory)
static final Property streetAddressProperty
(URI: http://www.ibspan.waw.pl/tss/Location#streetAddress)
static final Property countryProperty
(URI: http://www.ibspan.waw.pl/tss/Location#country)
static final Property faxProperty
(URI: http://www.ibspan.waw.pl/tss/Location#fax)
static final Property stateProperty
(URI: http://www.ibspan.waw.pl/tss/Location#state)
static final Property phoneProperty
(URI: http://www.ibspan.waw.pl/tss/Location#phone)
static final Property neighborhoodProperty
(URI: http://www.ibspan.waw.pl/tss/Location#neighborhood)
static final Property zipProperty
(URI: http://www.ibspan.waw.pl/tss/Location#zip)
| Method Detail |
|---|
Iterator getIndexPoint()
throws com.ibm.adtech.jastor.JastorException
Iterator of IndexPointCode
com.ibm.adtech.jastor.JastorExceptionindexPointProperty
void addIndexPoint(IndexPointCode indexPoint)
throws com.ibm.adtech.jastor.JastorException
The - IndexPointCode to add
com.ibm.adtech.jastor.JastorExceptionindexPointProperty
IndexPointCode addIndexPoint()
throws com.ibm.adtech.jastor.JastorException
IndexPointCode created
com.ibm.adtech.jastor.JastorExceptionindexPointProperty
IndexPointCode addIndexPoint(Resource resource)
throws com.ibm.adtech.jastor.JastorException
IndexPointCode with the factory
and calling addIndexPoint(ibspan.tss.domain.ontology.location.IndexPointCode indexPoint)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/Location#IndexPointCode. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
com.ibm.adtech.jastor.JastorExceptionindexPointProperty
void removeIndexPoint(IndexPointCode indexPoint)
throws com.ibm.adtech.jastor.JastorException
The - IndexPointCode to remove
com.ibm.adtech.jastor.JastorExceptionindexPointProperty
String getLocationPath()
throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorExceptionlocationPathProperty
void setLocationPath(String locationPath)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}
com.ibm.adtech.jastor.JastorExceptionlocationPathProperty
String getCity()
throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorExceptioncityProperty
void setCity(String city)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}
com.ibm.adtech.jastor.JastorExceptioncityProperty
Iterator getCrossStreet()
throws com.ibm.adtech.jastor.JastorException
Iterator of String
com.ibm.adtech.jastor.JastorExceptioncrossStreetProperty
void addCrossStreet(String crossStreet)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}, the value to add
com.ibm.adtech.jastor.JastorExceptioncrossStreetProperty
void removeCrossStreet(String crossStreet)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}, the value to remove
com.ibm.adtech.jastor.JastorExceptioncrossStreetProperty
Iterator getAttractionCategory()
throws com.ibm.adtech.jastor.JastorException
Iterator of AttractionCategoryCode
com.ibm.adtech.jastor.JastorExceptionattractionCategoryProperty
void addAttractionCategory(AttractionCategoryCode attractionCategory)
throws com.ibm.adtech.jastor.JastorException
The - AttractionCategoryCode to add
com.ibm.adtech.jastor.JastorExceptionattractionCategoryProperty
AttractionCategoryCode addAttractionCategory()
throws com.ibm.adtech.jastor.JastorException
AttractionCategoryCode created
com.ibm.adtech.jastor.JastorExceptionattractionCategoryProperty
AttractionCategoryCode addAttractionCategory(Resource resource)
throws com.ibm.adtech.jastor.JastorException
AttractionCategoryCode with the factory
and calling addAttractionCategory(ibspan.tss.domain.ontology.location.AttractionCategoryCode attractionCategory)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/Location#AttractionCategoryCode. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
com.ibm.adtech.jastor.JastorExceptionattractionCategoryProperty
void removeAttractionCategory(AttractionCategoryCode attractionCategory)
throws com.ibm.adtech.jastor.JastorException
The - AttractionCategoryCode to remove
com.ibm.adtech.jastor.JastorExceptionattractionCategoryProperty
Iterator getLocationCategory()
throws com.ibm.adtech.jastor.JastorException
Iterator of LocationCategoryCode
com.ibm.adtech.jastor.JastorExceptionlocationCategoryProperty
void addLocationCategory(LocationCategoryCode locationCategory)
throws com.ibm.adtech.jastor.JastorException
The - LocationCategoryCode to add
com.ibm.adtech.jastor.JastorExceptionlocationCategoryProperty
LocationCategoryCode addLocationCategory()
throws com.ibm.adtech.jastor.JastorException
LocationCategoryCode created
com.ibm.adtech.jastor.JastorExceptionlocationCategoryProperty
LocationCategoryCode addLocationCategory(Resource resource)
throws com.ibm.adtech.jastor.JastorException
LocationCategoryCode with the factory
and calling addLocationCategory(ibspan.tss.domain.ontology.location.LocationCategoryCode locationCategory)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/Location#LocationCategoryCode. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
com.ibm.adtech.jastor.JastorExceptionlocationCategoryProperty
void removeLocationCategory(LocationCategoryCode locationCategory)
throws com.ibm.adtech.jastor.JastorException
The - LocationCategoryCode to remove
com.ibm.adtech.jastor.JastorExceptionlocationCategoryProperty
String getStreetAddress()
throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorExceptionstreetAddressProperty
void setStreetAddress(String streetAddress)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}
com.ibm.adtech.jastor.JastorExceptionstreetAddressProperty
String getCountry()
throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorExceptioncountryProperty
void setCountry(String country)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}
com.ibm.adtech.jastor.JastorExceptioncountryProperty
String getFax()
throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorExceptionfaxProperty
void setFax(String fax)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}
com.ibm.adtech.jastor.JastorExceptionfaxProperty
String getState()
throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorExceptionstateProperty
void setState(String state)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}
com.ibm.adtech.jastor.JastorExceptionstateProperty
Iterator getPhone()
throws com.ibm.adtech.jastor.JastorException
Iterator of String
com.ibm.adtech.jastor.JastorExceptionphoneProperty
void addPhone(String phone)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}, the value to add
com.ibm.adtech.jastor.JastorExceptionphoneProperty
void removePhone(String phone)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}, the value to remove
com.ibm.adtech.jastor.JastorExceptionphoneProperty
String getNeighborhood()
throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorExceptionneighborhoodProperty
void setNeighborhood(String neighborhood)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}
com.ibm.adtech.jastor.JastorExceptionneighborhoodProperty
String getZip()
throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorExceptionzipProperty
void setZip(String zip)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}
com.ibm.adtech.jastor.JastorExceptionzipProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||