Class JaxbMap.Entry

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

public static class JaxbMap.Entry extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Constructor Details

    • Entry

      public Entry()
    • Entry

      public Entry(String keyAttributeName, String key, Object value)
  • Method Details

    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String keyValue)