com.googlecode.fascinator.common.jaxb
Class MapEntryListType

java.lang.Object
  extended by 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

Constructor Summary
MapEntryListType()
           
MapEntryListType(Map<String,String> map)
           
 
Method Summary
 List<MapEntryType> getEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEntryListType

public MapEntryListType()

MapEntryListType

public MapEntryListType(Map<String,String> map)
Method Detail

getEntries

public List<MapEntryType> getEntries()


Copyright © 2009-2013. All Rights Reserved.