public class MapMapType extends Object
Java class for MapMapType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MapMapType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mapEntry" type="{}MapMapEntryType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<MapMapEntryType> |
mapEntry |
| Constructor and Description |
|---|
MapMapType() |
| Modifier and Type | Method and Description |
|---|---|
List<MapMapEntryType> |
getMapEntry()
Gets the value of the mapEntry property.
|
protected List<MapMapEntryType> mapEntry
public List<MapMapEntryType> getMapEntry()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the mapEntry property.
For example, to add a new item, do as follows:
getMapEntry().add(newItem);
Objects of the following type(s) are allowed in the list
MapMapEntryType
Copyright © 2017. All rights reserved.