citysdk.tourism.client.poi.base
Class POITermType
java.lang.Object
citysdk.tourism.client.poi.base.POIBaseType
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:
- term - a machine-readable character string to designate any number of discrete choices;
- scheme - an absolute reference to the schema enumerating the discrete choices in term;
- Author:
- Pedro Cruz
| 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 |
POITermType
public POITermType()
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)