citysdk.tourism.client.poi.base
Class POITermType

java.lang.Object
  extended by citysdk.tourism.client.poi.base.POIBaseType
      extended by citysdk.tourism.client.poi.base.POITermType
Direct Known Subclasses:
Line, Point, Polygon, Relationship

public class POITermType
extends POIBaseType

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.

The POITermType entity is an abstract entity derived from POIBaseType and adds properties for the management of categorical descriptions. The category, link, label, author, license and time entities in addition to the geometry elements point, line and polygon entities are all instances of POITermType.

It is composed of:

Author:
Pedro Cruz

Constructor Summary
POITermType()
           
 
Method Summary
 java.lang.String getScheme()
           
 java.lang.String getTerm()
           
 void setScheme(java.lang.String scheme)
           
 void setTerm(java.lang.String term)
           
 
Methods inherited from class citysdk.tourism.client.poi.base.POIBaseType
getAuthor, getBase, getCreated, getDeleted, getHref, getId, getLang, getLicense, getType, getUpdated, getValue, setAuthor, setBase, setCreated, setDeleted, setHref, setId, setLang, setLicense, setType, setUpdated, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POITermType

public POITermType()
Method Detail

getTerm

public java.lang.String getTerm()

setTerm

public void setTerm(java.lang.String term)

getScheme

public java.lang.String getScheme()

setScheme

public void setScheme(java.lang.String scheme)