|
||||||||||
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.Thing
listStatements
in class com.ibm.adtech.jastor.ThingImpl
public void clearCache()
clearCache
in interface com.ibm.adtech.jastor.Thing
clearCache
in class com.ibm.adtech.jastor.ThingImpl
public Iterator getIndexPoint() throws com.ibm.adtech.jastor.JastorException
Location
getIndexPoint
in interface Location
Iterator
of IndexPointCode
com.ibm.adtech.jastor.JastorException
Location.indexPointProperty
public void addIndexPoint(IndexPointCode indexPoint) throws com.ibm.adtech.jastor.JastorException
Location
addIndexPoint
in interface Location
com.ibm.adtech.jastor.JastorException
Location.indexPointProperty
public IndexPointCode addIndexPoint() throws com.ibm.adtech.jastor.JastorException
Location
addIndexPoint
in interface Location
IndexPointCode
created
com.ibm.adtech.jastor.JastorException
Location.indexPointProperty
public IndexPointCode addIndexPoint(Resource resource) throws com.ibm.adtech.jastor.JastorException
Location
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.
addIndexPoint
in interface Location
com.ibm.adtech.jastor.JastorException
Location.indexPointProperty
public void removeIndexPoint(IndexPointCode indexPoint) throws com.ibm.adtech.jastor.JastorException
Location
removeIndexPoint
in interface Location
com.ibm.adtech.jastor.JastorException
Location.indexPointProperty
public String getLocationPath() throws com.ibm.adtech.jastor.JastorException
Location
getLocationPath
in interface Location
String
com.ibm.adtech.jastor.JastorException
Location.locationPathProperty
public void setLocationPath(String locationPath) throws com.ibm.adtech.jastor.JastorException
Location
setLocationPath
in interface Location
com.ibm.adtech.jastor.JastorException
Location.locationPathProperty
public String getCity() throws com.ibm.adtech.jastor.JastorException
Location
getCity
in interface Location
String
com.ibm.adtech.jastor.JastorException
Location.cityProperty
public void setCity(String city) throws com.ibm.adtech.jastor.JastorException
Location
setCity
in interface Location
com.ibm.adtech.jastor.JastorException
Location.cityProperty
public Iterator getCrossStreet() throws com.ibm.adtech.jastor.JastorException
Location
getCrossStreet
in interface Location
Iterator
of String
com.ibm.adtech.jastor.JastorException
Location.crossStreetProperty
public void addCrossStreet(String crossStreet) throws com.ibm.adtech.jastor.JastorException
Location
addCrossStreet
in interface Location
com.ibm.adtech.jastor.JastorException
Location.crossStreetProperty
public void removeCrossStreet(String crossStreet) throws com.ibm.adtech.jastor.JastorException
Location
removeCrossStreet
in interface Location
com.ibm.adtech.jastor.JastorException
Location.crossStreetProperty
public Iterator getAttractionCategory() throws com.ibm.adtech.jastor.JastorException
Location
getAttractionCategory
in interface Location
Iterator
of AttractionCategoryCode
com.ibm.adtech.jastor.JastorException
Location.attractionCategoryProperty
public void addAttractionCategory(AttractionCategoryCode attractionCategory) throws com.ibm.adtech.jastor.JastorException
Location
addAttractionCategory
in interface Location
com.ibm.adtech.jastor.JastorException
Location.attractionCategoryProperty
public AttractionCategoryCode addAttractionCategory() throws com.ibm.adtech.jastor.JastorException
Location
addAttractionCategory
in interface Location
AttractionCategoryCode
created
com.ibm.adtech.jastor.JastorException
Location.attractionCategoryProperty
public AttractionCategoryCode addAttractionCategory(Resource resource) throws com.ibm.adtech.jastor.JastorException
Location
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.
addAttractionCategory
in interface Location
com.ibm.adtech.jastor.JastorException
Location.attractionCategoryProperty
public void removeAttractionCategory(AttractionCategoryCode attractionCategory) throws com.ibm.adtech.jastor.JastorException
Location
removeAttractionCategory
in interface Location
com.ibm.adtech.jastor.JastorException
Location.attractionCategoryProperty
public Iterator getLocationCategory() throws com.ibm.adtech.jastor.JastorException
Location
getLocationCategory
in interface Location
Iterator
of LocationCategoryCode
com.ibm.adtech.jastor.JastorException
Location.locationCategoryProperty
public void addLocationCategory(LocationCategoryCode locationCategory) throws com.ibm.adtech.jastor.JastorException
Location
addLocationCategory
in interface Location
com.ibm.adtech.jastor.JastorException
Location.locationCategoryProperty
public LocationCategoryCode addLocationCategory() throws com.ibm.adtech.jastor.JastorException
Location
addLocationCategory
in interface Location
LocationCategoryCode
created
com.ibm.adtech.jastor.JastorException
Location.locationCategoryProperty
public LocationCategoryCode addLocationCategory(Resource resource) throws com.ibm.adtech.jastor.JastorException
Location
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.
addLocationCategory
in interface Location
com.ibm.adtech.jastor.JastorException
Location.locationCategoryProperty
public void removeLocationCategory(LocationCategoryCode locationCategory) throws com.ibm.adtech.jastor.JastorException
Location
removeLocationCategory
in interface Location
com.ibm.adtech.jastor.JastorException
Location.locationCategoryProperty
public String getStreetAddress() throws com.ibm.adtech.jastor.JastorException
Location
getStreetAddress
in interface Location
String
com.ibm.adtech.jastor.JastorException
Location.streetAddressProperty
public void setStreetAddress(String streetAddress) throws com.ibm.adtech.jastor.JastorException
Location
setStreetAddress
in interface Location
com.ibm.adtech.jastor.JastorException
Location.streetAddressProperty
public String getCountry() throws com.ibm.adtech.jastor.JastorException
Location
getCountry
in interface Location
String
com.ibm.adtech.jastor.JastorException
Location.countryProperty
public void setCountry(String country) throws com.ibm.adtech.jastor.JastorException
Location
setCountry
in interface Location
com.ibm.adtech.jastor.JastorException
Location.countryProperty
public String getFax() throws com.ibm.adtech.jastor.JastorException
Location
getFax
in interface Location
String
com.ibm.adtech.jastor.JastorException
Location.faxProperty
public void setFax(String fax) throws com.ibm.adtech.jastor.JastorException
Location
setFax
in interface Location
com.ibm.adtech.jastor.JastorException
Location.faxProperty
public String getState() throws com.ibm.adtech.jastor.JastorException
Location
getState
in interface Location
String
com.ibm.adtech.jastor.JastorException
Location.stateProperty
public void setState(String state) throws com.ibm.adtech.jastor.JastorException
Location
setState
in interface Location
com.ibm.adtech.jastor.JastorException
Location.stateProperty
public Iterator getPhone() throws com.ibm.adtech.jastor.JastorException
Location
getPhone
in interface Location
Iterator
of String
com.ibm.adtech.jastor.JastorException
Location.phoneProperty
public void addPhone(String phone) throws com.ibm.adtech.jastor.JastorException
Location
addPhone
in interface Location
com.ibm.adtech.jastor.JastorException
Location.phoneProperty
public void removePhone(String phone) throws com.ibm.adtech.jastor.JastorException
Location
removePhone
in interface Location
com.ibm.adtech.jastor.JastorException
Location.phoneProperty
public String getNeighborhood() throws com.ibm.adtech.jastor.JastorException
Location
getNeighborhood
in interface Location
String
com.ibm.adtech.jastor.JastorException
Location.neighborhoodProperty
public void setNeighborhood(String neighborhood) throws com.ibm.adtech.jastor.JastorException
Location
setNeighborhood
in interface Location
com.ibm.adtech.jastor.JastorException
Location.neighborhoodProperty
public String getZip() throws com.ibm.adtech.jastor.JastorException
Location
getZip
in interface Location
String
com.ibm.adtech.jastor.JastorException
Location.zipProperty
public void setZip(String zip) throws com.ibm.adtech.jastor.JastorException
Location
setZip
in interface Location
com.ibm.adtech.jastor.JastorException
Location.zipProperty
public void registerListener(com.ibm.adtech.jastor.ThingListener listener)
registerListener
in interface com.ibm.adtech.jastor.Thing
registerListener
in class com.ibm.adtech.jastor.ThingImpl
public void unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
unregisterListener
in interface com.ibm.adtech.jastor.Thing
unregisterListener
in class com.ibm.adtech.jastor.ThingImpl
public void addedStatement(Statement stmt)
addedStatement
in interface ModelChangedListener
addedStatement
in class StatementListener
public void removedStatement(Statement stmt)
removedStatement
in interface ModelChangedListener
removedStatement
in class StatementListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |