public class Category extends Object
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://mapsforge.org/poi-mapping}category" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://mapsforge.org/poi-mapping}mapping" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="title" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Category> |
category |
protected List<Mapping> |
mapping |
protected String |
title |
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
getCategory()
Gets the value of the category property.
|
List<Mapping> |
getMapping()
Gets the value of the mapping property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String title
public List<Category> getCategory()
set method for the category property.
For example, to add a new item, do as follows:
getCategory().add(newItem);
Objects of the following type(s) are allowed in the list
Categorypublic List<Mapping> getMapping()
set method for the mapping property.
For example, to add a new item, do as follows:
getMapping().add(newItem);
Objects of the following type(s) are allowed in the list
Mappingpublic String getTitle()
StringCopyright © 2016 mapsforge.org