Uses of Class
citysdk.tourism.client.poi.base.POIBaseType

Packages that use POIBaseType
citysdk.tourism.client.poi.base Package containing the representation of the W3C POI Group UML. 
citysdk.tourism.client.poi.lists Package for the list of W3C objects. 
citysdk.tourism.client.poi.single Package for the single W3C objects. 
 

Uses of POIBaseType in citysdk.tourism.client.poi.base
 

Subclasses of POIBaseType in citysdk.tourism.client.poi.base
 class Line
          Representation of the Line class of the UML Diagram found in: http://www.w3.org/2010/POI/documents/Core/core-20111216.html#poi-data-model.
 class Location
          Representation of the Location class of the UML diagram found in: http://www.w3.org/2010/POI/documents/Core/core-20111216.html#poi-data-model.
 class Point
          Representation of the Point class of the UML Diagram found in: http://www.w3.org/2010/POI/documents/Core/core-20111216.html#poi-data-model.
 class POITermType
          Representation of the POITermType class of the UML Diagram found in: http://www.w3.org/2010/POI/documents/Core/core-20111216.html#poi-data-model.
 class POIType
          Representation of the POIType class of the UML Diagram found in: http://www.w3.org/2010/POI/documents/Core/core-20111216.html#poi-data-model.
 class Polygon
          Representation of the Polygon class of the UML Diagram found in: http://www.w3.org/2010/POI/documents/Core/core-20111216.html#poi-data-model.
 class Relationship
          Representation of the Relationship class of the UML diagram found in: http://www.w3.org/2010/POI/documents/Core/core-20111216.html#poi-data-model.
 

Methods in citysdk.tourism.client.poi.base that return POIBaseType
 POIBaseType Location.getAddress()
          Gets the address of the Location.
 

Methods in citysdk.tourism.client.poi.base that return types with arguments of type POIBaseType
 java.util.List<POIBaseType> POIType.getDescription()
          Gets all the descriptions of the POIType.
 

Methods in citysdk.tourism.client.poi.base with parameters of type POIBaseType
 void POIType.addDescription(POIBaseType description)
          Adds a description to the POIType.
 void Location.setAddress(POIBaseType address)
          Sets the address of the Location.
 

Uses of POIBaseType in citysdk.tourism.client.poi.lists
 

Subclasses of POIBaseType in citysdk.tourism.client.poi.lists
 class ListEvent
          Represents a list of Event.
 class ListPointOfInterest
          Represents a list of PointOfInterest.
 class ListPOIS
          A list of lists (containing ListPointOfInterest, ListEvent and ListRoute).
 class ListRoute
          Represents a list of Route.
 class ListTag
          Represents a list of Tag.
 class POIS<T>
          The representation of a list of POI.
 

Uses of POIBaseType in citysdk.tourism.client.poi.single
 

Subclasses of POIBaseType in citysdk.tourism.client.poi.single
 class Category
          Representation of a Category object.
 class Event
          A simple representation of an Event.
 class POI
          A base class for PointOfInterest, Event, Route and POIS.
 class PointOfInterest
          A simple representation of a Point of Interest.
 class Route
          A simple representation of a Route.
 class Tag
          Representation of a Tag object.