public class Category
extends java.lang.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 java.util.List<Category> |
category |
protected java.util.List<Mapping> |
mapping |
protected java.lang.String |
title |
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Category> |
getCategory()
Gets the value of the category property.
|
java.util.List<Mapping> |
getMapping()
Gets the value of the mapping property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
protected java.util.List<Category> category
protected java.util.List<Mapping> mapping
protected java.lang.String title
public java.util.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 java.util.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 java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
String