|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.rdf.listeners.StatementListener
com.ibm.adtech.jastor.ThingImpl
ibspan.tss.domain.ontology.location.LocationImpl
public class LocationImpl
Implementation of Location
Use the ibspan.tss.domain.ontology.location.LocationFactory to create instances of this class.
(URI: http://www.ibspan.waw.pl/tss/Location#Location)
| Field Summary |
|---|
| Fields inherited from class com.ibm.adtech.jastor.ThingImpl |
|---|
_model, _resource, _typeUri, copyright |
| Fields inherited from interface ibspan.tss.domain.ontology.location.Location |
|---|
TYPE |
| 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 |
void |
addedStatement(Statement stmt)
|
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 |
void |
clearCache()
|
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 |
List |
listStatements()
|
void |
registerListener(com.ibm.adtech.jastor.ThingListener listener)
|
void |
removeAttractionCategory(AttractionCategoryCode attractionCategory)
Removes a value for the 'attractionCategory' property. |
void |
removeCrossStreet(String crossStreet)
Remove a 'crossStreet' property value. |
void |
removedStatement(Statement stmt)
|
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 |
void |
unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
|
| Methods inherited from class com.ibm.adtech.jastor.ThingImpl |
|---|
equals, isRDFType, model, removeStatements, resource, toString, uri |
| Methods inherited from class com.hp.hpl.jena.rdf.listeners.StatementListener |
|---|
addedStatements, addedStatements, addedStatements, addedStatements, notifyEvent, removedStatements, removedStatements, removedStatements, removedStatements |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ibm.adtech.jastor.Thing |
|---|
isRDFType, model, removeStatements, resource, uri |
| Method Detail |
|---|
public List listStatements()
listStatements in interface com.ibm.adtech.jastor.ThinglistStatements in class com.ibm.adtech.jastor.ThingImplpublic void clearCache()
clearCache in interface com.ibm.adtech.jastor.ThingclearCache in class com.ibm.adtech.jastor.ThingImpl
public Iterator getIndexPoint()
throws com.ibm.adtech.jastor.JastorException
Location
getIndexPoint in interface LocationIterator of IndexPointCode
com.ibm.adtech.jastor.JastorExceptionLocation.indexPointProperty
public void addIndexPoint(IndexPointCode indexPoint)
throws com.ibm.adtech.jastor.JastorException
Location
addIndexPoint in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.indexPointProperty
public IndexPointCode addIndexPoint()
throws com.ibm.adtech.jastor.JastorException
Location
addIndexPoint in interface LocationIndexPointCode created
com.ibm.adtech.jastor.JastorExceptionLocation.indexPointProperty
public IndexPointCode addIndexPoint(Resource resource)
throws com.ibm.adtech.jastor.JastorException
LocationIndexPointCode 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.
addIndexPoint in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.indexPointProperty
public void removeIndexPoint(IndexPointCode indexPoint)
throws com.ibm.adtech.jastor.JastorException
Location
removeIndexPoint in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.indexPointProperty
public String getLocationPath()
throws com.ibm.adtech.jastor.JastorException
Location
getLocationPath in interface LocationString
com.ibm.adtech.jastor.JastorExceptionLocation.locationPathProperty
public void setLocationPath(String locationPath)
throws com.ibm.adtech.jastor.JastorException
Location
setLocationPath in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.locationPathProperty
public String getCity()
throws com.ibm.adtech.jastor.JastorException
Location
getCity in interface LocationString
com.ibm.adtech.jastor.JastorExceptionLocation.cityProperty
public void setCity(String city)
throws com.ibm.adtech.jastor.JastorException
Location
setCity in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.cityProperty
public Iterator getCrossStreet()
throws com.ibm.adtech.jastor.JastorException
Location
getCrossStreet in interface LocationIterator of String
com.ibm.adtech.jastor.JastorExceptionLocation.crossStreetProperty
public void addCrossStreet(String crossStreet)
throws com.ibm.adtech.jastor.JastorException
Location
addCrossStreet in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.crossStreetProperty
public void removeCrossStreet(String crossStreet)
throws com.ibm.adtech.jastor.JastorException
Location
removeCrossStreet in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.crossStreetProperty
public Iterator getAttractionCategory()
throws com.ibm.adtech.jastor.JastorException
Location
getAttractionCategory in interface LocationIterator of AttractionCategoryCode
com.ibm.adtech.jastor.JastorExceptionLocation.attractionCategoryProperty
public void addAttractionCategory(AttractionCategoryCode attractionCategory)
throws com.ibm.adtech.jastor.JastorException
Location
addAttractionCategory in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.attractionCategoryProperty
public AttractionCategoryCode addAttractionCategory()
throws com.ibm.adtech.jastor.JastorException
Location
addAttractionCategory in interface LocationAttractionCategoryCode created
com.ibm.adtech.jastor.JastorExceptionLocation.attractionCategoryProperty
public AttractionCategoryCode addAttractionCategory(Resource resource)
throws com.ibm.adtech.jastor.JastorException
LocationAttractionCategoryCode 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.
addAttractionCategory in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.attractionCategoryProperty
public void removeAttractionCategory(AttractionCategoryCode attractionCategory)
throws com.ibm.adtech.jastor.JastorException
Location
removeAttractionCategory in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.attractionCategoryProperty
public Iterator getLocationCategory()
throws com.ibm.adtech.jastor.JastorException
Location
getLocationCategory in interface LocationIterator of LocationCategoryCode
com.ibm.adtech.jastor.JastorExceptionLocation.locationCategoryProperty
public void addLocationCategory(LocationCategoryCode locationCategory)
throws com.ibm.adtech.jastor.JastorException
Location
addLocationCategory in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.locationCategoryProperty
public LocationCategoryCode addLocationCategory()
throws com.ibm.adtech.jastor.JastorException
Location
addLocationCategory in interface LocationLocationCategoryCode created
com.ibm.adtech.jastor.JastorExceptionLocation.locationCategoryProperty
public LocationCategoryCode addLocationCategory(Resource resource)
throws com.ibm.adtech.jastor.JastorException
LocationLocationCategoryCode 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.
addLocationCategory in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.locationCategoryProperty
public void removeLocationCategory(LocationCategoryCode locationCategory)
throws com.ibm.adtech.jastor.JastorException
Location
removeLocationCategory in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.locationCategoryProperty
public String getStreetAddress()
throws com.ibm.adtech.jastor.JastorException
Location
getStreetAddress in interface LocationString
com.ibm.adtech.jastor.JastorExceptionLocation.streetAddressProperty
public void setStreetAddress(String streetAddress)
throws com.ibm.adtech.jastor.JastorException
Location
setStreetAddress in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.streetAddressProperty
public String getCountry()
throws com.ibm.adtech.jastor.JastorException
Location
getCountry in interface LocationString
com.ibm.adtech.jastor.JastorExceptionLocation.countryProperty
public void setCountry(String country)
throws com.ibm.adtech.jastor.JastorException
Location
setCountry in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.countryProperty
public String getFax()
throws com.ibm.adtech.jastor.JastorException
Location
getFax in interface LocationString
com.ibm.adtech.jastor.JastorExceptionLocation.faxProperty
public void setFax(String fax)
throws com.ibm.adtech.jastor.JastorException
Location
setFax in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.faxProperty
public String getState()
throws com.ibm.adtech.jastor.JastorException
Location
getState in interface LocationString
com.ibm.adtech.jastor.JastorExceptionLocation.stateProperty
public void setState(String state)
throws com.ibm.adtech.jastor.JastorException
Location
setState in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.stateProperty
public Iterator getPhone()
throws com.ibm.adtech.jastor.JastorException
Location
getPhone in interface LocationIterator of String
com.ibm.adtech.jastor.JastorExceptionLocation.phoneProperty
public void addPhone(String phone)
throws com.ibm.adtech.jastor.JastorException
Location
addPhone in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.phoneProperty
public void removePhone(String phone)
throws com.ibm.adtech.jastor.JastorException
Location
removePhone in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.phoneProperty
public String getNeighborhood()
throws com.ibm.adtech.jastor.JastorException
Location
getNeighborhood in interface LocationString
com.ibm.adtech.jastor.JastorExceptionLocation.neighborhoodProperty
public void setNeighborhood(String neighborhood)
throws com.ibm.adtech.jastor.JastorException
Location
setNeighborhood in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.neighborhoodProperty
public String getZip()
throws com.ibm.adtech.jastor.JastorException
Location
getZip in interface LocationString
com.ibm.adtech.jastor.JastorExceptionLocation.zipProperty
public void setZip(String zip)
throws com.ibm.adtech.jastor.JastorException
Location
setZip in interface Locationcom.ibm.adtech.jastor.JastorExceptionLocation.zipPropertypublic void registerListener(com.ibm.adtech.jastor.ThingListener listener)
registerListener in interface com.ibm.adtech.jastor.ThingregisterListener in class com.ibm.adtech.jastor.ThingImplpublic void unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
unregisterListener in interface com.ibm.adtech.jastor.ThingunregisterListener in class com.ibm.adtech.jastor.ThingImplpublic void addedStatement(Statement stmt)
addedStatement in interface ModelChangedListeneraddedStatement in class StatementListenerpublic void removedStatement(Statement stmt)
removedStatement in interface ModelChangedListenerremovedStatement in class StatementListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||