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.
More...
|
|
NSMutableArray * | label |
| | a human-readable name. Multiple names are used for synonyms and multiple languages
|
| |
|
NSMutableArray * | poiDescription |
| | a human-readable description that can be discriminated with the language attribute
|
| |
|
NSMutableArray * | category |
| | a categorical classification
|
| |
|
NSMutableArray * | time |
| | a fixed time or sequence of times using iCalendar
|
| |
|
NSMutableArray * | link |
| | a link to another POI or web resource
|
| |
|
NSString * | baseID |
| | a unique identifier for this POI. Can be a URI fragment
|
| |
|
NSString * | value |
| | the information content
|
| |
|
NSString * | href |
| | an absolute reference to the content type
|
| |
|
NSString * | type |
| | MIME type.
|
| |
|
NSString * | lang |
| | language type
|
| |
|
NSString * | base |
| | base URI
|
| |
|
NSDate * | created |
| | time at which this POIBaseType was created
|
| |
|
NSDate * | updated |
| | time at which this POIBaseType was updated
|
| |
|
NSDate * | deleted |
| | time at which this POIBaseType was deleted
|
| |
|
POITermType * | author |
| | the author of this POIBaseType
|
| |
|
POITermType * | license |
| | the license restrictions of this information
|
| |
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.
The POIType entity is an abstract entity derived from POIBaseType and adds entities for describing, labeling, categorizing and indicating the time span of a POI or group of POIs. The entity also incudes child entities for linking to other POIs, external web resources or metadata.
- Author
- Pedro Cruz
Adds a category to the POIType.
- Parameters
-
| category | the category to be added. |
Adds a description to the POIType.
- Parameters
-
| description | the description to be added. |
Adds a label to the POIType.
- Parameters
-
| label | the label to be added. |
Adds a link to the POIType.
- Parameters
-
| link | the link to be added. |
Adds a time to the POIType.
- Parameters
-
| time | the time to be added. |
Checks if there are categories in the POIType.
- Returns
true if there are categories in the POIType, false otherwise
Checks if there are descriptions in the POIType.
- Returns
true if there are descriptions in the POIType, false otherwise.
Checks if there are labels in the POIType.
- Returns
true if there are labels in the POIType, false otherwise
Checks if there are links in the POIType.
- Returns
true if there are links in the POIType, false otherwise.
Checks if there are times in the POIType.
- Returns
true if there are times in the POIType, false otherwise.
The documentation for this class was generated from the following files: