com.googlecode.fascinator.common.jaxb
Class MapEntryType

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

public class MapEntryType
extends java.lang.Object

JAXB binding for the following XML structure:

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

Author:
Oliver Lucido

Constructor Summary
MapEntryType()
           
MapEntryType(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.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(java.lang.String name,
                    java.lang.String value)
Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()


Copyright © 2009-2013. All Rights Reserved.