org.jboss.resteasy.plugins.providers.jaxb
Class JaxbMap.Entry
java.lang.Object
org.jboss.resteasy.plugins.providers.jaxb.JaxbMap.Entry
- Enclosing class:
- JaxbMap
public static class JaxbMap.Entry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbMap.Entry
public JaxbMap.Entry()
JaxbMap.Entry
public JaxbMap.Entry(String keyAttributeName,
String key,
Object value)
getValue
public Object getValue()
setValue
public void setValue(Object value)
getKey
public String getKey()
setKey
public void setKey(String keyValue)
Copyright © 2013. All Rights Reserved.