public static class JAXBUtils.EntryImp<K,V> extends java.lang.Object
JAXBUtils.EntryImp()
JAXBUtils.EntryImp(java.util.Map.Entry<K,V> entry)
K
getKey()
V
getValue()
void
setKey(K key)
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JAXBUtils.EntryImp()
public JAXBUtils.EntryImp(java.util.Map.Entry<K,V> entry)
public K getKey()
public void setKey(K key)
public V getValue()
public void setValue(V value)