com.googlecode.fascinator.common.jaxb
Class MapEntryListType
java.lang.Object
com.googlecode.fascinator.common.jaxb.MapEntryListType
public class MapEntryListType
- extends Object
JAXB binding for the following XML structure:
<fields>
<field name="key1">value1</elem>
<field name="key2">value2</elem>
<field name="key3">value3</elem>
</fields>
- Author:
- Oliver Lucido
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapEntryListType
public MapEntryListType()
MapEntryListType
public MapEntryListType(Map<String,String> map)
getEntries
public List<MapEntryType> getEntries()
Copyright © 2009-2013. All Rights Reserved.