com.googlecode.fascinator.common.jaxb
Class MapEntryListType

java.lang.Object
  extended by com.googlecode.fascinator.common.jaxb.MapEntryListType

public class MapEntryListType
extends java.lang.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(java.util.Map<java.lang.String,java.lang.String> map)
           
 
Method Summary
 java.util.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(java.util.Map<java.lang.String,java.lang.String> map)
Method Detail

getEntries

public java.util.List<MapEntryType> getEntries()


Copyright © 2009-2013. All Rights Reserved.