org.jboss.resteasy.plugins.providers.jaxb
Class JaxbMap.Entry

java.lang.Object
  extended by org.jboss.resteasy.plugins.providers.jaxb.JaxbMap.Entry
Enclosing class:
JaxbMap

public static class JaxbMap.Entry
extends Object


Constructor Summary
JaxbMap.Entry()
           
JaxbMap.Entry(String keyAttributeName, String key, Object value)
           
 
Method Summary
 String getKey()
           
 Object getValue()
           
 void setKey(String keyValue)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbMap.Entry

public JaxbMap.Entry()

JaxbMap.Entry

public JaxbMap.Entry(String keyAttributeName,
                     String key,
                     Object value)
Method Detail

getValue

public Object getValue()

setValue

public void setValue(Object value)

getKey

public String getKey()

setKey

public void setKey(String keyValue)


Copyright © 2012. All Rights Reserved.