Uses of Class
citysdk.tourism.client.poi.single.Tag

Packages that use Tag
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 Tag in citysdk.tourism.client.poi.lists
 

Methods in citysdk.tourism.client.poi.lists that return Tag
 Tag ListTag.get(int i)
          Gets a given Tag
 

Methods in citysdk.tourism.client.poi.lists that return types with arguments of type Tag
 java.util.List<Tag> ListTag.getTags()
          Gets all the tags
 

Methods in citysdk.tourism.client.poi.lists with parameters of type Tag
 void ListTag.addTag(Tag tag)
          Adds a Tag
 

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

Methods in citysdk.tourism.client.poi.single that return Tag
 Tag Tag.getTag(int i)
          Gets the Tag in index i
 

Methods in citysdk.tourism.client.poi.single that return types with arguments of type Tag
 java.util.List<Tag> Tag.getTags()
          Gets all the tags.
 

Methods in citysdk.tourism.client.poi.single with parameters of type Tag
 void Tag.addTag(Tag tag)
          Adds a Tag value