com.googlecode.fascinator.common.jaxb
Class MapEntryType

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

public class MapEntryType
extends Object

JAXB binding for the following XML structure:

 <field name="key">value</elem>
 

Author:
Oliver Lucido

Constructor Summary
MapEntryType()
           
MapEntryType(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEntryType

public MapEntryType()

MapEntryType

public MapEntryType(String name,
                    String value)
Method Detail

getName

public String getName()

getValue

public String getValue()


Copyright © 2009-2013. All Rights Reserved.