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

Packages that use POITermType
citysdk.tourism.client.poi.base Package containing the representation of the W3C POI Group UML. 
 

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

Subclasses of POITermType 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 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 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 POITermType
 POITermType POIBaseType.getAuthor()
           
 POITermType POIBaseType.getLicense()
           
 

Methods in citysdk.tourism.client.poi.base that return types with arguments of type POITermType
 java.util.List<POITermType> POIType.getCategory()
          Gets all the categories of the POIType.
 java.util.List<POITermType> POIType.getLabel()
          Gets all the labels of the POIType.
 java.util.List<POITermType> POIType.getLink()
          Gets all the links of the POIType.
 java.util.List<POITermType> POIType.getTime()
          Gets all the times of the POIType.
 

Methods in citysdk.tourism.client.poi.base with parameters of type POITermType
 void POIType.addCategory(POITermType category)
          Adds a category to the POIType.
 void POIType.addLabel(POITermType label)
          Adds a label to the POIType.
 void POIType.addLink(POITermType link)
          Adds a link to the POIType.
 void POIType.addTime(POITermType time)
          Adds a time to the POIType.
 void POIBaseType.setAuthor(POITermType author)
           
 void POIBaseType.setLicense(POITermType license)