uk.ac.ncl.cs.instantsoap.wsapi.jaxb
Class JaxbFriendlyEntry

java.lang.Object
  extended by uk.ac.ncl.cs.instantsoap.wsapi.jaxb.JaxbFriendlyEntry

public class JaxbFriendlyEntry
extends Object

Entry in a jaxb-friendly map.

Author:
Matthew Pocock

Field Summary
 String key
           
 String value
           
 
Constructor Summary
JaxbFriendlyEntry()
           
JaxbFriendlyEntry(Map.Entry<String,String> e)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public String key

value

public String value
Constructor Detail

JaxbFriendlyEntry

public JaxbFriendlyEntry()

JaxbFriendlyEntry

public JaxbFriendlyEntry(Map.Entry<String,String> e)


Copyright © 2006-2008. All Rights Reserved.