public class KeysValuesMap extends Object
Java class for keysValuesMap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="keysValuesMap"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="entry" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
KeysValuesMap.Entry
Java class for anonymous complex type.
|
Constructor and Description |
---|
KeysValuesMap() |
Modifier and Type | Method and Description |
---|---|
List<KeysValuesMap.Entry> |
getEntry()
Gets the value of the entry property.
|
public List<KeysValuesMap.Entry> getEntry()
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 entry property.
For example, to add a new item, do as follows:
getEntry().add(newItem);
Objects of the following type(s) are allowed in the list
KeysValuesMap.Entry
Copyright © 2005-2024 LSC project. All Rights Reserved.