public class MapElementWrapper extends Object
This is a JAXB wrapper to encapsulate a Map
Modifier and Type | Field and Description |
---|---|
protected String |
key |
protected String |
value |
Constructor and Description |
---|
MapElementWrapper() |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
String |
getValue() |
void |
setKey(String key) |
void |
setValue(String value) |
Copyright © 2022. All rights reserved.