com.googlecode.fascinator.common.jaxb
Class MapEntryType
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapEntryType
public MapEntryType()
MapEntryType
public MapEntryType(String name,
String value)
getName
public String getName()
getValue
public String getValue()
Copyright © 2009-2012. All Rights Reserved.