A MapItem has two properties
1. value
2. label
This class exposes the accessor methods to manipulate these two properties.
This class corresponds to the data item element in the pageDef. A typical entry
in the pageDef file looks like:
<data>
<item value="sales" label="Sales by Cities"/>
</data>